Add oxen-rpc.caliban.org as an extra RPC node.

This commit is contained in:
Ian Macdonald 2022-06-26 16:10:08 +02:00
parent 28c4c3a1d9
commit 632bedb3f3
No known key found for this signature in database
GPG Key ID: AE4C20556BA626FA
1 changed files with 4 additions and 0 deletions

View File

@ -136,6 +136,10 @@ export class Backend {
{
host: "public.loki.foundation",
port: "22023"
},
{
host: "oxen-rpc.caliban.org",
port: "22023"
}
];