Skip to content

Commit

Permalink
add wasm in app module so it will auto read codec.
Browse files Browse the repository at this point in the history
  • Loading branch information
puneet2019 committed Dec 19, 2023
1 parent 7c98180 commit 7821c5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (

autocliv1 "cosmossdk.io/api/cosmos/autocli/v1"
reflectionv1 "cosmossdk.io/api/cosmos/reflection/v1"
"github.com/CosmWasm/wasmd/x/wasm"
dbm "github.com/cometbft/cometbft-db"
abci "github.com/cometbft/cometbft/abci/types"
tmjson "github.com/cometbft/cometbft/libs/json"
Expand Down Expand Up @@ -181,6 +182,7 @@ var (
liquidstake.AppModuleBasic{},
ratesync.AppModuleBasic{},
consensus.AppModuleBasic{},
wasm.AppModuleBasic{},
)

// module account permissions
Expand Down

0 comments on commit 7821c5e

Please sign in to comment.