From a397561afa8fc887b080864a8b6531d389553367 Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Mon, 6 Jul 2026 14:38:43 +0000 Subject: [PATCH] =?UTF-8?q?ethereum:=20bump=20prysm=20v7.1.4=20=E2=86=92?= =?UTF-8?q?=20v7.1.6=20on=20mainnet=20only?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update Prysm beacon-chain image default for ethereum mainnet profiles (geth pruned/minimal + reth trace); sepolia and hoodi remain on v7.1.4. Co-authored-by: Cursor --- compose_registry.json | 4 ++-- ethereum/geth/ethereum-mainnet-geth-minimal-pebble-path.yml | 2 +- ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml | 2 +- ethereum/reth/ethereum-mainnet-reth-archive-trace.yml | 2 +- ethereum/reth/ethereum-mainnet-reth-pruned-trace.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/compose_registry.json b/compose_registry.json index c888afc2..540bfcd4 100644 --- a/compose_registry.json +++ b/compose_registry.json @@ -7563,7 +7563,7 @@ "trace" ], "network": "hashkeychain", - "node": "node", + "node": "kona", "relay": null, "stack": "op", "type": "pruned", @@ -7579,7 +7579,7 @@ "trace" ], "network": "hashkeychain", - "node": "node", + "node": "kona", "relay": null, "stack": "op", "type": "pruned", diff --git a/ethereum/geth/ethereum-mainnet-geth-minimal-pebble-path.yml b/ethereum/geth/ethereum-mainnet-geth-minimal-pebble-path.yml index 700f099c..59e0037e 100644 --- a/ethereum/geth/ethereum-mainnet-geth-minimal-pebble-path.yml +++ b/ethereum/geth/ethereum-mainnet-geth-minimal-pebble-path.yml @@ -107,7 +107,7 @@ services: - traefik.http.routers.ethereum-mainnet-geth-minimal-pebble-path.middlewares=ethereum-mainnet-geth-minimal-pebble-path-stripprefix, ipallowlist ethereum-mainnet-geth-minimal-node: - image: ${ETHEREUM_PRYSM_IMAGE:-prysmaticlabs/prysm-beacon-chain}:${ETHEREUM_MAINNET_PRYSM_VERSION:-v7.1.4} + image: ${ETHEREUM_PRYSM_IMAGE:-prysmaticlabs/prysm-beacon-chain}:${ETHEREUM_MAINNET_PRYSM_VERSION:-v7.1.6} ports: - 19551:19551 - 19551:19551/udp diff --git a/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml b/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml index 36afa52c..11f70a58 100644 --- a/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml +++ b/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml @@ -103,7 +103,7 @@ services: - traefik.http.routers.ethereum-mainnet-geth-pruned-pebble-path.middlewares=ethereum-mainnet-geth-pruned-pebble-path-stripprefix, ipallowlist ethereum-mainnet-geth-node: - image: ${ETHEREUM_PRYSM_IMAGE:-prysmaticlabs/prysm-beacon-chain}:${ETHEREUM_MAINNET_PRYSM_VERSION:-v7.1.4} + image: ${ETHEREUM_PRYSM_IMAGE:-prysmaticlabs/prysm-beacon-chain}:${ETHEREUM_MAINNET_PRYSM_VERSION:-v7.1.6} ports: - 17023:17023 - 17023:17023/udp diff --git a/ethereum/reth/ethereum-mainnet-reth-archive-trace.yml b/ethereum/reth/ethereum-mainnet-reth-archive-trace.yml index c9376a93..04837ef1 100644 --- a/ethereum/reth/ethereum-mainnet-reth-archive-trace.yml +++ b/ethereum/reth/ethereum-mainnet-reth-archive-trace.yml @@ -108,7 +108,7 @@ services: shm_size: 2gb ethereum-mainnet-reth-node: - image: ${ETHEREUM_PRYSM_IMAGE:-prysmaticlabs/prysm-beacon-chain}:${ETHEREUM_MAINNET_PRYSM_VERSION:-v7.1.4} + image: ${ETHEREUM_PRYSM_IMAGE:-prysmaticlabs/prysm-beacon-chain}:${ETHEREUM_MAINNET_PRYSM_VERSION:-v7.1.6} ports: - 19563:19563 - 19563:19563/udp diff --git a/ethereum/reth/ethereum-mainnet-reth-pruned-trace.yml b/ethereum/reth/ethereum-mainnet-reth-pruned-trace.yml index 9be6c813..8a096029 100644 --- a/ethereum/reth/ethereum-mainnet-reth-pruned-trace.yml +++ b/ethereum/reth/ethereum-mainnet-reth-pruned-trace.yml @@ -109,7 +109,7 @@ services: shm_size: 2gb ethereum-mainnet-reth-pruned-node: - image: ${ETHEREUM_PRYSM_IMAGE:-prysmaticlabs/prysm-beacon-chain}:${ETHEREUM_MAINNET_PRYSM_VERSION:-v7.1.4} + image: ${ETHEREUM_PRYSM_IMAGE:-prysmaticlabs/prysm-beacon-chain}:${ETHEREUM_MAINNET_PRYSM_VERSION:-v7.1.6} ports: - 15150:15150 - 15150:15150/udp