Skip to content
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
12 changes: 6 additions & 6 deletions versions.env
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
export BASE_RETH_NODE_COMMIT=6e54e8cbcbd27cb86bde54d3a5b0e9b4e9ea960a
export BASE_RETH_NODE_REPO=https://github.com/base/base.git
export BASE_RETH_NODE_TAG=v0.5.1
export NETHERMIND_COMMIT=31cb81b7328026791cdfaccd9db230c82f1db02d
export NETHERMIND_COMMIT=80eccc19f8fcf6d93c52dc3b8a84600da93e9a0c
export NETHERMIND_REPO=https://github.com/NethermindEth/nethermind.git
export NETHERMIND_TAG=1.36.0
export OP_GETH_COMMIT=878a554cc84cead647d20ba366043c6fd41ebf1c
export NETHERMIND_TAG=1.36.1
export OP_GETH_COMMIT=dbb4aa0767a1657f17c1dc0e89f6181a718b2d4d
export OP_GETH_REPO=https://github.com/ethereum-optimism/op-geth.git
export OP_GETH_TAG=v1.101609.1
export OP_NODE_COMMIT=3019251e80aa248e91743addd3e833190acb26f1
export OP_GETH_TAG=v1.101609.2
export OP_NODE_COMMIT=abe047afc995e0e22abf5ea9b157e267e907d494
export OP_NODE_REPO=https://github.com/ethereum-optimism/optimism.git
export OP_NODE_TAG=op-node/v1.16.7
export OP_NODE_TAG=op-node/v1.16.8
12 changes: 6 additions & 6 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@
"tracking": "release"
},
"nethermind": {
"tag": "1.36.0",
"commit": "31cb81b7328026791cdfaccd9db230c82f1db02d",
"tag": "1.36.1",
"commit": "80eccc19f8fcf6d93c52dc3b8a84600da93e9a0c",
"owner": "NethermindEth",
"repo": "nethermind",
"tracking": "release"
},
"op_geth": {
"tag": "v1.101609.1",
"commit": "878a554cc84cead647d20ba366043c6fd41ebf1c",
"tag": "v1.101609.2",
"commit": "dbb4aa0767a1657f17c1dc0e89f6181a718b2d4d",
"owner": "ethereum-optimism",
"repo": "op-geth",
"tracking": "release"
},
"op_node": {
"tag": "op-node/v1.16.7",
"commit": "3019251e80aa248e91743addd3e833190acb26f1",
"tag": "op-node/v1.16.8",
"commit": "abe047afc995e0e22abf5ea9b157e267e907d494",
"tagPrefix": "op-node",
"owner": "ethereum-optimism",
"repo": "optimism",
Expand Down