diff --git a/versions.env b/versions.env index 7f0accd8..1b26a764 100644 --- a/versions.env +++ b/versions.env @@ -1,6 +1,6 @@ -export BASE_RETH_NODE_COMMIT=2b0d89d4267ae7b2893e1719d2ba026074e4a8b8 +export BASE_RETH_NODE_COMMIT=7e47f0440b268306a28c0e9b4df841e623395bfa export BASE_RETH_NODE_REPO=https://github.com/base/base.git -export BASE_RETH_NODE_TAG=v0.7.0 +export BASE_RETH_NODE_TAG=v0.7.3 export NETHERMIND_COMMIT=f5507dec1c9c7f5e31dadae445c08622be166054 export NETHERMIND_REPO=https://github.com/NethermindEth/nethermind.git export NETHERMIND_TAG=1.36.2 @@ -9,4 +9,4 @@ export OP_GETH_REPO=https://github.com/ethereum-optimism/op-geth.git export OP_GETH_TAG=v1.101702.0 export OP_NODE_COMMIT=cba7aba0c98aae22720b21c3a023990a486cb6e0 export OP_NODE_REPO=https://github.com/ethereum-optimism/optimism.git -export OP_NODE_TAG=op-node/v1.16.11 \ No newline at end of file +export OP_NODE_TAG=op-node/v1.16.11 diff --git a/versions.json b/versions.json index 35b8797f..5c78a96d 100644 --- a/versions.json +++ b/versions.json @@ -1,7 +1,7 @@ { "base_reth_node": { - "tag": "v0.7.0", - "commit": "2b0d89d4267ae7b2893e1719d2ba026074e4a8b8", + "tag": "v0.7.3", + "commit": "7e47f0440b268306a28c0e9b4df841e623395bfa", "owner": "base", "repo": "base", "tracking": "release" @@ -28,4 +28,4 @@ "repo": "optimism", "tracking": "release" } -} \ No newline at end of file +}