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

@@ -2,7 +2,7 @@ use std::io::{self, Read};
use clap::{Parser, Subcommand};
use serde_json::Value;
use tycho_core::dto::Chain;
use tycho_core::models::Chain;
use tycho_execution::encoding::{
errors::EncodingError, evm::encoder_builder::EVMEncoderBuilder, models::Solution,
tycho_encoder::TychoEncoder,