From d96c2fea616e52c10ec70246da5a7336de8b3246 Mon Sep 17 00:00:00 2001 From: def Date: Sat, 14 Mar 2026 23:43:20 +0000 Subject: [PATCH] Add oracle local price cache --- oracle/price_cache.json | 62 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 oracle/price_cache.json diff --git a/oracle/price_cache.json b/oracle/price_cache.json new file mode 100644 index 0000000..ba6f0f5 --- /dev/null +++ b/oracle/price_cache.json @@ -0,0 +1,62 @@ +{ + "version": "0.1", + "updated_at": null, + "status": "empty", + "assets": { + "USDC_ARB": { + "symbol": "USDC", + "chain": "arbitrum", + "price_usd": null, + "price_cad": null, + "source": null, + "source_status": null, + "updated_at": null, + "age_seconds": null, + "stale": true + }, + "ETH_ETH": { + "symbol": "ETH", + "chain": "ethereum", + "price_usd": null, + "price_cad": null, + "source": null, + "source_status": null, + "updated_at": null, + "age_seconds": null, + "stale": true + }, + "ETHO_ETHO": { + "symbol": "ETHO", + "chain": "etho", + "price_usd": null, + "price_cad": null, + "source": null, + "source_status": null, + "updated_at": null, + "age_seconds": null, + "stale": true + }, + "EGAZ_ETICA": { + "symbol": "EGAZ", + "chain": "etica", + "price_usd": null, + "price_cad": null, + "source": null, + "source_status": null, + "updated_at": null, + "age_seconds": null, + "stale": true + }, + "ETI_ETICA": { + "symbol": "ETI", + "chain": "etica", + "price_usd": null, + "price_cad": null, + "source": null, + "source_status": null, + "updated_at": null, + "age_seconds": null, + "stale": true + } + } +}