-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Oracle Factory #1222
base: 4.0.0
Are you sure you want to change the base?
Oracle Factory #1222
Conversation
akshatmittal
commented
Oct 29, 2024
•
edited
Loading
edited
- Exchange Rate Oracle
- Curve LP Oracle
- Yearn Curve LP Oracle
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we change one of the tests to use the RToken oracle? seems worth testing the entire space
revert BadOracleValue(); | ||
} | ||
|
||
if (block.timestamp - updateTime > oracleConfig.timeout) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
worth adding a small buffer here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was thinking of including it in the provided config itself, do you think it's worth including it here instead?