chore: Use tycho_core::dto objects instead of tycho_core::models

--- don't change below this line ---
ENG-4169 Took 11 minutes
This commit is contained in:
Diana Carvalho
2025-02-05 10:10:43 +00:00
parent 25a26f21be
commit 3dcb8aee7b
8 changed files with 11 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ use alloy_sol_types::{eip712_domain, sol, SolStruct, SolValue};
use chrono::Utc;
use num_bigint::BigUint;
use tokio::runtime::Runtime;
use tycho_core::{models::Chain, Bytes};
use tycho_core::{dto::Chain, Bytes};
use crate::encoding::{
errors::EncodingError,