From 7274acee2d2c6cf1653f931e4696161c99582680 Mon Sep 17 00:00:00 2001 From: Jake Date: Fri, 29 Jul 2022 05:06:36 -0700 Subject: [PATCH] =?UTF-8?q?Add=20Arbitrum=20G=C3=B6rli=20Rollup=20Testnet?= =?UTF-8?q?=20(#1395)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * eip155-421613.json * rename explorer * url format * Update _data/chains/eip155-421613.json Co-authored-by: ligi --- _data/chains/eip155-421613.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 _data/chains/eip155-421613.json diff --git a/_data/chains/eip155-421613.json b/_data/chains/eip155-421613.json new file mode 100644 index 00000000..df34690c --- /dev/null +++ b/_data/chains/eip155-421613.json @@ -0,0 +1,30 @@ +{ + "name": "Arbitrum Görli", + "title": "Arbitrum Görli Rollup Testnet", + "chainId": 421613, + "shortName": "arb-goerli", + "chain": "ETH", + "networkId": 421613, + "nativeCurrency": { + "name": "Arbitrum Görli Ether", + "symbol": "AGOR", + "decimals": 18 + }, + "rpc": [ + "https://goerli-rollup.arbitrum.io/rpc/" + ], + "faucets": [], + "infoURL": "https://arbitrum.io/", + "explorers": [ + { + "name": "Arbitrum Görli Rollup Explorer", + "url": "https://goerli-rollup-explorer.arbitrum.io", + "standard": "EIP3091" + } + ], + "parent": { + "type" : "L2", + "chain": "eip155-5", + "bridges": [ {"url":"https://bridge.arbitrum.io/"} ] + } +}