Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions versions.env
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
export OP_NODE_TAG=op-node/v1.16.11
6 changes: 3 additions & 3 deletions versions.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -28,4 +28,4 @@
"repo": "optimism",
"tracking": "release"
}
}
}
Loading