mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
19 lines
329 B
JSON
19 lines
329 B
JSON
{
|
|
"name": "XinFin Network Mainnet",
|
|
"chain": "XDC",
|
|
"network": "mainnet",
|
|
"rpc": [
|
|
"https://rpc.xinfin.network"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "XinFin",
|
|
"symbol": "XDC",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://xinfin.org",
|
|
"shortName": "xdc",
|
|
"chainId": 50,
|
|
"networkId": 50
|
|
}
|