test: Add test for tycho encoder

Rename RouterEncoder to TychoEncoder

--- don't change below this line ---
ENG-4081 Took 21 minutes
This commit is contained in:
Diana Carvalho
2025-01-31 12:41:37 +00:00
parent d153c69b8f
commit b047d9762e
6 changed files with 167 additions and 77 deletions

View File

@@ -2,6 +2,6 @@ mod errors;
#[cfg(feature = "evm")]
mod evm;
mod models;
mod router_encoder;
mod strategy_encoder;
mod swap_encoder;
mod tycho_encoder;