From 5aea9c162ea2dd06847fdcad1b2f90d686c7e332 Mon Sep 17 00:00:00 2001 From: turtlebasket Date: Wed, 31 Aug 2022 21:38:55 +0000 Subject: [PATCH] file to consolidate auction module params --- x/cosmostest/config/config.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 x/cosmostest/config/config.go diff --git a/x/cosmostest/config/config.go b/x/cosmostest/config/config.go new file mode 100644 index 0000000..d1cfdc5 --- /dev/null +++ b/x/cosmostest/config/config.go @@ -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