Skip to content

Commit 51009a5

Browse files
committed
use the correct address for the local devnet
1 parent 166257f commit 51009a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/components.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ func (r *RethEL) Run(svc *service, ctx *ExContext) {
251251
"--datadir", "{{.Dir}}/data_reth",
252252
"--color", "never",
253253
"--ipcpath", "{{.Dir}}/reth.ipc",
254-
"--addr", "127.0.0.1",
254+
"--addr", "0.0.0.0",
255255
"--port", `{{Port "rpc" 30303}}`,
256256
// "--disable-discovery",
257257
// http config
@@ -301,7 +301,7 @@ func (l *LighthouseBeaconNode) Run(svc *service, ctx *ExContext) {
301301
"--enable-private-discovery",
302302
"--disable-peer-scoring",
303303
"--staking",
304-
"--enr-address", "127.0.0.1",
304+
"--enr-address", "10.0.2.2",
305305
"--enr-udp-port", `{{Port "p2p" 9000}}`,
306306
"--enr-tcp-port", `{{Port "p2p" 9000}}`,
307307
"--enr-quic-port", `{{Port "quic-p2p" 9100}}`,

0 commit comments

Comments
 (0)