diff --git a/ignite/pkg/cosmosanalysis/app/testdata/modules/juno/app.go b/ignite/pkg/cosmosanalysis/app/testdata/modules/juno/app.go index 5e07be2b70..af6a00d9b4 100644 --- a/ignite/pkg/cosmosanalysis/app/testdata/modules/juno/app.go +++ b/ignite/pkg/cosmosanalysis/app/testdata/modules/juno/app.go @@ -124,6 +124,7 @@ var ( // If EnabledSpecificProposals is "", and this is "true", then enable all x/wasm proposals. // If EnabledSpecificProposals is "", and this is not "true", then disable all x/wasm proposals. + ProposalsEnabled = "true" // If set to non-empty string it must be comma-separated list of values that are all a subset // of "EnableAllProposals" (takes precedence over ProposalsEnabled)