chains/_data/chains/eip155-42170.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

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" }]
}
}