Merge branch 'main' into encoder/hr/ENG-4083-Validate-SplitSwap

This commit is contained in:
Harsh Vardhan Roy
2025-02-05 19:39:00 +05:30
committed by GitHub
8 changed files with 11 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
use std::collections::HashMap;
use tycho_core::models::Chain;
use tycho_core::dto::Chain;
use crate::encoding::{
errors::EncodingError,

View File

@@ -7,7 +7,7 @@ use std::{
use alloy_primitives::{aliases::U24, FixedBytes, U256, U8};
use alloy_sol_types::SolValue;
use num_bigint::BigUint;
use tycho_core::{keccak256, models::Chain, Bytes};
use tycho_core::{dto::Chain, keccak256, Bytes};
use crate::encoding::{
errors::EncodingError,