File tree Expand file tree Collapse file tree 3 files changed +4
-14
lines changed
Expand file tree Collapse file tree 3 files changed +4
-14
lines changed Original file line number Diff line number Diff 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 " \
Original file line number Diff line number Diff line change 1- export BASE_RETH_NODE_COMMIT = 9101cac96d09d11a9166a59c8bd27f0cd6561805
1+ export BASE_RETH_NODE_COMMIT = 8c33ad9931b52de140ad98d790929b45e4c564e7
22export 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
44export NETHERMIND_COMMIT = 58f06cd0d973cd8a26d7051aa8b25ed4ed351170
55export NETHERMIND_REPO = https://github.com/NethermindEth/nethermind.git
66export NETHERMIND_TAG = 1.35.2
@@ -9,7 +9,4 @@ export OP_GETH_REPO=https://github.com/ethereum-optimism/op-geth.git
99export OP_GETH_TAG = v1.101603.5
1010export OP_NODE_COMMIT = 1b8c541060f0d323a7023fbc68fbbc8daf674340
1111export 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
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments