Skip to content

Commit

Permalink
Merge pull request #225 from terra-money/fix/wasm-icq
Browse files Browse the repository at this point in the history
fix: wasm icq module name
  • Loading branch information
emidev98 authored Nov 28, 2023
2 parents 12f9c69 + 5b3cb51 commit 7b25ba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/keepers/keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ func NewTerraAppKeepers(
keepers.ScopedTransferKeeper = keepers.CapabilityKeeper.ScopeToModule(ibctransfertypes.ModuleName)
keepers.ScopedICAControllerKeeper = keepers.CapabilityKeeper.ScopeToModule(icacontrollertypes.SubModuleName)
keepers.ScopedICAHostKeeper = keepers.CapabilityKeeper.ScopeToModule(icahosttypes.SubModuleName)
keepers.scopedWasmKeeper = keepers.CapabilityKeeper.ScopeToModule(icqtypes.ModuleName)
keepers.ScopedICQKeeper = keepers.CapabilityKeeper.ScopeToModule(wasmtypes.ModuleName)
keepers.scopedWasmKeeper = keepers.CapabilityKeeper.ScopeToModule(wasmtypes.ModuleName)
keepers.ScopedICQKeeper = keepers.CapabilityKeeper.ScopeToModule(icqtypes.ModuleName)

keepers.AccountKeeper = authkeeper.NewAccountKeeper(
appCodec,
Expand Down

0 comments on commit 7b25ba1

Please sign in to comment.