diff --git a/versions.env b/versions.env index 7f1bd3bf5..e09cc5d7e 100644 --- a/versions.env +++ b/versions.env @@ -1,15 +1,15 @@ -export BASE_RETH_NODE_COMMIT=f28c2751a0737d7617e52253a9e81070b87290b5 +export BASE_RETH_NODE_COMMIT=743aa26f5bdaccf2d4d0e44f9263a0b55dfff902 export BASE_RETH_NODE_REPO=https://github.com/base/node-reth.git -export BASE_RETH_NODE_TAG=v0.1.3 -export NETHERMIND_COMMIT=d3e7eb98b28d0b9c7b58a9fb45e83b640b2e17e6 +export BASE_RETH_NODE_TAG=v0.1.4 +export NETHERMIND_COMMIT=1b5487273a16345f262142d4b708793aeec62589 export NETHERMIND_REPO=https://github.com/NethermindEth/nethermind.git -export NETHERMIND_TAG=1.32.2 -export OP_GETH_COMMIT=68075997f33907401a93216aa426514c5ddc8870 +export NETHERMIND_TAG=1.31.13 +export OP_GETH_COMMIT=c6e05723600e111af769abffd5299e3c72061016 export OP_GETH_REPO=https://github.com/ethereum-optimism/op-geth.git -export OP_GETH_TAG=v1.101511.0 -export OP_NODE_COMMIT=7eedfced77eb30ae72cc8d0e7c793dd2d1b6f161 +export OP_GETH_TAG=v1.101511.1 +export OP_NODE_COMMIT=7a0ab04ea2db5421da689eb77a68e674e4ae9cfe export OP_NODE_REPO=https://github.com/ethereum-optimism/optimism.git -export OP_NODE_TAG=op-node/v1.13.4 +export OP_NODE_TAG=op-node/v1.13.5 export OP_RETH_COMMIT=dbe7ee9c21392f360ff01f6307480f5d7dd73a3a export OP_RETH_REPO=https://github.com/paradigmxyz/reth.git export OP_RETH_TAG=v1.5.1 \ No newline at end of file diff --git a/versions.json b/versions.json index 8adf08092..c01f8921a 100644 --- a/versions.json +++ b/versions.json @@ -1,28 +1,28 @@ { "base_reth_node": { - "tag": "v0.1.3", - "commit": "f28c2751a0737d7617e52253a9e81070b87290b5", + "tag": "v0.1.4", + "commit": "743aa26f5bdaccf2d4d0e44f9263a0b55dfff902", "owner": "base", "repo": "node-reth", "tracking": "tag" }, "nethermind": { - "tag": "1.32.2", - "commit": "d3e7eb98b28d0b9c7b58a9fb45e83b640b2e17e6", + "tag": "1.31.13", + "commit": "1b5487273a16345f262142d4b708793aeec62589", "owner": "NethermindEth", "repo": "nethermind", "tracking": "tag" }, "op_geth": { - "tag": "v1.101511.0", - "commit": "68075997f33907401a93216aa426514c5ddc8870", + "tag": "v1.101511.1", + "commit": "c6e05723600e111af769abffd5299e3c72061016", "owner": "ethereum-optimism", "repo": "op-geth", "tracking": "tag" }, "op_node": { - "tag": "op-node/v1.13.4", - "commit": "7eedfced77eb30ae72cc8d0e7c793dd2d1b6f161", + "tag": "op-node/v1.13.5", + "commit": "7a0ab04ea2db5421da689eb77a68e674e4ae9cfe", "tagPrefix": "op-node", "owner": "ethereum-optimism", "repo": "optimism",