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
16 changes: 8 additions & 8 deletions versions.env
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
export BASE_RETH_NODE_COMMIT=6bd19d5c2076bd47093ed9d1fdb684dc5757d7b2
export BASE_RETH_NODE_COMMIT=69c63735984a5e86f44ff2d10f3099dd85fc2d38
export BASE_RETH_NODE_REPO=https://github.com/base/node-reth.git
export BASE_RETH_NODE_TAG=v0.1.8
export NETHERMIND_COMMIT=100632d4415d08926c829d6329dd2ce7690d12d2
export BASE_RETH_NODE_TAG=v0.1.9
export NETHERMIND_COMMIT=c4238a37787abd95cc849aa817ffa9a6eef567dd
export NETHERMIND_REPO=https://github.com/NethermindEth/nethermind.git
export NETHERMIND_TAG=1.34.0
export OP_GETH_COMMIT=b51c72ebea9dcf14e6859b14e4bd92c484714f08
export NETHERMIND_TAG=1.34.1
export OP_GETH_COMMIT=8da5bf081a47206ee75bb88c90bf64fed4bc8e97
export OP_GETH_REPO=https://github.com/ethereum-optimism/op-geth.git
export OP_GETH_TAG=v1.101602.3
export OP_NODE_COMMIT=b7b94b9ab904ab463e7a93d36ff4e99e6143d96b
export OP_GETH_TAG=v1.101603.1
export OP_NODE_COMMIT=c1081e3ad0004590435e3179e583cdfdbdd6bc61
export OP_NODE_REPO=https://github.com/ethereum-optimism/optimism.git
export OP_NODE_TAG=op-node/v1.13.7
export OP_NODE_TAG=op-node/v1.14.1
export OP_RETH_COMMIT=9c30bf7af5e0d45deaf5917375c9922c16654b28
export OP_RETH_REPO=https://github.com/paradigmxyz/reth.git
export OP_RETH_TAG=v1.8.2
16 changes: 8 additions & 8 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"base_reth_node": {
"tag": "v0.1.8",
"commit": "6bd19d5c2076bd47093ed9d1fdb684dc5757d7b2",
"tag": "v0.1.9",
"commit": "69c63735984a5e86f44ff2d10f3099dd85fc2d38",
"owner": "base",
"repo": "node-reth",
"tracking": "tag"
},
"nethermind": {
"tag": "1.34.0",
"commit": "100632d4415d08926c829d6329dd2ce7690d12d2",
"tag": "1.34.1",
"commit": "c4238a37787abd95cc849aa817ffa9a6eef567dd",
"owner": "NethermindEth",
"repo": "nethermind",
"tracking": "tag"
},
"op_geth": {
"tag": "v1.101602.3",
"commit": "b51c72ebea9dcf14e6859b14e4bd92c484714f08",
"tag": "v1.101603.1",
"commit": "8da5bf081a47206ee75bb88c90bf64fed4bc8e97",
"owner": "ethereum-optimism",
"repo": "op-geth",
"tracking": "tag"
},
"op_node": {
"tag": "op-node/v1.13.7",
"commit": "b7b94b9ab904ab463e7a93d36ff4e99e6143d96b",
"tag": "op-node/v1.14.1",
"commit": "c1081e3ad0004590435e3179e583cdfdbdd6bc61",
"tagPrefix": "op-node",
"owner": "ethereum-optimism",
"repo": "optimism",
Expand Down
Loading