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=2b8aa079aca3a34e714ec5c0949178e2bffc4a5b
export BASE_RETH_NODE_COMMIT=089e3bc35a45bf39e6cbb4db21fb0f685de2da97
export BASE_RETH_NODE_REPO=https://github.com/base/node-reth.git
export BASE_RETH_NODE_TAG=v0.1.11
export NETHERMIND_COMMIT=c4238a37787abd95cc849aa817ffa9a6eef567dd
export BASE_RETH_NODE_TAG=v0.1.12
export NETHERMIND_COMMIT=e4a537799f8f058dc2900c9636ce21f7198956c0
export NETHERMIND_REPO=https://github.com/NethermindEth/nethermind.git
export NETHERMIND_TAG=1.34.1
export OP_GETH_COMMIT=8da5bf081a47206ee75bb88c90bf64fed4bc8e97
export NETHERMIND_TAG=1.35.0
export OP_GETH_COMMIT=f305011e5706b21b93c4cdd5fd008c6bfdce175c
export OP_GETH_REPO=https://github.com/ethereum-optimism/op-geth.git
export OP_GETH_TAG=v1.101603.1
export OP_NODE_COMMIT=c1081e3ad0004590435e3179e583cdfdbdd6bc61
export OP_GETH_TAG=v1.101603.2
export OP_NODE_COMMIT=8c183919fe3fc791d996693a4ecceaa1e979063b
export OP_NODE_REPO=https://github.com/ethereum-optimism/optimism.git
export OP_NODE_TAG=op-node/v1.14.1
export OP_NODE_TAG=op-node/v1.14.3
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.11",
"commit": "2b8aa079aca3a34e714ec5c0949178e2bffc4a5b",
"tag": "v0.1.12",
"commit": "089e3bc35a45bf39e6cbb4db21fb0f685de2da97",
"owner": "base",
"repo": "node-reth",
"tracking": "tag"
},
"nethermind": {
"tag": "1.34.1",
"commit": "c4238a37787abd95cc849aa817ffa9a6eef567dd",
"tag": "1.35.0",
"commit": "e4a537799f8f058dc2900c9636ce21f7198956c0",
"owner": "NethermindEth",
"repo": "nethermind",
"tracking": "tag"
},
"op_geth": {
"tag": "v1.101603.1",
"commit": "8da5bf081a47206ee75bb88c90bf64fed4bc8e97",
"tag": "v1.101603.2",
"commit": "f305011e5706b21b93c4cdd5fd008c6bfdce175c",
"owner": "ethereum-optimism",
"repo": "op-geth",
"tracking": "tag"
},
"op_node": {
"tag": "op-node/v1.14.1",
"commit": "c1081e3ad0004590435e3179e583cdfdbdd6bc61",
"tag": "op-node/v1.14.3",
"commit": "8c183919fe3fc791d996693a4ecceaa1e979063b",
"tagPrefix": "op-node",
"owner": "ethereum-optimism",
"repo": "optimism",
Expand Down
Loading