Skip to content

Commit

Permalink
keep gov param for upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Jan 2, 2024
1 parent f88294c commit 92c90c5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions integration_tests/configs/cosmovisor.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,19 @@ config {
validators: [super.validators[0] {
'app-config':: super['app-config'],
}] + super.validators[1:],
genesis+: {
gov: {
params: {
voting_period: '10s',
max_deposit_period: '10s',
min_deposit: [
{
denom: 'basecro',
amount: '10000000',
},
],
},
},
},
},
}

0 comments on commit 92c90c5

Please sign in to comment.