diff --git a/configs/coins/ethereum_archive_consensus.json b/configs/coins/ethereum_archive_consensus.json index 54c80e6b..f34511f6 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": "4.0.3", - "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v4.0.3/beacon-chain-v4.0.3-linux-amd64", + "version": "4.0.5", + "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v4.0.5/beacon-chain-v4.0.5-linux-amd64", "verification_type": "sha256", - "verification_source": "3a0189acad1ffcc2954cfbf65cfca5fecbfb1d24fb1608090f9ca36c550e1fa9", + "verification_source": "ebb222817d28e163b62d2a259abd1842e2768f325a6fe443728caeca2954d170", "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/geth/jwtsecret 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/v4.0.3/beacon-chain-v4.0.3-linux-arm64", - "verification_source": "d98e6ddd2cda6dabb98d5b4b5f6962ac44232ad6be515aaa141f970d61d6fb8b" + "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v4.0.5/beacon-chain-v4.0.5-linux-arm64", + "verification_source": "1ae2607ab2f07d5fe735aeb346a1aa80fb8f47b85b4d46bb7c2d816210657dca" } } }, diff --git a/configs/coins/ethereum_consensus.json b/configs/coins/ethereum_consensus.json index e89e35fc..6949ff1f 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": "4.0.3", - "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v4.0.3/beacon-chain-v4.0.3-linux-amd64", + "version": "4.0.5", + "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v4.0.5/beacon-chain-v4.0.5-linux-amd64", "verification_type": "sha256", - "verification_source": "3a0189acad1ffcc2954cfbf65cfca5fecbfb1d24fb1608090f9ca36c550e1fa9", + "verification_source": "ebb222817d28e163b62d2a259abd1842e2768f325a6fe443728caeca2954d170", "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/geth/jwtsecret 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/v4.0.3/beacon-chain-v4.0.3-linux-arm64", - "verification_source": "d98e6ddd2cda6dabb98d5b4b5f6962ac44232ad6be515aaa141f970d61d6fb8b" + "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v4.0.5/beacon-chain-v4.0.5-linux-arm64", + "verification_source": "1ae2607ab2f07d5fe735aeb346a1aa80fb8f47b85b4d46bb7c2d816210657dca" } } }, diff --git a/configs/coins/ethereum_testnet_goerli_archive_consensus.json b/configs/coins/ethereum_testnet_goerli_archive_consensus.json index 390ad7db..af01f868 100644 --- a/configs/coins/ethereum_testnet_goerli_archive_consensus.json +++ b/configs/coins/ethereum_testnet_goerli_archive_consensus.json @@ -19,10 +19,10 @@ "package_name": "backend-ethereum-testnet-goerli-archive-consensus", "package_revision": "satoshilabs-1", "system_user": "ethereum", - "version": "4.0.3", - "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v4.0.3/beacon-chain-v4.0.3-linux-amd64", + "version": "4.0.5", + "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v4.0.5/beacon-chain-v4.0.5-linux-amd64", "verification_type": "sha256", - "verification_source": "3a0189acad1ffcc2954cfbf65cfca5fecbfb1d24fb1608090f9ca36c550e1fa9", + "verification_source": "ebb222817d28e163b62d2a259abd1842e2768f325a6fe443728caeca2954d170", "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 --prater --accept-terms-of-use --execution-endpoint=http://localhost:{{.Ports.BackendAuthRpc}} --grpc-gateway-port=17506 --rpc-port=17507 --monitoring-port=17508 --p2p-tcp-port=13506 --p2p-udp-port=12506 --datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --jwt-secret={{.Env.BackendDataPath}}/ethereum_testnet_goerli_archive/backend/geth/jwtsecret --genesis-state={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/genesis.ssz 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/v4.0.3/beacon-chain-v4.0.3-linux-arm64", - "verification_source": "d98e6ddd2cda6dabb98d5b4b5f6962ac44232ad6be515aaa141f970d61d6fb8b" + "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v4.0.5/beacon-chain-v4.0.5-linux-arm64", + "verification_source": "1ae2607ab2f07d5fe735aeb346a1aa80fb8f47b85b4d46bb7c2d816210657dca" } } }, diff --git a/configs/coins/ethereum_testnet_goerli_consensus.json b/configs/coins/ethereum_testnet_goerli_consensus.json index 4b92c12a..f4d1cf15 100644 --- a/configs/coins/ethereum_testnet_goerli_consensus.json +++ b/configs/coins/ethereum_testnet_goerli_consensus.json @@ -19,10 +19,10 @@ "package_name": "backend-ethereum-testnet-goerli-consensus", "package_revision": "satoshilabs-1", "system_user": "ethereum", - "version": "4.0.3", - "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v4.0.3/beacon-chain-v4.0.3-linux-amd64", + "version": "4.0.5", + "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v4.0.5/beacon-chain-v4.0.5-linux-amd64", "verification_type": "sha256", - "verification_source": "3a0189acad1ffcc2954cfbf65cfca5fecbfb1d24fb1608090f9ca36c550e1fa9", + "verification_source": "ebb222817d28e163b62d2a259abd1842e2768f325a6fe443728caeca2954d170", "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 --prater --accept-terms-of-use --execution-endpoint=http://localhost:{{.Ports.BackendAuthRpc}} --grpc-gateway-port=17526 --rpc-port=17527 --monitoring-port=17528 --p2p-tcp-port=13526 --p2p-udp-port=12526 --datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --jwt-secret={{.Env.BackendDataPath}}/ethereum_testnet_goerli/backend/geth/jwtsecret --genesis-state={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/genesis.ssz 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/v4.0.3/beacon-chain-v4.0.3-linux-arm64", - "verification_source": "d98e6ddd2cda6dabb98d5b4b5f6962ac44232ad6be515aaa141f970d61d6fb8b" + "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v4.0.5/beacon-chain-v4.0.5-linux-arm64", + "verification_source": "1ae2607ab2f07d5fe735aeb346a1aa80fb8f47b85b4d46bb7c2d816210657dca" } } }, diff --git a/configs/coins/ethereum_testnet_sepolia_archive_consensus.json b/configs/coins/ethereum_testnet_sepolia_archive_consensus.json index 3b2c54b7..a5bdc6c7 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": "4.0.3", - "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v4.0.3/beacon-chain-v4.0.3-linux-amd64", + "version": "4.0.5", + "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v4.0.5/beacon-chain-v4.0.5-linux-amd64", "verification_type": "sha256", - "verification_source": "3a0189acad1ffcc2954cfbf65cfca5fecbfb1d24fb1608090f9ca36c550e1fa9", + "verification_source": "ebb222817d28e163b62d2a259abd1842e2768f325a6fe443728caeca2954d170", "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/geth/jwtsecret --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/v4.0.3/beacon-chain-v4.0.3-linux-arm64", - "verification_source": "d98e6ddd2cda6dabb98d5b4b5f6962ac44232ad6be515aaa141f970d61d6fb8b" + "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v4.0.5/beacon-chain-v4.0.5-linux-arm64", + "verification_source": "1ae2607ab2f07d5fe735aeb346a1aa80fb8f47b85b4d46bb7c2d816210657dca" } } }, diff --git a/configs/coins/ethereum_testnet_sepolia_consensus.json b/configs/coins/ethereum_testnet_sepolia_consensus.json index 742406ff..a009b600 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": "4.0.3", - "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v4.0.3/beacon-chain-v4.0.3-linux-amd64", + "version": "4.0.5", + "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v4.0.5/beacon-chain-v4.0.5-linux-amd64", "verification_type": "sha256", - "verification_source": "3a0189acad1ffcc2954cfbf65cfca5fecbfb1d24fb1608090f9ca36c550e1fa9", + "verification_source": "ebb222817d28e163b62d2a259abd1842e2768f325a6fe443728caeca2954d170", "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/geth/jwtsecret --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/v4.0.3/beacon-chain-v4.0.3-linux-arm64", - "verification_source": "d98e6ddd2cda6dabb98d5b4b5f6962ac44232ad6be515aaa141f970d61d6fb8b" + "binary_url": "https://github.com/prysmaticlabs/prysm/releases/download/v4.0.5/beacon-chain-v4.0.5-linux-arm64", + "verification_source": "1ae2607ab2f07d5fe735aeb346a1aa80fb8f47b85b4d46bb7c2d816210657dca" } } },