Skip to content
Closed
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
8 changes: 4 additions & 4 deletions versions.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export BASE_RETH_NODE_COMMIT=5da2e07686f439d5e748dd88619deb51917a2972
export BASE_RETH_NODE_COMMIT=f11e89eff8cd34b86a3fee185aea1d4213c43a25
export BASE_RETH_NODE_REPO=https://github.com/base/node-reth.git
export BASE_RETH_NODE_TAG=v0.1.15
export BASE_RETH_NODE_TAG=v0.1.16
export NETHERMIND_COMMIT=e4a537799f8f058dc2900c9636ce21f7198956c0
export NETHERMIND_REPO=https://github.com/NethermindEth/nethermind.git
export NETHERMIND_TAG=1.35.0
Expand All @@ -10,6 +10,6 @@ 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.3
export OP_RETH_COMMIT=42197415102b7a20be42e4fe919f024b81ceb55b
export OP_RETH_COMMIT=84785f025eac5eed123997454998db77a299e1e5
export OP_RETH_REPO=https://github.com/paradigmxyz/reth.git
export OP_RETH_TAG=v1.8.3
export OP_RETH_TAG=v1.9.0
8 changes: 4 additions & 4 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"base_reth_node": {
"tag": "v0.1.15",
"commit": "5da2e07686f439d5e748dd88619deb51917a2972",
"tag": "v0.1.16",
"commit": "f11e89eff8cd34b86a3fee185aea1d4213c43a25",
"owner": "base",
"repo": "node-reth",
"tracking": "tag"
Expand Down Expand Up @@ -29,8 +29,8 @@
"tracking": "tag"
},
"op_reth": {
"tag": "v1.8.3",
"commit": "42197415102b7a20be42e4fe919f024b81ceb55b",
"tag": "v1.9.0",
"commit": "84785f025eac5eed123997454998db77a299e1e5",
"owner": "paradigmxyz",
"repo": "reth",
"tracking": "tag"
Expand Down
Loading