Skip to content
Closed
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
4 changes: 2 additions & 2 deletions versions.env
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export BASE_RETH_NODE_COMMIT=329e1ad3707e023a748a4b60019aeeeb9a4ace6f
export BASE_RETH_NODE_REPO=https://github.com/base/node-reth.git
export BASE_RETH_NODE_TAG=v0.1.6
export NETHERMIND_COMMIT=080637edc24c43fbc9f9fde153f73a240a602163
export NETHERMIND_COMMIT=f9fea78539e67d23a1db569c8e68194cc02d2849
export NETHERMIND_REPO=https://github.com/NethermindEth/nethermind.git
export NETHERMIND_TAG=1.32.3
export NETHERMIND_TAG=1.33.0-rc
export OP_GETH_COMMIT=c6e05723600e111af769abffd5299e3c72061016
export OP_GETH_REPO=https://github.com/ethereum-optimism/op-geth.git
export OP_GETH_TAG=v1.101511.1
Expand Down
4 changes: 2 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"tracking": "tag"
},
"nethermind": {
"tag": "1.32.3",
"commit": "080637edc24c43fbc9f9fde153f73a240a602163",
"tag": "1.33.0-rc",
"commit": "f9fea78539e67d23a1db569c8e68194cc02d2849",
"owner": "NethermindEth",
"repo": "nethermind",
"tracking": "tag"
Expand Down