Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cluster/scripts/charon/run-charon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export CHARON_P2P_EXTERNAL_HOSTNAME=${_DAPPNODE_GLOBAL_DOMAIN}
#############

function get_beacon_node_endpoint() {
local supported_networks="mainnet holesky gnosis hoodi"
local supported_networks="mainnet gnosis hoodi"
local local_beacon_api

local_beacon_api=$(get_beacon_api_url_from_global_env "$NETWORK" "$supported_networks")
Expand Down
3 changes: 1 addition & 2 deletions getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ For detailed steps and screenshots, please refer to [Obol docs](https://docs.obo

### Preparing your Ethereum node (pre-requisite)

1. Go to [Stakers tab](http://my.dappnode/stakers/ethereum) and select the desired network (Ethereum mainnet, hoodi, holesky...)
1. Go to [Stakers tab](http://my.dappnode/stakers/ethereum) and select the desired network (Ethereum mainnet, hoodi...)
2. Choose an execution client (e.g. Nethermind) and a consensus client (e.g. Lodestar)
3. Click "Apply changes" and wait for install and sync processes.

Expand All @@ -23,7 +23,6 @@ Under the Info tab, see pre-generated ENRs and validator containers' status.
1. Use the appropriate launchpad for your network:
- [Mainnet Launchpad](https://mainnet.launchpad.obol.org/)
- [Gnosis Launchpad](https://gnosischain.launchpad.obol.org/)
- [Holesky Launchpad](https://holesky.launchpad.obol.org/)
- [Hoodi Launchpad](https://hoodi.launchpad.obol.org/)

2. Follow instructions to sign with your wallet and provide an ENR from the DappNode info section
Expand Down
16 changes: 3 additions & 13 deletions lido-charon-grafana-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@
"2": {
"color": "purple",
"index": 1,
"text": "Goerli"
"text": "Hoodi"
},
"3": {
"color": "purple",
Expand Down Expand Up @@ -449,7 +449,7 @@
"datasource": "Prometheus",
"editorMode": "code",
"exemplar": false,
"expr": "( 1 * app_version{cluster_name=\"$cluster_name\",cluster_hash=\"$cluster_hash\",cluster_peer=\"$cluster_peer\", cluster_network=\"mainnet\"} )\nor \n( 2 * app_version{cluster_name=\"$cluster_name\",cluster_hash=\"$cluster_hash\",cluster_peer=\"$cluster_peer\", cluster_network=\"goerli\"} )\nor\n( 3 * app_version{cluster_name=\"$cluster_name\",cluster_hash=\"$cluster_hash\",cluster_peer=\"$cluster_peer\", cluster_network=\"sepolia\"} )\nor\n( 4 * app_version{cluster_name=\"$cluster_name\",cluster_hash=\"$cluster_hash\",cluster_peer=\"$cluster_peer\", cluster_network=\"gnosis\"} )",
"expr": "( 1 * app_version{cluster_name=\"$cluster_name\",cluster_hash=\"$cluster_hash\",cluster_peer=\"$cluster_peer\", cluster_network=\"mainnet\"} )\nor \n( 2 * app_version{cluster_name=\"$cluster_name\",cluster_hash=\"$cluster_hash\",cluster_peer=\"$cluster_peer\", cluster_network=\"hoodi\"} )\nor\n( 3 * app_version{cluster_name=\"$cluster_name\",cluster_hash=\"$cluster_hash\",cluster_peer=\"$cluster_peer\", cluster_network=\"sepolia\"} )\nor\n( 4 * app_version{cluster_name=\"$cluster_name\",cluster_hash=\"$cluster_hash\",cluster_peer=\"$cluster_peer\", cluster_network=\"gnosis\"} )",
"format": "time_series",
"hide": false,
"instant": true,
Expand Down Expand Up @@ -6365,16 +6365,6 @@
"text": "mainnet",
"value": "mainnet"
},
{
"selected": false,
"text": "goerli",
"value": "goerli"
},
{
"selected": false,
"text": "holesky",
"value": "holesky"
},
{
"selected": false,
"text": "hoodi",
Expand All @@ -6391,7 +6381,7 @@
"value": "gnosis"
}
],
"query": "mainnet,goerli,holesky,sepolia,gnosis",
"query": "mainnet,hoodi,sepolia,gnosis",
"queryValue": "",
"skipUrlSync": false,
"type": "custom"
Expand Down
16 changes: 0 additions & 16 deletions package_variants/holesky/dappnode_package.json

This file was deleted.

51 changes: 0 additions & 51 deletions package_variants/holesky/docker-compose.yml

This file was deleted.

58 changes: 0 additions & 58 deletions package_variants/holesky/prometheus-targets.json

This file was deleted.