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
66
constROYALTY_ADDRESS="0xd8B808A887326F45B2D0cd999709Aa6264CeF919";// Address that will receive the royalty
67
67
constBASE_URI=null;// only update if you want to manually set the base uri
68
68
constPREREVEAL_TOKEN_URI=null;// only update if you want to manually set the prereveal token uri
69
-
constPRESALE_WHITELISTED_ADDRESSES=[];// only update if you want to manually set the whitelisted addresses
69
+
constPRESALE_WHITELISTED_ADDRESSES=['0xB7422Da1890Ce24309b4670792a1D5E5A6D32F38',"0xd8B808A887326F45B2D0cd999709Aa6264CeF919"];// only update if you want to manually set the whitelisted addresses
70
70
71
71
// ** OPTIONAL **
72
72
letCONTRACT_ADDRESS="YOUR CONTRACT ADDRESS";// If you want to manually include it
console.log('There is an issue with the metadata upload. Please check the /build/_ipfsMetas/_ipfsMetasResponse.json file for more information. Running "npm run upload_metadata" may fix this issue.');
62
+
}
63
+
}catch(err){
64
+
console.log(`/build/_ipfsMetasGeneric/_ipfsMetasResponse.json file not found. Run "npm run upload_metadata" first.`);
console.log('There is an issue with the metadata upload. Please check the /build/_ipfsMetasGeneric/_ipfsMetasResponse.json file for more information. Running "npm run upload_metadata" may fix this issue.');
80
+
}
81
+
}catch(err){
82
+
console.log(`/build/_ipfsMetasGeneric/_ipfsMetasResponse.json file not found. Run "npm run upload_metadata" first.`);
0 commit comments