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

View File

@ -3,7 +3,7 @@
"chain": "CSC", "chain": "CSC",
"network": "testnet", "network": "testnet",
"rpc": [ "rpc": [
"https://rpc-testnet.coinex.net" "https://testnet-rpc.coinex.net/"
], ],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
@ -14,5 +14,10 @@
"infoURL": "https://www.coinex.org/", "infoURL": "https://www.coinex.org/",
"shortName": "tcet", "shortName": "tcet",
"chainId": 53, "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", "name": "Hazlor Testnet",
"chain": "SCAS", "chain": "SCAS",
"network": "testnet", "network": "testnet",
"rpc": ["https://hatlas.rpc.hazlor.com:8545/"], "rpc": [
"faucets": ["https://faucet.hazlor.com"], "https://hatlas.rpc.hazlor.com:8545",
"wss://hatlas.rpc.hazlor.com:8546"
],
"faucets": [
"https://faucet.hazlor.com"
],
"nativeCurrency": { "nativeCurrency": {
"name": "Hazlor Test Coin", "name": "Hazlor Test Coin",
"symbol": "TSCAS", "symbol": "TSCAS",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://hazlor.com", "infoURL": "https://hazlor.com",
"shortName": "hazlor-hatlas", "shortName": "tscas",
"chainId": 7878, "chainId": 7878,
"networkId": 7878, "networkId": 7878,
"explorers": [ "explorers": [{
{ "name": "Hazlor Testnet Explorer",
"name": "Hazlor Explorer ", "url": "https://explorer.hazlor.com",
"url": "https://explorer.hazlor.com", "standard": "none"
"standard": "none" }]
}
]
} }

View File

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