only allow certain denoms for auctions

This commit is contained in:
2022-09-07 23:06:28 +00:00
parent 627308d809
commit c9f73980ae
3 changed files with 16 additions and 3 deletions

View File

@@ -1,5 +1,9 @@
package auctionconfig
// Allowed Denoms
// note: as a slice, values can't be immutable, but length can be
var AllowedAuctionDenoms = [...]string{"uusdc", "uclr"}
const (
// Times
AuctionTime = 10 // 10 blocks = ~10-30 seconds