This commit is contained in:
royvardhan
2025-02-05 17:36:27 +05:30
parent d3be9d1489
commit 6cec83fde5
2 changed files with 1 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ edition = "2021"
[[bin]] [[bin]]
name = "tycho-encode" name = "tycho-encode"
path = "src/bin/tycho-encode.rs" path = "src/bin/tycho-encode.rs"
required-features = ["evm"]
[dependencies] [dependencies]
dotenv = "0.15.0" dotenv = "0.15.0"

View File

@@ -1,6 +1,5 @@
use std::io::{self, Read}; use std::io::{self, Read};
use hex;
use serde_json::Value; use serde_json::Value;
use tycho_core::dto::Chain; use tycho_core::dto::Chain;
use tycho_execution::encoding::{ use tycho_execution::encoding::{