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
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.101608.0
export OP_NODE_COMMIT=b66cc587b4185089e6f81bf6a4fc4233f2a7505d
export OP_NODE_REPO=https://github.com/ethereum-optimism/optimism.git
export OP_NODE_TAG=op-node/v1.16.6
export OP_RETH_COMMIT=8e3b5e6a99439561b73c5dd31bd3eced2e994d60
export OP_RETH_COMMIT=564ffa586845fa4a8bb066f0c7b015ff36b26c08
export OP_RETH_REPO=https://github.com/paradigmxyz/reth.git
export OP_RETH_TAG=v1.10.2
export OP_RETH_TAG=v1.11.0
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": "release"
},
"op_reth": {
"tag": "v1.10.2",
"commit": "8e3b5e6a99439561b73c5dd31bd3eced2e994d60",
"tag": "v1.11.0",
"commit": "564ffa586845fa4a8bb066f0c7b015ff36b26c08",
"owner": "paradigmxyz",
"repo": "reth",
"tracking": "release"
Expand Down