mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 04:39:24 +00:00
Make ethereum-schnorr-contract no-std and no-alloc eligible
This commit is contained in:
@@ -46,6 +46,8 @@ frost-schnorrkel = { path = "../../crypto/schnorrkel", default-features = false,
|
||||
|
||||
bitcoin-serai = { path = "../../networks/bitcoin", default-features = false, features = ["hazmat"], optional = true }
|
||||
|
||||
ethereum-schnorr-contract = { path = "../../networks/ethereum/schnorr", default-features = false }
|
||||
|
||||
serai-client-bitcoin = { path = "../../substrate/client/bitcoin", default-features = false, optional = true }
|
||||
serai-client-ethereum = { path = "../../substrate/client/ethereum", default-features = false, optional = true }
|
||||
|
||||
@@ -79,6 +81,8 @@ alloc = [
|
||||
|
||||
"bitcoin-serai",
|
||||
|
||||
"ethereum-schnorr-contract/alloc",
|
||||
|
||||
"serai-client-bitcoin",
|
||||
"serai-client-ethereum",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user