diff --git a/src/stores/useDashboard.ts b/src/stores/useDashboard.ts index b2d2c8ca..3809688b 100644 --- a/src/stores/useDashboard.ts +++ b/src/stores/useDashboard.ts @@ -153,7 +153,7 @@ export function fromLocal(lc: LocalConfig): ChainConfig { { denom: x.symbol.toLowerCase(), exponent: Number(x.exponent) }, ], })); - conf.cosmwasmEnabled = lc.cosmwasm_enabled ?? true; + conf.cosmwasmEnabled = lc.cosmwasm_enabled ?? false; conf.versions = { cosmosSdk: lc.sdk_version, };