mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Merge branch 'ethereum-lists:master' into rangers_1
This commit is contained in:
commit
520823ed4c
23
_data/chains/eip155-188.json
Normal file
23
_data/chains/eip155-188.json
Normal 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"
|
||||
}]
|
||||
}
|
18
_data/chains/eip155-2021121117.json
Normal file
18
_data/chains/eip155-2021121117.json
Normal 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
|
||||
}
|
|
@ -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"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}]
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user