From 59e282731798d068e7ec223b493a8be60963c235 Mon Sep 17 00:00:00 2001 From: ehsan Date: Tue, 17 Oct 2023 16:23:30 +0330 Subject: [PATCH] Update app.go --- ignite/pkg/cosmosanalysis/app/testdata/modules/juno/app.go | 1 + 1 file changed, 1 insertion(+) 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)