morpho-blue-oracles
morpho-blue-oracles copied to clipboard
Morpho Blue Oracles
This adapter supports all f(x) protocol tokens, including fxUSD, rUSD, btcUSD, fETH, xETH, xstETH, xfrxETH, xezETH, xeETH, xWBTC. The token addresses can be found in https://github.com/AladdinDAO/deployments/blob/main/deployments.mainnet.md.
The existing ether.fi and Renzo markets rely on Redstone oracles to price in terms of ETH: - [weETH / WETH 86%](https://risk.morpho.org/market?id=0x698fe98247a40c5771537b5786b2f3f9d78eb487b4ce4d75533cd0e94d88a115) - [ezETH / WETH 86%](https://risk.morpho.org/market?id=0x49bb2d114be9041a787432952927f6f144f05ad3e83196a7d062f374ee11d0ee) However if (and only...
Fixes #94
I'm using hardhat to fork the mainnet and run unittest for my api calls and I got an issue when testing the function ```javascript export async function getLoanTokenSupplied( publicClient: PublicClient,...
Add exchange rate chainlink-like oracles for: * ezETH/ETH (Renzo) * rsETH/ETH (Kelp) * swETH/ETH (swell LST) * rswETH/ETH (swell LRT) * weETH/ETH (ether.fi) If (and only if) redemptions in the...
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...