Last active
November 16, 2021 09:58
-
-
Save strophy/ca6acd23bbdec1e55f322dac04a1059d to your computer and use it in GitHub Desktop.
dash platform 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-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