feat(@wallet): sepolia optimism
This commit is contained in:
parent
ff951f624a
commit
eee8ec8e32
|
@ -121,6 +121,23 @@ var NETWORKS* = %* [
|
|||
"enabled": true,
|
||||
"relatedChainId": 1,
|
||||
},
|
||||
{
|
||||
"chainId": 11155420,
|
||||
"chainName": "Optimism",
|
||||
"rpcUrl": "https://optimism-sepolia.infura.io/v3/" & INFURA_TOKEN_RESOLVED,
|
||||
"fallbackUrl": "",
|
||||
"blockExplorerUrl": "https://sepolia-optimism.etherscan.io/",
|
||||
"iconUrl": "network/Network=Optimism",
|
||||
"chainColor": "#51D0F0",
|
||||
"shortName": "opt",
|
||||
"nativeCurrencyName": "Ether",
|
||||
"nativeCurrencySymbol": "ETH",
|
||||
"nativeCurrencyDecimals": 18,
|
||||
"isTest": true,
|
||||
"layer": 2,
|
||||
"enabled": true,
|
||||
"relatedChainId": 10,
|
||||
},
|
||||
{
|
||||
"chainId": 421614,
|
||||
"chainName": "Arbitrum",
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 6403a7413bd1c560d1beada7b4af1698ddc570d8
|
||||
Subproject commit 0808b780f75a5cffa0a26a160c4cee17078e816b
|
Loading…
Reference in New Issue