Submitted by cmichel, also found by 0xRajeev and adelamo_
The Chainlink API (latestAnswer) used in the Buoy3Pool oracle wrappers is deprecated:
It seems like the old API can return stale data. Checks similar to that of the new API using latestTimestamp and latestRoundare are needed, as this could lead to stale prices according to the Chainlink documentation:
Recommend adding checks similar to latestTimestamp and latestRoundare
kristian-gro (Gro) confirmed
