feat: Add ChainId model

Remove to_chain_id helper method

--- don't change below this line ---
ENG-4081 Took 28 minutes
This commit is contained in:
Diana Carvalho
2025-01-30 15:01:53 +00:00
parent 0e70e827a0
commit 089e7d2e0f
4 changed files with 27 additions and 12 deletions

View File

@@ -1,4 +1,5 @@
pub mod approvals;
mod models;
mod router_encoder;
mod strategy_encoder;
mod swap_encoder;