Skip to content

Commit 1c27f82

Browse files
committed
Updated README.md file
1 parent 4dad005 commit 1c27f82

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ UV2QUERY_ADDRESS_MUMBAI="0x460...7e67"
3737
- Run [querypairs](scripts/querypairs.js) script to get token pairs from the configured DEX.
3838

3939
- Run [querytokens](scripts/querytokens.js) to get tokens data using querypairs output.
40+
41+
After running the `querytokens` script, the `querypairs` output file will be updated with tokens data.

scripts/querytokens.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ async function main() {
5757
}
5858
await utils.sleep(configs.cooldownMs);
5959
allTokens = allTokens.concat(tokensChunk);
60-
if (i>200) break; // DEBUG
6160
}
6261
}
6362

0 commit comments

Comments
 (0)