mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
36 lines
698 B
JSON
36 lines
698 B
JSON
{
|
|
"name": "XDC Apothem Network",
|
|
"chain": "XDC",
|
|
"network": "testnet",
|
|
"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"
|
|
}]
|
|
} |