From ebb5f717dac63e675897ceeb46f4663f3660cb8f Mon Sep 17 00:00:00 2001 From: JenabaBa Date: Wed, 9 Jul 2025 14:12:14 -0700 Subject: [PATCH] chore: updated Updated dependencies for: reth => v1.5.1 (https://github.com/paradigmxyz/reth/compare/v1.5.0...v1.5.1) --- versions.env | 4 ++-- versions.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/versions.env b/versions.env index 2abb93c20..7f1bd3bf5 100644 --- a/versions.env +++ b/versions.env @@ -10,6 +10,6 @@ export OP_GETH_TAG=v1.101511.0 export OP_NODE_COMMIT=7eedfced77eb30ae72cc8d0e7c793dd2d1b6f161 export OP_NODE_REPO=https://github.com/ethereum-optimism/optimism.git export OP_NODE_TAG=op-node/v1.13.4 -export OP_RETH_COMMIT=61e38f9af154fe91e776d8f5e449d20a1571e8cf +export OP_RETH_COMMIT=dbe7ee9c21392f360ff01f6307480f5d7dd73a3a export OP_RETH_REPO=https://github.com/paradigmxyz/reth.git -export OP_RETH_TAG=v1.5.0 \ No newline at end of file +export OP_RETH_TAG=v1.5.1 \ No newline at end of file diff --git a/versions.json b/versions.json index 5911c7a38..8adf08092 100644 --- a/versions.json +++ b/versions.json @@ -29,8 +29,8 @@ "tracking": "tag" }, "op_reth": { - "tag": "v1.5.0", - "commit": "61e38f9af154fe91e776d8f5e449d20a1571e8cf", + "tag": "v1.5.1", + "commit": "dbe7ee9c21392f360ff01f6307480f5d7dd73a3a", "owner": "paradigmxyz", "repo": "reth", "tracking": "tag"