Last active
August 11, 2023 05:19
-
-
Save strophy/d8665f30aa7544785439e5973a98a1c5 to your computer and use it in GitHub Desktop.
dash-testnet-22 genesis doc
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": "2023-04-26T10:43:20.921Z", | |
"chain_id": "dash-testnet-22", | |
"initial_core_chain_locked_height": 854281, | |
"consensus_params": { | |
"timeout": { | |
"propose": "50000000000", | |
"propose_delta": "10000000000", | |
"vote": "500000000", | |
"vote_delta": "100000000", | |
"commit": "1000000000", | |
"bypass_commit_timeout": false | |
}, | |
"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": { | |
"app_version": "1" | |
} | |
}, | |
"validator_quorum_type": 6 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment