Skip to content

Commit

Permalink
feat: add chain ids to output
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhalliday committed Aug 26, 2024
1 parent 7ab6a15 commit ad4cbb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script/devnet-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,7 @@ CONTROLLER=$controller
OMNI_RPC=$omni_rpc
OP_RPC=$op_rpc
ARB_RPC=$arb_rpc
OP_CHAINID=$(cast chain-id --rpc-url $op_rpc)
ARB_CHAINID=$(cast chain-id --rpc-url $arb_rpc)
OMNI_CHAINID=$(cast chain-id --rpc-url $omni_rpc)
" > deployments.sh

0 comments on commit ad4cbb3

Please sign in to comment.