gpu-compute-chain/x/cosmostest/auctionconfig/config.go

12 lines
200 B
Go
Raw Normal View History

2022-08-31 15:40:28 -07:00
package auctionconfig
// Length of the auction in blocks-- currently 10.
// Assuming a block time of 3sec, this should be ~30sec.
const (
// Times
AuctionTime = 10
// Gas Fees
AuctionGas = 10
)