feat: switch to tycho_commons

This commit is contained in:
kayibal
2025-03-27 14:56:37 +01:00
committed by Alan Höng
parent 382fab0b46
commit 0836bf7d53
15 changed files with 27 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
use tycho_core::Bytes;
use tycho_common::Bytes;
use crate::encoding::{evm::constants::GROUPABLE_PROTOCOLS, models::Swap};
@@ -74,7 +74,7 @@ mod tests {
use std::str::FromStr;
use alloy_primitives::hex;
use tycho_core::{models::protocol::ProtocolComponent, Bytes};
use tycho_common::{models::protocol::ProtocolComponent, Bytes};
use super::*;
use crate::encoding::models::Swap;