mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-11 22:43:47 +00:00
Add more funds to initial accounts
This commit is contained in:
parent
a9259f73f8
commit
d3ad2c9d7d
1 changed files with 6 additions and 6 deletions
|
|
@ -28,22 +28,22 @@
|
||||||
"coinbase": "0x0000000000000000000000000000000000000000",
|
"coinbase": "0x0000000000000000000000000000000000000000",
|
||||||
"alloc": {
|
"alloc": {
|
||||||
"0xBe3dEF3973584FdcC1326634aF188f0d9772D57D": {
|
"0xBe3dEF3973584FdcC1326634aF188f0d9772D57D": {
|
||||||
"balance": "10000000000000000000000"
|
"balance": "10000000000000000000000000000"
|
||||||
},
|
},
|
||||||
"d9cd8E5DE6d55f796D980B818D350C0746C25b97": {
|
"d9cd8E5DE6d55f796D980B818D350C0746C25b97": {
|
||||||
"balance": "10000000000000000000000"
|
"balance": "10000000000000000000000000000"
|
||||||
},
|
},
|
||||||
"788EBABe5c3dD422Ef92Ca6714A69e2eabcE1Ee4": {
|
"788EBABe5c3dD422Ef92Ca6714A69e2eabcE1Ee4": {
|
||||||
"balance": "10000000000000000000000"
|
"balance": "10000000000000000000000000000"
|
||||||
},
|
},
|
||||||
"0DCaa27B9E4Db92F820189345792f8eC5Ef148F6": {
|
"0DCaa27B9E4Db92F820189345792f8eC5Ef148F6": {
|
||||||
"balance": "10000000000000000000000"
|
"balance": "10000000000000000000000000000"
|
||||||
},
|
},
|
||||||
"f39Fd6e51aad88F6F4ce6aB8827279cffFb92266": {
|
"f39Fd6e51aad88F6F4ce6aB8827279cffFb92266": {
|
||||||
"balance": "10000000000000000000000"
|
"balance": "10000000000000000000000000000"
|
||||||
},
|
},
|
||||||
"0x3fab184622dc19b6109349b94811493bf2a45362": {
|
"0x3fab184622dc19b6109349b94811493bf2a45362": {
|
||||||
"balance": "10000000000000000"
|
"balance": "10000000000000000000000000000"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"number": "0x0",
|
"number": "0x0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue