-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Failed to get subgraph pools from any providers after upgrade #478
Comments
same issue can anyone help |
I researched the problem and it seems to be related to the 500 response from the IPFS provider in V2SubgraphProviderWithFallBacks. The same thing happens with V3. Can anyone help with this? @jsy1218 FYI |
I hotfixed it by keeping the versions of the uniswap dependencies at a certain version. |
I noticed that in the Ethereum network, routes are still founded through StaticV2SubgraphProvider. The error is reproduced when trying to find routes in the Base network. |
Using your versions I get the error: Thank you for participating. |
I'm submitting a ...
[ ] bug report
[ ] feature request
[ ] question about the decisions made in the repository
[ X ] question about how to use this project
Summary
Hey, I have a project for interacting with the uniswap smart router by using rest requests but since I ran yarn upgrade it's broken and I don't know why...
Error: Failed to get subgraph pools from any providers
Other information
Here is the yarn.lock file with the exact version changes: JakobJar/uniswap-smart-router-rest@112ec4c#diff-51e4f558fae534656963876761c95b83b6ef5da5103c4adef6768219ed76c2de
App: https://github.com/JakobJar/uniswap-smart-router-rest/blob/master/src/app.ts
Request: https://github.com/JakobJar/uniswap-smart-router-rest/blob/master/example/request.http
The text was updated successfully, but these errors were encountered: