diff --git a/app/keepers/keepers.go b/app/keepers/keepers.go index d91f016c..ed642a07 100644 --- a/app/keepers/keepers.go +++ b/app/keepers/keepers.go @@ -433,12 +433,11 @@ func NewAppKeeper( panic("error while reading wasm config: " + err.Error()) } - ibcWasmConfig := - ibcwasmtypes.WasmConfig{ - DataDir: filepath.Join(wasmDir, "ibc_08-wasm"), - SupportedCapabilities: "iterator,stargate,abort", - ContractDebugMode: false, - } + ibcWasmConfig := ibcwasmtypes.WasmConfig{ + DataDir: filepath.Join(wasmDir, "ibc_08-wasm"), + SupportedCapabilities: "iterator,stargate,abort", + ContractDebugMode: false, + } wasmCapabilities := "iterator,staking,stargate"