From a10b1335ffb65d46eff379f85d244b02de0ac27d Mon Sep 17 00:00:00 2001 From: TEMI <97989873+ScapeXYZ@users.noreply.github.com> Date: Sat, 4 Oct 2025 15:55:28 -0700 Subject: [PATCH] Update OP_GETH version to v1.101603.1-rc.1 Updated OP_GETH_TAG and OP_GETH_COMMIT in versions.env to track the latest release v1.101603.1-rc.1 for compatibility and build improvements. --- versions.env | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/versions.env b/versions.env index 5ae82db6..42d0f681 100644 --- a/versions.env +++ b/versions.env @@ -1,15 +1,15 @@ -export BASE_RETH_NODE_COMMIT=6bd19d5c2076bd47093ed9d1fdb684dc5757d7b2 +lmaolmaexport BASE_RETH_NODE_COMMIT=6bd19d5c2076bd47093ed9d1fdb684dc5757d7b2 export BASE_RETH_NODE_REPO=https://github.com/base/node-reth.git export BASE_RETH_NODE_TAG=v0.1.8 export NETHERMIND_COMMIT=100632d4415d08926c829d6329dd2ce7690d12d2 export NETHERMIND_REPO=https://github.com/NethermindEth/nethermind.git export NETHERMIND_TAG=1.34.0 -export OP_GETH_COMMIT=b51c72ebea9dcf14e6859b14e4bd92c484714f08 +export OP_GETH_COMMIT=8da5bf0814d7206ee75bb88c90fb64fed4bc8e97 export OP_GETH_REPO=https://github.com/ethereum-optimism/op-geth.git -export OP_GETH_TAG=v1.101602.3 +export OP_GETH_TAG=v1.101603.1-rc.1 export OP_NODE_COMMIT=b7b94b9ab904ab463e7a93d36ff4e99e6143d96b export OP_NODE_REPO=https://github.com/ethereum-optimism/optimism.git export OP_NODE_TAG=op-node/v1.13.7 export OP_RETH_COMMIT=9c30bf7af5e0d45deaf5917375c9922c16654b28 export OP_RETH_REPO=https://github.com/paradigmxyz/reth.git -export OP_RETH_TAG=v1.8.2 \ No newline at end of file +export OP_RETH_TAG=v1.8.2