@@ -252,6 +252,7 @@ func (r *RethEL) Run(svc *service, ctx *ExContext) {
252
252
"--color" , "never" ,
253
253
"--ipcpath" , "{{.Dir}}/reth.ipc" ,
254
254
"--addr" , "0.0.0.0" ,
255
+ "--nat" , "extip:172.17.0.1" ,
255
256
"--port" , `{{Port "rpc" 30303}}` ,
256
257
// "--disable-discovery",
257
258
// http config
@@ -312,12 +313,15 @@ func (l *LighthouseBeaconNode) Run(svc *service, ctx *ExContext) {
312
313
"--http-address" , "0.0.0.0" ,
313
314
"--http-allow-origin" , "*" ,
314
315
"--disable-packet-filter" ,
315
- "--target-peers" , "0 " ,
316
+ "--target-peers" , "5 " ,
316
317
"--execution-endpoint" , Connect (l .ExecutionNode , "authrpc" ),
317
318
"--execution-jwt" , "{{.Dir}}/jwtsecret" ,
318
319
"--always-prepare-payload" ,
319
320
"--prepare-payload-lookahead" , "8000" ,
320
321
"--suggested-fee-recipient" , "0x690B9A9E9aa1C9dB991C7721a92d351Db4FaC990" ,
322
+ "--subscribe-all-subnets" ,
323
+ "--import-all-attestations" ,
324
+ "--debug-level" , "trace" ,
321
325
).
322
326
WithReady (ReadyCheck {
323
327
QueryURL : "http://localhost:3500/eth/v1/node/syncing" ,
0 commit comments