package auctionconfig const ( // Times AuctionTime = 10 // 10 blocks = ~10-30 seconds // Lease Period Requirements (seconds) MinLeasePeriod = 3_600 // 1 hour MaxLeasePeriod = 8_035_200 // 3 months // Gas Fees AuctionGas = 10 )