change priority of haveno's stageent monero node to 2

This commit is contained in:
erciccione 2023-04-05 09:22:39 +02:00 committed by woodser
parent c0908dd4c2
commit 0a4ccc85fd

View file

@ -55,7 +55,7 @@ public final class CoreMoneroConnectionsService {
));
DEFAULT_CONNECTIONS.put(BaseCurrencyNetwork.XMR_STAGENET, Arrays.asList(
new MoneroRpcConnection("http://127.0.0.1:38081").setPriority(1), // localhost is first priority, use loopback address to match url generated by local node service
new MoneroRpcConnection("http://45.63.8.26:38081").setPriority(1),
new MoneroRpcConnection("http://45.63.8.26:38081").setPriority(2),
new MoneroRpcConnection("http://stagenet.community.rino.io:38081").setPriority(2),
new MoneroRpcConnection("http://stagenet.melo.tools:38081").setPriority(2),
new MoneroRpcConnection("http://node.sethforprivacy.com:38089").setPriority(2),