Max supply, the diameter of the moon

This commit is contained in:
Mentor Palokaj 2021-10-21 19:22:34 +02:00
parent 5229525ccc
commit b27382931f

View File

@ -13,7 +13,7 @@ contract Rocketeer is ERC721Tradable {
// ///////////////////////////////
// Globals
// ///////////////////////////////
uint256 private ROCKETEER_MAX_SUPPLY = 9001;
uint256 private ROCKETEER_MAX_SUPPLY = 2159;
// Construct as Opensea tradable item
constructor(address _proxyRegistryAddress)