PriceFeed contract
Proxy contract for interact with oracle
Last updated
Proxy contract for interact with oracle
Last updated
This contract is a proxy for requests to oracle for getting actual pair prices.
Yupana PriceFeed proxy uses Harbinger as oracle.
More info about oracle here.
getPrice - asks for a price from Oracle.
receivePrice - sends the price from Oracle to the yToken contract.
There are some admin
methods for setup proxy described in a separate section.