mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
* Update XDC Network info. - Add extra rpcs in Mainnet - update explorer links - add faucet link in XDC Apothem/TestNet * Update xdc.json * Update blocksscan.json * Update blocksscan.json
33 lines
670 B
JSON
33 lines
670 B
JSON
{
|
|
"name": "XinFin XDC Network",
|
|
"chain": "XDC",
|
|
"network": "mainnet",
|
|
"rpc": [
|
|
"https://erpc.xinfin.network",
|
|
"https://rpc.xinfin.network",
|
|
"https://rpc1.xinfin.network"
|
|
],
|
|
"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"
|
|
}]
|
|
} |