@@ -154,7 +154,7 @@ services:
154154 - " consensus:/consensus"
155155 - " config:/config"
156156
157- execution-follower-node :
157+ execution-only- follower-node :
158158 pid : host # allow debugging
159159 image : nitro-node-dev-testnode
160160 entrypoint : /usr/local/bin/nitro
@@ -168,9 +168,6 @@ services:
168168 - " tokenbridge-data:/tokenbridge-data"
169169 command :
170170 - --conf.file=/config/base_node_config.json
171- - --node.feed.output.enable
172- - --http.api=net,web3,eth,txpool,debug,timeboost,auctioneer
173- - --node.seq-coordinator.my-url=http://sequencer:8547
174171 - --graphql.enable
175172 - --graphql.vhosts=*
176173 - --graphql.corsdomain=*
@@ -180,15 +177,15 @@ services:
180177 - --execution.rpc-server.enable
181178 - --execution.rpc-server.public
182179 - --execution.rpc-server.authenticated=false
183- - --execution.consensus-rpc-client.url=ws://consensus-follower-node:8552
180+ - --execution.consensus-rpc-client.url=ws://consensus-only- follower-node:8552
184181 - --execution.consensus-rpc-client.jwtsecret=/config/jwt.hex
185182 - --execution.consensus-rpc-client.retries=3
186183 - --execution.consensus-rpc-client.connection-wait=15s
187184 - --execution.consensus-rpc-client.retry-delay=1s
188185 depends_on :
189186 - geth
190187
191- consensus-follower-node :
188+ consensus-only- follower-node :
192189 pid : host # allow debugging
193190 image : nitro-node-dev-testnode
194191 entrypoint : /usr/local/bin/nitro
@@ -199,10 +196,8 @@ services:
199196 - " consensus-follower-data:/home/user/.arbitrum/local/nitro"
200197 - " l1keystore:/home/user/l1keystore"
201198 - " config:/config"
202- - " tokenbridge-data:/tokenbridge-data"
203199 command :
204200 - --conf.file=/config/base_node_config.json
205- - --node.seq-coordinator.my-url=http://sequencer:8547
206201 - --http.api=net,web3,eth,txpool,debug,timeboost,auctioneer
207202 - --graphql.enable
208203 - --graphql.vhosts=*
@@ -213,7 +208,7 @@ services:
213208 - --node.rpc-server.enable
214209 - --node.rpc-server.public
215210 - --node.rpc-server.authenticated=false
216- - --node.execution-rpc-client.url=ws://execution-follower-node:9682
211+ - --node.execution-rpc-client.url=ws://execution-only- follower-node:9682
217212 - --node.execution-rpc-client.jwtsecret=/config/jwt.hex
218213 - --node.execution-rpc-client.retries=3
219214 - --node.execution-rpc-client.connection-wait=15s
@@ -232,10 +227,8 @@ services:
232227 - " regular-follower-data:/home/user/.arbitrum/local/nitro"
233228 - " l1keystore:/home/user/l1keystore"
234229 - " config:/config"
235- - " tokenbridge-data:/tokenbridge-data"
236230 command :
237231 - --conf.file=/config/base_node_config.json
238- - --node.seq-coordinator.my-url=http://sequencer:8547
239232 - --http.api=net,web3,eth,txpool,debug,timeboost,auctioneer
240233 - --graphql.enable
241234 - --graphql.vhosts=*
0 commit comments