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
];// Replace with your generic image(s). If multiple, separate with a comma.
74
-
constREVEAL_PROMPT=true;// Set to false if you want to disable the prompt to confirm each reveal.
75
-
constINTERVAL=900000;// Milliseconds. This is the interval for it to check for sales and reveal the NFT. 900000 = 15 minutes.
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.
76
83
77
84
// Automatically set contract address if deployed using the deployContract.js script
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.');
49
+
}
50
+
}catch(err){
51
+
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/_ipfsMetas/_ipfsMetasResponse.json file for more information. Running "npm run upload_metadata" may fix this issue.');
65
+
}
66
+
}catch(err){
67
+
console.log(`/build/_ipfsMetasGeneric/_ipfsMetasResponse.json file not found. Run "npm run upload_metadata" first.`);
0 commit comments