We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 436885f commit 3af4adcCopy full SHA for 3af4adc
1 file changed
Cargo.toml
@@ -52,7 +52,7 @@ derive_more = "0.99"
52
environmental = { version = "1.1.4", default-features = false }
53
ethereum = { version = "0.15.0", default-features = false }
54
ethereum-types = { version = "0.14.1", default-features = false }
55
-evm = { git = "https://github.com/peaqnetwork/evm", branch = "peaq-polkadot-v1.7.2", default-features = false }
+evm = { git = "https://github.com/peaqnetwork/evm", branch = "feature/blk-152-implement-debug_tracecall", default-features = false }
56
futures = "0.3.30"
57
hash-db = { version = "0.16.0", default-features = false }
58
hex = { version = "0.4.3", default-features = false, features = ["alloc"] }
0 commit comments