Skip to content

Commit

Permalink
feat: add miner to op-geth (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa authored Dec 4, 2024
1 parent 50f0193 commit 01eccb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/el/op-geth/op_geth_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,11 @@ def get_config(
"--http.addr=0.0.0.0",
"--http.vhosts=*",
"--http.corsdomain=*",
"--http.api=admin,engine,net,eth,web3,debug",
"--http.api=admin,engine,net,eth,web3,debug,miner",
"--ws",
"--ws.addr=0.0.0.0",
"--ws.port={0}".format(WS_PORT_NUM),
"--ws.api=admin,engine,net,eth,web3,debug",
"--ws.api=admin,engine,net,eth,web3,debug,miner",
"--ws.origins=*",
"--allow-insecure-unlock",
"--authrpc.port={0}".format(ENGINE_RPC_PORT_NUM),
Expand Down

0 comments on commit 01eccb4

Please sign in to comment.