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

@@ -19,7 +19,7 @@ impl SwapEncoderRegistry {
/// executors' addresses in the file at the given path.
pub fn new(
executors_file_path: Option<String>,
blockchain: tycho_core::models::Chain,
blockchain: tycho_common::models::Chain,
) -> Result<Self, EncodingError> {
let chain = Chain::from(blockchain);
let config_str = if let Some(ref path) = executors_file_path {