-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Chainlink price feeds are stale across multiple chains (ethereum, polygon, bnb, avalanche). As shown below, the last timestamp from these models was around Aug/Sep 2024. optimism, gnosis, fantom & arbitrum appear unaffected.
Sub-project: chainlink
Models:
- chainlink_***_price_feeds
- chainlink_***_price_feeds_oracle_addresses
Issue
Old aggregator_address are being referenced in /chainlink***price_feeds_oracle_addresses
- price_feed source events are recorded from the aggregator_address (the proxy_address does not emit required events).
- aggregator_address's are hardcoded as in /chainlink_polygon_price_feeds_oracle_addresses.sql
- aggregator_address's are sometimes updated / rotated by chainlink, as they were in Aug/Sep 2024. Currently referenced addresses are no longer used or emitting events.
Solution
I can update all the aggregator_addresses's to the new address for each affected chain as a PR, but is there anyway to backfill the last 12months of missing data?
Also, any guidance for replicating these models for base chain?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working