diff --git a/versions.env b/versions.env index 6f641a2738..f14ad1fa68 100644 --- a/versions.env +++ b/versions.env @@ -1,15 +1,15 @@ -export BASE_RETH_NODE_COMMIT=4a580faec0b560eb65d6ee2f620efb7b044a649d +export BASE_RETH_NODE_COMMIT=8e28af24a0d45439f410e67b1b7847d9a7e7177c export BASE_RETH_NODE_REPO=https://github.com/base/node-reth.git -export BASE_RETH_NODE_TAG=v0.2.2 -export NETHERMIND_COMMIT=d9febbce240491e8f918d41a4ffd06385a746b6c +export BASE_RETH_NODE_TAG=v1.2.0 +export NETHERMIND_COMMIT=28cbe2a0ae28373f66abdc584f3eaf21516e84b3 export NETHERMIND_REPO=https://github.com/NethermindEth/nethermind.git -export NETHERMIND_TAG=1.35.3 -export OP_GETH_COMMIT=904a088c5cc1eeec21a1ffa47327dc20a809e642 +export NETHERMIND_TAG=1.39.3 +export OP_GETH_COMMIT=e8800cffe53d459cde8a07c8e8f1de9d86e79e07 export OP_GETH_REPO=https://github.com/ethereum-optimism/op-geth.git -export OP_GETH_TAG=v1.101603.5 -export OP_NODE_COMMIT=1b8c541060f0d323a7023fbc68fbbc8daf674340 +export OP_GETH_TAG=v1.101702.2 +export OP_NODE_COMMIT=a9a8dad3f1500a4cc2e4077edb480848bfdef29a export OP_NODE_REPO=https://github.com/ethereum-optimism/optimism.git -export OP_NODE_TAG=op-node/v1.16.2 -export OP_RETH_COMMIT=27a8c0f5a6dfb27dea84c5751776ecabdd069646 +export OP_NODE_TAG=op-node/v1.19.4 +export OP_RETH_COMMIT=8eb210175687c9f0c889a3b6795c16781d830e3a export OP_RETH_REPO=https://github.com/paradigmxyz/reth.git -export OP_RETH_TAG=v1.9.3 \ No newline at end of file +export OP_RETH_TAG=v2.4.1 \ No newline at end of file diff --git a/versions.json b/versions.json index 702ebb8dee..9c6a7eb411 100644 --- a/versions.json +++ b/versions.json @@ -1,36 +1,36 @@ { "base_reth_node": { - "tag": "v0.2.2", - "commit": "4a580faec0b560eb65d6ee2f620efb7b044a649d", + "tag": "v1.2.0", + "commit": "8e28af24a0d45439f410e67b1b7847d9a7e7177c", "owner": "base", "repo": "node-reth", "tracking": "tag" }, "nethermind": { - "tag": "1.35.3", - "commit": "d9febbce240491e8f918d41a4ffd06385a746b6c", + "tag": "1.39.3", + "commit": "28cbe2a0ae28373f66abdc584f3eaf21516e84b3", "owner": "NethermindEth", "repo": "nethermind", "tracking": "tag" }, "op_geth": { - "tag": "v1.101603.5", - "commit": "904a088c5cc1eeec21a1ffa47327dc20a809e642", + "tag": "v1.101702.2", + "commit": "e8800cffe53d459cde8a07c8e8f1de9d86e79e07", "owner": "ethereum-optimism", "repo": "op-geth", "tracking": "tag" }, "op_node": { - "tag": "op-node/v1.16.2", - "commit": "1b8c541060f0d323a7023fbc68fbbc8daf674340", + "tag": "op-node/v1.19.4", + "commit": "a9a8dad3f1500a4cc2e4077edb480848bfdef29a", "tagPrefix": "op-node", "owner": "ethereum-optimism", "repo": "optimism", "tracking": "tag" }, "op_reth": { - "tag": "v1.9.3", - "commit": "27a8c0f5a6dfb27dea84c5751776ecabdd069646", + "tag": "v2.4.1", + "commit": "8eb210175687c9f0c889a3b6795c16781d830e3a", "owner": "paradigmxyz", "repo": "reth", "tracking": "tag"