From e9054450b5bcf233b4c7345eec8c960267570900 Mon Sep 17 00:00:00 2001 From: Ryan Tharp Date: Mon, 11 May 2020 23:09:54 -0700 Subject: [PATCH] Update mainnet servers, stop using testnet port Kee and I have confirmed mainnet port on `storage.seed2.loki.network` was fine since 6.x imaginary.stream change Jason's approval: https://discordapp.com/channels/408081923835953153/563594234632863754/685282143743901696 --- config/default.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/default.json b/config/default.json index b8a2dcc33..913ea0e19 100644 --- a/config/default.json +++ b/config/default.json @@ -15,11 +15,11 @@ }, { "ip": "storage.seed2.loki.network", - "port": "38157" + "port": "22023" }, { "ip": "imaginary.stream", - "port": "38157" + "port": "22023" } ], "updatesEnabled": false,