Skip to content

Commit

Permalink
fix: chain id
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed Dec 6, 2024
1 parent b5cc121 commit 9e5ab3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devnet-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
--network host \
--rpc-url http://127.0.0.1:$PXE_PORT \
--l1-rpc-url http://127.0.0.1:$ETHEREUM_PORT \
--l1-chain-id $CHAIN_ID \
--l1-chain-id $L1_CHAIN_ID \
--mnemonic $MNEMONIC \
--json | tee ./basic_contracts.json
Expand Down

0 comments on commit 9e5ab3c

Please sign in to comment.