diff --git a/src/constants/networks.ts b/src/constants/networks.ts index d7cbb103fb..bb1dcce3c9 100644 --- a/src/constants/networks.ts +++ b/src/constants/networks.ts @@ -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], ],