mirror of
https://codeberg.org/anoncontributorxmr/mysu.git
synced 2025-01-17 14:46:32 -07:00
use https for some nodes
This commit is contained in:
parent
874cd13df5
commit
dce2242386
@ -18,9 +18,9 @@ package org.monfluo.wallet.data
|
||||
enum class DefaultNode(val value: Node) {
|
||||
|
||||
MONERUJO(Node("monerujo", "nodex.monerujo.io:18081", null, null)),
|
||||
SETHFORPRIVACY(Node("sethforprivacy", "node.sethforprivacy.com:18089", null, null)),
|
||||
SETHFORPRIVACY(Node("sethforprivacy (https)", "https://node.sethforprivacy.com", null, null)),
|
||||
RUCKNIUM(Node("Rucknium", "rucknium.me:18081", null, null)),
|
||||
STACKWALLET(Node("StackWallet", "monero.stackwallet.com:18081", null, null)),
|
||||
STACKWALLET(Node("StackWallet (https)", "https://monero.stackwallet.com:18081", null, null)),
|
||||
CAKEWALLET(Node("CakeWallet", "xmr-node.cakewallet.com:18081", null, null)),
|
||||
HASHVAULT(Node("Hashvault", "nodes.hashvault.pro:18081", null, null)),
|
||||
MONERUJO_ONION(Node("monerujo.onion", "monerujods7mbghwe6cobdr6ujih6c22zu5rl7zshmizz2udf7v7fsad.onion:18081", null, null)),
|
||||
|
Loading…
Reference in New Issue
Block a user