The Venus team has updated their `SFrxETHOracle`, designed to fetch the USD price for `sfrxETH`. It shall be integrated as the `main` oracle within their existing `ResilientOracle`. The `SFrxETHOracle` incorporates a mechanism to validate the price variations between its low and high data points, ensuring the high-to-low ratio remains within a specified threshold, which can be updated by the team. Finally, the oracle returns the average between the low and high prices. This audit revealed no major concerns within the smart contract, highlighting the strength and reliability of the Venus team's development process including their test suite. **Update**: The Venus team addressed all issues as recommended.
Low | Medium | High | Critical | Total | |
---|---|---|---|---|---|
Not fixed | - | - | - | - | 0 |
Fixed | 2 | - | - | - | 2 |
Total | 2 | 0 | 0 | 0 | 2 |
# | Github Repository | Commit Hash | File | Url |
---|---|---|---|---|
1 | VenusProtocol/oracle | b24ef729a7f1b13d1c2b572e4717612275659dd1 | contracts/oracles/SFrxETHOracle.sol | Check on Github |