Skip to content

Commit

Permalink
fix upgrade test
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Apr 11, 2024
1 parent d471a6b commit 62171c7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions integration_tests/configs/cosmovisor.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ config {
'minimum-gas-prices': '100000000000basetcro',
'iavl-lazy-loading':: super['iavl-lazy-loading'],
},
validators: [super.validators[0] {
'app-config'+: {
versiondb:: super['versiondb'],
memiavl+: {
'snapshot-keep-recent': 1000,
},
},
}] + super.validators[1:],
genesis+: {
app_state+: {
bank+: {
Expand Down

0 comments on commit 62171c7

Please sign in to comment.