fix: ci
This commit is contained in:
@@ -6,6 +6,7 @@ edition = "2021"
|
||||
[[bin]]
|
||||
name = "tycho-encode"
|
||||
path = "src/bin/tycho-encode.rs"
|
||||
required-features = ["evm"]
|
||||
|
||||
[dependencies]
|
||||
dotenv = "0.15.0"
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
use std::io::{self, Read};
|
||||
|
||||
use hex;
|
||||
use serde_json::Value;
|
||||
use tycho_core::dto::Chain;
|
||||
use tycho_execution::encoding::{
|
||||
|
||||
Reference in New Issue
Block a user