Skip to content

Commit

Permalink
Increase base coins for addresses in initial_ledger.
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelienFT committed Nov 30, 2022
1 parent 3b5c0dd commit 2aec7e1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions massa-node/base_config/initial_ledger.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
{
"A1qDAxGJ387ETi9JRQzZWSPKYq4YPXrFvdiE4VoXUaiAt38JFEC": {
"balance": "80000000",
"balance": "1000000000",
"datastore": {},
"bytecode": []
},
"A12M3AQqs7JH7mSe1UZyEA5NQ7nGQHXaqqxe1TGEpkimcRhsQ4eF": {
"balance": "80000000",
"balance": "1000000000",
"datastore": {},
"bytecode": []
},
"A1nsqw9mCcYLyyMJx5f4in4NXDoe4B1LzV9pQdvX5Wrxq9ehf6h": {
"balance": "80000000",
"balance": "1000000000",
"datastore": {},
"bytecode": []
},
"A1pdnk7gME8DSA6ueNZdCHqfSt9YfTwAJSgRCcB8g3z3kkapWtU": {
"balance": "80000000",
"balance": "1000000000",
"datastore": {},
"bytecode": []
},
"A1H1Ze77ctAFi4FBc3nVe9AtWdtg7246V9pVXSeXqWaJFLPKfB1": {
"balance": "80000000",
"balance": "1000000000",
"datastore": {},
"bytecode": []
},
"A12Dvay7jT1maaKpV9CHX6yMt3cS5ZEWy6Q67HV8twVGS3ihoq5x": {
"balance": "80000000",
"balance": "1000000000",
"datastore": {},
"bytecode": []
},
"A13evhD7c9AXFc6CxWWjWWRT6bQnejYhq3MsNofJWJDe4UQStJE": {
"balance": "80000000",
"balance": "1000000000",
"datastore": {},
"bytecode": []
},
"A1UpZLobUAWqj3M9DpBZNhh4GD4ZLvixKXQu2kt7ZDUiEepD89E": {
"balance": "80000000",
"balance": "1000000000",
"datastore": {},
"bytecode": []
},
"A12p8v9V68SiehQb2Syzy6smfv9NTCJh2p6JPbsacy7PaGRw39uH": {
"balance": "80000000",
"balance": "1000000000",
"datastore": {},
"bytecode": []
}
Expand Down

0 comments on commit 2aec7e1

Please sign in to comment.