chains/_data/chains/eip155-200.json
Alexander Kolotov 0c0e632630
Parent section in Arbitrum on xDai (#390)
* chain information for Arbitrum on xDai

* add parent section to make explicit relationship with xDai
2021-08-31 15:28:12 +02:00

25 lines
510 B
JSON

{
"name": "Arbitrum on xDai",
"chain": "AOX",
"network": "xdai",
"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"
}
}