diff --git a/fetch_data.py b/client/fetch_data.py similarity index 98% rename from fetch_data.py rename to client/fetch_data.py index 5c464fd5..5593fe75 100644 --- a/fetch_data.py +++ b/client/fetch_data.py @@ -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)