Skip to content

Commit 7cb0364

Browse files
chore: updated node-reth, nethermind, op-geth, optimism (#508)
Co-authored-by: cody-wang-cb <156240243+cody-wang-cb@users.noreply.github.com>
1 parent 2981de0 commit 7cb0364

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=f28c2751a0737d7617e52253a9e81070b87290b5
1+
export BASE_RETH_NODE_COMMIT=6178195df3b73ddd63110a439a0b4da585f85b99
22
export BASE_RETH_NODE_REPO=https://github.com/base/node-reth.git
3-
export BASE_RETH_NODE_TAG=v0.1.3
4-
export NETHERMIND_COMMIT=d3e7eb98b28d0b9c7b58a9fb45e83b640b2e17e6
3+
export BASE_RETH_NODE_TAG=v0.1.5
4+
export NETHERMIND_COMMIT=1b5487273a16345f262142d4b708793aeec62589
55
export NETHERMIND_REPO=https://github.com/NethermindEth/nethermind.git
6-
export NETHERMIND_TAG=1.32.2
7-
export OP_GETH_COMMIT=68075997f33907401a93216aa426514c5ddc8870
6+
export NETHERMIND_TAG=1.31.13
7+
export OP_GETH_COMMIT=c6e05723600e111af769abffd5299e3c72061016
88
export OP_GETH_REPO=https://github.com/ethereum-optimism/op-geth.git
9-
export OP_GETH_TAG=v1.101511.0
10-
export OP_NODE_COMMIT=7eedfced77eb30ae72cc8d0e7c793dd2d1b6f161
9+
export OP_GETH_TAG=v1.101511.1
10+
export OP_NODE_COMMIT=7a0ab04ea2db5421da689eb77a68e674e4ae9cfe
1111
export OP_NODE_REPO=https://github.com/ethereum-optimism/optimism.git
12-
export OP_NODE_TAG=op-node/v1.13.4
12+
export OP_NODE_TAG=op-node/v1.13.5
1313
export OP_RETH_COMMIT=dbe7ee9c21392f360ff01f6307480f5d7dd73a3a
1414
export OP_RETH_REPO=https://github.com/paradigmxyz/reth.git
1515
export OP_RETH_TAG=v1.5.1

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.3",
4-
"commit": "f28c2751a0737d7617e52253a9e81070b87290b5",
3+
"tag": "v0.1.5",
4+
"commit": "6178195df3b73ddd63110a439a0b4da585f85b99",
55
"owner": "base",
66
"repo": "node-reth",
77
"tracking": "tag"
88
},
99
"nethermind": {
10-
"tag": "1.32.2",
11-
"commit": "d3e7eb98b28d0b9c7b58a9fb45e83b640b2e17e6",
10+
"tag": "1.31.13",
11+
"commit": "1b5487273a16345f262142d4b708793aeec62589",
1212
"owner": "NethermindEth",
1313
"repo": "nethermind",
1414
"tracking": "tag"
1515
},
1616
"op_geth": {
17-
"tag": "v1.101511.0",
18-
"commit": "68075997f33907401a93216aa426514c5ddc8870",
17+
"tag": "v1.101511.1",
18+
"commit": "c6e05723600e111af769abffd5299e3c72061016",
1919
"owner": "ethereum-optimism",
2020
"repo": "op-geth",
2121
"tracking": "tag"
2222
},
2323
"op_node": {
24-
"tag": "op-node/v1.13.4",
25-
"commit": "7eedfced77eb30ae72cc8d0e7c793dd2d1b6f161",
24+
"tag": "op-node/v1.13.5",
25+
"commit": "7a0ab04ea2db5421da689eb77a68e674e4ae9cfe",
2626
"tagPrefix": "op-node",
2727
"owner": "ethereum-optimism",
2828
"repo": "optimism",

0 commit comments

Comments
 (0)