From acd3f41b6c982e1f06e31af90a4fc4b9eb995de3 Mon Sep 17 00:00:00 2001 From: Maxim Shishmarev Date: Wed, 22 Jan 2020 12:00:03 +1100 Subject: [PATCH] Update seed nodes --- config/default.json | 4 ++++ config/development-1.json | 4 ++++ config/development-2.json | 4 ++++ config/development.json | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/config/default.json b/config/default.json index ee40150e8..e6cea713a 100644 --- a/config/default.json +++ b/config/default.json @@ -6,6 +6,10 @@ "localServerPort": "8081", "defaultPoWDifficulty": "1", "seedNodeList": [ + { + "ip": "public.loki.foundation", + "port": "22023" + }, { "ip": "storage.seed1.loki.network", "port": "22023" diff --git a/config/development-1.json b/config/development-1.json index e5549aaf6..2ff930238 100644 --- a/config/development-1.json +++ b/config/development-1.json @@ -2,6 +2,10 @@ "storageProfile": "development1", "localServerPort": "8082", "seedNodeList": [ + { + "ip": "public.loki.foundation", + "port": "38157" + }, { "ip": "storage.testnetseed1.loki.network", "port": "38157" diff --git a/config/development-2.json b/config/development-2.json index 938208d84..bf4c93258 100644 --- a/config/development-2.json +++ b/config/development-2.json @@ -2,6 +2,10 @@ "storageProfile": "development2", "localServerPort": "8083", "seedNodeList": [ + { + "ip": "public.loki.foundation", + "port": "38157" + }, { "ip": "storage.testnetseed1.loki.network", "port": "38157" diff --git a/config/development.json b/config/development.json index bec0ce84b..89ac6c6f7 100644 --- a/config/development.json +++ b/config/development.json @@ -1,6 +1,10 @@ { "storageProfile": "development", "seedNodeList": [ + { + "ip": "public.loki.foundation", + "port": "38157" + }, { "ip": "storage.testnetseed1.loki.network", "port": "38157"