diff --git a/versions.env b/versions.env index 3876716f2..c3b4a84da 100644 --- a/versions.env +++ b/versions.env @@ -1,15 +1,15 @@ -export BASE_RETH_NODE_COMMIT=f11e89eff8cd34b86a3fee185aea1d4213c43a25 +export BASE_RETH_NODE_COMMIT=a496ec9d72deb5b7774b6a8303bd16c64f1cc9a6 export BASE_RETH_NODE_REPO=https://github.com/base/node-reth.git -export BASE_RETH_NODE_TAG=v0.1.16 +export BASE_RETH_NODE_TAG=v0.2.0 export NETHERMIND_COMMIT=58f06cd0d973cd8a26d7051aa8b25ed4ed351170 export NETHERMIND_REPO=https://github.com/NethermindEth/nethermind.git export NETHERMIND_TAG=1.35.1 -export OP_GETH_COMMIT=f305011e5706b21b93c4cdd5fd008c6bfdce175c +export OP_GETH_COMMIT=aa940538653c59df97b432bc24a2a4e4b17a06a8 export OP_GETH_REPO=https://github.com/ethereum-optimism/op-geth.git -export OP_GETH_TAG=v1.101603.2 -export OP_NODE_COMMIT=8c183919fe3fc791d996693a4ecceaa1e979063b +export OP_GETH_TAG=v1.101603.4 +export OP_NODE_COMMIT=94706ec5072b13030600d1b45ae10b673b660c0d export OP_NODE_REPO=https://github.com/ethereum-optimism/optimism.git -export OP_NODE_TAG=op-node/v1.14.3 -export OP_RETH_COMMIT=84785f025eac5eed123997454998db77a299e1e5 +export OP_NODE_TAG=op-node/v1.16.1 +export OP_RETH_COMMIT=3afe69a5738459a7cb5f46c598c7f541a1510f32 export OP_RETH_REPO=https://github.com/paradigmxyz/reth.git -export OP_RETH_TAG=v1.9.0 \ No newline at end of file +export OP_RETH_TAG=v1.9.1 \ No newline at end of file diff --git a/versions.json b/versions.json index cfc333c72..6055d1c1c 100644 --- a/versions.json +++ b/versions.json @@ -1,7 +1,7 @@ { "base_reth_node": { - "tag": "v0.1.16", - "commit": "f11e89eff8cd34b86a3fee185aea1d4213c43a25", + "tag": "v0.2.0", + "commit": "a496ec9d72deb5b7774b6a8303bd16c64f1cc9a6", "owner": "base", "repo": "node-reth", "tracking": "tag" @@ -14,23 +14,23 @@ "tracking": "tag" }, "op_geth": { - "tag": "v1.101603.2", - "commit": "f305011e5706b21b93c4cdd5fd008c6bfdce175c", + "tag": "v1.101603.4", + "commit": "aa940538653c59df97b432bc24a2a4e4b17a06a8", "owner": "ethereum-optimism", "repo": "op-geth", "tracking": "tag" }, "op_node": { - "tag": "op-node/v1.14.3", - "commit": "8c183919fe3fc791d996693a4ecceaa1e979063b", + "tag": "op-node/v1.16.1", + "commit": "94706ec5072b13030600d1b45ae10b673b660c0d", "tagPrefix": "op-node", "owner": "ethereum-optimism", "repo": "optimism", "tracking": "tag" }, "op_reth": { - "tag": "v1.9.0", - "commit": "84785f025eac5eed123997454998db77a299e1e5", + "tag": "v1.9.1", + "commit": "3afe69a5738459a7cb5f46c598c7f541a1510f32", "owner": "paradigmxyz", "repo": "reth", "tracking": "tag"