diff --git a/src/store/networks/avm.ts b/src/store/networks/avm.ts index 90a8c41d..567bf3a3 100644 --- a/src/store/networks/avm.ts +++ b/src/store/networks/avm.ts @@ -64,6 +64,6 @@ export default class AVMNetworkSpecifics implements INetworkSpecifics { } getRPCURL(): string { - return 'https://arbitrum-mainnet.infura.io/v3/98ca28d50f234e618a22a8b0d83c40b2' + return 'https://arbitrum-mainnet.infura.io/v3/628f48a852c5452597813331041ee3a4' } } diff --git a/src/store/networks/mainnet.ts b/src/store/networks/mainnet.ts index 478b1255..7d26e25e 100644 --- a/src/store/networks/mainnet.ts +++ b/src/store/networks/mainnet.ts @@ -54,6 +54,6 @@ export default class MainnetNetworkSpecifics implements INetworkSpecifics { } getRPCURL(): string { - return 'https://mainnet.infura.io/v3/98ca28d50f234e618a22a8b0d83c40b2' + return 'https://mainnet.infura.io/v3/628f48a852c5452597813331041ee3a4' } } diff --git a/src/store/networks/test-avm-l1.ts b/src/store/networks/test-avm-l1.ts index e85f8196..af0a8dd5 100644 --- a/src/store/networks/test-avm-l1.ts +++ b/src/store/networks/test-avm-l1.ts @@ -54,6 +54,6 @@ export default class TestNetworkSpecifics implements INetworkSpecifics { } getRPCURL(): string { - return 'https://rinkeby.infura.io/v3/98ca28d50f234e618a22a8b0d83c40b2' + return 'https://rinkeby.infura.io/v3/628f48a852c5452597813331041ee3a4' } } diff --git a/src/store/networks/test-avm-l2.ts b/src/store/networks/test-avm-l2.ts index 548b0972..04962a63 100644 --- a/src/store/networks/test-avm-l2.ts +++ b/src/store/networks/test-avm-l2.ts @@ -64,6 +64,6 @@ export default class TestAVML2NetworkSpecifics implements INetworkSpecifics { } getRPCURL(): string { - return 'https://arbitrum-rinkeby.infura.io/v3/98ca28d50f234e618a22a8b0d83c40b2' + return 'https://arbitrum-rinkeby.infura.io/v3/628f48a852c5452597813331041ee3a4' } } diff --git a/src/store/networks/test.ts b/src/store/networks/test.ts index 886ba721..b3c00dfa 100644 --- a/src/store/networks/test.ts +++ b/src/store/networks/test.ts @@ -54,6 +54,6 @@ export default class TestNetworkSpecifics implements INetworkSpecifics { } getRPCURL(): string { - return 'https://rinkeby.infura.io/v3/98ca28d50f234e618a22a8b0d83c40b2' + return 'https://rinkeby.infura.io/v3/628f48a852c5452597813331041ee3a4' } }