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
constROYALTY_SHARE=1000;// Percentage of the token price that goes to the royalty address. 100 bps = 1%
66
76
constROYALTY_ADDRESS="0xd8B808A887326F45B2D0cd999709Aa6264CeF919";// Address that will receive the royalty
67
77
constBASE_URI=null;// only update if you want to manually set the base uri
68
78
constPREREVEAL_TOKEN_URI=null;// only update if you want to manually set the prereveal token uri
69
-
constPRESALE_WHITELISTED_ADDRESSES=['0xB7422Da1890Ce24309b4670792a1D5E5A6D32F38',"0xd8B808A887326F45B2D0cd999709Aa6264CeF919"];// only update if you want to manually set the whitelisted addresses
79
+
constPRESALE_WHITELISTED_ADDRESSES=[];// only update if you want to manually set the whitelisted addresses
70
80
71
81
// ** OPTIONAL **
72
82
letCONTRACT_ADDRESS="YOUR CONTRACT ADDRESS";// If you want to manually include it
83
+
73
84
// Generic Metadata is optional if you want to reveal your NFTs
74
85
constGENERIC=true;// Set to true if you want to upload generic metas and reveal the real NFTs in the future
75
-
// const GENERIC = false; // Set to true if you want to upload generic metas and reveal the real NFTs in the future
76
86
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.
77
-
constGENERIC_DESCRIPTION="Unknown";// Replace with what you want the generic descriptions to say.
78
-
constGENERIC_IMAGE="https://ipfs.io/ipfs/QmUf9tDbkqnfHkQaMdFWSGAeXwVXWA61pFED7ypx4hcsfh";// Replace with your generic image that will display for all NFTs pre-reveal.
79
-
80
-
81
-
// const REVEAL_PROMPT = true; // Set to false if you want to disable the prompt to confirm each reveal.
82
-
// const INTERVAL = 900000; // Milliseconds. This is the interval for it to check for sales and reveal the NFT. 900000 = 15 minutes.
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.
83
89
84
90
// Automatically set contract address if deployed using the deployContract.js script
0 commit comments