Last active
September 9, 2022 04:02
-
-
Save strophy/9a564bbc423198a2fdf4e807b7b40bb4 to your computer and use it in GitHub Desktop.
dash platform testnet tenderdash genesis file
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
{ | |
"genesis_time": "2021-07-22T12:57:05.429Z", | |
"chain_id": "dash-testnet-12", | |
"initial_height": "0", | |
"initial_core_chain_locked_height": 782293, | |
"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