From 1ade5aa8e60bdfd9c3d030863478b1cd93972bff Mon Sep 17 00:00:00 2001 From: TheGoldenSparrow <59782835+TheGoldenSparrow@users.noreply.github.com> Date: Wed, 8 Apr 2020 19:55:18 +0200 Subject: [PATCH] Adding remote nodes --- catalyst-nodes.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/catalyst-nodes.json b/catalyst-nodes.json index eecebbb..55f13ea 100644 --- a/catalyst-nodes.json +++ b/catalyst-nodes.json @@ -48,6 +48,20 @@ "port": 17291, "ssl": false, "cache": false + }, + { + "name": "cx.pubnodes.com", + "url": "cx.pubnodes.com", + "port": 17291, + "ssl": false, + "cache": false + }, + { + "name": "USA, Dallas", + "url": "88.214.59.133", + "port": 17291, + "ssl": false, + "cache": false } ] }