Add Arbitrum Görli Rollup Testnet (#1395)

* eip155-421613.json

* rename explorer

* url format

* Update _data/chains/eip155-421613.json

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
Jake 2022-07-29 05:06:36 -07:00 committed by GitHub
parent af19d08ec4
commit 7274acee2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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