The Chainlink Pricer is currently using multiple functions from a deprecated Chainlink API such as latestAnswer()
in L61, getTimestamp()
in L74.
These functions might suddenly stop working if Chainlink stopped supporting deprecated APIs.
Consider refactoring these to use the latest Chainlink API.
- OpenZeppelin Opyn Gamma Finding L11
- Patching
- Deprecated APIs
- Chainlink V2 vs V3
- Deprecated -> Stop Work
- Use Latest APIs