file to consolidate auction module params
parent
05144c4e06
commit
5aea9c162e
|
@ -0,0 +1,5 @@
|
|||
package config
|
||||
|
||||
// Length of the auction in blocks.
|
||||
// Assuming a block time of 3sec, this should be ~30sec.
|
||||
const AuctionTime = 10
|
Loading…
Reference in New Issue