update seedNode format

pull/1128/head
Ryan Tharp 5 years ago
parent 99202947ce
commit 6a2e0af4c2

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

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

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

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

Loading…
Cancel
Save