Skip to content

Commit

Permalink
Fix Genesis File for Sdk v0.47
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmith-2019 committed Sep 19, 2024
1 parent f4acec9 commit d729b18
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions wormchain/devnet/base/config/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -442,14 +442,15 @@
]
},
"gov": {
"deposit_params": {
"params": {
"max_deposit_period": "172800s",
"min_deposit": [
{
"amount": "1000000",
"denom": "uworm"
}
]
],
"voting_period": "50s"
},
"deposits": [],
"proposals": [],
Expand All @@ -459,10 +460,7 @@
"threshold": "0.500000000000000000",
"veto_threshold": "0.334000000000000000"
},
"votes": [],
"voting_params": {
"voting_period": "50s"
}
"votes": []
},
"ibc": {
"channel_genesis": {
Expand Down Expand Up @@ -530,7 +528,8 @@
"historical_entries": 10000,
"max_entries": 7,
"max_validators": 1000,
"unbonding_time": "1814400s"
"unbonding_time": "1814400s",
"min_commission_rate": "0.000000000000000000"
},
"redelegations": [],
"unbonding_delegations": [],
Expand Down

0 comments on commit d729b18

Please sign in to comment.