File tree 3 files changed +2
-5
lines changed
3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,6 @@ ROLLUP_CLIENT=hildr-node
49
49
# The Roll up client RPC port.
50
50
ROLLUP_RPC_PORT=11545
51
51
52
- # Hildr's external rpc service port
53
- ROLLUP_RPC_PORT=9545
54
-
55
52
# Sync mode: can be either `full` or `checkpoint`
56
53
SYNC_MODE=full
57
54
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ services:
97
97
<< : *logging
98
98
99
99
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
101
101
container_name : op-geth
102
102
profiles :
103
103
- op-geth
Original file line number Diff line number Diff line change 17
17
LOG_LEVEL=" INFO"
18
18
fi
19
19
20
- if [ $SYNC_MODE = " full" ]
20
+ if [ $SYNC_MODE = " full" ] || [ $SYNC_MODE = " execution-layer " ]
21
21
then
22
22
exec java --enable-preview \
23
23
-cp $HILDR_JAR $HILDR_MAIN_CLASS \
You can’t perform that action at this time.
0 commit comments