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