Skip to content

Commit

Permalink
fix: fix genesis file after cosmos SDK update
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Jun 14, 2022
1 parent 327aa0b commit ff03ba9
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 3 deletions.
22 changes: 22 additions & 0 deletions chains/testnet/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
}
]
},
"authz": {
"authorization": []
},
"bank": {
"params": {
"send_enabled": [],
Expand Down Expand Up @@ -299,6 +302,25 @@
"blocks_per_year": "6311520"
}
},
"monitoringp": {
"port_id": "monitoringp",
"consumerClientID": null,
"connectionChannelID": null,
"monitoringInfo": null,
"params": {
"lastBlockHeight": "1",
"consumerChainID": "spn-1",
"consumerConsensusState": {
"nextValidatorsHash": "",
"timestamp": "",
"root": {
"hash": ""
}
},
"consumerUnbondingPeriod": "1814400",
"consumerRevisionHeight": "1"
}
},
"params": null,
"slashing": {
"params": {
Expand Down
25 changes: 22 additions & 3 deletions chains/testnet/pre-genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
}
]
},
"authz": {
"authorization": []
},
"bank": {
"params": {
"send_enabled": [],
Expand Down Expand Up @@ -223,9 +226,6 @@
"next_channel_sequence": "0"
}
},
"knowledge": {
"params": {}
},
"mint": {
"minter": {
"inflation": "0.130000000000000000",
Expand All @@ -240,6 +240,25 @@
"blocks_per_year": "6311520"
}
},
"monitoringp": {
"port_id": "monitoringp",
"consumerClientID": null,
"connectionChannelID": null,
"monitoringInfo": null,
"params": {
"lastBlockHeight": "1",
"consumerChainID": "spn-1",
"consumerConsensusState": {
"nextValidatorsHash": "",
"timestamp": "",
"root": {
"hash": ""
}
},
"consumerUnbondingPeriod": "1814400",
"consumerRevisionHeight": "1"
}
},
"params": null,
"slashing": {
"params": {
Expand Down

0 comments on commit ff03ba9

Please sign in to comment.