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 4dad005 commit 1c27f82Copy full SHA for 1c27f82
README.md
@@ -37,3 +37,5 @@ UV2QUERY_ADDRESS_MUMBAI="0x460...7e67"
37
- Run [querypairs](scripts/querypairs.js) script to get token pairs from the configured DEX.
38
39
- 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
@@ -57,7 +57,6 @@ async function main() {
57
}
58
await utils.sleep(configs.cooldownMs);
59
allTokens = allTokens.concat(tokensChunk);
60
- if (i>200) break; // DEBUG
61
62
63
0 commit comments