fix: update deployment script with 1 million token balance
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled

- 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:
aitbc
2026-05-20 10:24:16 +02:00
parent 236bfb7109
commit 7237f48ebf

View File

@@ -255,7 +255,7 @@ genesis_allocation = {
"allocations": [
{
"address": address,
"balance": "1000000000000000000000000", # 1 billion tokens
"balance": "1000000", # 1 million tokens
"nonce": 0
}
]