Skip to content

Commit

Permalink
fix upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Jan 2, 2024
1 parent 87f391d commit 9bb120c
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions integration_tests/configs/cosmovisor.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,20 @@ config {
'app-config':: super['app-config'],
}] + super.validators[1:],
genesis+: {
gov: {
params: {
voting_period: '10s',
max_deposit_period: '10s',
min_deposit: [
{
denom: 'basecro',
amount: '10000000',
},
],
app_state+: {
gov: {
voting_params: {
voting_period: '10s',
},
deposit_params: {
max_deposit_period: '10s',
min_deposit: [
{
denom: 'basecro',
amount: '10000000',
},
],
},
},
},
},
Expand Down

0 comments on commit 9bb120c

Please sign in to comment.