diff --git a/crates/anvil/core/src/eth/mod.rs b/crates/anvil/core/src/eth/mod.rs index e8a3f2ad4f78..73c133b2c285 100644 --- a/crates/anvil/core/src/eth/mod.rs +++ b/crates/anvil/core/src/eth/mod.rs @@ -776,7 +776,14 @@ pub enum EthRequest { WalletGetCapabilities(()), /// Wallet send_tx - #[cfg_attr(feature = "serde", serde(rename = "wallet_sendTransaction", with = "sequence"))] + #[cfg_attr( + feature = "serde", + serde( + rename = "wallet_sendTransaction", + alias = "odyssey_sendTransaction", + with = "sequence" + ) + )] WalletSendTransaction(Box>), /// Add an address to the [`DelegationCapability`] of the wallet