Skip to content

Commit

Permalink
Cluster script fix (#1622)
Browse files Browse the repository at this point in the history
  • Loading branch information
goran-ethernal committed Jun 15, 2023
1 parent 62bed80 commit 24c73e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/cluster
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ function createGenesis() {
--premine 0x0000000000000000000000000000000000000000 \
--epoch-size 10 \
--burn-contract 0:0x0000000000000000000000000000000000000000 \
--reward-wallet 0xDEADBEEF:1000000
--reward-wallet 0xDEADBEEF:1000000 \
--native-token-config "Polygon:MATIC:18:true:$address1"
}

function initRootchain() {
Expand Down

0 comments on commit 24c73e7

Please sign in to comment.