diff --git a/app/app.go b/app/app.go index bc1852b..5832a7f 100644 --- a/app/app.go +++ b/app/app.go @@ -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},