We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d3978 commit 604296eCopy full SHA for 604296e
utils/nftport/uploadMetas.js
@@ -22,7 +22,7 @@ async function main() {
22
});
23
for (const file of files) {
24
if (file !== "_metadata.json" && file !== "_ipfsMetas.json") {
25
- let jsonFile = fs.readFileSync(`${basePath}/build/json/${file}`);
+ let jsonFile = fs.readFileSync(`${readDir}/${file}`);
26
let metaData = JSON.parse(jsonFile);
27
28
const uploadedMeta = ipfsMetas.find(item => {
0 commit comments