Skip to content

Commit cf19296

Browse files
danyalproutgithub-actions[bot]
authored andcommitted
chore: updated op-geth, optimism, reth, node-reth, nethermind
1 parent 163785a commit cf19296

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=329e1ad3707e023a748a4b60019aeeeb9a4ace6f
1+
export BASE_RETH_NODE_COMMIT=ec7f3c729211ae54c7dfdf33fd6324ecbe17e395
22
export BASE_RETH_NODE_REPO=https://github.com/base/node-reth.git
3-
export BASE_RETH_NODE_TAG=v0.1.6
4-
export NETHERMIND_COMMIT=080637edc24c43fbc9f9fde153f73a240a602163
3+
export BASE_RETH_NODE_TAG=v0.1.7
4+
export NETHERMIND_COMMIT=cda59e5b11d6a8066af928830e5964a8a63dc5bc
55
export NETHERMIND_REPO=https://github.com/NethermindEth/nethermind.git
6-
export NETHERMIND_TAG=1.32.3
7-
export OP_GETH_COMMIT=c6e05723600e111af769abffd5299e3c72061016
6+
export NETHERMIND_TAG=1.33.1
7+
export OP_GETH_COMMIT=b51c72ebea9dcf14e6859b14e4bd92c484714f08
88
export OP_GETH_REPO=https://github.com/ethereum-optimism/op-geth.git
9-
export OP_GETH_TAG=v1.101511.1
10-
export OP_NODE_COMMIT=7a0ab04ea2db5421da689eb77a68e674e4ae9cfe
9+
export OP_GETH_TAG=v1.101602.3
10+
export OP_NODE_COMMIT=d6733fd693a685ee9dfbb74b9d64aeff851e1c11
1111
export OP_NODE_REPO=https://github.com/ethereum-optimism/optimism.git
12-
export OP_NODE_TAG=op-node/v1.13.5
13-
export OP_RETH_COMMIT=d8451e54e7267f9f1634118d6d279b2216f7e2bb
12+
export OP_NODE_TAG=op-node/v1.13.6
13+
export OP_RETH_COMMIT=9d56da53ec0ad60e229456a0c70b338501d923a5
1414
export OP_RETH_REPO=https://github.com/paradigmxyz/reth.git
15-
export OP_RETH_TAG=v1.6.0
15+
export OP_RETH_TAG=v1.7.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.6",
4-
"commit": "329e1ad3707e023a748a4b60019aeeeb9a4ace6f",
3+
"tag": "v0.1.7",
4+
"commit": "ec7f3c729211ae54c7dfdf33fd6324ecbe17e395",
55
"owner": "base",
66
"repo": "node-reth",
77
"tracking": "tag"
88
},
99
"nethermind": {
10-
"tag": "1.32.3",
11-
"commit": "080637edc24c43fbc9f9fde153f73a240a602163",
10+
"tag": "1.33.1",
11+
"commit": "cda59e5b11d6a8066af928830e5964a8a63dc5bc",
1212
"owner": "NethermindEth",
1313
"repo": "nethermind",
1414
"tracking": "tag"
1515
},
1616
"op_geth": {
17-
"tag": "v1.101511.1",
18-
"commit": "c6e05723600e111af769abffd5299e3c72061016",
17+
"tag": "v1.101602.3",
18+
"commit": "b51c72ebea9dcf14e6859b14e4bd92c484714f08",
1919
"owner": "ethereum-optimism",
2020
"repo": "op-geth",
2121
"tracking": "tag"
2222
},
2323
"op_node": {
24-
"tag": "op-node/v1.13.5",
25-
"commit": "7a0ab04ea2db5421da689eb77a68e674e4ae9cfe",
24+
"tag": "op-node/v1.13.6",
25+
"commit": "d6733fd693a685ee9dfbb74b9d64aeff851e1c11",
2626
"tagPrefix": "op-node",
2727
"owner": "ethereum-optimism",
2828
"repo": "optimism",
2929
"tracking": "tag"
3030
},
3131
"op_reth": {
32-
"tag": "v1.6.0",
33-
"commit": "d8451e54e7267f9f1634118d6d279b2216f7e2bb",
32+
"tag": "v1.7.0",
33+
"commit": "9d56da53ec0ad60e229456a0c70b338501d923a5",
3434
"owner": "paradigmxyz",
3535
"repo": "reth",
3636
"tracking": "tag"

0 commit comments

Comments
 (0)