chains/_data/chains/eip155-421613.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

29 lines
670 B
JSON

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