From ff03ba906313f8cbdeb77b3fb158cdf188f197fb Mon Sep 17 00:00:00 2001 From: Christophe Camel Date: Tue, 14 Jun 2022 16:19:09 +0200 Subject: [PATCH] fix: fix genesis file after cosmos SDK update --- chains/testnet/genesis.json | 22 ++++++++++++++++++++++ chains/testnet/pre-genesis.json | 25 ++++++++++++++++++++++--- 2 files changed, 44 insertions(+), 3 deletions(-) diff --git a/chains/testnet/genesis.json b/chains/testnet/genesis.json index 0fa6c091..bd8875b7 100644 --- a/chains/testnet/genesis.json +++ b/chains/testnet/genesis.json @@ -61,6 +61,9 @@ } ] }, + "authz": { + "authorization": [] + }, "bank": { "params": { "send_enabled": [], @@ -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": { diff --git a/chains/testnet/pre-genesis.json b/chains/testnet/pre-genesis.json index 01fd274e..a91eb379 100644 --- a/chains/testnet/pre-genesis.json +++ b/chains/testnet/pre-genesis.json @@ -61,6 +61,9 @@ } ] }, + "authz": { + "authorization": [] + }, "bank": { "params": { "send_enabled": [], @@ -223,9 +226,6 @@ "next_channel_sequence": "0" } }, - "knowledge": { - "params": {} - }, "mint": { "minter": { "inflation": "0.130000000000000000", @@ -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": {