Created
August 2, 2017 20:48
-
-
Save jashmenn/f1336e4e69b8007bbce883ace96af3ea to your computer and use it in GitHub Desktop.
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": 101, | |
"homesteadBlock": 0, | |
"eip155Block": 0, | |
"eip158Block": 0 | |
}, | |
"alloc" : {}, | |
"coinbase" : "0x0000000000000000000000000000000000000000", | |
"difficulty" : "0x400", | |
"extraData" : "", | |
"gasLimit" : "0x2fefd8", | |
"nonce" : "0x0000000000000042", | |
"mixhash" : "0x0000000000000000000000000000000000000000000000000000000000000000", | |
"parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000", | |
"timestamp" : "0x00" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@nathankrishnan thanks it works!