diff --git a/app/app.go b/app/app.go index 52c42af8ce7..d1ca55228e1 100644 --- a/app/app.go +++ b/app/app.go @@ -126,6 +126,7 @@ var ( transfer.AppModuleBasic{}, vesting.AppModuleBasic{}, feegrantmodule.AppModuleBasic{}, + authzmodule.AppModuleBasic{}, ) // module account permissions @@ -222,6 +223,7 @@ func NewGaiaApp( minttypes.StoreKey, distrtypes.StoreKey, slashingtypes.StoreKey, govtypes.StoreKey, paramstypes.StoreKey, ibchost.StoreKey, upgradetypes.StoreKey, evidencetypes.StoreKey, ibctransfertypes.StoreKey, capabilitytypes.StoreKey, feegrant.StoreKey, + authzkeeper.StoreKey, ) tkeys := sdk.NewTransientStoreKeys(paramstypes.TStoreKey) memKeys := sdk.NewMemoryStoreKeys(capabilitytypes.MemStoreKey)