-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add Chainlink feeds and remove UniswapV3 feeds #133
Conversation
updated OverlayV1ChainlinkFeed contract
…ock aggregator both
…ainlink-oracle-adapter
added overlay chainlink factory
v2.7.2
Update tests to use real Chainlink feed
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.
Looks good, but Chainlink contracts are not using MIT licence, but to not stop the progress I recommend fixing that on another PR.
tests/markets/test_build.py
Outdated
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.
the change from 80000 -> 8000 was due to Arbitrum mainnet having less liquidity on uniswap pools. Now that we're moving to chainlink feeds, is this change needed? where does it fail?
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.
@magnetto90 any idea about this?
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.
We should test it, not sure how it affects.
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.
Made a commit moving from 8000 -> 80000, we'll see how that goes.
Co-authored-by: Tomas C Imach <[email protected]>
Co-authored-by: Tomas C Imach <[email protected]>
Before merging this, I think we should change the |
Ok, I'm gonna test it now. |
No description provided.