Skip to content
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

Expand theGraph to support DEX (CurveFi) #671

Open
bryanjowers opened this issue Jul 8, 2021 · 1 comment
Open

Expand theGraph to support DEX (CurveFi) #671

bryanjowers opened this issue Jul 8, 2021 · 1 comment

Comments

@bryanjowers
Copy link
Collaborator

bryanjowers commented Jul 8, 2021

We currently have a TheGraph composite adapter that only supports Uniswap. We want to expand this adapter to support CurveFi.

Existing adapter to be modified: https://github.com/smartcontractkit/external-adapters-js/tree/develop/packages/composites/the-graph

Alice wants to source the price for Lido stETH/ETH. You can find CurveFi's price for stETH/ETH from: https://curve.fi/trade/lusd/STETH-ETH/1d

then use the feed price for ETH/USD to obtain the price of stETH/USD.

  1. Add new DEX support to TheGraph adapter for CurveFi
  2. test a sample pair to ensure data looks correct. For ex: STETH-ETH
  3. update readme documentation to show the new DEX support for CurveFi
@bryanjowers bryanjowers changed the title Expand theGraph to support DEX Expand theGraph to support DEX (CurveFi) Jul 9, 2021
@boxhock
Copy link
Contributor

boxhock commented Jan 18, 2022

@bryanjowers can we close this issue, as we now have direct Curve.fi support?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants