mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
29 lines
606 B
JSON
29 lines
606 B
JSON
{
|
|
"name": "Arbitrum Nova",
|
|
"chainId": 42170,
|
|
"shortName": "arb-nova",
|
|
"chain": "ETH",
|
|
"networkId": 42170,
|
|
"nativeCurrency": {
|
|
"name": "Ether",
|
|
"symbol": "ETH",
|
|
"decimals": 18
|
|
},
|
|
"rpc": ["https://nova.arbitrum.io/rpc"],
|
|
"faucets": [],
|
|
"explorers": [
|
|
{
|
|
"name": "Arbitrum Nova Chain Explorer",
|
|
"url": "https://nova-explorer.arbitrum.io",
|
|
"icon": "blockscout",
|
|
"standard": "EIP3091"
|
|
}
|
|
],
|
|
"infoURL": "https://arbitrum.io",
|
|
"parent": {
|
|
"type": "L2",
|
|
"chain": "eip155-1",
|
|
"bridges": [{ "url": "https://bridge.arbitrum.io" }]
|
|
}
|
|
}
|