Skip to content

Commit 80bd44f

Browse files
committed
update
1 parent 4e1d1f9 commit 80bd44f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

utils/nftport/mint.js

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@ const path = require("path");
33
const basePath = process.cwd();
44
const fs = require("fs");
55

6-
// const AUTH = 'YOUR API KEY HERE';
7-
// const CONTRACT_ADDRESS = 'YOUR CONTRACT ADDRESS HERE';
8-
// const MINT_TO_ADDRESS = 'YOUR WALLET ADDRESS HERE';
9-
const AUTH = '7073fd40-9443-4f5f-8eac-ba9030b7051a';
10-
const CONTRACT_ADDRESS = '0x862b11c9d9ed5e566d41ffa848cbcfdefcd183db';
11-
const MINT_TO_ADDRESS = '0xB7422Da1890Ce24309b4670792a1D5E5A6D32F38';
6+
const AUTH = 'YOUR API KEY HERE';
7+
const CONTRACT_ADDRESS = 'YOUR CONTRACT ADDRESS HERE';
8+
const MINT_TO_ADDRESS = 'YOUR WALLET ADDRESS HERE';
129
const CHAIN = 'rinkeby';
1310
const TIMEOUT = 1000; // Milliseconds. This a timeout for errors only. If there is an error, it will wait then try again. 5000 = 5 seconds.
1411

0 commit comments

Comments
 (0)