Skip to content

Commit 33c0b4a

Browse files
cody-wang-cbgithub-actions[bot]
authored andcommitted
chore: updated op-geth, optimism, base
1 parent 6e9cb08 commit 33c0b4a

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,12 +1,12 @@
1-
export BASE_RETH_NODE_COMMIT=5e5260c26a1d1af7a74a79a692a56b5d73d5363b
1+
export BASE_RETH_NODE_COMMIT=6e54e8cbcbd27cb86bde54d3a5b0e9b4e9ea960a
22
export BASE_RETH_NODE_REPO=https://github.com/base/base.git
3-
export BASE_RETH_NODE_TAG=v0.4.1
3+
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=32cc3b8caf8647dbefbd29b2c3ed862132e53ad2
7+
export OP_GETH_COMMIT=878a554cc84cead647d20ba366043c6fd41ebf1c
88
export OP_GETH_REPO=https://github.com/ethereum-optimism/op-geth.git
9-
export OP_GETH_TAG=v1.101608.0
10-
export OP_NODE_COMMIT=b66cc587b4185089e6f81bf6a4fc4233f2a7505d
9+
export OP_GETH_TAG=v1.101609.1
10+
export OP_NODE_COMMIT=3019251e80aa248e91743addd3e833190acb26f1
1111
export OP_NODE_REPO=https://github.com/ethereum-optimism/optimism.git
12-
export OP_NODE_TAG=op-node/v1.16.6
12+
export OP_NODE_TAG=op-node/v1.16.7

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.4.1",
4-
"commit": "5e5260c26a1d1af7a74a79a692a56b5d73d5363b",
3+
"tag": "v0.5.1",
4+
"commit": "6e54e8cbcbd27cb86bde54d3a5b0e9b4e9ea960a",
55
"owner": "base",
66
"repo": "base",
77
"tracking": "release"
@@ -14,15 +14,15 @@
1414
"tracking": "release"
1515
},
1616
"op_geth": {
17-
"tag": "v1.101608.0",
18-
"commit": "32cc3b8caf8647dbefbd29b2c3ed862132e53ad2",
17+
"tag": "v1.101609.1",
18+
"commit": "878a554cc84cead647d20ba366043c6fd41ebf1c",
1919
"owner": "ethereum-optimism",
2020
"repo": "op-geth",
2121
"tracking": "release"
2222
},
2323
"op_node": {
24-
"tag": "op-node/v1.16.6",
25-
"commit": "b66cc587b4185089e6f81bf6a4fc4233f2a7505d",
24+
"tag": "op-node/v1.16.7",
25+
"commit": "3019251e80aa248e91743addd3e833190acb26f1",
2626
"tagPrefix": "op-node",
2727
"owner": "ethereum-optimism",
2828
"repo": "optimism",

0 commit comments

Comments
 (0)