chains/_data/chains/eip155-50.json
Anil Chinchawale 9877934c6b
Update XDC Network info. (#1440)
* 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
2022-08-17 22:36:05 +02:00

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"
}]
}