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:
@@ -1,7 +1,10 @@
|
||||
use std::str::FromStr;
|
||||
|
||||
use num_bigint::BigUint;
|
||||
use tycho_core::{dto::ProtocolComponent, models::Chain, Bytes};
|
||||
use tycho_core::{
|
||||
dto::{Chain, ProtocolComponent},
|
||||
Bytes,
|
||||
};
|
||||
use tycho_execution::encoding::{
|
||||
evm::{
|
||||
strategy_encoder::strategy_encoder_registry::EVMStrategyEncoderRegistry,
|
||||
|
||||
Reference in New Issue
Block a user