You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constMAX_SUPPLY=5000;// The maximum number of NFTs that can be minted. CANNOT BE UPDATED!
67
-
constMINT_PRICE=0.001;// Minting price per NFT. Rinkeby = ETH, Polygon = MATIC. CANNOT BE UPDATED!
58
+
constMINT_PRICE=1;// Minting price per NFT. Rinkeby = ETH, Polygon = MATIC. CANNOT BE UPDATED!
68
59
constTOKENS_PER_MINT=10;// maximum number of NFTs a user can mint in a single transaction. CANNOT BE UPDATED!
69
60
70
61
// REQUIRED CONTRACT DETAILS THAT CAN BE UPDATED LATER.
@@ -84,8 +75,8 @@ let CONTRACT_ADDRESS = "YOUR CONTRACT ADDRESS"; // If you want to manually inclu
84
75
// Generic Metadata is optional if you want to reveal your NFTs
85
76
constGENERIC=true;// Set to true if you want to upload generic metas and reveal the real NFTs in the future
86
77
constGENERIC_TITLE=CONTRACT_NAME;// Replace with what you want the generic titles to say if you want it to be different from the contract name.
87
-
constGENERIC_DESCRIPTION="Which bird will you get?";// Replace with what you want the generic descriptions to say.
88
-
constGENERIC_IMAGE="https://ipfs.io/ipfs/bafybeihdunsq6cggufg2rsypxagv4llnih3skciprxhl2gfeufelgwmhpm";// Replace with your generic image that will display for all NFTs pre-reveal.
78
+
constGENERIC_DESCRIPTION="REPLACE THIS";// Replace with what you want the generic descriptions to say.
79
+
constGENERIC_IMAGE="https://ipfs.io/ipfs/QmUf9tDbkqnfHkQaMdFWSGAeXwVXWA61pFED7ypx4hcsfh";// Replace with your generic image that will display for all NFTs pre-reveal.
89
80
90
81
// Automatically set contract address if deployed using the deployContract.js script
0 commit comments