Skip to content

Commit

Permalink
fix: fix (pre-)genesis files after 0.46 cosmos sdk migration
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Sep 14, 2022
1 parent 0e5aeb4 commit da284a0
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 41 deletions.
36 changes: 15 additions & 21 deletions chains/devnet-1/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,6 @@
}
],
"supply": [
{
"denom": "uknow",
"amount": "30000001000000000"
}
],
"denom_metadata": [
{
Expand Down Expand Up @@ -229,7 +225,8 @@
"gas_limit": "200000",
"payer": "",
"granter": ""
}
},
"tip": null
},
"signatures": [
"dHHrkMv7aAuKk16AId52XTt3HDQNUktc+ETzLlmuFRdAtK6aIzKdnWlTPLfsIsejTeFnoY0SB2s50IuMjP7giA=="
Expand Down Expand Up @@ -260,6 +257,16 @@
"veto_threshold": "0.334000000000000000"
}
},
"group": {
"group_seq": "0",
"groups": [],
"group_members": [],
"group_policy_seq": "0",
"group_policies": [],
"proposal_seq": "0",
"proposals": [],
"votes": []
},
"ibc": {
"client_genesis": {
"clients": [],
Expand Down Expand Up @@ -312,7 +319,6 @@
}
}
},
"intertx": null,
"mint": {
"minter": {
"inflation": "0.130000000000000000",
Expand Down Expand Up @@ -345,7 +351,8 @@
"max_validators": 100,
"max_entries": 7,
"historical_entries": 10000,
"bond_denom": "uknow"
"bond_denom": "uknow",
"min_commission_rate": "0.000000000000000000"
},
"last_total_power": "0",
"last_validator_powers": [],
Expand All @@ -364,19 +371,6 @@
}
},
"upgrade": {},
"vesting": {},
"wasm": {
"params": {
"code_upload_access": {
"permission": "Everybody",
"address": ""
},
"instantiate_default_permission": "Everybody"
},
"codes": [],
"contracts": [],
"sequences": [],
"gen_msgs": []
}
"vesting": {}
}
}
33 changes: 13 additions & 20 deletions chains/devnet-1/pre-genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,6 @@
}
],
"supply": [
{
"denom": "uknow",
"amount": "30000001000000000"
}
],
"denom_metadata": [
{
Expand Down Expand Up @@ -198,6 +194,16 @@
"veto_threshold": "0.334000000000000000"
}
},
"group": {
"group_seq": "0",
"groups": [],
"group_members": [],
"group_policy_seq": "0",
"group_policies": [],
"proposal_seq": "0",
"proposals": [],
"votes": []
},
"ibc": {
"client_genesis": {
"clients": [],
Expand Down Expand Up @@ -250,7 +256,6 @@
}
}
},
"intertx": null,
"mint": {
"minter": {
"inflation": "0.130000000000000000",
Expand Down Expand Up @@ -283,7 +288,8 @@
"max_validators": 100,
"max_entries": 7,
"historical_entries": 10000,
"bond_denom": "uknow"
"bond_denom": "uknow",
"min_commission_rate": "0.000000000000000000"
},
"last_total_power": "0",
"last_validator_powers": [],
Expand All @@ -302,19 +308,6 @@
}
},
"upgrade": {},
"vesting": {},
"wasm": {
"params": {
"code_upload_access": {
"permission": "Everybody",
"address": ""
},
"instantiate_default_permission": "Everybody"
},
"codes": [],
"contracts": [],
"sequences": [],
"gen_msgs": []
}
"vesting": {}
}
}

0 comments on commit da284a0

Please sign in to comment.