chains/_data/chains/eip155-421611.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

34 lines
817 B
JSON

{
"name": "Arbitrum Rinkeby",
"title": "Arbitrum Testnet Rinkeby",
"chainId": 421611,
"shortName": "arb-rinkeby",
"chain": "ETH",
"networkId": 421611,
"nativeCurrency": {
"name": "Arbitrum Rinkeby Ether",
"symbol": "ETH",
"decimals": 18
},
"rpc": ["https://rinkeby.arbitrum.io/rpc"],
"faucets": ["http://fauceth.komputing.org?chain=421611&address=${ADDRESS}"],
"infoURL": "https://arbitrum.io",
"explorers": [
{
"name": "arbiscan-testnet",
"url": "https://testnet.arbiscan.io",
"standard": "EIP3091"
},
{
"name": "arbitrum-rinkeby",
"url": "https://rinkeby-explorer.arbitrum.io",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-4",
"bridges": [{ "url": "https://bridge.arbitrum.io" }]
}
}