Skip to content

Commit 23dff56

Browse files
committed
Update command and versions
1 parent c5075a3 commit 23dff56

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

reth/reth-entrypoint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ if [[ "$RETH_HISTORICAL_PROOFS" == "true" && -n "$RETH_HISTORICAL_PROOFS_STORAGE
5151
ADDITIONAL_ARGS="$ADDITIONAL_ARGS --proofs-history --proofs-history.storage-path=$RETH_HISTORICAL_PROOFS_STORAGE_PATH"
5252

5353
# in this case, we need to run the init script first (idempotent)
54-
"$BINARY" initialize-op-proofs \
54+
"$BINARY" proofs init \
5555
-$LOG_LEVEL \
5656
--log.stdout.format json \
5757
--chain "$RETH_CHAIN" \

versions.env

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
export BASE_RETH_NODE_COMMIT=9101cac96d09d11a9166a59c8bd27f0cd6561805
1+
export BASE_RETH_NODE_COMMIT=8c33ad9931b52de140ad98d790929b45e4c564e7
22
export BASE_RETH_NODE_REPO=https://github.com/base/node-reth.git
3-
export BASE_RETH_NODE_BRANCH=meyer9/optimism-exex-crates
3+
export BASE_RETH_NODE_BRANCH=meyer9/0.5.0-wip
44
export NETHERMIND_COMMIT=58f06cd0d973cd8a26d7051aa8b25ed4ed351170
55
export NETHERMIND_REPO=https://github.com/NethermindEth/nethermind.git
66
export NETHERMIND_TAG=1.35.2
@@ -9,7 +9,4 @@ export OP_GETH_REPO=https://github.com/ethereum-optimism/op-geth.git
99
export OP_GETH_TAG=v1.101603.5
1010
export OP_NODE_COMMIT=1b8c541060f0d323a7023fbc68fbbc8daf674340
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=74351d98e906b8af5f118694529fb2b71d316946
14-
export OP_RETH_REPO=https://github.com/paradigmxyz/reth.git
15-
export OP_RETH_TAG=v1.9.2
12+
export OP_NODE_TAG=op-node/v1.16.2

versions.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,5 @@
2727
"owner": "ethereum-optimism",
2828
"repo": "optimism",
2929
"tracking": "tag"
30-
},
31-
"op_reth": {
32-
"tag": "v1.9.2",
33-
"commit": "74351d98e906b8af5f118694529fb2b71d316946",
34-
"owner": "paradigmxyz",
35-
"repo": "reth",
36-
"tracking": "tag"
3730
}
3831
}

0 commit comments

Comments
 (0)