Uniswap / v3-sdk

🛠 An SDK for building applications on top of Uniswap V3
MIT License
547 stars 425 forks source link

ProviderGasError #135

Closed thanhnguyennguyen closed 2 years ago

thanhnguyennguyen commented 2 years ago

using smart-order-router example here https://docs.uniswap.org/sdk/guides/auto-router#the-full-example i got error

Failed to get 2 quotes. Reasons: ProviderGasError, ProviderGasError

on Polygon, my rpc endpoint seems not support getting gas price. is there any option to turn off gasPrice return ? I don't need that information

thanhnguyennguyen commented 2 years ago

Found notes in https://github.com/Uniswap/smart-order-router Closing this one