Merge pull request #315 from ianmacd/pr3

Add oxen-rpc.caliban.org as an extra RPC node.
This commit is contained in:
Sean 2022-07-14 12:06:53 +10:00 committed by GitHub
commit 79b9d14be5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -122,19 +122,19 @@ export class Backend {
this.remotes = [
{
host: "imaginary.stream",
host: "public-na.optf.ngo",
port: "22023"
},
{
host: "nodes.hashvault.pro",
port: "22023"
},
{
host: "explorer.loki.aussie-pools.com",
host: "explorer.oxen.aussie-pools.com",
port: "18081"
},
{
host: "public.loki.foundation",
host: "public-eu.optf.ngo",
port: "22023"
},
{
host: "oxen-rpc.caliban.org",
port: "22023"
}
];