mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
40ec932d39
commit
e5770daec8
30
_data/chains/eip155-42170.json
Normal file
30
_data/chains/eip155-42170.json
Normal 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"} ]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user