The only RPC methods actually initialized in `rollup-boost` is from the Engine API server [here](https://github.com/flashbots/rollup-boost/blob/81a921666d58ce59bc7f6c41b3dec9f2bbb6e407/src/main.rs#L209). I noticed this while testing #61 on a local Devnet. On `main` this means `eth_sendRawTransaction` is not a registered RPC method on the Server.