Update seed nodes

pull/736/head
Maxim Shishmarev 5 years ago
parent 5710c410c7
commit acd3f41b6c

@ -6,6 +6,10 @@
"localServerPort": "8081",
"defaultPoWDifficulty": "1",
"seedNodeList": [
{
"ip": "public.loki.foundation",
"port": "22023"
},
{
"ip": "storage.seed1.loki.network",
"port": "22023"

@ -2,6 +2,10 @@
"storageProfile": "development1",
"localServerPort": "8082",
"seedNodeList": [
{
"ip": "public.loki.foundation",
"port": "38157"
},
{
"ip": "storage.testnetseed1.loki.network",
"port": "38157"

@ -2,6 +2,10 @@
"storageProfile": "development2",
"localServerPort": "8083",
"seedNodeList": [
{
"ip": "public.loki.foundation",
"port": "38157"
},
{
"ip": "storage.testnetseed1.loki.network",
"port": "38157"

@ -1,6 +1,10 @@
{
"storageProfile": "development",
"seedNodeList": [
{
"ip": "public.loki.foundation",
"port": "38157"
},
{
"ip": "storage.testnetseed1.loki.network",
"port": "38157"

Loading…
Cancel
Save