Skip to content

Commit

Permalink
Change chain ID to supernet ID (#1536)
Browse files Browse the repository at this point in the history
  • Loading branch information
begmaroman committed May 23, 2023
1 parent 3f3e071 commit 27f615f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cluster
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function initRootchain() {
./polygon-edge polybft stake \
--data-dir test-chain-${counter} \
--amount 1000000000000000000000000 \
--chain-id ${chainID} \
--supernet-id ${chainID} \
--stake-manager ${stakeManagerAddr} \
--native-root-token ${rootERC20} \
--jsonrpc http://127.0.0.1:8545
Expand Down

0 comments on commit 27f615f

Please sign in to comment.