Created
January 12, 2017 06:33
-
-
Save 18dew/b5f46956a9748856e55eea2ae2eca724 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
{ | |
"name": "CetasChain", | |
"engine": { | |
"instantSeal": null | |
}, | |
"params": { | |
"accountStartNonce": "0x1", | |
"maximumExtraDataSize": "0x20", | |
"minGasLimit": "0x1388", | |
"networkID" : "0x7334" | |
}, | |
"genesis": { | |
"seal": { | |
"generic": "0x0" | |
}, | |
"difficulty": "0x200`", | |
"author": "0x0000000000000000000000000000000000000000", | |
"timestamp": "0x00", | |
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000", | |
"extraData": "0x", | |
"gasLimit": "0x80000000000000000000000000000000000000" | |
}, | |
"nodes": [ | |
], | |
"accounts": { | |
"0000000000000000000000000000000000000001": { "balance": "1", "nonce": "1048576", "builtin": { "name": "ecrecover", "pricing": { "linear": { "base": 3000, "word": 0 } } } }, | |
"0000000000000000000000000000000000000002": { "balance": "1", "nonce": "1048576", "builtin": { "name": "sha256", "pricing": { "linear": { "base": 60, "word": 12 } } } }, | |
"0000000000000000000000000000000000000003": { "balance": "1", "nonce": "1048576", "builtin": { "name": "ripemd160", "pricing": { "linear": { "base": 600, "word": 120 } } } }, | |
"0000000000000000000000000000000000000004": { "balance": "1", "nonce": "1048576", "builtin": { "name": "identity", "pricing": { "linear": { "base": 15, "word": 3 } } } }, | |
"0x4cca27093b15e464fe4c83b0deb0a281fa102fe5": { "balance": "1606938044258990275541962092341162602522202993782792835301376", "nonce": "1048576" } | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment