mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@9df4a67de5 🚀
This commit is contained in:
parent
f75e2de0c3
commit
46d6279333
File diff suppressed because one or more lines are too long
26
chains/eip155-520.json
Normal file
26
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"
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1922,6 +1922,19 @@
|
||||||
"rpc": ["https://rpc-testnet.acuteangle.com"],
|
"rpc": ["https://rpc-testnet.acuteangle.com"],
|
||||||
"faucets": ["https://scan-testnet.acuteangle.com/faucet"],
|
"faucets": ["https://scan-testnet.acuteangle.com/faucet"],
|
||||||
"infoURL": "https://www.acuteangle.com/"
|
"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",
|
"name": "Candle",
|
||||||
"chainId": 534,
|
"chainId": 534,
|
||||||
|
|
|
@ -2675,6 +2675,26 @@
|
||||||
"url": "https://scan-testnet.acuteangle.com",
|
"url": "https://scan-testnet.acuteangle.com",
|
||||||
"standard": "EIP3091"
|
"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",
|
"name": "Candle",
|
||||||
"chain": "Candle",
|
"chain": "Candle",
|
||||||
|
|
8
icons/xsc.json
Normal file
8
icons/xsc.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url":"ipfs://QmNmAFgQKkjofaBR5mhB5ygE1Gna36YBVsGkgZQxrwW85s",
|
||||||
|
"width":98,
|
||||||
|
"height":96,
|
||||||
|
"format":"png"
|
||||||
|
}
|
||||||
|
]
|
|
@ -147,6 +147,7 @@
|
||||||
"rupx": "eip155:499",
|
"rupx": "eip155:499",
|
||||||
"aac": "eip155:512",
|
"aac": "eip155:512",
|
||||||
"aact": "eip155:513",
|
"aact": "eip155:513",
|
||||||
|
"xt": "eip155:520",
|
||||||
"CNDL": "eip155:534",
|
"CNDL": "eip155:534",
|
||||||
"CLASS": "eip155:555",
|
"CLASS": "eip155:555",
|
||||||
"tao": "eip155:558",
|
"tao": "eip155:558",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user