mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
489 B
JSON
24 lines
489 B
JSON
{
|
|
"name": "Arbitrum on xDai",
|
|
"chain": "AOX",
|
|
"rpc": ["https://arbitrum.xdaichain.com/"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "xDAI",
|
|
"symbol": "xDAI",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://xdaichain.com",
|
|
"shortName": "aox",
|
|
"chainId": 200,
|
|
"networkId": 200,
|
|
"explorers": [{
|
|
"name": "blockscout",
|
|
"url": "https://blockscout.com/xdai/arbitrum",
|
|
"standard": "EIP3091"
|
|
}],
|
|
"parent": {
|
|
"chain": "eip155-100",
|
|
"type": "L2"
|
|
}
|
|
} |