Uniswap / token-list-bridge-utils

GNU General Public License v3.0
129 stars 66 forks source link

swap mainnet rpc url #36

Closed matteenm closed 1 year ago

matteenm commented 1 year ago

RPC calls to https://cloudflare-eth.com/ are often failing when calling chainify for large lists like the Uniswap Extended List, presumably due to rate limiting at the RPC level.

Using https://rpc.ankr.com/eth instead seems to work fine. Tested building the extended list locally several times without any errors, so this PR swaps the mainnet RPC url to https://rpc.ankr.com/eth to fix the issue.