Skip to content

Commit

Permalink
Update to pkey cli flag
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieraykatz committed Mar 8, 2024
1 parent a28da2f commit 68718db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions sepolia/2024-03-07-ecotone-sysconfig-updates/.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ BASE_CONTRACTS_COMMIT=56d8f40b48795663fa88366d762161af5a1ba5d5
# https://sepolia.etherscan.io/address/0xf272670eb55e895584501d564AfEB048bEd26194
L1_SYSTEM_CONFIG_ADDRESS=0xf272670eb55e895584501d564AfEB048bEd26194
OWNER_ADDRESS=0x608081689Fe46936fB2fBDF7552CbB1D80ad4822
PRIVATE_KEY=

# scalars defined by running: https://github.com/ethereum-optimism/optimism/tree/4b7627cbb94a75e478a34f33f91121ef6ae794b3/op-chain-ops/cmd/ecotone-scalar
# 1 BLOB PER TX
Expand Down
2 changes: 1 addition & 1 deletion sepolia/2024-03-07-ecotone-sysconfig-updates/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ endif

.PHONY: update-gas-config
update-gas-config:
forge script --rpc-url $(L1_RPC_URL) UpdateGasConfigSepolia --ledger --hd-paths "m/44'/60'/$(LEDGER_ACCOUNT)'/0/0" --broadcast
forge script --rpc-url $(L1_RPC_URL) UpdateGasConfigSepolia --private-key $(PRIVATE_KEY) --broadcast

0 comments on commit 68718db

Please sign in to comment.