mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-05 03:14:24 -08:00
only allow certain denoms for auctions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user