From e5770daec887af4090183773626ce3adbb32f454 Mon Sep 17 00:00:00 2001 From: Igor Igamberdiev Date: Sat, 30 Jul 2022 20:15:15 +0200 Subject: [PATCH] Add Arbitrum Nova (#1397) * Add Arbitrum Nova * Update _data/chains/eip155-42170.json Co-authored-by: ligi --- _data/chains/eip155-42170.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 _data/chains/eip155-42170.json diff --git a/_data/chains/eip155-42170.json b/_data/chains/eip155-42170.json new file mode 100644 index 00000000..e97367a7 --- /dev/null +++ b/_data/chains/eip155-42170.json @@ -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"} ] + } +}