Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Fix reference to LUKSO
Browse files Browse the repository at this point in the history
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
  • Loading branch information
alexpeterson91 authored Jan 29, 2024
1 parent 9d4e90c commit 62fad3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 62fad3e

Please sign in to comment.