From d6b71a0ecdf8573169ae0a8809de3767bba89296 Mon Sep 17 00:00:00 2001 From: Koike <107134739+koimoee@users.noreply.github.com> Date: Sun, 6 Oct 2024 23:45:34 +0700 Subject: [PATCH] Update nodes.json update to corrected my id and add v4 nodes --- nodes.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/nodes.json b/nodes.json index 2c02d94..01ba219 100644 --- a/nodes.json +++ b/nodes.json @@ -84,7 +84,7 @@ { "identifier": "Catfein", "host": "lava.catfein.com", - "port": 4000, + "port": 5000, "password": "catfein", "secure": false, "restVersion": "v4", @@ -272,11 +272,20 @@ }, { "identifier": "Koi Node V3", - "host": "nodev1.fypmoon.org", + "host": "nodev3.fypmoon.org", "port": 1164, "password": "fypmoon.org", "secure": false, "restVersion": "v3", - "authorId": "1138138158949732483" + "authorId": "886971572668219392" + }, + { + "identifier": "Koi Node V4", + "host": "nodev4.fypmoon.org", + "port": 1118, + "password": "fypmoon.org", + "secure": false, + "restVersion": "v4", + "authorId": "886971572668219392" } ]