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

@@ -183,7 +183,7 @@ mod tests {
use alloy_primitives::Uint;
use num_bigint::BigUint;
use tycho_core::dto::Chain as TychoCoreChain;
use tycho_core::models::Chain as TychoCoreChain;
use super::*;