Skip to content

Commit

Permalink
Merge pull request #76 from chaindbkey/testnet
Browse files Browse the repository at this point in the history
add auction module account
  • Loading branch information
angelorc authored Nov 18, 2021
2 parents bcb052a + f66ab72 commit ee4375a
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 @@ -160,6 +160,7 @@ var (
ibctransfertypes.ModuleName: {authtypes.Minter, authtypes.Burner},
fantokentypes.ModuleName: {authtypes.Minter, authtypes.Burner},
liquiditytypes.ModuleName: {authtypes.Minter, authtypes.Burner},
auctiontypes.ModuleName: {},
}
)

Expand Down

0 comments on commit ee4375a

Please sign in to comment.