chore: merge main
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use std::str::FromStr;
|
||||
|
||||
use num_bigint::BigUint;
|
||||
use tycho_core::{models::Chain, Bytes};
|
||||
use tycho_core::{dto::Chain, Bytes};
|
||||
|
||||
use crate::encoding::{
|
||||
errors::EncodingError,
|
||||
@@ -119,7 +119,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