We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
@bryanjowers can we close this issue, as we now have direct Curve.fi support?
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: