Deploying to gh-pages from @ ethereum-lists/chains@9df4a67de5 🚀

This commit is contained in:
ligi 2022-06-15 10:41:32 +00:00
parent f75e2de0c3
commit 46d6279333
7 changed files with 70 additions and 2 deletions

File diff suppressed because one or more lines are too long

26
chains/eip155-520.json Normal file
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"
}]
}

File diff suppressed because one or more lines are too long

View File

@ -1922,6 +1922,19 @@
"rpc": ["https://rpc-testnet.acuteangle.com"],
"faucets": ["https://scan-testnet.acuteangle.com/faucet"],
"infoURL": "https://www.acuteangle.com/"
}, {
"name": "XT Smart Chain Mainnet",
"chainId": 520,
"shortName": "xt",
"networkId": 1024,
"nativeCurrency": {
"name": "XT Smart Chain Native Token",
"symbol": "XT",
"decimals": 18
},
"rpc": ["https://datarpc1.xsc.pub", "https://datarpc2.xsc.pub", "https://datarpc3.xsc.pub"],
"faucets": ["https://xsc.pub/faucet"],
"infoURL": "https://xsc.pub/"
}, {
"name": "Candle",
"chainId": 534,

View File

@ -2675,6 +2675,26 @@
"url": "https://scan-testnet.acuteangle.com",
"standard": "EIP3091"
}]
}, {
"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"
}]
}, {
"name": "Candle",
"chain": "Candle",

8
icons/xsc.json Normal file
View File

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

View File

@ -147,6 +147,7 @@
"rupx": "eip155:499",
"aac": "eip155:512",
"aact": "eip155:513",
"xt": "eip155:520",
"CNDL": "eip155:534",
"CLASS": "eip155:555",
"tao": "eip155:558",