Skip to content

Commit

Permalink
Pass through L2_CHAIN_ID from parent dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoog committed Dec 19, 2024
1 parent 4caa545 commit 39caf7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion mainnet/2024-12-18-holocene-deployments/.env
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ MAX_GAME_DEPTH=73
SPLIT_DEPTH=30
CLOCK_EXTENSION=10800
MAX_CLOCK_DURATION=302400
L2_CHAIN_ID=8453
2 changes: 1 addition & 1 deletion mainnet/2024-12-18-holocene-deployments/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ endif
##
.PHONY: deploy
deploy:
forge script --rpc-url $(L1_RPC_URL) DeployHoloceneContracts --ledger --hd-paths "m/44'/60'/$(LEDGER_ACCOUNT)'/0/0" --verify --broadcast
L2_CHAIN_ID=$(L2_CHAIN_ID) forge script --rpc-url $(L1_RPC_URL) DeployHoloceneContracts --ledger --hd-paths "m/44'/60'/$(LEDGER_ACCOUNT)'/0/0" --verify --broadcast

0 comments on commit 39caf7a

Please sign in to comment.