Skip to content

Commit c8d0862

Browse files
chore: updated base, op-geth, optimism (#995)
Co-authored-by: danyalprout <672580+danyalprout@users.noreply.github.com>
1 parent 1a97dfe commit c8d0862

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

versions.env

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
export BASE_RETH_NODE_COMMIT=50e3bb16233ef7a50070bf16169dc6356fe5dd39
1+
export BASE_RETH_NODE_COMMIT=2b0d89d4267ae7b2893e1719d2ba026074e4a8b8
22
export BASE_RETH_NODE_REPO=https://github.com/base/base.git
3-
export BASE_RETH_NODE_TAG=v0.6.0
3+
export BASE_RETH_NODE_TAG=v0.7.0
44
export NETHERMIND_COMMIT=f5507dec1c9c7f5e31dadae445c08622be166054
55
export NETHERMIND_REPO=https://github.com/NethermindEth/nethermind.git
66
export NETHERMIND_TAG=1.36.2
77
export OP_GETH_COMMIT=d0734fd5f44234cde3b0a7c4beb1256fc6feedef
88
export OP_GETH_REPO=https://github.com/ethereum-optimism/op-geth.git
9-
export OP_GETH_TAG=v1.101701.0
10-
export OP_NODE_COMMIT=2954d9fd41248a3a95c6d89f57e8d629114c6c70
9+
export OP_GETH_TAG=v1.101702.0
10+
export OP_NODE_COMMIT=cba7aba0c98aae22720b21c3a023990a486cb6e0
1111
export OP_NODE_REPO=https://github.com/ethereum-optimism/optimism.git
12-
export OP_NODE_TAG=op-node/v1.16.9
12+
export OP_NODE_TAG=op-node/v1.16.11

versions.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"base_reth_node": {
3-
"tag": "v0.6.0",
4-
"commit": "50e3bb16233ef7a50070bf16169dc6356fe5dd39",
3+
"tag": "v0.7.0",
4+
"commit": "2b0d89d4267ae7b2893e1719d2ba026074e4a8b8",
55
"owner": "base",
66
"repo": "base",
77
"tracking": "release"
@@ -14,15 +14,15 @@
1414
"tracking": "release"
1515
},
1616
"op_geth": {
17-
"tag": "v1.101701.0",
17+
"tag": "v1.101702.0",
1818
"commit": "d0734fd5f44234cde3b0a7c4beb1256fc6feedef",
1919
"owner": "ethereum-optimism",
2020
"repo": "op-geth",
2121
"tracking": "release"
2222
},
2323
"op_node": {
24-
"tag": "op-node/v1.16.9",
25-
"commit": "2954d9fd41248a3a95c6d89f57e8d629114c6c70",
24+
"tag": "op-node/v1.16.11",
25+
"commit": "cba7aba0c98aae22720b21c3a023990a486cb6e0",
2626
"tagPrefix": "op-node",
2727
"owner": "ethereum-optimism",
2828
"repo": "optimism",

0 commit comments

Comments
 (0)