feat(@wallet): use infura for sepolia arbitrum

This commit is contained in:
Anthony Laibe 2023-12-06 10:35:42 +01:00
parent 3854920f54
commit f98d1acf08
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ var NETWORKS* = %* [
{
"chainId": 421614,
"chainName": "Arbitrum",
"rpcUrl": "https://sepolia-rollup.arbitrum.io/rpc",
"rpcUrl": "https://arbitrum-sepolia.infura.io/v3/" & INFURA_TOKEN_RESOLVED,
"fallbackUrl": "",
"blockExplorerUrl": "https://sepolia-explorer.arbitrum.io/",
"iconUrl": "network/Network=Arbitrum",