Skip to content

Commit 6dc4906

Browse files
danyalproutgithub-actions[bot]
authored andcommitted
chore: updated node-reth, nethermind, op-geth, optimism, reth
1 parent 9f73ac9 commit 6dc4906

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=5da2e07686f439d5e748dd88619deb51917a2972
1+
export BASE_RETH_NODE_COMMIT=f11e89eff8cd34b86a3fee185aea1d4213c43a25
22
export BASE_RETH_NODE_REPO=https://github.com/base/node-reth.git
3-
export BASE_RETH_NODE_TAG=v0.1.15
4-
export NETHERMIND_COMMIT=e4a537799f8f058dc2900c9636ce21f7198956c0
3+
export BASE_RETH_NODE_TAG=v0.1.16
4+
export NETHERMIND_COMMIT=58f06cd0d973cd8a26d7051aa8b25ed4ed351170
55
export NETHERMIND_REPO=https://github.com/NethermindEth/nethermind.git
6-
export NETHERMIND_TAG=1.35.0
7-
export OP_GETH_COMMIT=f305011e5706b21b93c4cdd5fd008c6bfdce175c
6+
export NETHERMIND_TAG=1.35.1
7+
export OP_GETH_COMMIT=4fd8b05caf3f9d8ee8c6d86fe7735418b1fb804d
88
export OP_GETH_REPO=https://github.com/ethereum-optimism/op-geth.git
9-
export OP_GETH_TAG=v1.101603.2
10-
export OP_NODE_COMMIT=8c183919fe3fc791d996693a4ecceaa1e979063b
9+
export OP_GETH_TAG=v1.101603.3
10+
export OP_NODE_COMMIT=971c25eb5a5564ce239e3c4a95778abb24ca87d7
1111
export OP_NODE_REPO=https://github.com/ethereum-optimism/optimism.git
12-
export OP_NODE_TAG=op-node/v1.14.3
13-
export OP_RETH_COMMIT=42197415102b7a20be42e4fe919f024b81ceb55b
12+
export OP_NODE_TAG=op-node/v1.16.0
13+
export OP_RETH_COMMIT=84785f025eac5eed123997454998db77a299e1e5
1414
export OP_RETH_REPO=https://github.com/paradigmxyz/reth.git
15-
export OP_RETH_TAG=v1.8.3
15+
export OP_RETH_TAG=v1.9.0

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.1.15",
4-
"commit": "5da2e07686f439d5e748dd88619deb51917a2972",
3+
"tag": "v0.1.16",
4+
"commit": "f11e89eff8cd34b86a3fee185aea1d4213c43a25",
55
"owner": "base",
66
"repo": "node-reth",
77
"tracking": "tag"
88
},
99
"nethermind": {
10-
"tag": "1.35.0",
11-
"commit": "e4a537799f8f058dc2900c9636ce21f7198956c0",
10+
"tag": "1.35.1",
11+
"commit": "58f06cd0d973cd8a26d7051aa8b25ed4ed351170",
1212
"owner": "NethermindEth",
1313
"repo": "nethermind",
1414
"tracking": "tag"
1515
},
1616
"op_geth": {
17-
"tag": "v1.101603.2",
18-
"commit": "f305011e5706b21b93c4cdd5fd008c6bfdce175c",
17+
"tag": "v1.101603.3",
18+
"commit": "4fd8b05caf3f9d8ee8c6d86fe7735418b1fb804d",
1919
"owner": "ethereum-optimism",
2020
"repo": "op-geth",
2121
"tracking": "tag"
2222
},
2323
"op_node": {
24-
"tag": "op-node/v1.14.3",
25-
"commit": "8c183919fe3fc791d996693a4ecceaa1e979063b",
24+
"tag": "op-node/v1.16.0",
25+
"commit": "971c25eb5a5564ce239e3c4a95778abb24ca87d7",
2626
"tagPrefix": "op-node",
2727
"owner": "ethereum-optimism",
2828
"repo": "optimism",
2929
"tracking": "tag"
3030
},
3131
"op_reth": {
32-
"tag": "v1.8.3",
33-
"commit": "42197415102b7a20be42e4fe919f024b81ceb55b",
32+
"tag": "v1.9.0",
33+
"commit": "84785f025eac5eed123997454998db77a299e1e5",
3434
"owner": "paradigmxyz",
3535
"repo": "reth",
3636
"tracking": "tag"

0 commit comments

Comments
 (0)