Skip to content

Commit f34be03

Browse files
chore: updated node-reth, op-geth, optimism (#656)
Co-authored-by: haardikk21 <[email protected]>
1 parent 12566c4 commit f34be03

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

versions.env

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
export BASE_RETH_NODE_COMMIT=a496ec9d72deb5b7774b6a8303bd16c64f1cc9a6
1+
export BASE_RETH_NODE_COMMIT=ddf99821c7aace74ac4d9c6016c9aeac4f908212
22
export BASE_RETH_NODE_REPO=https://github.com/base/node-reth.git
3-
export BASE_RETH_NODE_TAG=v0.2.0
3+
export BASE_RETH_NODE_TAG=v0.2.1
44
export NETHERMIND_COMMIT=faa9b9e69c1b0002d216a96473692a80d7c47b4e
55
export NETHERMIND_REPO=https://github.com/NethermindEth/nethermind.git
66
export NETHERMIND_TAG=1.35.2
7-
export OP_GETH_COMMIT=aa940538653c59df97b432bc24a2a4e4b17a06a8
7+
export OP_GETH_COMMIT=904a088c5cc1eeec21a1ffa47327dc20a809e642
88
export OP_GETH_REPO=https://github.com/ethereum-optimism/op-geth.git
9-
export OP_GETH_TAG=v1.101603.4
10-
export OP_NODE_COMMIT=94706ec5072b13030600d1b45ae10b673b660c0d
9+
export OP_GETH_TAG=v1.101603.5
10+
export OP_NODE_COMMIT=1b8c541060f0d323a7023fbc68fbbc8daf674340
1111
export OP_NODE_REPO=https://github.com/ethereum-optimism/optimism.git
12-
export OP_NODE_TAG=op-node/v1.16.1
12+
export OP_NODE_TAG=op-node/v1.16.2
1313
export OP_RETH_COMMIT=74351d98e906b8af5f118694529fb2b71d316946
1414
export OP_RETH_REPO=https://github.com/paradigmxyz/reth.git
1515
export OP_RETH_TAG=v1.9.2

versions.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"base_reth_node": {
3-
"tag": "v0.2.0",
4-
"commit": "a496ec9d72deb5b7774b6a8303bd16c64f1cc9a6",
3+
"tag": "v0.2.1",
4+
"commit": "ddf99821c7aace74ac4d9c6016c9aeac4f908212",
55
"owner": "base",
66
"repo": "node-reth",
77
"tracking": "tag"
@@ -14,15 +14,15 @@
1414
"tracking": "tag"
1515
},
1616
"op_geth": {
17-
"tag": "v1.101603.4",
18-
"commit": "aa940538653c59df97b432bc24a2a4e4b17a06a8",
17+
"tag": "v1.101603.5",
18+
"commit": "904a088c5cc1eeec21a1ffa47327dc20a809e642",
1919
"owner": "ethereum-optimism",
2020
"repo": "op-geth",
2121
"tracking": "tag"
2222
},
2323
"op_node": {
24-
"tag": "op-node/v1.16.1",
25-
"commit": "94706ec5072b13030600d1b45ae10b673b660c0d",
24+
"tag": "op-node/v1.16.2",
25+
"commit": "1b8c541060f0d323a7023fbc68fbbc8daf674340",
2626
"tagPrefix": "op-node",
2727
"owner": "ethereum-optimism",
2828
"repo": "optimism",

0 commit comments

Comments
 (0)