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
4 changes: 2 additions & 2 deletions versions.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export BASE_RETH_NODE_COMMIT=36a775eb60dba5846ac0bc9e76433f96b86a192c
export BASE_RETH_NODE_COMMIT=2b8aa079aca3a34e714ec5c0949178e2bffc4a5b
export BASE_RETH_NODE_REPO=https://github.com/base/node-reth.git
export BASE_RETH_NODE_TAG=v0.1.10
export BASE_RETH_NODE_TAG=v0.1.11
export NETHERMIND_COMMIT=c4238a37787abd95cc849aa817ffa9a6eef567dd
export NETHERMIND_REPO=https://github.com/NethermindEth/nethermind.git
export NETHERMIND_TAG=1.34.1
Expand Down
4 changes: 2 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"base_reth_node": {
"tag": "v0.1.10",
"commit": "36a775eb60dba5846ac0bc9e76433f96b86a192c",
"tag": "v0.1.11",
"commit": "2b8aa079aca3a34e714ec5c0949178e2bffc4a5b",
"owner": "base",
"repo": "node-reth",
"tracking": "tag"
Expand Down
Loading