Merge branch 'ethereum-lists:master' into rangers_1

This commit is contained in:
LittleBear 2021-12-17 16:46:57 +08:00 committed by GitHub
commit 520823ed4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 70 additions and 16 deletions

View File

@ -0,0 +1,23 @@
{
"name": "BMC Mainnet",
"chain": "BMC",
"network": "mainnet",
"rpc": [
"https://mainnet.bmcchain.com/"
],
"faucets": [],
"nativeCurrency": {
"name": "BTM",
"symbol": "BTM",
"decimals": 18
},
"infoURL": "https://bmc.bytom.io/",
"shortName": "BMC",
"chainId": 188,
"networkId": 188,
"explorers": [{
"name": "Blockmeta",
"url": "https://bmc.blockmeta.com/",
"standard": "none"
}]
}

View File

@ -0,0 +1,18 @@
{
"name": "DataHopper",
"chain": "HOP",
"network": "hopnet",
"rpc": [
"https://23.92.21.121:8545"
],
"faucets": [],
"nativeCurrency": {
"name": "DataHoppers",
"symbol": "HOP",
"decimals": 18
},
"infoURL": "https://www.DataHopper.com",
"shortName": "hop",
"chainId": 2021121117,
"networkId": 2021121117
}

View File

@ -3,7 +3,7 @@
"chain": "CSC",
"network": "mainnet",
"rpc": [
"https://rpc-mainnet.coinex.net"
"https://rpc.coinex.net"
],
"faucets": [],
"nativeCurrency": {
@ -14,5 +14,10 @@
"infoURL": "https://www.coinex.org/",
"shortName": "cet",
"chainId": 52,
"networkId": 52
"networkId": 52,
"explorers": [{
"name": "coinexscan",
"url": "https://www.coinex.net/",
"standard": "none"
}]
}

View File

@ -3,7 +3,7 @@
"chain": "CSC",
"network": "testnet",
"rpc": [
"https://rpc-testnet.coinex.net"
"https://testnet-rpc.coinex.net/"
],
"faucets": [],
"nativeCurrency": {
@ -14,5 +14,10 @@
"infoURL": "https://www.coinex.org/",
"shortName": "tcet",
"chainId": 53,
"networkId": 53
"networkId": 53,
"explorers": [{
"name": "coinexscan",
"url": "https://testnet.coinex.net/",
"standard": "none"
}]
}

View File

@ -2,22 +2,25 @@
"name": "Hazlor Testnet",
"chain": "SCAS",
"network": "testnet",
"rpc": ["https://hatlas.rpc.hazlor.com:8545/"],
"faucets": ["https://faucet.hazlor.com"],
"rpc": [
"https://hatlas.rpc.hazlor.com:8545",
"wss://hatlas.rpc.hazlor.com:8546"
],
"faucets": [
"https://faucet.hazlor.com"
],
"nativeCurrency": {
"name": "Hazlor Test Coin",
"symbol": "TSCAS",
"decimals": 18
},
"infoURL": "https://hazlor.com",
"shortName": "hazlor-hatlas",
"shortName": "tscas",
"chainId": 7878,
"networkId": 7878,
"explorers": [
{
"name": "Hazlor Explorer ",
"url": "https://explorer.hazlor.com",
"standard": "none"
}
]
"explorers": [{
"name": "Hazlor Testnet Explorer",
"url": "https://explorer.hazlor.com",
"standard": "none"
}]
}

View File

@ -1,7 +1,7 @@
buildscript {
ext {
KOTLIN_VERSION = "1.6.0"
KETHEREUM_VERSION = "0.85.3"
KOTLIN_VERSION = "1.6.10"
KETHEREUM_VERSION = "0.85.5"
}
repositories {