mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
28 lines
551 B
JSON
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"
|
|
}
|
|
]
|
|
}
|