diff --git a/versions.env b/versions.env index 6e932ead..100d7b9c 100644 --- a/versions.env +++ b/versions.env @@ -1,6 +1,6 @@ -export BASE_RETH_NODE_COMMIT=ddf99821c7aace74ac4d9c6016c9aeac4f908212 +export BASE_RETH_NODE_COMMIT=4a580faec0b560eb65d6ee2f620efb7b044a649d export BASE_RETH_NODE_REPO=https://github.com/base/node-reth.git -export BASE_RETH_NODE_TAG=v0.2.1 +export BASE_RETH_NODE_TAG=v0.2.2 export NETHERMIND_COMMIT=faa9b9e69c1b0002d216a96473692a80d7c47b4e export NETHERMIND_REPO=https://github.com/NethermindEth/nethermind.git export NETHERMIND_TAG=1.35.2 @@ -10,6 +10,6 @@ export OP_GETH_TAG=v1.101603.5 export OP_NODE_COMMIT=1b8c541060f0d323a7023fbc68fbbc8daf674340 export OP_NODE_REPO=https://github.com/ethereum-optimism/optimism.git export OP_NODE_TAG=op-node/v1.16.2 -export OP_RETH_COMMIT=74351d98e906b8af5f118694529fb2b71d316946 +export OP_RETH_COMMIT=27a8c0f5a6dfb27dea84c5751776ecabdd069646 export OP_RETH_REPO=https://github.com/paradigmxyz/reth.git -export OP_RETH_TAG=v1.9.2 \ No newline at end of file +export OP_RETH_TAG=v1.9.3 \ No newline at end of file diff --git a/versions.json b/versions.json index ba2468a4..5097cede 100644 --- a/versions.json +++ b/versions.json @@ -1,7 +1,7 @@ { "base_reth_node": { - "tag": "v0.2.1", - "commit": "ddf99821c7aace74ac4d9c6016c9aeac4f908212", + "tag": "v0.2.2", + "commit": "4a580faec0b560eb65d6ee2f620efb7b044a649d", "owner": "base", "repo": "node-reth", "tracking": "tag" @@ -29,8 +29,8 @@ "tracking": "tag" }, "op_reth": { - "tag": "v1.9.2", - "commit": "74351d98e906b8af5f118694529fb2b71d316946", + "tag": "v1.9.3", + "commit": "27a8c0f5a6dfb27dea84c5751776ecabdd069646", "owner": "paradigmxyz", "repo": "reth", "tracking": "tag"