Skip to content

Instantly share code, notes, and snippets.

@strophy
Last active November 16, 2021 09:58
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 strophy/ca6acd23bbdec1e55f322dac04a1059d to your computer and use it in GitHub Desktop.
Save strophy/ca6acd23bbdec1e55f322dac04a1059d to your computer and use it in GitHub Desktop.
dash platform tenderdash genesis file
{
"genesis_time": "2021-07-22T12:57:05.429Z",
"chain_id": "dash-testnet-6",
"initial_height": "0",
"initial_core_chain_locked_height": 542300,
"initial_proposal_core_chain_lock": null,
"consensus_params": {
"block": {
"max_bytes": "22020096",
"max_gas": "-1",
"time_iota_ms": "5000"
},
"evidence": {
"max_age": "100000",
"max_age_num_blocks": "100000",
"max_age_duration": "172800000000000"
},
"validator": {
"pub_key_types": [
"bls12381"
]
},
"version": {}
},
"threshold_public_key": null,
"quorum_type": "4",
"quorum_hash": null,
"app_hash": ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment