Skip to content

Commit 8fec454

Browse files
authored
fix: remove exp RPC API namespace flag from nimbus-eth1 configuration (#767)
status-im/nimbus-eth1#2635
1 parent ad75fcc commit 8fec454

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/el/nimbus-eth1/nimbus_launcher.star

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@ def get_config(
189189
"--http-port={0}".format(WS_RPC_PORT_NUM),
190190
"--http-address=0.0.0.0",
191191
"--rpc",
192-
"--rpc-api=eth,debug,exp",
192+
"--rpc-api=eth,debug",
193193
"--ws",
194-
"--ws-api=eth,debug,exp",
194+
"--ws-api=eth,debug",
195195
"--engine-api",
196196
"--engine-api-address=0.0.0.0",
197197
"--engine-api-port={0}".format(ENGINE_RPC_PORT_NUM),

0 commit comments

Comments
 (0)