Skip to content

Commit 5d47f18

Browse files
chore: updated base, nethermind, op-geth, optimism, reth (#937)
Co-authored-by: danyalprout <672580+danyalprout@users.noreply.github.com>
1 parent 43ef7cc commit 5d47f18

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

versions.env

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
export BASE_RETH_NODE_COMMIT=bb1b4571bebb8a9cd8ff1ec8758001fdc32758e8
1+
export BASE_RETH_NODE_COMMIT=fa6d3444debd96977ae14ccae502b91cbbe3f463
22
export BASE_RETH_NODE_REPO=https://github.com/base/base.git
3-
export BASE_RETH_NODE_TAG=v0.3.0
4-
export NETHERMIND_COMMIT=d9febbce240491e8f918d41a4ffd06385a746b6c
3+
export BASE_RETH_NODE_TAG=v0.3.1
4+
export NETHERMIND_COMMIT=31cb81b7328026791cdfaccd9db230c82f1db02d
55
export NETHERMIND_REPO=https://github.com/NethermindEth/nethermind.git
6-
export NETHERMIND_TAG=1.35.3
7-
export OP_GETH_COMMIT=904a088c5cc1eeec21a1ffa47327dc20a809e642
6+
export NETHERMIND_TAG=1.36.0
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.101603.5
10-
export OP_NODE_COMMIT=1b8c541060f0d323a7023fbc68fbbc8daf674340
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.2
13-
export OP_RETH_COMMIT=27a8c0f5a6dfb27dea84c5751776ecabdd069646
12+
export OP_NODE_TAG=op-node/v1.16.6
13+
export OP_RETH_COMMIT=8e3b5e6a99439561b73c5dd31bd3eced2e994d60
1414
export OP_RETH_REPO=https://github.com/paradigmxyz/reth.git
15-
export OP_RETH_TAG=v1.9.3
15+
export OP_RETH_TAG=v1.10.2

versions.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
{
22
"base_reth_node": {
3-
"tag": "v0.3.0",
4-
"commit": "bb1b4571bebb8a9cd8ff1ec8758001fdc32758e8",
3+
"tag": "v0.3.1",
4+
"commit": "fa6d3444debd96977ae14ccae502b91cbbe3f463",
55
"owner": "base",
66
"repo": "base",
77
"tracking": "release"
88
},
99
"nethermind": {
10-
"tag": "1.35.3",
11-
"commit": "d9febbce240491e8f918d41a4ffd06385a746b6c",
10+
"tag": "1.36.0",
11+
"commit": "31cb81b7328026791cdfaccd9db230c82f1db02d",
1212
"owner": "NethermindEth",
1313
"repo": "nethermind",
1414
"tracking": "release"
1515
},
1616
"op_geth": {
17-
"tag": "v1.101603.5",
18-
"commit": "904a088c5cc1eeec21a1ffa47327dc20a809e642",
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.2",
25-
"commit": "1b8c541060f0d323a7023fbc68fbbc8daf674340",
24+
"tag": "op-node/v1.16.6",
25+
"commit": "b66cc587b4185089e6f81bf6a4fc4233f2a7505d",
2626
"tagPrefix": "op-node",
2727
"owner": "ethereum-optimism",
2828
"repo": "optimism",
2929
"tracking": "release"
3030
},
3131
"op_reth": {
32-
"tag": "v1.9.3",
33-
"commit": "27a8c0f5a6dfb27dea84c5751776ecabdd069646",
32+
"tag": "v1.10.2",
33+
"commit": "8e3b5e6a99439561b73c5dd31bd3eced2e994d60",
3434
"owner": "paradigmxyz",
3535
"repo": "reth",
3636
"tracking": "release"

0 commit comments

Comments
 (0)