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

12 lines
200 B
Go

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
)