Closed matteenm closed 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.
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.