diff --git a/versions.env b/versions.env index f3a6e9bf8..2abb93c20 100644 --- a/versions.env +++ b/versions.env @@ -1,15 +1,15 @@ -export BASE_RETH_NODE_COMMIT=7fe1d4e7c74d322d2cf78df55db40e14f466cfc6 +export BASE_RETH_NODE_COMMIT=f28c2751a0737d7617e52253a9e81070b87290b5 export BASE_RETH_NODE_REPO=https://github.com/base/node-reth.git -export BASE_RETH_NODE_TAG=v0.1.2 -export NETHERMIND_COMMIT=2be1890ee4f21f921a471de058dcb57937bd9b90 +export BASE_RETH_NODE_TAG=v0.1.3 +export NETHERMIND_COMMIT=d3e7eb98b28d0b9c7b58a9fb45e83b640b2e17e6 export NETHERMIND_REPO=https://github.com/NethermindEth/nethermind.git -export NETHERMIND_TAG=1.31.11 +export NETHERMIND_TAG=1.32.2 export OP_GETH_COMMIT=68075997f33907401a93216aa426514c5ddc8870 export OP_GETH_REPO=https://github.com/ethereum-optimism/op-geth.git export OP_GETH_TAG=v1.101511.0 -export OP_NODE_COMMIT=b1e7c63bb2ffea46771c302bcb05f72ba1a7bf61 +export OP_NODE_COMMIT=7eedfced77eb30ae72cc8d0e7c793dd2d1b6f161 export OP_NODE_REPO=https://github.com/ethereum-optimism/optimism.git -export OP_NODE_TAG=op-node/v1.13.3 -export OP_RETH_COMMIT=127595e23079de2c494048d0821ea1f1107eb624 +export OP_NODE_TAG=op-node/v1.13.4 +export OP_RETH_COMMIT=61e38f9af154fe91e776d8f5e449d20a1571e8cf export OP_RETH_REPO=https://github.com/paradigmxyz/reth.git -export OP_RETH_TAG=v1.4.8 \ No newline at end of file +export OP_RETH_TAG=v1.5.0 \ No newline at end of file diff --git a/versions.json b/versions.json index 196909b22..7ec455bdb 100644 --- a/versions.json +++ b/versions.json @@ -1,8 +1,8 @@ { "base_reth_node": { "repoUrl": "https://github.com/base/node-reth.git", - "tag": "v0.1.2", - "commit": "7fe1d4e7c74d322d2cf78df55db40e14f466cfc6", + "tag": "v0.1.3", + "commit": "f28c2751a0737d7617e52253a9e81070b87290b5", "commitUrl": "https://api.github.com/repos/base/node-reth/commits/", "versionUrl": "https://api.github.com/repos/base/node-reth/releases", "Owner": "base", @@ -10,8 +10,8 @@ }, "nethermind": { "repoUrl": "https://github.com/NethermindEth/nethermind.git", - "tag": "1.31.11", - "commit": "2be1890ee4f21f921a471de058dcb57937bd9b90", + "tag": "1.32.2", + "commit": "d3e7eb98b28d0b9c7b58a9fb45e83b640b2e17e6", "commitUrl": "https://api.github.com/repos/NethermindEth/nethermind/commits/", "versionUrl": "https://api.github.com/repos/NethermindEth/nethermind/releases", "Owner": "NethermindEth", @@ -28,8 +28,8 @@ }, "op_node": { "repoUrl": "https://github.com/ethereum-optimism/optimism.git", - "tag": "op-node/v1.13.3", - "commit": "b1e7c63bb2ffea46771c302bcb05f72ba1a7bf61", + "tag": "op-node/v1.13.4", + "commit": "7eedfced77eb30ae72cc8d0e7c793dd2d1b6f161", "commitUrl": "https://api.github.com/repos/ethereum-optimism/optimism/commits/", "versionUrl": "https://api.github.com/repos/ethereum-optimism/optimism/releases", "tagPrefix": "op-node", @@ -38,8 +38,8 @@ }, "op_reth": { "repoUrl": "https://github.com/paradigmxyz/reth.git", - "tag": "v1.4.8", - "commit": "127595e23079de2c494048d0821ea1f1107eb624", + "tag": "v1.5.0", + "commit": "61e38f9af154fe91e776d8f5e449d20a1571e8cf", "commitUrl": "https://api.github.com/repos/paradigmxyz/reth/commits/", "versionUrl": "https://api.github.com/repos/paradigmxyz/reth/releases", "Owner": "paradigmxyz",