Uniswap / examples

119 stars 147 forks source link

Routing Sample is Broken #81

Open skibitsky opened 3 months ago

skibitsky commented 3 months ago

Hello,

The v3-sdk routing sample doesn't work because the sdk cannot access the pool list on IPFS.

Related issue in the smart-order-router repository: https://github.com/Uniswap/smart-order-router/issues/581

Screenshot 2024-06-12@2x

jtardioli commented 3 months ago

I was having issues with routing sample as well. The current version of @uniswap/sdk-core is at V5 but in the example they are using V3. Once I downgraded all the packages to match the example it is working fine for me