We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
127.0.0.1
1 parent 4744474 commit 8880fd4Copy full SHA for 8880fd4
playground/components.go
@@ -447,7 +447,7 @@ func (r *RethEL) Run(svc *Service, ctx *ExContext) {
447
"--datadir", "/data_reth",
448
"--color", "never",
449
"--ipcpath", "/data_reth/reth.ipc",
450
- "--addr", "127.0.0.1",
+ "--addr", "0.0.0.0",
451
"--port", `{{Port "rpc" 30303}}`,
452
// "--disable-discovery",
453
// http config
@@ -731,6 +731,7 @@ func (o *OpReth) Run(service *Service, ctx *ExContext) {
731
"--disable-discovery",
732
733
"--metrics", `0.0.0.0:{{Port "metrics" 9090}}`,
734
735
"--port", `{{Port "rpc" 30303}}`).
736
WithArtifact("/data/jwtsecret", "jwtsecret").
737
WithArtifact("/data/l2-genesis.json", "l2-genesis.json").
0 commit comments