mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
32 lines
681 B
JSON
32 lines
681 B
JSON
{
|
|
"name": "Arbitrum Testnet Rinkeby",
|
|
"chainId": 421611,
|
|
"shortName": "arb-rinkeby",
|
|
"chain": "ETH",
|
|
"network": "rinkeby",
|
|
"networkId": 421611,
|
|
"nativeCurrency": {
|
|
"name": "Arbitrum Rinkeby Ether",
|
|
"symbol": "ARETH",
|
|
"decimals": 18
|
|
},
|
|
"rpc": [
|
|
"https://rinkeby.arbitrum.io/rpc",
|
|
"wss://rinkeby.arbitrum.io/ws"
|
|
],
|
|
"faucets": [],
|
|
"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"} ]
|
|
}
|
|
}
|