Skip to content

Commit 7ab6314

Browse files
committed
Updated README.md file
1 parent aa12914 commit 7ab6314

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# chainquery
22

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.
44

55
## Configuration
66

@@ -35,8 +35,10 @@ UV2QUERY_ADDRESS_POLYGON="0x460...7e67"
3535

3636
- Set all needed configuration values.
3737

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.
3939

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.
4141

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.

0 commit comments

Comments
 (0)