change mainnet rpc bcs infura blocks connections not from uni
This commit is contained in:
parent
1c131ee496
commit
a95c8fab5a
@ -127,7 +127,7 @@ export const FALLBACK_URLS = {
|
|||||||
*/
|
*/
|
||||||
export const RPC_URLS = {
|
export const RPC_URLS = {
|
||||||
[ChainId.MAINNET]: [
|
[ChainId.MAINNET]: [
|
||||||
`https://mainnet.infura.io/v3/${INFURA_KEY}`,
|
`https://rpc.mevblocker.io/fast`,
|
||||||
QUICKNODE_MAINNET_RPC_URL,
|
QUICKNODE_MAINNET_RPC_URL,
|
||||||
...FALLBACK_URLS[ChainId.MAINNET],
|
...FALLBACK_URLS[ChainId.MAINNET],
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user