Last active
September 4, 2020 16:29
-
-
Save jdaly13/9176c4f0ce02fe26df110a35994c8913 to your computer and use it in GitHub Desktop.
genesis sample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"config": { | |
"chainId": 8572054696, | |
"homesteadBlock": 0, | |
"eip150Block": 0, | |
"eip155Block": 0, | |
"eip158Block": 0, | |
"byzantiumBlock": 0, | |
"constantinopleBlock": 0, | |
"petersburgBlock": 0, | |
"ethash": {} | |
}, | |
"difficulty": "1", | |
"gasLimit": "0xffffffff", | |
"alloc": { | |
"ccb91Cf4495E16d067477cA007553F39CD75700c": { "balance": "1337000000000000000000" }, | |
"07547f39B8586Ff177108d35a92D234883596395": { "balance": "8555555555555555555555" } | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment