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
4 changes: 2 additions & 2 deletions versions.env
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ export OP_GETH_TAG=v1.101511.0
export OP_NODE_COMMIT=7eedfced77eb30ae72cc8d0e7c793dd2d1b6f161
export OP_NODE_REPO=https://github.com/ethereum-optimism/optimism.git
export OP_NODE_TAG=op-node/v1.13.4
export OP_RETH_COMMIT=61e38f9af154fe91e776d8f5e449d20a1571e8cf
export OP_RETH_COMMIT=dbe7ee9c21392f360ff01f6307480f5d7dd73a3a
export OP_RETH_REPO=https://github.com/paradigmxyz/reth.git
export OP_RETH_TAG=v1.5.0
export OP_RETH_TAG=v1.5.1
4 changes: 2 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"tracking": "tag"
},
"op_reth": {
"tag": "v1.5.0",
"commit": "61e38f9af154fe91e776d8f5e449d20a1571e8cf",
"tag": "v1.5.1",
"commit": "dbe7ee9c21392f360ff01f6307480f5d7dd73a3a",
"owner": "paradigmxyz",
"repo": "reth",
"tracking": "tag"
Expand Down