chains/_data/chains/eip155-421611.json
2022-01-23 19:02:47 +01:00

34 lines
760 B
JSON

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