chains/_data/chains/eip155-520.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

28 lines
551 B
JSON

{
"name": "XT Smart Chain Mainnet",
"chain": "XSC",
"icon": "xsc",
"rpc": [
"https://datarpc1.xsc.pub",
"https://datarpc2.xsc.pub",
"https://datarpc3.xsc.pub"
],
"faucets": ["https://xsc.pub/faucet"],
"nativeCurrency": {
"name": "XT Smart Chain Native Token",
"symbol": "XT",
"decimals": 18
},
"infoURL": "https://xsc.pub/",
"shortName": "xt",
"chainId": 520,
"networkId": 1024,
"explorers": [
{
"name": "xscscan",
"url": "https://xscscan.pub",
"standard": "EIP3091"
}
]
}