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

This commit is contained in:
ligi 2022-08-20 19:26:08 +00:00
parent de33b66469
commit a552d39f99
8 changed files with 63 additions and 14 deletions

File diff suppressed because one or more lines are too long

19
chains/eip155-20729.json Normal file
View File

@ -0,0 +1,19 @@
{
"name": "Callisto Testnet",
"chain": "CLO",
"rpc": [
"https://testnet-rpc.callisto.network/"
],
"faucets": [
"https://faucet.callisto.network/"
],
"nativeCurrency": {
"name": "Callisto",
"symbol": "CLO",
"decimals": 18
},
"infoURL": "https://callisto.network",
"shortName": "clo testnet",
"chainId": 20729,
"networkId": 79
}

View File

@ -2,11 +2,11 @@
"name": "Callisto Mainnet",
"chain": "CLO",
"rpc": [
"https://clo-geth.0xinfra.com"
"https://rpc.callisto.network/"
],
"faucets": [],
"nativeCurrency": {
"name": "Callisto Mainnet Ether",
"name": "Callisto",
"symbol": "CLO",
"decimals": 18
},

View File

@ -1,5 +1,5 @@
{
"name": "Callisto Testnet",
"name": "Callisto Testnet Deprecated",
"chain": "CLO",
"rpc": [],
"faucets": [],
@ -11,5 +11,6 @@
"infoURL": "https://callisto.network",
"shortName": "tclo",
"chainId": 821,
"networkId": 2
}
"networkId": 2,
"status":"deprecated"
}

File diff suppressed because one or more lines are too long

View File

@ -2331,15 +2331,15 @@
"shortName": "clo",
"networkId": 1,
"nativeCurrency": {
"name": "Callisto Mainnet Ether",
"name": "Callisto",
"symbol": "CLO",
"decimals": 18
},
"rpc": ["https://clo-geth.0xinfra.com"],
"rpc": ["https://rpc.callisto.network/"],
"faucets": [],
"infoURL": "https://callisto.network"
}, {
"name": "Callisto Testnet",
"name": "Callisto Testnet Deprecated",
"chainId": 821,
"shortName": "tclo",
"networkId": 2,
@ -4314,6 +4314,19 @@
"rpc": ["https://seed.btcix.org/rpc"],
"faucets": [],
"infoURL": "https://bitcolojix.org"
}, {
"name": "Callisto Testnet",
"chainId": 20729,
"shortName": "clo testnet",
"networkId": 79,
"nativeCurrency": {
"name": "Callisto",
"symbol": "CLO",
"decimals": 18
},
"rpc": ["https://testnet-rpc.callisto.network/"],
"faucets": ["https://faucet.callisto.network/"],
"infoURL": "https://callisto.network"
}, {
"name": "CENNZnet Azalea",
"chainId": 21337,

View File

@ -3268,10 +3268,10 @@
}, {
"name": "Callisto Mainnet",
"chain": "CLO",
"rpc": ["https://clo-geth.0xinfra.com"],
"rpc": ["https://rpc.callisto.network/"],
"faucets": [],
"nativeCurrency": {
"name": "Callisto Mainnet Ether",
"name": "Callisto",
"symbol": "CLO",
"decimals": 18
},
@ -3281,7 +3281,7 @@
"networkId": 1,
"slip44": 820
}, {
"name": "Callisto Testnet",
"name": "Callisto Testnet Deprecated",
"chain": "CLO",
"rpc": [],
"faucets": [],
@ -3293,7 +3293,8 @@
"infoURL": "https://callisto.network",
"shortName": "tclo",
"chainId": 821,
"networkId": 2
"networkId": 2,
"status": "deprecated"
}, {
"name": "Ambros Chain Mainnet",
"chain": "ambroschain",
@ -6149,6 +6150,20 @@
"url": "https://btcixscan.com",
"standard": "none"
}]
}, {
"name": "Callisto Testnet",
"chain": "CLO",
"rpc": ["https://testnet-rpc.callisto.network/"],
"faucets": ["https://faucet.callisto.network/"],
"nativeCurrency": {
"name": "Callisto",
"symbol": "CLO",
"decimals": 18
},
"infoURL": "https://callisto.network",
"shortName": "clo testnet",
"chainId": 20729,
"networkId": 79
}, {
"name": "CENNZnet Azalea",
"chain": "CENNZnet",

View File

@ -331,6 +331,7 @@
"mtttest": "eip155:16001",
"tivar": "eip155:16888",
"btcix": "eip155:19845",
"clo testnet": "eip155:20729",
"cennz-a": "eip155:21337",
"omc": "eip155:21816",
"SFL": "eip155:22023",