Merge branch 'ethereum-lists:master' into master

This commit is contained in:
SolidityX 2021-12-18 11:13:01 +05:30 committed by GitHub
commit a040f26081
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 156 additions and 18 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,23 @@
{
"name": "BMC Testnet",
"chain": "BMC",
"network": "testnet",
"rpc": [
"https://testnet.bmcchain.com"
],
"faucets": [],
"nativeCurrency": {
"name": "BTM",
"symbol": "BTM",
"decimals": 18
},
"infoURL": "https://bmc.bytom.io/",
"shortName": "BMCT",
"chainId": 189,
"networkId": 189,
"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

@ -0,0 +1,24 @@
{
"name": "Rangers Protocol Mainnet",
"chain": "Rangers",
"network": "mainnet",
"rpc": [
"https://mainnet.rangersprotocol.com/api/jsonrpc"
],
"faucets": [],
"nativeCurrency": {
"name": "Rangers Protocol Gas",
"symbol": "RPG",
"decimals": 18
},
"infoURL": "https://rangersprotocol.com",
"shortName": "rpg",
"chainId": 2025,
"networkId": 2025,
"slip44": 1008,
"explorers": [{
"name": "rangersscan",
"url": "https://scan.rangersprotocol.com",
"standard": "none"
}]
}

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

@ -3,7 +3,7 @@
"chain": "KLAY",
"network": "cypress",
"rpc": [
"https://node-api.klaytnapi.com/v1/klaytn"
"https://api.cypress.ozys.net:8651"
],
"faucets": [],
"nativeCurrency": {
@ -15,5 +15,10 @@
"shortName": "Cypress",
"chainId": 8217,
"networkId": 8217,
"slip44": 8217
"slip44": 8217,
"explorers": [{
"name": "Klaytnscope",
"url": "https://scope.klaytn.com",
"standard": "none"
}]
}

View File

@ -0,0 +1,24 @@
{
"name": "Rangers Protocol Testnet Robin",
"chain": "Rangers",
"network": "robin",
"icon": "rangers",
"rpc": [
"https://robin.rangersprotocol.com/api/jsonrpc"
],
"faucets": ["https://robin-faucet.rangersprotocol.com"],
"nativeCurrency": {
"name": "Rangers Protocol Gas",
"symbol": "tRPG",
"decimals": 18
},
"infoURL": "https://rangersprotocol.com",
"shortName": "trpg",
"chainId": 9527,
"networkId": 9527,
"explorers": [{
"name": "rangersscan-robin",
"url": "https://robin-rangersscan.rangersprotocol.com",
"standard": "none"
}]
}

8
_data/icons/rangers.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url":"ipfs://QmfHG3xbg4iiopagww93Gu7tmvCpPwZdiwsUjd3Dt5mRwT",
"width":835,
"height":835,
"format":"png"
}
]

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 {