From 0f408775d210aad149e392629620d9a7b35e2736 Mon Sep 17 00:00:00 2001 From: JoHnY Date: Sat, 3 May 2025 17:24:19 +0200 Subject: [PATCH] =?UTF-8?q?prysm=206.0.0=20=E2=86=92=206.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs/coins/ethereum_archive_consensus.json | 10 +++++----- configs/coins/ethereum_consensus.json | 10 +++++----- .../ethereum_testnet_holesky_archive_consensus.json | 10 +++++----- configs/coins/ethereum_testnet_holesky_consensus.json | 10 +++++----- .../ethereum_testnet_sepolia_archive_consensus.json | 10 +++++----- configs/coins/ethereum_testnet_sepolia_consensus.json | 10 +++++----- 6 files changed, 30 insertions(+), 30 deletions(-) diff --git a/configs/coins/ethereum_archive_consensus.json b/configs/coins/ethereum_archive_consensus.json index 1a5e564638..387b5b967b 100644 --- a/configs/coins/ethereum_archive_consensus.json +++ b/configs/coins/ethereum_archive_consensus.json @@ -19,10 +19,10 @@ "package_name": "backend-ethereum-archive-consensus", "package_revision": "satoshilabs-1", "system_user": "ethereum", - "version": "6.0.0", - "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v6.0.0/beacon-chain-v6.0.0-linux-amd64", + "version": "6.0.1", + "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.0.1/beacon-chain-v6.0.1-linux-amd64", "verification_type": "sha256", - "verification_source": "7d1129c23bccdc9dcd901d4a98d1b4cfac50e129a25908032af1ec3c6521fada", + "verification_source": "74e3ac8aba4f56e44678b45fb7941b5e9f866758937d8f5e9cfa6d4bad46dee1", "extract_command": "mv ${ARCHIVE} backend/beacon-chain && chmod +x backend/beacon-chain && echo", "exclude_files": [], "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/beacon-chain --mainnet --accept-terms-of-use --execution-endpoint=http://localhost:{{.Ports.BackendAuthRpc}} --grpc-gateway-port=7516 --rpc-port=7517 --monitoring-port=7518 --p2p-tcp-port=3516 --p2p-udp-port=2516 --datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --jwt-secret={{.Env.BackendDataPath}}/ethereum_archive/backend/erigon/jwt.hex 2>>{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'", @@ -36,8 +36,8 @@ "client_config_file": "", "platforms": { "arm64": { - "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v6.0.0/beacon-chain-v6.0.0-linux-arm64", - "verification_source": "e73998ff5a0646be756e83ecaebaa5c69dcfaeac45acca653f36dd23faef18b4" + "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.0.1/beacon-chain-v6.0.1-linux-arm64", + "verification_source": "256676cd8bc2bc8829d0e7841267ee7cfaf56e62206b48b0551de8eca3a2a75f" } } }, diff --git a/configs/coins/ethereum_consensus.json b/configs/coins/ethereum_consensus.json index 12b71b1c2d..5a5cbfa312 100644 --- a/configs/coins/ethereum_consensus.json +++ b/configs/coins/ethereum_consensus.json @@ -19,10 +19,10 @@ "package_name": "backend-ethereum-consensus", "package_revision": "satoshilabs-1", "system_user": "ethereum", - "version": "6.0.0", - "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v6.0.0/beacon-chain-v6.0.0-linux-amd64", + "version": "6.0.1", + "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.0.1/beacon-chain-v6.0.1-linux-amd64", "verification_type": "sha256", - "verification_source": "7d1129c23bccdc9dcd901d4a98d1b4cfac50e129a25908032af1ec3c6521fada", + "verification_source": "74e3ac8aba4f56e44678b45fb7941b5e9f866758937d8f5e9cfa6d4bad46dee1", "extract_command": "mv ${ARCHIVE} backend/beacon-chain && chmod +x backend/beacon-chain && echo", "exclude_files": [], "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/beacon-chain --mainnet --accept-terms-of-use --execution-endpoint=http://localhost:{{.Ports.BackendAuthRpc}} --grpc-gateway-port=7536 --rpc-port=7537 --monitoring-port=7538 --p2p-tcp-port=3536 --p2p-udp-port=2536 --datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --jwt-secret={{.Env.BackendDataPath}}/ethereum/backend/erigon/jwt.hex 2>>{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'", @@ -36,8 +36,8 @@ "client_config_file": "", "platforms": { "arm64": { - "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v6.0.0/beacon-chain-v6.0.0-linux-arm64", - "verification_source": "e73998ff5a0646be756e83ecaebaa5c69dcfaeac45acca653f36dd23faef18b4" + "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.0.1/beacon-chain-v6.0.1-linux-arm64", + "verification_source": "256676cd8bc2bc8829d0e7841267ee7cfaf56e62206b48b0551de8eca3a2a75f" } } }, diff --git a/configs/coins/ethereum_testnet_holesky_archive_consensus.json b/configs/coins/ethereum_testnet_holesky_archive_consensus.json index 378b7e27c1..73ebec4f5f 100644 --- a/configs/coins/ethereum_testnet_holesky_archive_consensus.json +++ b/configs/coins/ethereum_testnet_holesky_archive_consensus.json @@ -23,10 +23,10 @@ "package_name": "backend-ethereum-testnet-holesky-archive-consensus", "package_revision": "satoshilabs-1", "system_user": "ethereum", - "version": "6.0.0", - "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v6.0.0/beacon-chain-v6.0.0-linux-amd64", + "version": "6.0.1", + "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.0.1/beacon-chain-v6.0.1-linux-amd64", "verification_type": "sha256", - "verification_source": "7d1129c23bccdc9dcd901d4a98d1b4cfac50e129a25908032af1ec3c6521fada", + "verification_source": "74e3ac8aba4f56e44678b45fb7941b5e9f866758937d8f5e9cfa6d4bad46dee1", "extract_command": "mv ${ARCHIVE} backend/beacon-chain && chmod +x backend/beacon-chain && echo", "exclude_files": [], "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/beacon-chain --holesky --accept-terms-of-use --execution-endpoint=http://localhost:{{.Ports.BackendAuthRpc}} --grpc-gateway-port=17536 --rpc-port=17537 --monitoring-port=17538 --p2p-tcp-port=13636 --p2p-udp-port=12636 --datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --jwt-secret={{.Env.BackendDataPath}}/ethereum_testnet_holesky_archive/backend/erigon/jwt.hex --genesis-state={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/genesis.ssz 2>>{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'", @@ -40,8 +40,8 @@ "client_config_file": "", "platforms": { "arm64": { - "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v6.0.0/beacon-chain-v6.0.0-linux-arm64", - "verification_source": "e73998ff5a0646be756e83ecaebaa5c69dcfaeac45acca653f36dd23faef18b4" + "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.0.1/beacon-chain-v6.0.1-linux-arm64", + "verification_source": "256676cd8bc2bc8829d0e7841267ee7cfaf56e62206b48b0551de8eca3a2a75f" } } }, diff --git a/configs/coins/ethereum_testnet_holesky_consensus.json b/configs/coins/ethereum_testnet_holesky_consensus.json index e64f0d0d6a..4197c38d33 100644 --- a/configs/coins/ethereum_testnet_holesky_consensus.json +++ b/configs/coins/ethereum_testnet_holesky_consensus.json @@ -23,10 +23,10 @@ "package_name": "backend-ethereum-testnet-holesky-consensus", "package_revision": "satoshilabs-1", "system_user": "ethereum", - "version": "6.0.0", - "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v6.0.0/beacon-chain-v6.0.0-linux-amd64", + "version": "6.0.1", + "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.0.1/beacon-chain-v6.0.1-linux-amd64", "verification_type": "sha256", - "verification_source": "7d1129c23bccdc9dcd901d4a98d1b4cfac50e129a25908032af1ec3c6521fada", + "verification_source": "74e3ac8aba4f56e44678b45fb7941b5e9f866758937d8f5e9cfa6d4bad46dee1", "extract_command": "mv ${ARCHIVE} backend/beacon-chain && chmod +x backend/beacon-chain && echo", "exclude_files": [], "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/beacon-chain --holesky --accept-terms-of-use --execution-endpoint=http://localhost:{{.Ports.BackendAuthRpc}} --grpc-gateway-port=17516 --rpc-port=17517 --monitoring-port=17518 --p2p-tcp-port=13516 --p2p-udp-port=12516 --datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --jwt-secret={{.Env.BackendDataPath}}/ethereum_testnet_holesky/backend/erigon/jwt.hex --genesis-state={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/genesis.ssz 2>>{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'", @@ -40,8 +40,8 @@ "client_config_file": "", "platforms": { "arm64": { - "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v6.0.0/beacon-chain-v6.0.0-linux-arm64", - "verification_source": "e73998ff5a0646be756e83ecaebaa5c69dcfaeac45acca653f36dd23faef18b4" + "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.0.1/beacon-chain-v6.0.1-linux-arm64", + "verification_source": "256676cd8bc2bc8829d0e7841267ee7cfaf56e62206b48b0551de8eca3a2a75f" } } }, diff --git a/configs/coins/ethereum_testnet_sepolia_archive_consensus.json b/configs/coins/ethereum_testnet_sepolia_archive_consensus.json index d0b7d3289e..33653fb74d 100644 --- a/configs/coins/ethereum_testnet_sepolia_archive_consensus.json +++ b/configs/coins/ethereum_testnet_sepolia_archive_consensus.json @@ -23,10 +23,10 @@ "package_name": "backend-ethereum-testnet-sepolia-archive-consensus", "package_revision": "satoshilabs-1", "system_user": "ethereum", - "version": "6.0.0", - "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v6.0.0/beacon-chain-v6.0.0-linux-amd64", + "version": "6.0.1", + "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.0.1/beacon-chain-v6.0.1-linux-amd64", "verification_type": "sha256", - "verification_source": "7d1129c23bccdc9dcd901d4a98d1b4cfac50e129a25908032af1ec3c6521fada", + "verification_source": "74e3ac8aba4f56e44678b45fb7941b5e9f866758937d8f5e9cfa6d4bad46dee1", "extract_command": "mv ${ARCHIVE} backend/beacon-chain && chmod +x backend/beacon-chain && echo", "exclude_files": [], "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/beacon-chain --sepolia --accept-terms-of-use --execution-endpoint=http://localhost:{{.Ports.BackendAuthRpc}} --grpc-gateway-port=17586 --rpc-port=17587 --monitoring-port=17548 --p2p-tcp-port=13676 --p2p-udp-port=12676 --datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --jwt-secret={{.Env.BackendDataPath}}/ethereum_testnet_sepolia_archive/backend/erigon/jwt.hex --genesis-state={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/genesis.ssz 2>>{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'", @@ -40,8 +40,8 @@ "client_config_file": "", "platforms": { "arm64": { - "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v6.0.0/beacon-chain-v6.0.0-linux-arm64", - "verification_source": "e73998ff5a0646be756e83ecaebaa5c69dcfaeac45acca653f36dd23faef18b4" + "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.0.1/beacon-chain-v6.0.1-linux-arm64", + "verification_source": "256676cd8bc2bc8829d0e7841267ee7cfaf56e62206b48b0551de8eca3a2a75f" } } }, diff --git a/configs/coins/ethereum_testnet_sepolia_consensus.json b/configs/coins/ethereum_testnet_sepolia_consensus.json index 22a4ad57ac..2091b6b690 100644 --- a/configs/coins/ethereum_testnet_sepolia_consensus.json +++ b/configs/coins/ethereum_testnet_sepolia_consensus.json @@ -23,10 +23,10 @@ "package_name": "backend-ethereum-testnet-sepolia-consensus", "package_revision": "satoshilabs-1", "system_user": "ethereum", - "version": "6.0.0", - "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v6.0.0/beacon-chain-v6.0.0-linux-amd64", + "version": "6.0.1", + "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.0.1/beacon-chain-v6.0.1-linux-amd64", "verification_type": "sha256", - "verification_source": "7d1129c23bccdc9dcd901d4a98d1b4cfac50e129a25908032af1ec3c6521fada", + "verification_source": "74e3ac8aba4f56e44678b45fb7941b5e9f866758937d8f5e9cfa6d4bad46dee1", "extract_command": "mv ${ARCHIVE} backend/beacon-chain && chmod +x backend/beacon-chain && echo", "exclude_files": [], "exec_command_template": "/bin/sh -c '{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/beacon-chain --sepolia --accept-terms-of-use --execution-endpoint=http://localhost:{{.Ports.BackendAuthRpc}} --grpc-gateway-port=17576 --rpc-port=17577 --monitoring-port=17578 --p2p-tcp-port=13576 --p2p-udp-port=12576 --datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --jwt-secret={{.Env.BackendDataPath}}/ethereum_testnet_sepolia/backend/erigon/jwt.hex --genesis-state={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/genesis.ssz 2>>{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/{{.Coin.Alias}}.log'", @@ -40,8 +40,8 @@ "client_config_file": "", "platforms": { "arm64": { - "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v6.0.0/beacon-chain-v6.0.0-linux-arm64", - "verification_source": "e73998ff5a0646be756e83ecaebaa5c69dcfaeac45acca653f36dd23faef18b4" + "binary_url": "https://github.com/OffchainLabs/prysm/releases/download/v6.0.1/beacon-chain-v6.0.1-linux-arm64", + "verification_source": "256676cd8bc2bc8829d0e7841267ee7cfaf56e62206b48b0551de8eca3a2a75f" } } },