Skip to content

Commit

Permalink
geth flags
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed Apr 19, 2021
1 parent 4d58b03 commit f3ad654
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions endtoend/components/eth1.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ func (node *Eth1Node) Start(ctx context.Context) error {
args := []string{
fmt.Sprintf("--datadir=%s", eth1Path),
fmt.Sprintf("--rpcport=%d", e2e.TestParams.Eth1RPCPort),
fmt.Sprintf("--wsport=%d", e2e.TestParams.Eth1RPCPort+1),
fmt.Sprintf("--ws.port=%d", e2e.TestParams.Eth1RPCPort+1),
"--rpc",
"--rpcaddr=127.0.0.1",
"--rpccorsdomain=\"*\"",
"--rpcvhosts=\"*\"",
"--ws",
"--wsaddr=127.0.0.1",
"--wsorigins=\"*\"",
"--ws.addr=127.0.0.1",
"--ws.origins=\"*\"",
"--dev",
"--dev.period=2",
"--ipcdisable",
Expand Down

0 comments on commit f3ad654

Please sign in to comment.