update seedNode format

This commit is contained in:
Ryan Tharp 2020-05-12 22:55:52 -07:00
parent 99202947ce
commit 6a2e0af4c2
4 changed files with 13 additions and 16 deletions

View File

@ -6,20 +6,16 @@
"defaultPoWDifficulty": "1",
"seedNodeList": [
{
"ip": "public.loki.foundation",
"port": "22023"
"ip_url": "http://116.203.53.213/",
"url": "https://storage.seed1.loki.network/"
},
{
"ip": "storage.seed1.loki.network",
"port": "22023"
"ip_url": "http://212.199.114.66/",
"url": "https://storage.seed3.loki.network/"
},
{
"ip": "storage.seed2.loki.network",
"port": "22023"
},
{
"ip": "imaginary.stream",
"port": "22023"
"ip_url": "http://144.76.164.202/",
"url": "https://public.loki.foundation/"
}
],
"updatesEnabled": false,

View File

@ -1,12 +1,12 @@
{
"seedNodeList": [
{
"ip": "public.loki.foundation",
"port": "38157"
"url": "http://public.loki.foundation:38157/",
"ip_url": "http://144.76.164.202:38157/"
},
{
"ip": "storage.testnetseed1.loki.network",
"port": "38157"
"url": "http://storage.testnetseed1.loki.network:38157/",
"ip_url": "http://116.203.32.199:38157/"
}
],
"openDevTools": true,

View File

@ -0,0 +1 @@
{"buildExpiration":1597119102000,"commitHash":"13329c0b2a7b037dfe5522f6c9554b4ccb94753e"}

View File

@ -1,8 +1,8 @@
{
"seedNodeList": [
{
"ip": "localhost",
"port": "22129"
"ip_url": "http://127.0.0.1:22129/",
"url": "http://localhost:22129/"
}
],
"openDevTools": true,