update module permissions to make escrow possible + more fixes

This commit is contained in:
2022-09-04 23:36:57 +00:00
parent 5617f5aa2a
commit 7f37e69011
4 changed files with 19 additions and 8 deletions

View File

@@ -170,6 +170,8 @@ var (
stakingtypes.NotBondedPoolName: {authtypes.Burner, authtypes.Staking},
govtypes.ModuleName: {authtypes.Burner},
ibctransfertypes.ModuleName: {authtypes.Minter, authtypes.Burner},
// auction module will only need escrow perms, not minting or burning
cosmostestmoduletypes.ModuleName: nil,
// this line is used by starport scaffolding # stargate/app/maccPerms
}
)