Skip to content

Commit a7d810e

Browse files
danyalproutgithub-actions[bot]
authored andcommitted
chore: updated base, nethermind, op-geth, optimism, reth
1 parent 97fb39a commit a7d810e

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=4a580faec0b560eb65d6ee2f620efb7b044a649d
1+
export BASE_RETH_NODE_COMMIT=bb1b4571bebb8a9cd8ff1ec8758001fdc32758e8
22
export BASE_RETH_NODE_REPO=https://github.com/base/base.git
3-
export BASE_RETH_NODE_TAG=v0.2.2
4-
export NETHERMIND_COMMIT=d9febbce240491e8f918d41a4ffd06385a746b6c
3+
export BASE_RETH_NODE_TAG=v0.3.0-rc.3
4+
export NETHERMIND_COMMIT=ea3b4757ab22bfbcb06d17849730efdb49ae615c
55
export NETHERMIND_REPO=https://github.com/NethermindEth/nethermind.git
6-
export NETHERMIND_TAG=1.35.3
7-
export OP_GETH_COMMIT=904a088c5cc1eeec21a1ffa47327dc20a809e642
6+
export NETHERMIND_TAG=1.37.0-unstable
7+
export OP_GETH_COMMIT=32cc3b8caf8647dbefbd29b2c3ed862132e53ad2
88
export OP_GETH_REPO=https://github.com/ethereum-optimism/op-geth.git
9-
export OP_GETH_TAG=v1.101603.5
10-
export OP_NODE_COMMIT=1b8c541060f0d323a7023fbc68fbbc8daf674340
9+
export OP_GETH_TAG=v1.101608.0-rc.1
10+
export OP_NODE_COMMIT=d52b7731862fe45c755fd5878f240c8ce815a7f0
1111
export OP_NODE_REPO=https://github.com/ethereum-optimism/optimism.git
12-
export OP_NODE_TAG=op-node/v1.16.2
13-
export OP_RETH_COMMIT=27a8c0f5a6dfb27dea84c5751776ecabdd069646
12+
export OP_NODE_TAG=op-node/v1.16.6-synctest.0
13+
export OP_RETH_COMMIT=c9dad4765df6c96a427d513227e09767e8e56f14
1414
export OP_RETH_REPO=https://github.com/paradigmxyz/reth.git
15-
export OP_RETH_TAG=v1.9.3
15+
export OP_RETH_TAG=v1.10.1

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.2.2",
4-
"commit": "4a580faec0b560eb65d6ee2f620efb7b044a649d",
3+
"tag": "v0.3.0-rc.3",
4+
"commit": "bb1b4571bebb8a9cd8ff1ec8758001fdc32758e8",
55
"owner": "base",
66
"repo": "base",
77
"tracking": "tag"
88
},
99
"nethermind": {
10-
"tag": "1.35.3",
11-
"commit": "d9febbce240491e8f918d41a4ffd06385a746b6c",
10+
"tag": "1.37.0-unstable",
11+
"commit": "ea3b4757ab22bfbcb06d17849730efdb49ae615c",
1212
"owner": "NethermindEth",
1313
"repo": "nethermind",
1414
"tracking": "tag"
1515
},
1616
"op_geth": {
17-
"tag": "v1.101603.5",
18-
"commit": "904a088c5cc1eeec21a1ffa47327dc20a809e642",
17+
"tag": "v1.101608.0-rc.1",
18+
"commit": "32cc3b8caf8647dbefbd29b2c3ed862132e53ad2",
1919
"owner": "ethereum-optimism",
2020
"repo": "op-geth",
2121
"tracking": "tag"
2222
},
2323
"op_node": {
24-
"tag": "op-node/v1.16.2",
25-
"commit": "1b8c541060f0d323a7023fbc68fbbc8daf674340",
24+
"tag": "op-node/v1.16.6-synctest.0",
25+
"commit": "d52b7731862fe45c755fd5878f240c8ce815a7f0",
2626
"tagPrefix": "op-node",
2727
"owner": "ethereum-optimism",
2828
"repo": "optimism",
2929
"tracking": "tag"
3030
},
3131
"op_reth": {
32-
"tag": "v1.9.3",
33-
"commit": "27a8c0f5a6dfb27dea84c5751776ecabdd069646",
32+
"tag": "v1.10.1",
33+
"commit": "c9dad4765df6c96a427d513227e09767e8e56f14",
3434
"owner": "paradigmxyz",
3535
"repo": "reth",
3636
"tracking": "tag"

0 commit comments

Comments
 (0)