Skip to content

Commit

Permalink
moved script to client
Browse files Browse the repository at this point in the history
  • Loading branch information
Bosun-Josh121 authored and tosoham committed Jan 26, 2025
1 parent 4819605 commit ddfd7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch_data.py → client/fetch_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
YIELD_API_URL = "https://yields.llama.fi/pools"
TOKEN_API_URL = "https://starknet.api.avnu.fi/v1/starknet/tokens"

DATA_DIR = "./data"
DATA_DIR = "../data"
YIELD_DIR = f"{DATA_DIR}/yields"

os.makedirs(YIELD_DIR, exist_ok=True)
Expand Down

0 comments on commit ddfd7a7

Please sign in to comment.