TickerUSDFeedRegistry
The TickerUSDFeedRegistry is the single source of truth for tracking the current feed addresses as well as keeping the relayers in sync on what tickers should be kept track of.
Last updated
The TickerUSDFeedRegistry is the single source of truth for tracking the current feed addresses as well as keeping the relayers in sync on what tickers should be kept track of.
Last updated
Emitter when a new ticker and its corresponding feed are added
Function for fetching the Chainlink USD Price feed address for a given ticker
Parameters
ticker
string
- The ticker symbol
Return Values
feedAddress
address
- Address of the Ticker<>USD Chainlink price feed
Function for adding new ticker and its corresponding feed address to the registry
Parameters
ticker
string
- The ticker symbol
feedAddress
address
- Address of the Ticker<>USD Chainlink price feed
📅 Events
Emits a TickerFeedUpdated
event