From 62fad3e3945853f9baafb1d098b2ca0f3d32af88 Mon Sep 17 00:00:00 2001 From: Voss Date: Mon, 29 Jan 2024 14:19:51 -0600 Subject: [PATCH] Fix reference to LUKSO a reference to LUKSO was missed when this repo was forked. would make it confusing in the HTTPS portal for those with both holesky and lukso geth, as both WS enpoints are labeled LUKSO geth WS-JSON-RPC --- dappnode_package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index ef22077..a7995aa 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -20,13 +20,13 @@ "exposable": [ { "name": "Holesky Geth JSON-RPC (HTTP)", - "description": "HTTP-JSON-RPC endpoint for Holesky testnet", + "description": "HTTP-JSON-RPC endpoint for the Holesky testnet", "serviceName": "geth", "port": 8545 }, { "name": "Holesky Geth JSON-RPC (WS)", - "description": "WS-JSON-RPC endpoint for LUKSO testnet", + "description": "WS-JSON-RPC endpoint for the Holesky testnet", "serviceName": "geth", "port": 8546 }