File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
# chainquery
2
2
3
- Utilities to get data from from a blockchain using [ UniswapV2Query] ( contracts/UniswapV2Query.sol ) contract.
3
+ Utilities to get data directly on chain using [ UniswapV2Query] ( contracts/UniswapV2Query.sol ) contract.
4
4
5
5
## Configuration
6
6
@@ -35,8 +35,10 @@ UV2QUERY_ADDRESS_POLYGON="0x460...7e67"
35
35
36
36
- Set all needed configuration values.
37
37
38
- - Run [ querypairs] ( scripts/querypairs.js ) script to get token pairs from the configured DEX.
38
+ - Run [ querypairs] ( scripts/query/ querypairs.js ) to get token pairs data from the configured DEX.
39
39
40
- - Run [ querytokens] ( scripts/querytokens.js ) to get tokens data using querypairs output.
40
+ - Run [ querytokens] ( scripts/query/ querytokens.js ) to get tokens data using querypairs output.
41
41
42
- After running the ` querytokens ` script, the ` querypairs ` output file will be updated with tokens data.
42
+ - Run [ jointokensfiles] ( scripts/postproc/jointokensfiles.js ) to join querytokens output into a single file.
43
+
44
+ - Run [ addtokenstopairs] ( scripts/postproc/addtokenstopairs.js ) to add token data to pairs file and normalize reserves.
You can’t perform that action at this time.
0 commit comments