refactor: use chain and protocol component from tycho_core::models

This commit is contained in:
royvardhan
2025-02-20 22:36:50 +05:30
parent 9693856dca
commit 29bc662ba9
11 changed files with 14 additions and 14 deletions

View File

@@ -178,7 +178,7 @@ impl SplitSwapValidator {
mod tests {
use std::str::FromStr;
use tycho_core::{dto::ProtocolComponent, Bytes};
use tycho_core::{models::protocol::ProtocolComponent, Bytes};
use super::*;
use crate::encoding::models::Swap;