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

This commit is contained in:
ligi 2022-12-04 23:46:26 +00:00
parent a8f08b2bce
commit fdefa7ff98
7 changed files with 112 additions and 2 deletions

File diff suppressed because one or more lines are too long

22
chains/eip155-1252.json Normal file
View File

@ -0,0 +1,22 @@
{
"name": "CIC Chain Testnet",
"chain": "CICT",
"rpc": ["https://testapi.cicscan.com"],
"faucets": ["https://cicfaucet.com"],
"nativeCurrency": {
"name": "Crazy Internet Coin",
"symbol": "CICT",
"decimals": 18
},
"infoURL": "https://www.cicchain.net",
"shortName": "CICT",
"chainId": 1252,
"networkId": 1252,
"explorers": [
{
"name": "CICscan",
"url": "https://testnet.cicscan.com",
"standard": "EIP3091"
}
]
}

22
chains/eip155-1353.json Normal file
View File

@ -0,0 +1,22 @@
{
"name": "CIC Chain Mainnet",
"chain": "CIC",
"rpc": ["https://xapi.cicscan.com"],
"faucets": [],
"nativeCurrency": {
"name": "Crazy Internet Coin",
"symbol": "CIC",
"decimals": 18
},
"infoURL": "https://www.cicchain.net",
"shortName": "CIC",
"chainId": 1353,
"networkId": 1353,
"explorers": [
{
"name": "CICscan",
"url": "https://cicscan.com",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -3209,6 +3209,19 @@
"rpc": ["https://rpc-cnx.omplatform.com/"], "rpc": ["https://rpc-cnx.omplatform.com/"],
"faucets": [], "faucets": [],
"infoURL": "https://omplatform.com/" "infoURL": "https://omplatform.com/"
}, {
"name": "CIC Chain Testnet",
"chainId": 1252,
"shortName": "CICT",
"networkId": 1252,
"nativeCurrency": {
"name": "Crazy Internet Coin",
"symbol": "CICT",
"decimals": 18
},
"rpc": ["https://testapi.cicscan.com"],
"faucets": ["https://cicfaucet.com"],
"infoURL": "https://www.cicchain.net"
}, { }, {
"name": "HALO Mainnet", "name": "HALO Mainnet",
"chainId": 1280, "chainId": 1280,
@ -3378,6 +3391,19 @@
"rpc": ["http://127.0.0.1:8545"], "rpc": ["http://127.0.0.1:8545"],
"faucets": [], "faucets": [],
"infoURL": "https://geth.ethereum.org" "infoURL": "https://geth.ethereum.org"
}, {
"name": "CIC Chain Mainnet",
"chainId": 1353,
"shortName": "CIC",
"networkId": 1353,
"nativeCurrency": {
"name": "Crazy Internet Coin",
"symbol": "CIC",
"decimals": 18
},
"rpc": ["https://xapi.cicscan.com"],
"faucets": [],
"infoURL": "https://www.cicchain.net"
}, { }, {
"name": "Polygon zkEVM Testnet", "name": "Polygon zkEVM Testnet",
"chainId": 1402, "chainId": 1402,

View File

@ -4551,6 +4551,25 @@
"url": "https://omscan.omplatform.com", "url": "https://omscan.omplatform.com",
"standard": "none" "standard": "none"
}] }]
}, {
"name": "CIC Chain Testnet",
"chain": "CICT",
"rpc": ["https://testapi.cicscan.com"],
"faucets": ["https://cicfaucet.com"],
"nativeCurrency": {
"name": "Crazy Internet Coin",
"symbol": "CICT",
"decimals": 18
},
"infoURL": "https://www.cicchain.net",
"shortName": "CICT",
"chainId": 1252,
"networkId": 1252,
"explorers": [{
"name": "CICscan",
"url": "https://testnet.cicscan.com",
"standard": "EIP3091"
}]
}, { }, {
"name": "HALO Mainnet", "name": "HALO Mainnet",
"chain": "HALO", "chain": "HALO",
@ -4787,6 +4806,25 @@
"shortName": "geth", "shortName": "geth",
"chainId": 1337, "chainId": 1337,
"networkId": 1337 "networkId": 1337
}, {
"name": "CIC Chain Mainnet",
"chain": "CIC",
"rpc": ["https://xapi.cicscan.com"],
"faucets": [],
"nativeCurrency": {
"name": "Crazy Internet Coin",
"symbol": "CIC",
"decimals": 18
},
"infoURL": "https://www.cicchain.net",
"shortName": "CIC",
"chainId": 1353,
"networkId": 1353,
"explorers": [{
"name": "CICscan",
"url": "https://cicscan.com",
"standard": "EIP3091"
}]
}, { }, {
"name": "Polygon zkEVM Testnet", "name": "Polygon zkEVM Testnet",
"title": "Polygon zkEVM Testnet", "title": "Polygon zkEVM Testnet",

View File

@ -246,6 +246,7 @@
"UtronMainnet": "eip155:1231", "UtronMainnet": "eip155:1231",
"step": "eip155:1234", "step": "eip155:1234",
"om": "eip155:1246", "om": "eip155:1246",
"CICT": "eip155:1252",
"HO": "eip155:1280", "HO": "eip155:1280",
"mbeam": "eip155:1284", "mbeam": "eip155:1284",
"mriver": "eip155:1285", "mriver": "eip155:1285",
@ -259,6 +260,7 @@
"aitd": "eip155:1319", "aitd": "eip155:1319",
"aitdtestnet": "eip155:1320", "aitdtestnet": "eip155:1320",
"geth": "eip155:1337", "geth": "eip155:1337",
"CIC": "eip155:1353",
"zkevmtest": "eip155:1402", "zkevmtest": "eip155:1402",
"Sherpax": "eip155:1506", "Sherpax": "eip155:1506",
"SherpaxTestnet": "eip155:1507", "SherpaxTestnet": "eip155:1507",