Add crate for the Ethereum contracts

This commit is contained in:
Luke Parker
2024-09-14 22:12:32 -04:00
parent d9543bee40
commit 239127aae5
24 changed files with 121 additions and 48 deletions

View File

@@ -38,6 +38,8 @@ alloy-provider = { version = "0.3", default-features = false }
alloy-node-bindings = { version = "0.3", default-features = false, optional = true }
contracts = { package = "serai-processor-ethereum-contracts", path = "../contracts" }
[dev-dependencies]
frost = { package = "modular-frost", path = "../../../crypto/frost", default-features = false, features = ["tests"] }