Skip to content

Instantly share code, notes, and snippets.

@dukei
Created August 31, 2018 16:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dukei/1e8889b33430495cfbb9818ab8d09761 to your computer and use it in GitHub Desktop.
Save dukei/1e8889b33430495cfbb9818ab8d09761 to your computer and use it in GitHub Desktop.
Etherus Alpha version Genesis.json
{
"genesis_time": "2018-08-23T13:02:59.6050605Z",
"chain_id": "test-chain-6FWv3M",
"consensus_params": {
"block_size_params": {
"max_bytes": "22020096",
"max_txs": "10000",
"max_gas": "-1"
},
"tx_size_params": {
"max_bytes": "10240",
"max_gas": "-1"
},
"block_gossip_params": {
"block_part_size_bytes": "65536"
},
"evidence_params": {
"max_age": "100000"
}
},
"validators": [
{
"pub_key": {
"type": "tendermint/PubKeyEd25519",
"value": "D3TrhhLrAX+f67vb1Bm6KhIs86uwGtseNJ7zBva8DI4="
},
"power": "10",
"name": ""
}
],
"app_hash": ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment