Skip to content

Commit 21bf1a3

Browse files
committed
added comment on line 4
1 parent 604296e commit 21bf1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/nftport/uploadMetas.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const fetch = require("node-fetch");
22
const basePath = process.cwd();
33
const fs = require("fs");
4-
const readDir = `${basePath}/build/json`;
4+
const readDir = `${basePath}/build/json`; // change this directory if you are uploading generic images first in order to do a reveal.
55

66
const AUTH = 'YOUR API KEY HERE';
77
const TIMEOUT = 1000; // Milliseconds. Extend this if needed to wait for each upload. 1000 = 1 second.

0 commit comments

Comments
 (0)