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