11services :
22 celestia-init :
3- image : ghcr.io/celestiaorg/celestia-app-standalone@sha256:ea0e11656c638bfdd62bf2541a3cf580304925c3e00917a337033ff2062da4cb
3+ image : ghcr.io/celestiaorg/celestia-app-standalone:feature-zk-execution-ism
44 container_name : celestia-init
55 entrypoint : /scripts/init.sh
66 volumes :
@@ -9,18 +9,19 @@ services:
99 restart : " no"
1010
1111 celestia-validator :
12- image : ghcr.io/celestiaorg/celestia-app-standalone@sha256:ea0e11656c638bfdd62bf2541a3cf580304925c3e00917a337033ff2062da4cb
12+ image : ghcr.io/celestiaorg/celestia-app-standalone:feature-zk-execution-ism
1313 container_name : celestia-validator
1414 ports :
1515 - " 26656:26656"
1616 - " 26657:26657"
1717 - " 1317:1317"
1818 - " 9090:9090"
1919 healthcheck :
20- test : [
21- " CMD-SHELL" ,
22- " bh=$(curl -sf http://localhost:26657/status | jq -r '.result.sync_info.latest_block_height'); if [ \" $$bh\" -gt 1 ]; then exit 0; else exit 1; fi"
23- ]
20+ test :
21+ [
22+ " CMD-SHELL" ,
23+ ' bh=$(curl -sf http://localhost:26657/status | jq -r '' .result.sync_info.latest_block_height'' ); if [ "$$bh" -gt 1 ]; then exit 0; else exit 1; fi' ,
24+ ]
2425 interval : 30s
2526 timeout : 5s
2627 start_period : 10s
@@ -90,7 +91,7 @@ services:
9091 condition : service_started
9192 networks :
9293 - celestia-zkevm-net
93-
94+
9495 reth :
9596 container_name : reth
9697 # release tag v0.1.0
@@ -107,29 +108,29 @@ services:
107108 entrypoint : /bin/sh -c
108109 command :
109110 - |
110- ev-reth node \
111- --chain /home/reth/eth-genesis.json \
112- --datadir /home/reth/eth-home \
113- --metrics 0.0.0.0:9001 \
114- --authrpc.addr 0.0.0.0 \
115- --authrpc.port 8551 \
116- --authrpc.jwtsecret /home/reth/jwt.hex \
117- --http --http.addr 0.0.0.0 --http.port 8545 \
118- --http.api eth,net,web3,txpool \
119- --ws --ws.addr 0.0.0.0 --ws.port 8546 \
120- --ws.api eth,net,web3 \
121- --engine.persistence-threshold 0 \
122- --engine.memory-block-buffer-target 0 \
123- --disable-discovery \
124- --txpool.pending-max-count 200000 \
125- --txpool.pending-max-size 200 \
126- --txpool.queued-max-count 200000 \
127- --txpool.queued-max-size 200 \
128- --txpool.max-account-slots 2048 \
129- --txpool.max-new-txns 2048 \
130- --txpool.additional-validation-tasks 16 \
131- --rpc.eth-proof-window 120000 \
132- --ev-reth.enable
111+ ev-reth node \
112+ --chain /home/reth/eth-genesis.json \
113+ --datadir /home/reth/eth-home \
114+ --metrics 0.0.0.0:9001 \
115+ --authrpc.addr 0.0.0.0 \
116+ --authrpc.port 8551 \
117+ --authrpc.jwtsecret /home/reth/jwt.hex \
118+ --http --http.addr 0.0.0.0 --http.port 8545 \
119+ --http.api eth,net,web3,txpool \
120+ --ws --ws.addr 0.0.0.0 --ws.port 8546 \
121+ --ws.api eth,net,web3 \
122+ --engine.persistence-threshold 0 \
123+ --engine.memory-block-buffer-target 0 \
124+ --disable-discovery \
125+ --txpool.pending-max-count 200000 \
126+ --txpool.pending-max-size 200 \
127+ --txpool.queued-max-count 200000 \
128+ --txpool.queued-max-size 200 \
129+ --txpool.max-account-slots 2048 \
130+ --txpool.max-new-txns 2048 \
131+ --txpool.additional-validation-tasks 16 \
132+ --rpc.eth-proof-window 120000 \
133+ --ev-reth.enable
133134 networks :
134135 - celestia-zkevm-net
135136
@@ -173,4 +174,4 @@ volumes:
173174
174175networks :
175176 celestia-zkevm-net :
176- driver : bridge
177+ driver : bridge
0 commit comments