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
Ekubo is deprecating their price API, we should update our fetcher to reflect this.
we have this method on a helper contract which returns all prices of the specified tokens in terms of EKUBO, plus EKUBO's address https://github.com/EkuboProtocol/oracle-extension/blob/6f6924d7dd3b1bf9e111c23e24950dd4a0c80d6c/src/price_fetcher.cairo#L33-L36
the deployment address is here https://docs.ekubo.org/integration-guides/reference/contract-addresses
we query it in our quoting service every 5 seconds so that we always have up-to-date prices on anything with an oracle pool https://quoter-mainnet-api.ekubo.org/prices/0x053c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8
The text was updated successfully, but these errors were encountered:
akhercha
Successfully merging a pull request may close this issue.
Ekubo is deprecating their price API, we should update our fetcher to reflect this.
the deployment address is here https://docs.ekubo.org/integration-guides/reference/contract-addresses
The text was updated successfully, but these errors were encountered: