Replace usage of ethers-signers with 11 lines of ECDSA code

This commit is contained in:
Luke Parker
2023-11-09 13:22:43 -05:00
parent ec51fa233a
commit b51204a4eb
3 changed files with 26 additions and 164 deletions

View File

@@ -23,7 +23,6 @@ k256 = { version = "^0.13.1", default-features = false, features = ["std", "ecds
frost = { package = "modular-frost", path = "../../crypto/frost", features = ["secp256k1", "tests"] }
ethers-core = { version = "2", default-features = false }
ethers-signers = { version = "2", default-features = false }
ethers-providers = { version = "2", default-features = false }
ethers-contract = { version = "2", default-features = false, features = ["abigen", "providers"] }