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

This commit is contained in:
ligi 2021-11-08 07:58:10 +00:00
parent 2c3dbc2b59
commit 55c414dfbf
5 changed files with 41 additions and 80 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,32 +297,6 @@
"rpc": [],
"faucets": [],
"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",
"chainId": 28,
@ -2182,6 +2156,19 @@
"rpc": ["https://eu.mainnet.xixoio.com", "https://us.mainnet.xixoio.com", "https://asia.mainnet.xixoio.com"],
"faucets": [],
"infoURL": "https://www.xixoio.com/"
}, {
"name": "Singularity ZERO Testnet",
"chainId": 12051,
"shortName": "tZERO",
"networkId": 12051,
"nativeCurrency": {
"name": "ZERO",
"symbol": "tZERO",
"decimals": 18
},
"rpc": ["https://betaenv.singularity.gold:18545"],
"faucets": ["https://nft.singularity.gold"],
"infoURL": "https://www.singularity.gold"
}, {
"name": "MetaDot Mainnet",
"chainId": 16000,

View File

@ -390,46 +390,6 @@
"shortName": "eladidt",
"chainId": 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",
"chain": "ETH",
@ -1729,7 +1689,7 @@
"networkId": 338,
"explorers": [{
"name": "Cronos Testnet Explorer",
"url": "https://cronos.crypto.org/explorer/testnet3",
"url": "https://cronos.crypto.org/explorer",
"standard": "none"
}]
}, {
@ -2911,6 +2871,26 @@
"shortName": "GEN",
"chainId": 10101,
"networkId": 10101
}, {
"name": "Singularity ZERO Testnet",
"chain": "ZERO",
"network": "testnet",
"rpc": ["https://betaenv.singularity.gold:18545"],
"faucets": ["https://nft.singularity.gold"],
"nativeCurrency": {
"name": "ZERO",
"symbol": "tZERO",
"decimals": 18
},
"infoURL": "https://www.singularity.gold",
"shortName": "tZERO",
"chainId": 12051,
"networkId": 12051,
"explorers": [{
"name": "zeroscan",
"url": "https://betaenv.singularity.gold:18002",
"standard": "EIP3091"
}]
}, {
"name": "MetaDot Mainnet",
"chain": "MTT",
@ -3135,12 +3115,7 @@
"infoURL": "https://cchain.explorer.avax-test.network",
"shortName": "Fuji",
"chainId": 43113,
"networkId": 1,
"explorers": [{
"name": "snowtrace",
"url": "https://testnet.snowtrace.io/",
"standard": "EIP3091"
}]
"networkId": 1
}, {
"name": "Avalanche Mainnet",
"chain": "AVAX",
@ -3158,9 +3133,9 @@
"networkId": 43114,
"slip44": 9000,
"explorers": [{
"name": "snowtrace",
"url": "https://snowtrace.io/",
"standard": "EIP3091"
"name": "blockscout",
"url": "https://cchain.explorer.avax.network",
"standard": "none"
}]
}, {
"name": "Celo Alfajores Testnet",

View File

@ -22,8 +22,6 @@
"elaetht": "eip155:21",
"eladid": "eip155:22",
"eladidt": "eip155:23",
"cro": "eip155:25",
"shib": "eip155:27",
"Boba Rinkeby": "eip155:28",
"rsk": "eip155:30",
"trsk": "eip155:31",
@ -167,6 +165,7 @@
"smartbch": "eip155:10000",
"smartbchtest": "eip155:10001",
"GEN": "eip155:10101",
"tZERO": "eip155:12051",
"mtt": "eip155:16000",
"mtttest": "eip155:16001",
"web": "eip155:24484",