From 9560f3be305508f06951555e7ac734ec49b73711 Mon Sep 17 00:00:00 2001 From: Trubnikov Sergey Date: Thu, 12 Jan 2023 11:18:18 +0000 Subject: [PATCH] misc: remive frontier dependency --- --- 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" -- gitstuff