update module permissions to make escrow possible + more fixes

This commit is contained in:
2022-09-04 23:36:57 +00:00
parent 5617f5aa2a
commit 7f37e69011
4 changed files with 19 additions and 8 deletions

View File

@@ -2,4 +2,10 @@ package auctionconfig
// Length of the auction in blocks-- currently 10.
// Assuming a block time of 3sec, this should be ~30sec.
const AuctionTime = 100
const (
// Times
AuctionTime = 10
// Gas Fees
AuctionGas = 10
)