Skip to content

Commit

Permalink
give mint burn perm to opchild module
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Nov 15, 2023
1 parent c692a53 commit 44c0a44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ var (
// x/builder's module account must be instantiated upon genesis to accrue auction rewards not
// distributed to proposers
buildertypes.ModuleName: nil,
opchildtypes.ModuleName: {authtypes.Minter, authtypes.Burner},

// this is only for testing
authtypes.Minter: {authtypes.Minter},
Expand Down

0 comments on commit 44c0a44

Please sign in to comment.