Skip to content

Commit 23ffb27

Browse files
chore: updated base, nethermind, op-geth, optimism (#987)
Co-authored-by: danyalprout <672580+danyalprout@users.noreply.github.com>
1 parent f14551c commit 23ffb27

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

versions.env

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
export BASE_RETH_NODE_COMMIT=6e54e8cbcbd27cb86bde54d3a5b0e9b4e9ea960a
1+
export BASE_RETH_NODE_COMMIT=50e3bb16233ef7a50070bf16169dc6356fe5dd39
22
export BASE_RETH_NODE_REPO=https://github.com/base/base.git
3-
export BASE_RETH_NODE_TAG=v0.5.1
4-
export NETHERMIND_COMMIT=31cb81b7328026791cdfaccd9db230c82f1db02d
3+
export BASE_RETH_NODE_TAG=v0.6.0
4+
export NETHERMIND_COMMIT=f5507dec1c9c7f5e31dadae445c08622be166054
55
export NETHERMIND_REPO=https://github.com/NethermindEth/nethermind.git
6-
export NETHERMIND_TAG=1.36.0
7-
export OP_GETH_COMMIT=878a554cc84cead647d20ba366043c6fd41ebf1c
6+
export NETHERMIND_TAG=1.36.2
7+
export OP_GETH_COMMIT=d0734fd5f44234cde3b0a7c4beb1256fc6feedef
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.101701.0
10+
export OP_NODE_COMMIT=2954d9fd41248a3a95c6d89f57e8d629114c6c70
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.9

versions.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
22
"base_reth_node": {
3-
"tag": "v0.5.1",
4-
"commit": "6e54e8cbcbd27cb86bde54d3a5b0e9b4e9ea960a",
3+
"tag": "v0.6.0",
4+
"commit": "50e3bb16233ef7a50070bf16169dc6356fe5dd39",
55
"owner": "base",
66
"repo": "base",
77
"tracking": "release"
88
},
99
"nethermind": {
10-
"tag": "1.36.0",
11-
"commit": "31cb81b7328026791cdfaccd9db230c82f1db02d",
10+
"tag": "1.36.2",
11+
"commit": "f5507dec1c9c7f5e31dadae445c08622be166054",
1212
"owner": "NethermindEth",
1313
"repo": "nethermind",
1414
"tracking": "release"
1515
},
1616
"op_geth": {
17-
"tag": "v1.101609.1",
18-
"commit": "878a554cc84cead647d20ba366043c6fd41ebf1c",
17+
"tag": "v1.101701.0",
18+
"commit": "d0734fd5f44234cde3b0a7c4beb1256fc6feedef",
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.9",
25+
"commit": "2954d9fd41248a3a95c6d89f57e8d629114c6c70",
2626
"tagPrefix": "op-node",
2727
"owner": "ethereum-optimism",
2828
"repo": "optimism",

0 commit comments

Comments
 (0)