Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions setup-templates/template-funding/.env
Original file line number Diff line number Diff line change
@@ -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=

Expand Down
4 changes: 3 additions & 1 deletion setup-templates/template-funding/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down