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

This commit is contained in:
ligi 2021-11-08 07:46:44 +00:00
parent c3bee6b84a
commit d723965fc8
5 changed files with 37 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -297,6 +297,19 @@
"rpc": [], "rpc": [],
"faucets": [], "faucets": [],
"infoURL": "https://elaeth.io/" "infoURL": "https://elaeth.io/"
}, {
"name": "Cronos Mainnet Beta",
"chainId": 25,
"shortName": "cro",
"networkId": 25,
"nativeCurrency": {
"name": "Crypto.org Coin",
"symbol": "CRO",
"decimals": 18
},
"rpc": ["https://evm-cronos.crypto.org"],
"faucets": [],
"infoURL": "https://cronos.crypto.org"
}, { }, {
"name": "ShibaChain", "name": "ShibaChain",
"chainId": 27, "chainId": 27,

View File

@ -390,6 +390,26 @@
"shortName": "eladidt", "shortName": "eladidt",
"chainId": 23, "chainId": 23,
"networkId": 23 "networkId": 23
}, {
"name": "Cronos Mainnet Beta",
"chain": "CRO",
"network": "mainnet",
"rpc": ["https://evm-cronos.crypto.org"],
"faucets": [],
"nativeCurrency": {
"name": "Crypto.org Coin",
"symbol": "CRO",
"decimals": 18
},
"infoURL": "https://cronos.crypto.org",
"shortName": "cro",
"chainId": 25,
"networkId": 25,
"explorers": [{
"name": "Cronos Explorer",
"url": "https://cronos.crypto.org/explorer",
"standard": "none"
}]
}, { }, {
"name": "ShibaChain", "name": "ShibaChain",
"chain": "SHIB", "chain": "SHIB",
@ -1709,7 +1729,7 @@
"networkId": 338, "networkId": 338,
"explorers": [{ "explorers": [{
"name": "Cronos Testnet Explorer", "name": "Cronos Testnet Explorer",
"url": "https://cronos.crypto.org/explorer", "url": "https://cronos.crypto.org/explorer/testnet3",
"standard": "none" "standard": "none"
}] }]
}, { }, {

View File

@ -22,6 +22,7 @@
"elaetht": "eip155:21", "elaetht": "eip155:21",
"eladid": "eip155:22", "eladid": "eip155:22",
"eladidt": "eip155:23", "eladidt": "eip155:23",
"cro": "eip155:25",
"shib": "eip155:27", "shib": "eip155:27",
"Boba Rinkeby": "eip155:28", "Boba Rinkeby": "eip155:28",
"rsk": "eip155:30", "rsk": "eip155:30",