diff --git a/setup-templates/template-funding/.env b/setup-templates/template-funding/.env index 55718109..50f801bd 100644 --- a/setup-templates/template-funding/.env +++ b/setup-templates/template-funding/.env @@ -1,3 +1,5 @@ +SENDER= # Any address that is a current owner of the Safe can be used for similation + OP_COMMIT= BASE_CONTRACTS_COMMIT= diff --git a/setup-templates/template-funding/Makefile b/setup-templates/template-funding/Makefile index 80b6dad8..ed345aae 100644 --- a/setup-templates/template-funding/Makefile +++ b/setup-templates/template-funding/Makefile @@ -18,7 +18,9 @@ SCRIPT_NAME = FundScript .PHONY: sign sign: - $(call MULTISIG_SIGN,) + $(GOPATH)/bin/eip712sign --ledger --hd-paths "m/44'/60'/$(LEDGER_ACCOUNT)'/0/0" -- \ + forge script --rpc-url $(L1_RPC_URL) FundScript \ + --sig "sign(address[])" "[]" --sender $(SENDER) .PHONY: execute execute: