feat(@wallet): arbitrum sepolia
This commit is contained in:
parent
246f58ef94
commit
e31d8ebd3e
|
@ -180,7 +180,7 @@ var NETWORKS* = %* [
|
|||
"blockExplorerUrl": "https://sepolia.etherscan.io/",
|
||||
"iconUrl": "network/Network=Ethereum",
|
||||
"chainColor": "#51D0F0",
|
||||
"shortName": "sep",
|
||||
"shortName": "eth",
|
||||
"nativeCurrencyName": "Ether",
|
||||
"nativeCurrencySymbol": "ETH",
|
||||
"nativeCurrencyDecimals": 18,
|
||||
|
@ -188,6 +188,23 @@ var NETWORKS* = %* [
|
|||
"layer": 1,
|
||||
"enabled": true,
|
||||
"relatedChainId": 1,
|
||||
},
|
||||
{
|
||||
"chainId": 421614,
|
||||
"chainName": "Arbitrum",
|
||||
"rpcUrl": "https://sepolia-rollup.arbitrum.io/rpc",
|
||||
"fallbackUrl": "",
|
||||
"blockExplorerUrl": "https://sepolia-explorer.arbitrum.io/",
|
||||
"iconUrl": "network/Network=Arbitrum",
|
||||
"chainColor": "#51D0F0",
|
||||
"shortName": "arb",
|
||||
"nativeCurrencyName": "Ether",
|
||||
"nativeCurrencySymbol": "ETH",
|
||||
"nativeCurrencyDecimals": 18,
|
||||
"isTest": true,
|
||||
"layer": 2,
|
||||
"enabled": false,
|
||||
"relatedChainId": 42161,
|
||||
}
|
||||
]
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 176bdd297deb32b3f7a4e86aa8127f13e56dd50e
|
||||
Subproject commit 21ddaa4b9f57288ed99fed04db528f3790b7bd2f
|
Loading…
Reference in New Issue