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 604296e commit 21bf1a3Copy full SHA for 21bf1a3
utils/nftport/uploadMetas.js
@@ -1,7 +1,7 @@
1
const fetch = require("node-fetch");
2
const basePath = process.cwd();
3
const fs = require("fs");
4
-const readDir = `${basePath}/build/json`;
+const readDir = `${basePath}/build/json`; // change this directory if you are uploading generic images first in order to do a reveal.
5
6
const AUTH = 'YOUR API KEY HERE';
7
const TIMEOUT = 1000; // Milliseconds. Extend this if needed to wait for each upload. 1000 = 1 second.
0 commit comments