Skip to content

Commit

Permalink
fix: remove exp RPC API namespace flag from nimbus-eth1 configuration (
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec committed Sep 18, 2024
1 parent ad75fcc commit 8fec454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/el/nimbus-eth1/nimbus_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,9 @@ def get_config(
"--http-port={0}".format(WS_RPC_PORT_NUM),
"--http-address=0.0.0.0",
"--rpc",
"--rpc-api=eth,debug,exp",
"--rpc-api=eth,debug",
"--ws",
"--ws-api=eth,debug,exp",
"--ws-api=eth,debug",
"--engine-api",
"--engine-api-address=0.0.0.0",
"--engine-api-port={0}".format(ENGINE_RPC_PORT_NUM),
Expand Down

0 comments on commit 8fec454

Please sign in to comment.