fix: update deployment script with 1 million token balance
- Set initial wallet balance to 1 million tokens - Compatible with BigInteger Account model fix - Wallet receives initial coin allocation from genesis block
This commit is contained in:
@@ -255,7 +255,7 @@ genesis_allocation = {
|
||||
"allocations": [
|
||||
{
|
||||
"address": address,
|
||||
"balance": "1000000000000000000000000", # 1 billion tokens
|
||||
"balance": "1000000", # 1 million tokens
|
||||
"nonce": 0
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user