Merge pull request #86 from cosmos/gaia-9000-update2

Solve for param renaming
This commit is contained in:
Alexander Bezobchuk 2018-11-08 22:04:08 -05:00 committed by GitHub
commit abc49b5059
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 4 deletions

View File

@ -2,13 +2,19 @@
"genesis_time": "2018-11-08T05:02:39.83212Z",
"chain_id": "gaia-9000",
"consensus_params": {
"block_size_params": {
"block_size": {
"max_bytes": "22020096",
"max_gas": "-1"
},
"evidence_params": {
"evidence": {
"max_age": "100000"
},
"validator": {
"pub_key_types": [
"ed25519"
]
}
},
"app_hash": "",
"app_state": {

View File

@ -2,13 +2,19 @@
"genesis_time": "2018-11-08T05:02:39.83212Z",
"chain_id": "gaia-9000",
"consensus_params": {
"block_size_params": {
"block_size": {
"max_bytes": "22020096",
"max_gas": "-1"
},
"evidence_params": {
"evidence": {
"max_age": "100000"
},
"validator": {
"pub_key_types": [
"ed25519"
]
}
},
"app_hash": "",
"app_state": {