Use different seed nodes for development vs production and strip 2 characters from pubkey on testnet
parent
56c0d12e39
commit
43c2e9c953
@ -1 +1,16 @@
|
||||
{}
|
||||
{
|
||||
"seedNodeList": [
|
||||
{
|
||||
"ip": "storage.seed1.loki.network",
|
||||
"port": "22023"
|
||||
},
|
||||
{
|
||||
"ip": "storage.seed2.loki.network",
|
||||
"port": "38157"
|
||||
},
|
||||
{
|
||||
"ip": "imaginary.stream",
|
||||
"port": "38157"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue