mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
36 lines
717 B
JSON
36 lines
717 B
JSON
{
|
|
"name": "XinFin XDC Network",
|
|
"chain": "XDC",
|
|
"rpc": [
|
|
"https://erpc.xinfin.network",
|
|
"https://rpc.xinfin.network",
|
|
"https://rpc1.xinfin.network",
|
|
"https://rpc-xdc.icecreamswap.com"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "XinFin",
|
|
"symbol": "XDC",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://xinfin.org",
|
|
"shortName": "xdc",
|
|
"chainId": 50,
|
|
"networkId": 50,
|
|
"icon": "xdc",
|
|
"explorers": [
|
|
{
|
|
"name": "xdcscan",
|
|
"url": "https://xdcscan.io",
|
|
"icon": "blocksscan",
|
|
"standard": "EIP3091"
|
|
},
|
|
{
|
|
"name": "blocksscan",
|
|
"url": "https://xdc.blocksscan.io",
|
|
"icon": "blocksscan",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|