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

This commit is contained in:
ligi 2021-11-08 14:31:20 +00:00
parent 55c414dfbf
commit 650000a6c3
5 changed files with 80 additions and 7 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,32 @@
"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",
"chainId": 27,
"shortName": "shib",
"networkId": 27,
"nativeCurrency": {
"name": "SHIBA INU COIN",
"symbol": "SHIB",
"decimals": 18
},
"rpc": ["https://rpc.shibachain.net"],
"faucets": [],
"infoURL": "https://www.shibachain.net"
}, { }, {
"name": "Boba Network Rinkeby Testnet", "name": "Boba Network Rinkeby Testnet",
"chainId": 28, "chainId": 28,

View File

@ -390,6 +390,46 @@
"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",
"chain": "SHIB",
"network": "mainnet",
"rpc": ["https://rpc.shibachain.net"],
"faucets": [],
"nativeCurrency": {
"name": "SHIBA INU COIN",
"symbol": "SHIB",
"decimals": 18
},
"infoURL": "https://www.shibachain.net",
"shortName": "shib",
"chainId": 27,
"networkId": 27,
"explorers": [{
"name": "Shiba Explorer",
"url": "https://exp.shibachain.net/",
"standard": "none"
}]
}, { }, {
"name": "Boba Network Rinkeby Testnet", "name": "Boba Network Rinkeby Testnet",
"chain": "ETH", "chain": "ETH",
@ -1689,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"
}] }]
}, { }, {
@ -3115,7 +3155,12 @@
"infoURL": "https://cchain.explorer.avax-test.network", "infoURL": "https://cchain.explorer.avax-test.network",
"shortName": "Fuji", "shortName": "Fuji",
"chainId": 43113, "chainId": 43113,
"networkId": 1 "networkId": 1,
"explorers": [{
"name": "snowtrace",
"url": "https://testnet.snowtrace.io/",
"standard": "EIP3091"
}]
}, { }, {
"name": "Avalanche Mainnet", "name": "Avalanche Mainnet",
"chain": "AVAX", "chain": "AVAX",
@ -3133,9 +3178,9 @@
"networkId": 43114, "networkId": 43114,
"slip44": 9000, "slip44": 9000,
"explorers": [{ "explorers": [{
"name": "blockscout", "name": "snowtrace",
"url": "https://cchain.explorer.avax.network", "url": "https://snowtrace.io/",
"standard": "none" "standard": "EIP3091"
}] }]
}, { }, {
"name": "Celo Alfajores Testnet", "name": "Celo Alfajores Testnet",

View File

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