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

This commit is contained in:
ligi 2023-01-13 10:07:20 +00:00
parent eef1c734fd
commit 51584e6f37
9 changed files with 76 additions and 3 deletions

View File

@ -262,6 +262,14 @@
"height": 2600, "height": 2600,
"format": "png" "format": "png"
}] }]
}, {
"name": "ctex",
"icons": [{
"url": "ipfs://bafkreid5evn4qovxo6msuekizv5zn7va62tea7w2zpdx5sskconebuhqle",
"width": 800,
"height": 800,
"format": "png"
}]
}, { }, {
"name": "htmlcoin", "name": "htmlcoin",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

23
chains/eip155-1455.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "Ctex Scan Blockchain",
"chain": "Ctex Scan Blockchain",
"icon": "ctex",
"rpc": ["https://mainnet-rpc.ctexscan.com/"],
"faucets": ["https://faucet.ctexscan.com"],
"nativeCurrency": {
"name": "CTEX",
"symbol": "CTEX",
"decimals": 18
},
"infoURL": "https://ctextoken.io",
"shortName": "CTEX",
"chainId": 1455,
"networkId": 1455,
"explorers": [
{
"name": "Ctex Scan Explorer",
"url": "https://ctexscan.com",
"standard": "none"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -3677,6 +3677,19 @@
"rpc": [], "rpc": [],
"faucets": [], "faucets": [],
"infoURL": "https://polygon.technology/solutions/polygon-zkevm/" "infoURL": "https://polygon.technology/solutions/polygon-zkevm/"
}, {
"name": "Ctex Scan Blockchain",
"chainId": 1455,
"shortName": "CTEX",
"networkId": 1455,
"nativeCurrency": {
"name": "CTEX",
"symbol": "CTEX",
"decimals": 18
},
"rpc": ["https://mainnet-rpc.ctexscan.com/"],
"faucets": ["https://faucet.ctexscan.com"],
"infoURL": "https://ctextoken.io"
}, { }, {
"name": "Sherpax Mainnet", "name": "Sherpax Mainnet",
"chainId": 1506, "chainId": 1506,

View File

@ -5270,6 +5270,26 @@
"url": "https://explorer.public.zkevm-test.net", "url": "https://explorer.public.zkevm-test.net",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"name": "Ctex Scan Blockchain",
"chain": "Ctex Scan Blockchain",
"icon": "ctex",
"rpc": ["https://mainnet-rpc.ctexscan.com/"],
"faucets": ["https://faucet.ctexscan.com"],
"nativeCurrency": {
"name": "CTEX",
"symbol": "CTEX",
"decimals": 18
},
"infoURL": "https://ctextoken.io",
"shortName": "CTEX",
"chainId": 1455,
"networkId": 1455,
"explorers": [{
"name": "Ctex Scan Explorer",
"url": "https://ctexscan.com",
"standard": "none"
}]
}, { }, {
"name": "Sherpax Mainnet", "name": "Sherpax Mainnet",
"chain": "Sherpax Mainnet", "chain": "Sherpax Mainnet",

8
icons/ctex.json Normal file
View File

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

View File

@ -282,6 +282,7 @@
"geth": "eip155:1337", "geth": "eip155:1337",
"CIC": "eip155:1353", "CIC": "eip155:1353",
"zkevmtest": "eip155:1402", "zkevmtest": "eip155:1402",
"CTEX": "eip155:1455",
"Sherpax": "eip155:1506", "Sherpax": "eip155:1506",
"SherpaxTestnet": "eip155:1507", "SherpaxTestnet": "eip155:1507",
"beagle": "eip155:1515", "beagle": "eip155:1515",