mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 13:21:37 +00:00
feat: updated genesis.json
This commit is contained in:
parent
211f920876
commit
f9cf391b7f
1 changed files with 21 additions and 0 deletions
21
genesis.json
Normal file
21
genesis.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"config": {
|
||||
"chainId": 1234,
|
||||
"homesteadBlock": 0,
|
||||
"eip150Block": 0,
|
||||
"eip155Block": 0,
|
||||
"eip158Block": 0,
|
||||
"byzantiumBlock": 0,
|
||||
"constantinopleBlock": 0,
|
||||
"petersburgBlock": 0,
|
||||
"istanbulBlock": 0,
|
||||
"ethash": {}
|
||||
},
|
||||
"difficulty": "0x1",
|
||||
"gasLimit": "0x7a1200",
|
||||
"alloc": {
|
||||
"ca6b49ee60cdd276ab503fbd6fb80a3cfbc06ffc": { "balance": "100000000000000000000" },
|
||||
"ab52b2c71f61cd9447a932c0cb55d1752571dab8": { "balance": "100000000000000000000" },
|
||||
"7e8F7263f8888dBA66E3474BAE72d51b545de0a2": { "balance": "100000000000000000000" }
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue