From 12fc5b924208bfe404addb1e23c471193f365151 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Fri, 27 Jan 2023 08:53:26 -0800 Subject: [PATCH] reduce survivor count --- src/Unaboomer.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Unaboomer.sol b/src/Unaboomer.sol index d82bbbc..8da5200 100644 --- a/src/Unaboomer.sol +++ b/src/Unaboomer.sol @@ -29,7 +29,7 @@ contract Unaboomer is ERC721, Owned { /// Maximum supply of BOOMR tokens uint256 public constant MAX_SUPPLY = 5000; /// Maximum amount of survivors remaining to advance to the next round - uint256 public constant MAX_SURVIVOR_COUNT = 2500; + uint256 public constant MAX_SURVIVOR_COUNT = 1000; /// Maximum amount of mints per wallet - cut down on botters uint256 public constant MAX_MINT_AMOUNT = 25; /// Amount of Unaboomers killed (tokens burned)