Skip to content

Commit 5c5b140

Browse files
authored
lighthouse-remove-holesky-support
remove holesky support
2 parents a200955 + a0552af commit 5c5b140

8 files changed

Lines changed: 6 additions & 118 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Lighthouse Dappnode package
22

3-
**Lighthouse ETH2.0 Beacon chain + validator**
3+
**Lighthouse Consensus Client + Validator Client**
44

5-
Lighthouse is an Ethereum consensus client that connects to other Ethereum consensus clients to form a resilient and decentralized proof-of-stake blockchain.
6-
7-
We implement the specification as defined in the ethereum/consensus-specs repository.
5+
Lighthouse is a Rust-based Ethereum consensus client.
86

97
![avatar](avatar.png)

dappnode_package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
}
1313
],
1414
"architectures": ["linux/amd64"],
15-
"shortDescription": "Lighthouse ETH2.0 Beacon chain + validator",
16-
"description": "Lighthouse is an Ethereum 2.0 client that connects to other Ethereum 2.0 clients to form a resilient and decentralized proof-of-stake blockchain.",
15+
"shortDescription": "Lighthouse Consensus Client + Validator Client",
16+
"description": "Lighthouse is an Ethereum consensus client based in Rust and developed by [Sigma Prime](https://github.com/sigp/).",
1717
"type": "service",
1818
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
1919
"contributors": [

package_variants/holesky/dappnode_package.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

package_variants/holesky/docker-compose.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

package_variants/holesky/holesky-notifications.yaml

Lines changed: 0 additions & 52 deletions
This file was deleted.

package_variants/holesky/prometheus-targets.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

setup-wizard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fields:
1717
title: Checkpoint for fast sync
1818
description: >-
1919
To get Lighthouse up and running in only a few minutes, you can start Lighthouse from a recent finalized checkpoint state rather than syncing from genesis. This is substantially **faster** and consumes **less resources** than syncing from genesis, while still providing all the same features. Be sure you are using a trusted node for the fast sync. Check the Check the [Lighthouse docs](https://lighthouse-book.sigmaprime.io/checkpoint-sync.html) for more information.
20-
Use the Dappnode Official endpoint for your network (`https://checkpoint-sync.dappnode.io`, `https://checkpoint-sync-holesky.dappnode.io`, `https://checkpoint-sync-hoodi.dappnode.io`, `https://checkpoint-sync-gnosis.dappnode.io`) or get your checkpoint sync from [Infura](https://infura.io/) (i.e https://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX@eth2-beacon.infura.io)
20+
Use the Dappnode Official endpoint for your network (`https://checkpoint-sync.dappnode.io`, `https://checkpoint-sync-hoodi.dappnode.io`, `https://checkpoint-sync-gnosis.dappnode.io`) or get your checkpoint sync from [Infura](https://infura.io/) (i.e https://XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX@eth2-beacon.infura.io)
2121
*Note - If you are going to provide your own checkpoint sync endpoint, make sure you do not use a slash `/` at the end of the URL.*
2222
required: false
2323
- id: feeRecipientAddress

validator/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
SUPPORTED_NETWORKS="gnosis holesky hoodi mainnet"
3+
SUPPORTED_NETWORKS="gnosis hoodi mainnet"
44
MEVBOOST_FLAG_KEY="--builder-proposals"
55
SKIP_MEVBOOST_URL="true"
66
CLIENT="lighthouse"

0 commit comments

Comments
 (0)