mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-06 03:14:26 -08:00
update module permissions to make escrow possible + more fixes
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user