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 )