Skip to content

Commit

Permalink
Fix (#1646)
Browse files Browse the repository at this point in the history
  • Loading branch information
goran-ethernal authored Jun 21, 2023
1 parent d98b3e5 commit 1f0c9a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/local/polygon-edge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ case "$1" in
--validators-path /data \
--validators-prefix data- \
--reward-wallet 0xDEADBEEF:1000000 \
--native-token-config "Polygon:MATIC:18:true:$(echo "$secrets" | jq -r '.[0] | .address')" \
--bootnode "/dns4/node-1/tcp/1478/p2p/$(echo "$secrets" | jq -r '.[0] | .node_id')" \
--bootnode "/dns4/node-2/tcp/1478/p2p/$(echo "$secrets" | jq -r '.[1] | .node_id')" \
--bootnode "/dns4/node-3/tcp/1478/p2p/$(echo "$secrets" | jq -r '.[2] | .node_id')" \
Expand All @@ -68,6 +69,7 @@ case "$1" in

"$POLYGON_EDGE_BIN" rootchain deploy \
--stake-manager ${stakeManagerAddr} \
--stake-token ${stakeToken} \
--json-rpc http://rootchain:8545 \
--genesis /data/genesis.json \
--test
Expand Down

0 comments on commit 1f0c9a5

Please sign in to comment.