Update Callisto Network (#1411)

* Update Callisto Network

* Update eip155-821.json
This commit is contained in:
Erik 2022-08-20 16:22:36 -03:00 committed by GitHub
parent 2ae14930fb
commit 81a37ea625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 25 additions and 5 deletions

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", "name": "Callisto Mainnet",
"chain": "CLO", "chain": "CLO",
"rpc": [ "rpc": [
"https://clo-geth.0xinfra.com" "https://rpc.callisto.network/"
], ],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Callisto Mainnet Ether", "name": "Callisto",
"symbol": "CLO", "symbol": "CLO",
"decimals": 18 "decimals": 18
}, },

View File

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