Skip to content

chore: updated nethermind #519

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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=1c4c7c0a67894635c4f95c26009ad84323fc1591
export NETHERMIND_REPO=https://github.com/NethermindEth/nethermind.git
export NETHERMIND_TAG=1.32.3
export NETHERMIND_TAG=1.32.4
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.32.4",
"commit": "1c4c7c0a67894635c4f95c26009ad84323fc1591",
"owner": "NethermindEth",
"repo": "nethermind",
"tracking": "tag"
Expand Down