mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
fb49612d70
* Added Prettier and formatted existing JSON files * fixed one more json file
29 lines
670 B
JSON
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/" }]
|
|
}
|
|
}
|