--- a/Cargo.lock +++ b/Cargo.lock @@ -2330,7 +2330,6 @@ "hex", "hex-literal", "impl-trait-for-tuples", - "pallet-evm", "primitive-types 0.12.1", "sha3-const", "similar-asserts", --- a/crates/evm-coder/Cargo.toml +++ b/crates/evm-coder/Cargo.toml @@ -19,8 +19,6 @@ # We have tuple-heavy code in solidity.rs impl-trait-for-tuples = "0.2.2" -pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.36" } - [dev-dependencies] # We want to assert some large binary blobs equality in tests hex = "0.4.3"