diff --git a/reth/reth-entrypoint b/reth/reth-entrypoint index ca546dfe..d93fa6ae 100755 --- a/reth/reth-entrypoint +++ b/reth/reth-entrypoint @@ -23,12 +23,12 @@ exec ./op-reth node \ --ws.origins="*" \ --ws.addr=0.0.0.0 \ --ws.port="$WS_PORT" \ - --ws.api=debug,eth,net,txpool \ + --ws.api=web3,debug,eth,net,txpool \ --http \ --http.corsdomain="*" \ --http.addr=0.0.0.0 \ --http.port="$RPC_PORT" \ - --http.api=debug,eth,net,txpool \ + --http.api=web3,debug,eth,net,txpool \ --authrpc.addr=0.0.0.0 \ --authrpc.port="$AUTHRPC_PORT" \ --authrpc.jwtsecret="$OP_NODE_L2_ENGINE_AUTH" \