morpho-org / morpho-blue-oracles

Morpho Blue Oracles
https://morpho.org
Other
29 stars 25 forks source link

Add SfrxETH-FrxETH exchange rate adapter #99

Open horacepan opened 3 months ago

horacepan commented 3 months ago

This PR creates an sfrxETH-frxETH exchange rate adapter following the structure of the wstETH-stETH exchange rate adapter. The only difference is that the exchange rate is computed by calling the pricePerShare function instead of getPooledEthByShares.

Run tests via:

forge test --match-path test/SfrxEthFrxEthExchangeRateChainlinkAdapterTest.sol

image