You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UniswapV3Oracle.sol is calling latestAnswer to get the last WETH price. This method will return the last value, but you won't be able to check if the data is fresh.
On the other hand, calling the method latestRoundData allow you to run some extra validations
Handle
a_delamo
Vulnerability details
Impact
UniswapV3Oracle.sol
is callinglatestAnswer
to get the last WETH price. This method will return the last value, but you won't be able to check if the data is fresh.On the other hand, calling the method
latestRoundData
allow you to run some extra validationsMore information: https://docs.chain.link/docs/faq/#how-can-i-check-if-the-answer-to-a-round-is-being-carried-over-from-a-previous-round
The text was updated successfully, but these errors were encountered: