Uniswap / smart-order-router

GNU General Public License v3.0
413 stars 420 forks source link

ethgasstation.info has been retired #277

Open Rachel-Eichenberger opened 1 year ago

Rachel-Eichenberger commented 1 year ago

As a backup for gas information when not on RPC we have https://ethgasstation.info/ as a fallback, This service has be retired, and the code in line https://github.com/Uniswap/smart-order-router/blob/2cd43f1174c91740c1ae09fae8fcd8d6773d2df7/src/routers/alpha-router/alpha-router.ts#L579 will have to be updated to a new service if available.

This causes issues if personal RPC isn't used

robertmclaws commented 1 year ago

Yes, can we please get this fixed ASAP? It's polluting the console with error messages.

jsy1218 commented 1 year ago

We might have to use tenderly (which is already built-in) instead of smart-order-router its own gas heuristic or any other gas provider in the long term. Gas estimate has become a critical issue lately since UniswapX launch.

We will use tenderly with the perf optimization.

robertmclaws commented 1 year ago

Looking forward to a fix for this and #396!