clober-dex / coupon-finance

Coupon Finance Solidity Contracts
Other
1 stars 0 forks source link

Feat/composit price #151

Closed JhChoy closed 11 months ago

JhChoy commented 11 months ago

Quoted from @HickupHH3's Audit Report

Details

Some assets (eg. staking derivatives like rETH and wstETH) that can be supplied on AaveV3 Arbitrum do not have direct USD price feeds. The current implementation lacks support for such assets. wstETH, for instance, is the 2nd largest supplied Aave asset on Arbitrum, but only the wstETH / ETH exchange rate is available. It would thus either require a composite price feed that complies with the AggregatorV3Interface, or rely on the fallback oracle.

HickupHH3 commented 11 months ago

LGTM