Skip to content

Commit 34a7d90

Browse files
chore: updated reth, node-reth (#615)
Co-authored-by: haardikk21 <16539849+haardikk21@users.noreply.github.com>
1 parent 58c2b3d commit 34a7d90

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

versions.env

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
export BASE_RETH_NODE_COMMIT=089e3bc35a45bf39e6cbb4db21fb0f685de2da97
1+
export BASE_RETH_NODE_COMMIT=44f3661ab1f675c79d0c5b7d0a5f326c4e8c804e
22
export BASE_RETH_NODE_REPO=https://github.com/base/node-reth.git
3-
export BASE_RETH_NODE_TAG=v0.1.12
3+
export BASE_RETH_NODE_TAG=v0.1.13
44
export NETHERMIND_COMMIT=e4a537799f8f058dc2900c9636ce21f7198956c0
55
export NETHERMIND_REPO=https://github.com/NethermindEth/nethermind.git
66
export NETHERMIND_TAG=1.35.0
@@ -10,6 +10,6 @@ export OP_GETH_TAG=v1.101603.2
1010
export OP_NODE_COMMIT=8c183919fe3fc791d996693a4ecceaa1e979063b
1111
export OP_NODE_REPO=https://github.com/ethereum-optimism/optimism.git
1212
export OP_NODE_TAG=op-node/v1.14.3
13-
export OP_RETH_COMMIT=9c30bf7af5e0d45deaf5917375c9922c16654b28
13+
export OP_RETH_COMMIT=42197415102b7a20be42e4fe919f024b81ceb55b
1414
export OP_RETH_REPO=https://github.com/paradigmxyz/reth.git
15-
export OP_RETH_TAG=v1.8.2
15+
export OP_RETH_TAG=v1.8.3

versions.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"base_reth_node": {
3-
"tag": "v0.1.12",
4-
"commit": "089e3bc35a45bf39e6cbb4db21fb0f685de2da97",
3+
"tag": "v0.1.13",
4+
"commit": "44f3661ab1f675c79d0c5b7d0a5f326c4e8c804e",
55
"owner": "base",
66
"repo": "node-reth",
77
"tracking": "tag"
@@ -29,8 +29,8 @@
2929
"tracking": "tag"
3030
},
3131
"op_reth": {
32-
"tag": "v1.8.2",
33-
"commit": "9c30bf7af5e0d45deaf5917375c9922c16654b28",
32+
"tag": "v1.8.3",
33+
"commit": "42197415102b7a20be42e4fe919f024b81ceb55b",
3434
"owner": "paradigmxyz",
3535
"repo": "reth",
3636
"tracking": "tag"

0 commit comments

Comments
 (0)