Skip to content

Commit 926d8a9

Browse files
chore: updated reth (#500)
Co-authored-by: danyalprout <672580+danyalprout@users.noreply.github.com>
1 parent 8d4ecd9 commit 926d8a9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

versions.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ export OP_GETH_TAG=v1.101511.0
1010
export OP_NODE_COMMIT=7eedfced77eb30ae72cc8d0e7c793dd2d1b6f161
1111
export OP_NODE_REPO=https://github.com/ethereum-optimism/optimism.git
1212
export OP_NODE_TAG=op-node/v1.13.4
13-
export OP_RETH_COMMIT=61e38f9af154fe91e776d8f5e449d20a1571e8cf
13+
export OP_RETH_COMMIT=dbe7ee9c21392f360ff01f6307480f5d7dd73a3a
1414
export OP_RETH_REPO=https://github.com/paradigmxyz/reth.git
15-
export OP_RETH_TAG=v1.5.0
15+
export OP_RETH_TAG=v1.5.1

versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"tracking": "tag"
3030
},
3131
"op_reth": {
32-
"tag": "v1.5.0",
33-
"commit": "61e38f9af154fe91e776d8f5e449d20a1571e8cf",
32+
"tag": "v1.5.1",
33+
"commit": "dbe7ee9c21392f360ff01f6307480f5d7dd73a3a",
3434
"owner": "paradigmxyz",
3535
"repo": "reth",
3636
"tracking": "tag"

0 commit comments

Comments
 (0)