Skip to content

Commit 912985a

Browse files
authored
Merge pull request #39 from dappnode/nimbus-remove-holesky-support
remove holesky support
2 parents b34642e + 639f435 commit 912985a

File tree

8 files changed

+3
-118
lines changed

8 files changed

+3
-118
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Nimbus ETH2.0 Beacon chain + validator**
44

5-
From this repository, Dappnode Nimbus package can be generated for 3 networks: holesky, hoodi, mainnet and gnosis
5+
From this repository, the Dappnode Nimbus package can be generated for 3 networks: the Hoodi Testnet, Ethereum Mainnet and Gnosis Chain.
66

77
Nimbus is a client implementation for both the consensus layer (eth2) and execution layer (eth1) that strives to be as lightweight as possible in terms of resources used. This allows it to perform well on embedded systems, resource-restricted devices (including Raspberry Pis and mobile devices).
88

package_variants/holesky/dappnode_package.json

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

package_variants/holesky/docker-compose.yml

Lines changed: 0 additions & 19 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.

package_variants/holesky/releases.json

Lines changed: 0 additions & 8 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 Nimbus up and running in only a few minutes, you can start Nimbus 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 [Nimbus docs](https://nimbus.guide/trusted-node-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="--payload-builder=true"
55
SKIP_MEVBOOST_URL="true"
66
CLIENT="nimbus"

0 commit comments

Comments
 (0)