add XT Smart Chain Mainnet (#1261)

* add XT Smart Chain Mainnet

* Update _data/chains/eip155-520.json

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
llentskynet 2022-06-15 18:37:52 +08:00 committed by GitHub
parent ebf38f0d9b
commit 9df4a67de5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,26 @@
{
"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"
}]
}

8
_data/icons/xsc.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url":"ipfs://QmNmAFgQKkjofaBR5mhB5ygE1Gna36YBVsGkgZQxrwW85s",
"width":98,
"height":96,
"format":"png"
}
]