mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
ebf38f0d9b
commit
9df4a67de5
26
_data/chains/eip155-520.json
Normal file
26
_data/chains/eip155-520.json
Normal 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
8
_data/icons/xsc.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url":"ipfs://QmNmAFgQKkjofaBR5mhB5ygE1Gna36YBVsGkgZQxrwW85s",
|
||||||
|
"width":98,
|
||||||
|
"height":96,
|
||||||
|
"format":"png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user