change mainnet rpc bcs infura blocks connections not from uni

This commit is contained in:
ButterflyEffect 2023-12-19 17:21:10 +00:00
parent 1c131ee496
commit a95c8fab5a

@ -127,7 +127,7 @@ export const FALLBACK_URLS = {
*/
export const RPC_URLS = {
[ChainId.MAINNET]: [
`https://mainnet.infura.io/v3/${INFURA_KEY}`,
`https://rpc.mevblocker.io/fast`,
QUICKNODE_MAINNET_RPC_URL,
...FALLBACK_URLS[ChainId.MAINNET],
],