diff --git a/package_variants/holesky/dappnode_package.json b/package_variants/holesky/dappnode_package.json deleted file mode 100644 index 9264ee9..0000000 --- a/package_variants/holesky/dappnode_package.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "teku-holesky.dnp.dappnode.eth", - "version": "0.1.6", - "links": { - "ui": "http://brain.web3signer-holesky.dappnode", - "homepage": "https://docs.teku.consensys.net", - "readme": "https://github.com/ConsenSys/teku/blob/master/README.md", - "docs": "https://docs.teku.consensys.net" - }, - "globalEnvs": [ - { - "envs": ["MEVBOOST_HOLESKY"], - "services": ["validator", "beacon-chain"] - } - ], - "upstream": [ - { - "repo": "ConsenSys/teku", - "version": "develop", - "arg": "UPSTREAM_VERSION" - } - ] -} diff --git a/package_variants/holesky/docker-compose.yml b/package_variants/holesky/docker-compose.yml deleted file mode 100644 index 3ecead7..0000000 --- a/package_variants/holesky/docker-compose.yml +++ /dev/null @@ -1,22 +0,0 @@ -version: "3.5" -services: - beacon-chain: - build: - args: - NETWORK: holesky - P2P_PORT: 9605 - UPSTREAM_VERSION: develop # holesky fix, see https://github.com/ethereum/pm/blob/master/Pectra/holesky-postmortem.md#holesky-coordinated-slashings - environment: - CHECKPOINT_SYNC_URL: "https://checkpoint-sync-holesky.dappnode.net" - ports: - - "9605:9605" - - "9605:9605/udp" - volumes: - - teku-holesky-data:/opt/teku/data - validator: - build: - args: - NETWORK: holesky - UPSTREAM_VERSION: develop # holesky fix, see https://github.com/ethereum/pm/blob/master/Pectra/holesky-postmortem.md#holesky-coordinated-slashings -volumes: - teku-holesky-data: {} diff --git a/package_variants/holesky/holesky-notifications.yaml b/package_variants/holesky/holesky-notifications.yaml deleted file mode 100644 index 00e24f1..0000000 --- a/package_variants/holesky/holesky-notifications.yaml +++ /dev/null @@ -1,52 +0,0 @@ -endpoints: - - name: "Holesky Teku Node Syncing Check" - enabled: true - group: "holesky" - url: "http://beacon-chain.teku-holesky.dappnode:3500/eth/v1/node/syncing" - method: "GET" - headers: - Content-Type: "application/json" - interval: "30s" - conditions: - - "[BODY].data.is_syncing == false" - definition: - title: "Holesky Teku Node Synced Check" - description: "Check if the Holesky Teku (Consensus) Node is synced. You will receive a notification if the node is syncing and another one when it is synced." - correlationId: "teku-holesky-syncing" - isBanner: false - priority: "medium" - alerts: - - type: custom - enabled: true - description: "Teku Consensus Node syncing" - failure-threshold: 4 - success-threshold: 1 - send-on-resolved: true - - - name: "Holesky Teku Node Peers Count Check" - enabled: true - group: "holesky" - url: "http://beacon-chain.teku-holesky.dappnode:3500/eth/v1/node/peer_count" - method: "GET" - headers: - Content-Type: "application/json" - interval: "30s" - conditions: - - "[BODY].data.connected >= 10" - definition: - title: "Holesky Teku Node Peers Count Check" - description: "Check if the Holesky Teku (Consensus) Node has a minimum number of peers. You will receive a notification if the node has fewer than the peers defined for 5 minutes, and another when it recovers." - correlationId: "teku-holesky-peers" - isBanner: false - priority: "low" - metric: - min: 0 - max: 100 - unit: "peers" - alerts: - - type: custom - enabled: true - description: "Teku Consensus Node peers count is below [CONDITION_VALUE]" - failure-threshold: 10 - success-threshold: 1 - send-on-resolved: true diff --git a/package_variants/holesky/prometheus-targets.json b/package_variants/holesky/prometheus-targets.json deleted file mode 100644 index bd95bfd..0000000 --- a/package_variants/holesky/prometheus-targets.json +++ /dev/null @@ -1,16 +0,0 @@ -[ - { - "labels": { - "package": "teku-holesky.dnp.dappnode.eth", - "service": "beacon-chain.teku-holesky.dappnode" - }, - "targets": ["beacon-chain.teku-holesky.dappnode:8008"] - }, - { - "labels": { - "package": "teku-holesky.dnp.dappnode.eth", - "service": "validator.teku-holesky.dappnode" - }, - "targets": ["validator.teku-holesky.dappnode:8008"] - } -] diff --git a/validator/entrypoint.sh b/validator/entrypoint.sh index 9c82e0f..7b001c4 100755 --- a/validator/entrypoint.sh +++ b/validator/entrypoint.sh @@ -1,6 +1,6 @@ #!/bin/sh -SUPPORTED_NETWORKS="gnosis holesky hoodi mainnet lukso" +SUPPORTED_NETWORKS="gnosis hoodi mainnet lukso" # MEVBOOST: https://docs.teku.consensys.net/en/latest/HowTo/Builder-Network/ MEVBOOST_FLAG_KEYS="--validators-builder-registration-default-enabled=true" SKIP_MEVBOOST_URL="true" diff --git a/validator/security/cert/holesky/teku_client_keystore.p12 b/validator/security/cert/holesky/teku_client_keystore.p12 deleted file mode 100644 index c319e7e..0000000 Binary files a/validator/security/cert/holesky/teku_client_keystore.p12 and /dev/null differ diff --git a/validator/security/cert/holesky/teku_keystore_password.txt b/validator/security/cert/holesky/teku_keystore_password.txt deleted file mode 100644 index a1a35a1..0000000 --- a/validator/security/cert/holesky/teku_keystore_password.txt +++ /dev/null @@ -1 +0,0 @@ -dappnode \ No newline at end of file