mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-04 22:04:25 -08:00
update module permissions to make escrow possible + more fixes
This commit is contained in:
@@ -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
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user