File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,9 @@ const path = require("path");
3
3
const basePath = process . cwd ( ) ;
4
4
const fs = require ( "fs" ) ;
5
5
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' ;
12
9
const CHAIN = 'rinkeby' ;
13
10
const TIMEOUT = 1000 ; // Milliseconds. This a timeout for errors only. If there is an error, it will wait then try again. 5000 = 5 seconds.
14
11
You can’t perform that action at this time.
0 commit comments