diff --git a/scripts/deployment/deploy-integrated-blockchain-node.sh b/scripts/deployment/deploy-integrated-blockchain-node.sh index 6c65c6f8..a93499a6 100755 --- a/scripts/deployment/deploy-integrated-blockchain-node.sh +++ b/scripts/deployment/deploy-integrated-blockchain-node.sh @@ -255,7 +255,7 @@ genesis_allocation = { "allocations": [ { "address": address, - "balance": "1000000000000000000000000", # 1 billion tokens + "balance": "1000000", # 1 million tokens "nonce": 0 } ]