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:
@@ -104,7 +104,7 @@ impl<S: StrategyEncoderRegistry> TychoEncoder<S> for EVMTychoEncoder<S> {
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use tycho_core::{dto::ProtocolComponent, models::Chain};
|
||||
use tycho_core::dto::{Chain, ProtocolComponent};
|
||||
|
||||
use super::*;
|
||||
use crate::encoding::{
|
||||
|
||||
Reference in New Issue
Block a user