mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* add XT Smart Chain Mainnet * Update _data/chains/eip155-520.json Co-authored-by: ligi <ligi@ligi.de>
26 lines
591 B
JSON
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"
|
|
}]
|
|
}
|
|
|