chains/_data/chains/eip155-520.json
llentskynet 9df4a67de5
add XT Smart Chain Mainnet (#1261)
* add XT Smart Chain Mainnet

* Update _data/chains/eip155-520.json

Co-authored-by: ligi <ligi@ligi.de>
2022-06-15 12:37:52 +02:00

26 lines
591 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"
}]
}