Skip to content

Commit 7a56cf4

Browse files
chore: updated optimism, reth, node-reth, nethermind, op-geth (#638)
Co-authored-by: haardikk21 <[email protected]>
1 parent 22ae136 commit 7a56cf4

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=f11e89eff8cd34b86a3fee185aea1d4213c43a25
1+
export BASE_RETH_NODE_COMMIT=a496ec9d72deb5b7774b6a8303bd16c64f1cc9a6
22
export BASE_RETH_NODE_REPO=https://github.com/base/node-reth.git
3-
export BASE_RETH_NODE_TAG=v0.1.16
4-
export NETHERMIND_COMMIT=58f06cd0d973cd8a26d7051aa8b25ed4ed351170
3+
export BASE_RETH_NODE_TAG=v0.2.0
4+
export NETHERMIND_COMMIT=faa9b9e69c1b0002d216a96473692a80d7c47b4e
55
export NETHERMIND_REPO=https://github.com/NethermindEth/nethermind.git
6-
export NETHERMIND_TAG=1.35.1
7-
export OP_GETH_COMMIT=f305011e5706b21b93c4cdd5fd008c6bfdce175c
6+
export NETHERMIND_TAG=1.35.2
7+
export OP_GETH_COMMIT=aa940538653c59df97b432bc24a2a4e4b17a06a8
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.4
10+
export OP_NODE_COMMIT=94706ec5072b13030600d1b45ae10b673b660c0d
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=84785f025eac5eed123997454998db77a299e1e5
12+
export OP_NODE_TAG=op-node/v1.16.1
13+
export OP_RETH_COMMIT=74351d98e906b8af5f118694529fb2b71d316946
1414
export OP_RETH_REPO=https://github.com/paradigmxyz/reth.git
15-
export OP_RETH_TAG=v1.9.0
15+
export OP_RETH_TAG=v1.9.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.1.16",
4-
"commit": "f11e89eff8cd34b86a3fee185aea1d4213c43a25",
3+
"tag": "v0.2.0",
4+
"commit": "a496ec9d72deb5b7774b6a8303bd16c64f1cc9a6",
55
"owner": "base",
66
"repo": "node-reth",
77
"tracking": "tag"
88
},
99
"nethermind": {
10-
"tag": "1.35.1",
11-
"commit": "58f06cd0d973cd8a26d7051aa8b25ed4ed351170",
10+
"tag": "1.35.2",
11+
"commit": "faa9b9e69c1b0002d216a96473692a80d7c47b4e",
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.4",
18+
"commit": "aa940538653c59df97b432bc24a2a4e4b17a06a8",
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.1",
25+
"commit": "94706ec5072b13030600d1b45ae10b673b660c0d",
2626
"tagPrefix": "op-node",
2727
"owner": "ethereum-optimism",
2828
"repo": "optimism",
2929
"tracking": "tag"
3030
},
3131
"op_reth": {
32-
"tag": "v1.9.0",
33-
"commit": "84785f025eac5eed123997454998db77a299e1e5",
32+
"tag": "v1.9.2",
33+
"commit": "74351d98e906b8af5f118694529fb2b71d316946",
3434
"owner": "paradigmxyz",
3535
"repo": "reth",
3636
"tracking": "tag"

0 commit comments

Comments
 (0)