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

This commit is contained in:
ligi 2022-11-24 17:04:26 +00:00
parent a622e22936
commit b312af3557
10 changed files with 76 additions and 3 deletions

View File

@ -806,6 +806,14 @@
"height": 528, "height": 528,
"format": "png" "format": "png"
}] }]
}, {
"name": "xlon",
"icons": [{
"url": "ipfs://QmTV45o4jTe6ayscF1XWh1WXk5DPck4QohR5kQocSWjvQP",
"width": 300,
"height": 300,
"format": "png"
}]
}, { }, {
"name": "swarmexplorer", "name": "swarmexplorer",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,23 @@
{
"name": "Excelon Mainnet",
"chain": "XLON",
"icon": "xlon",
"rpc": ["http://wallet2.xlon.org:8545"],
"faucets": [],
"nativeCurrency": {
"name": "Excelon",
"symbol": "xlon",
"decimals": 18
},
"infoURL": "https://xlon.org",
"shortName": "xlon",
"chainId": 22052002,
"networkId": 22052002,
"explorers": [
{
"name": "Excelon explorer",
"url": "https://explorer.excelon.io",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -7291,6 +7291,19 @@
"rpc": ["https://hz.rpc.qkiscan.cn", "https://jp.rpc.qkiscan.io"], "rpc": ["https://hz.rpc.qkiscan.cn", "https://jp.rpc.qkiscan.io"],
"faucets": [], "faucets": [],
"infoURL": "https://quarkblockchain.org/" "infoURL": "https://quarkblockchain.org/"
}, {
"name": "Excelon Mainnet",
"chainId": 22052002,
"shortName": "xlon",
"networkId": 22052002,
"nativeCurrency": {
"name": "Excelon",
"symbol": "xlon",
"decimals": 18
},
"rpc": ["http://wallet2.xlon.org:8545"],
"faucets": [],
"infoURL": "https://xlon.org"
}, { }, {
"name": "Excoincial Chain Volta-Testnet", "name": "Excoincial Chain Volta-Testnet",
"chainId": 27082017, "chainId": 27082017,

View File

@ -10645,6 +10645,26 @@
"shortName": "qki", "shortName": "qki",
"chainId": 20181205, "chainId": 20181205,
"networkId": 20181205 "networkId": 20181205
}, {
"name": "Excelon Mainnet",
"chain": "XLON",
"icon": "xlon",
"rpc": ["http://wallet2.xlon.org:8545"],
"faucets": [],
"nativeCurrency": {
"name": "Excelon",
"symbol": "xlon",
"decimals": 18
},
"infoURL": "https://xlon.org",
"shortName": "xlon",
"chainId": 22052002,
"networkId": 22052002,
"explorers": [{
"name": "Excelon explorer",
"url": "https://explorer.excelon.io",
"standard": "EIP3091"
}]
}, { }, {
"name": "Excoincial Chain Volta-Testnet", "name": "Excoincial Chain Volta-Testnet",
"chain": "TEXL", "chain": "TEXL",

8
icons/xlon.json Normal file
View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View File

@ -560,6 +560,7 @@
"ilt": "eip155:18289463", "ilt": "eip155:18289463",
"spectrum": "eip155:20180430", "spectrum": "eip155:20180430",
"qki": "eip155:20181205", "qki": "eip155:20181205",
"xlon": "eip155:22052002",
"exlvolta": "eip155:27082017", "exlvolta": "eip155:27082017",
"exl": "eip155:27082022", "exl": "eip155:27082022",
"auxi": "eip155:28945486", "auxi": "eip155:28945486",