File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,9 +49,6 @@ ROLLUP_CLIENT=hildr-node
4949# The Roll up client RPC port.
5050ROLLUP_RPC_PORT=11545
5151
52- # Hildr's external rpc service port
53- ROLLUP_RPC_PORT=9545
54-
5552# Sync mode: can be either `full` or `checkpoint`
5653SYNC_MODE=full
5754
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ services:
9797 << : *logging
9898
9999 op-geth :
100- image : us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101304.2
100+ image : us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101315.1
101101 container_name : op-geth
102102 profiles :
103103 - op-geth
Original file line number Diff line number Diff line change 1717 LOG_LEVEL=" INFO"
1818fi
1919
20- if [ $SYNC_MODE = " full" ]
20+ if [ $SYNC_MODE = " full" ] || [ $SYNC_MODE = " execution-layer " ]
2121then
2222 exec java --enable-preview \
2323 -cp $HILDR_JAR $HILDR_MAIN_CLASS \
You can’t perform that action at this time.
0 commit comments