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

This commit is contained in:
ligi 2022-09-06 09:24:22 +00:00
parent 3fe9688691
commit 5bd943a7f6
11 changed files with 137 additions and 3 deletions

View File

@ -516,6 +516,14 @@
"height": 250,
"format": "png"
}]
}, {
"name": "exl",
"icons": [{
"url": "ipfs://QmeooM7QicT1YbgY93XPd5p7JsCjYhN3qjWt68X57g6bVC",
"width": 400,
"height": 400,
"format": "png"
}]
}, {
"name": "berylbit",
"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,24 @@
{
"name": "Excoincial Chain Volta-Testnet",
"chain": "TEXL",
"icon": "exl",
"rpc": ["https://testnet-rpc.exlscan.com"],
"faucets": ["https://faucet.exlscan.com"],
"nativeCurrency": {
"name": "TExlcoin",
"symbol": "TEXL",
"decimals": 18
},
"infoURL": "",
"shortName": "exlvolta",
"chainId": 27082017,
"networkId": 27082017,
"explorers": [
{
"name": "exlscan",
"url": "https://testnet-explorer.exlscan.com",
"icon": "exl",
"standard": "EIP3091"
}
]
}

View File

@ -0,0 +1,24 @@
{
"name": "Excoincial Chain Mainnet",
"chain": "EXL",
"icon": "exl",
"rpc": ["https://rpc.exlscan.com"],
"faucets": [],
"nativeCurrency": {
"name": "Exlcoin",
"symbol": "EXL",
"decimals": 18
},
"infoURL": "",
"shortName": "exl",
"chainId": 27082022,
"networkId": 27082022,
"explorers": [
{
"name": "exlscan",
"url": "https://exlscan.com",
"icon": "exl",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -6199,6 +6199,32 @@
"rpc": ["https://hz.rpc.qkiscan.cn", "https://jp.rpc.qkiscan.io"],
"faucets": [],
"infoURL": "https://quarkblockchain.org/"
}, {
"name": "Excoincial Chain Volta-Testnet",
"chainId": 27082017,
"shortName": "exlvolta",
"networkId": 27082017,
"nativeCurrency": {
"name": "TExlcoin",
"symbol": "TEXL",
"decimals": 18
},
"rpc": ["https://testnet-rpc.exlscan.com"],
"faucets": ["https://faucet.exlscan.com"],
"infoURL": ""
}, {
"name": "Excoincial Chain Mainnet",
"chainId": 27082022,
"shortName": "exl",
"networkId": 27082022,
"nativeCurrency": {
"name": "Exlcoin",
"symbol": "EXL",
"decimals": 18
},
"rpc": ["https://rpc.exlscan.com"],
"faucets": [],
"infoURL": ""
}, {
"name": "Auxilium Network Mainnet",
"chainId": 28945486,

View File

@ -8907,6 +8907,48 @@
"shortName": "qki",
"chainId": 20181205,
"networkId": 20181205
}, {
"name": "Excoincial Chain Volta-Testnet",
"chain": "TEXL",
"icon": "exl",
"rpc": ["https://testnet-rpc.exlscan.com"],
"faucets": ["https://faucet.exlscan.com"],
"nativeCurrency": {
"name": "TExlcoin",
"symbol": "TEXL",
"decimals": 18
},
"infoURL": "",
"shortName": "exlvolta",
"chainId": 27082017,
"networkId": 27082017,
"explorers": [{
"name": "exlscan",
"url": "https://testnet-explorer.exlscan.com",
"icon": "exl",
"standard": "EIP3091"
}]
}, {
"name": "Excoincial Chain Mainnet",
"chain": "EXL",
"icon": "exl",
"rpc": ["https://rpc.exlscan.com"],
"faucets": [],
"nativeCurrency": {
"name": "Exlcoin",
"symbol": "EXL",
"decimals": 18
},
"infoURL": "",
"shortName": "exl",
"chainId": 27082022,
"networkId": 27082022,
"explorers": [{
"name": "exlscan",
"url": "https://exlscan.com",
"icon": "exl",
"standard": "EIP3091"
}]
}, {
"name": "Auxilium Network Mainnet",
"chain": "AUX",

8
icons/exl.json Normal file
View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -476,6 +476,8 @@
"ilt": "eip155:18289463",
"spectrum": "eip155:20180430",
"qki": "eip155:20181205",
"exlvolta": "eip155:27082017",
"exl": "eip155:27082022",
"auxi": "eip155:28945486",
"JOYS": "eip155:35855456",
"aqua": "eip155:61717561",