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

This commit is contained in:
ligi 2022-10-26 19:18:36 +00:00
parent ff31297511
commit f6c63d6b5b
5 changed files with 16 additions and 19 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,24 +1,21 @@
{ {
"name": "Cronos Testnet", "name": "Cronos Testnet",
"chain": "CRO", "chain": "CRO",
"rpc": [ "rpc": ["https://evm-t3.cronos.org"],
"https://cronos-testnet-3.crypto.org:8545", "faucets": ["https://cronos.org/faucet"],
"wss://cronos-testnet-3.crypto.org:8546"
],
"faucets": ["https://cronos.crypto.org/faucet"],
"nativeCurrency": { "nativeCurrency": {
"name": "Crypto.org Test Coin", "name": "Cronos Test Coin",
"symbol": "TCRO", "symbol": "TCRO",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://cronos.crypto.org", "infoURL": "https://cronos.org",
"shortName": "tcro", "shortName": "tcro",
"chainId": 338, "chainId": 338,
"networkId": 338, "networkId": 338,
"explorers": [ "explorers": [
{ {
"name": "Cronos Testnet Explorer", "name": "Cronos Testnet Explorer",
"url": "https://cronos.crypto.org/explorer/testnet3", "url": "https://testnet.cronoscan.com",
"standard": "none" "standard": "none"
} }
] ]

File diff suppressed because one or more lines are too long

View File

@ -1863,13 +1863,13 @@
"shortName": "tcro", "shortName": "tcro",
"networkId": 338, "networkId": 338,
"nativeCurrency": { "nativeCurrency": {
"name": "Crypto.org Test Coin", "name": "Cronos Test Coin",
"symbol": "TCRO", "symbol": "TCRO",
"decimals": 18 "decimals": 18
}, },
"rpc": ["https://cronos-testnet-3.crypto.org:8545", "wss://cronos-testnet-3.crypto.org:8546"], "rpc": ["https://evm-t3.cronos.org"],
"faucets": ["https://cronos.crypto.org/faucet"], "faucets": ["https://cronos.org/faucet"],
"infoURL": "https://cronos.crypto.org" "infoURL": "https://cronos.org"
}, { }, {
"name": "Theta Mainnet", "name": "Theta Mainnet",
"chainId": 361, "chainId": 361,

View File

@ -2640,20 +2640,20 @@
}, { }, {
"name": "Cronos Testnet", "name": "Cronos Testnet",
"chain": "CRO", "chain": "CRO",
"rpc": ["https://cronos-testnet-3.crypto.org:8545", "wss://cronos-testnet-3.crypto.org:8546"], "rpc": ["https://evm-t3.cronos.org"],
"faucets": ["https://cronos.crypto.org/faucet"], "faucets": ["https://cronos.org/faucet"],
"nativeCurrency": { "nativeCurrency": {
"name": "Crypto.org Test Coin", "name": "Cronos Test Coin",
"symbol": "TCRO", "symbol": "TCRO",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://cronos.crypto.org", "infoURL": "https://cronos.org",
"shortName": "tcro", "shortName": "tcro",
"chainId": 338, "chainId": 338,
"networkId": 338, "networkId": 338,
"explorers": [{ "explorers": [{
"name": "Cronos Testnet Explorer", "name": "Cronos Testnet Explorer",
"url": "https://cronos.crypto.org/explorer/testnet3", "url": "https://testnet.cronoscan.com",
"standard": "none" "standard": "none"
}] }]
}, { }, {