From 944092652f5b9cd29948a07d51741ffa259c4fc4 Mon Sep 17 00:00:00 2001 From: Chandragupta Singh Date: Tue, 31 Oct 2023 01:35:36 +0530 Subject: [PATCH] todo removed --- app/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.go b/app/app.go index 32560eb3c..895fd73e8 100644 --- a/app/app.go +++ b/app/app.go @@ -904,7 +904,7 @@ func New( if err != nil { panic(fmt.Sprintf("error while reading wasm config: %s", err)) } - supportedFeatures := "iterator,staking,stargate,comdex,cosmwasm_1_1,cosmwasm_1_2,cosmwasm_1_3" //TODO: cosmwasm_1_3 juno has added but its not there in wasmd changelog + supportedFeatures := "iterator,staking,stargate,comdex,cosmwasm_1_1,cosmwasm_1_2,cosmwasm_1_3" wasmOpts = append(cwasm.RegisterCustomPlugins(&app.LockerKeeper, &app.TokenmintKeeper, &app.AssetKeeper, &app.Rewardskeeper, &app.CollectorKeeper, &app.LiquidationKeeper, &app.AuctionKeeper, &app.EsmKeeper, &app.VaultKeeper, &app.LendKeeper, &app.LiquidityKeeper, &app.MarketKeeper), wasmOpts...)