Skip to content

Commit 63aecad

Browse files
updated README.md
1 parent 81e493c commit 63aecad

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

data/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@
44
3. `export GOOGLE_APPLICATION_CREDENTIALS="/home/user/Downloads/my-key.json"`
55
4. `export NODE_URL="https://your_eth_node_url"`
66
5. Create folder <pool_address>-prices (example: 0x0d88b55317516b84e78fbba7cde3f910d5686901-prices/), place tradingview csv exports there (file name has to include TOKENFIAT, example AAVEUSD.csv)
7-
6. `python3 pulldata.py 0x0d88b55317516b84e78fbba7cde3f910d5686901 -f USD` will download the data from Bigquery and save it in a directory for future use, and generate `actions-prices.json`.
8-
9-
`python3 pulldata.py 0x0d88b55317516b84e78fbba7cde3f910d5686901` will generate a plain `actions.json` but this will not be usable by the simulation.
7+
6. `python3 pulldata.py 0x0d88b55317516b84e78fbba7cde3f910d5686901 tradingview -f USD` or `python3 pulldata.py 0x0d88b55317516b84e78fbba7cde3f910d5686901 coingecko -f USD` will download the data from Bigquery and save it in a directory for future use, and generate `actions-prices.json`.

0 commit comments

Comments
 (0)