Skip to content

Commit d2e4804

Browse files
cody-wang-cbclaude
andcommitted
chore: revert op-geth to v1.101608.0 and op-node to op-node/v1.16.6
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 33c0b4a commit d2e4804

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
@@ -4,9 +4,9 @@ export BASE_RETH_NODE_TAG=v0.5.1
44
export NETHERMIND_COMMIT=31cb81b7328026791cdfaccd9db230c82f1db02d
55
export NETHERMIND_REPO=https://github.com/NethermindEth/nethermind.git
66
export NETHERMIND_TAG=1.36.0
7-
export OP_GETH_COMMIT=878a554cc84cead647d20ba366043c6fd41ebf1c
7+
export OP_GETH_COMMIT=32cc3b8caf8647dbefbd29b2c3ed862132e53ad2
88
export OP_GETH_REPO=https://github.com/ethereum-optimism/op-geth.git
9-
export OP_GETH_TAG=v1.101609.1
10-
export OP_NODE_COMMIT=3019251e80aa248e91743addd3e833190acb26f1
9+
export OP_GETH_TAG=v1.101608.0
10+
export OP_NODE_COMMIT=b66cc587b4185089e6f81bf6a4fc4233f2a7505d
1111
export OP_NODE_REPO=https://github.com/ethereum-optimism/optimism.git
12-
export OP_NODE_TAG=op-node/v1.16.7
12+
export OP_NODE_TAG=op-node/v1.16.6

versions.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"tracking": "release"
1515
},
1616
"op_geth": {
17-
"tag": "v1.101609.1",
18-
"commit": "878a554cc84cead647d20ba366043c6fd41ebf1c",
17+
"tag": "v1.101608.0",
18+
"commit": "32cc3b8caf8647dbefbd29b2c3ed862132e53ad2",
1919
"owner": "ethereum-optimism",
2020
"repo": "op-geth",
2121
"tracking": "release"
2222
},
2323
"op_node": {
24-
"tag": "op-node/v1.16.7",
25-
"commit": "3019251e80aa248e91743addd3e833190acb26f1",
24+
"tag": "op-node/v1.16.6",
25+
"commit": "b66cc587b4185089e6f81bf6a4fc4233f2a7505d",
2626
"tagPrefix": "op-node",
2727
"owner": "ethereum-optimism",
2828
"repo": "optimism",

0 commit comments

Comments
 (0)