Add Arbitrum Nova (#1397)

* Add Arbitrum Nova

* Update _data/chains/eip155-42170.json

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
Igor Igamberdiev 2022-07-30 20:15:15 +02:00 committed by GitHub
parent 40ec932d39
commit e5770daec8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,30 @@
{
"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"} ]
}
}