feat(mev): Enable mev_ namespace. (#14457)

This commit is contained in:
Ryan Schneider
2025-02-12 13:01:00 -08:00
committed by GitHub
parent 1e965caf5f
commit 15dff0f6a6
3 changed files with 11 additions and 2 deletions

View File

@ -245,7 +245,7 @@ RPC:
--http.api <HTTP_API>
Rpc Modules to be configured for the HTTP server
[possible values: admin, debug, eth, net, trace, txpool, web3, rpc, reth, ots, flashbots, miner]
[possible values: admin, debug, eth, net, trace, txpool, web3, rpc, reth, ots, flashbots, miner, mev]
--http.corsdomain <HTTP_CORSDOMAIN>
Http Corsdomain to allow request from
@ -269,7 +269,7 @@ RPC:
--ws.api <WS_API>
Rpc Modules to be configured for the WS server
[possible values: admin, debug, eth, net, trace, txpool, web3, rpc, reth, ots, flashbots, miner]
[possible values: admin, debug, eth, net, trace, txpool, web3, rpc, reth, ots, flashbots, miner, mev]
--ipcdisable
Disable the IPC-RPC server