Skip to content

Commit a8ad9cb

Browse files
committed
Jovian Upgrades: op-reth=1.9.1, op-geth=1.101603.4, op-node=1.16.1
1 parent 979a338 commit a8ad9cb

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

versions.env

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ export BASE_RETH_NODE_TAG=v0.1.16
44
export NETHERMIND_COMMIT=58f06cd0d973cd8a26d7051aa8b25ed4ed351170
55
export NETHERMIND_REPO=https://github.com/NethermindEth/nethermind.git
66
export NETHERMIND_TAG=1.35.1
7-
export OP_GETH_COMMIT=f305011e5706b21b93c4cdd5fd008c6bfdce175c
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=3afe69a5738459a7cb5f46c598c7f541a1510f32
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.1

versions.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@
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.1",
33+
"commit": "3afe69a5738459a7cb5f46c598c7f541a1510f32",
3434
"owner": "paradigmxyz",
3535
"repo": "reth",
3636
"tracking": "tag"

0 commit comments

Comments
 (0)