Move ethereum-serai under the processor

It isn't generally usable and should be directly integrated at this point.
This commit is contained in:
Luke Parker
2024-09-14 12:58:57 -04:00
parent 8746b54a43
commit d9543bee40
30 changed files with 9 additions and 9 deletions

View File

@@ -29,7 +29,7 @@ dkg = { path = "../../crypto/dkg", default-features = false, features = ["std",
frost = { package = "modular-frost", path = "../../crypto/frost", default-features = false }
k256 = { version = "^0.13.1", default-features = false, features = ["std"] }
ethereum-serai = { path = "../../networks/ethereum", default-features = false, optional = true }
ethereum-serai = { path = "./ethereum-serai", default-features = false, optional = true }
serai-client = { path = "../../substrate/client", default-features = false, features = ["ethereum"] }