fix: usv4 integration tests and remove selector from swap/strategy encoder

This commit is contained in:
royvardhan
2025-02-24 19:48:25 +05:30
parent 69745b18fd
commit 18efe0305b
6 changed files with 30 additions and 89 deletions

View File

@@ -32,9 +32,6 @@ pub trait SwapEncoder: Sync + Send {
/// Returns the address of the protocol-specific executor contract.
fn executor_address(&self) -> &str;
/// Returns the function selector used to execute the swap on the protocol.
fn swap_selector(&self) -> &str;
/// Creates a cloned instance of the swap encoder.
///
/// This allows the encoder to be cloned when it is being used as a `Box<dyn SwapEncoder>`.