Skip to content

Commit 507cd8c

Browse files
chore: updated nethermind, op-geth, optimism, node-reth (#569)
Co-authored-by: danyalprout <[email protected]>
1 parent db71d5f commit 507cd8c

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,15 +1,15 @@
1-
export BASE_RETH_NODE_COMMIT=6bd19d5c2076bd47093ed9d1fdb684dc5757d7b2
1+
export BASE_RETH_NODE_COMMIT=69c63735984a5e86f44ff2d10f3099dd85fc2d38
22
export BASE_RETH_NODE_REPO=https://github.com/base/node-reth.git
3-
export BASE_RETH_NODE_TAG=v0.1.8
4-
export NETHERMIND_COMMIT=100632d4415d08926c829d6329dd2ce7690d12d2
3+
export BASE_RETH_NODE_TAG=v0.1.9
4+
export NETHERMIND_COMMIT=c4238a37787abd95cc849aa817ffa9a6eef567dd
55
export NETHERMIND_REPO=https://github.com/NethermindEth/nethermind.git
6-
export NETHERMIND_TAG=1.34.0
7-
export OP_GETH_COMMIT=b51c72ebea9dcf14e6859b14e4bd92c484714f08
6+
export NETHERMIND_TAG=1.34.1
7+
export OP_GETH_COMMIT=8da5bf081a47206ee75bb88c90bf64fed4bc8e97
88
export OP_GETH_REPO=https://github.com/ethereum-optimism/op-geth.git
9-
export OP_GETH_TAG=v1.101602.3
10-
export OP_NODE_COMMIT=b7b94b9ab904ab463e7a93d36ff4e99e6143d96b
9+
export OP_GETH_TAG=v1.101603.1
10+
export OP_NODE_COMMIT=c1081e3ad0004590435e3179e583cdfdbdd6bc61
1111
export OP_NODE_REPO=https://github.com/ethereum-optimism/optimism.git
12-
export OP_NODE_TAG=op-node/v1.13.7
12+
export OP_NODE_TAG=op-node/v1.14.1
1313
export OP_RETH_COMMIT=9c30bf7af5e0d45deaf5917375c9922c16654b28
1414
export OP_RETH_REPO=https://github.com/paradigmxyz/reth.git
1515
export OP_RETH_TAG=v1.8.2

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.1.8",
4-
"commit": "6bd19d5c2076bd47093ed9d1fdb684dc5757d7b2",
3+
"tag": "v0.1.9",
4+
"commit": "69c63735984a5e86f44ff2d10f3099dd85fc2d38",
55
"owner": "base",
66
"repo": "node-reth",
77
"tracking": "tag"
88
},
99
"nethermind": {
10-
"tag": "1.34.0",
11-
"commit": "100632d4415d08926c829d6329dd2ce7690d12d2",
10+
"tag": "1.34.1",
11+
"commit": "c4238a37787abd95cc849aa817ffa9a6eef567dd",
1212
"owner": "NethermindEth",
1313
"repo": "nethermind",
1414
"tracking": "tag"
1515
},
1616
"op_geth": {
17-
"tag": "v1.101602.3",
18-
"commit": "b51c72ebea9dcf14e6859b14e4bd92c484714f08",
17+
"tag": "v1.101603.1",
18+
"commit": "8da5bf081a47206ee75bb88c90bf64fed4bc8e97",
1919
"owner": "ethereum-optimism",
2020
"repo": "op-geth",
2121
"tracking": "tag"
2222
},
2323
"op_node": {
24-
"tag": "op-node/v1.13.7",
25-
"commit": "b7b94b9ab904ab463e7a93d36ff4e99e6143d96b",
24+
"tag": "op-node/v1.14.1",
25+
"commit": "c1081e3ad0004590435e3179e583cdfdbdd6bc61",
2626
"tagPrefix": "op-node",
2727
"owner": "ethereum-optimism",
2828
"repo": "optimism",

0 commit comments

Comments
 (0)