fix machete & dex quote price api

This commit is contained in:
akildemir
2024-10-28 12:41:39 +03:00
parent 21589936a9
commit b0d00cf7ea
3 changed files with 3 additions and 5 deletions

View File

@@ -49,7 +49,6 @@ tokio = { version = "1", features = ["sync", "rt-multi-thread"] }
jsonrpsee = { version = "0.16", features = ["server"] }
scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] }
serde = { version = "1", default-features = false, features = ["derive", "alloc"] }
sc-offchain = { git = "https://github.com/serai-dex/substrate" }
sc-transaction-pool = { git = "https://github.com/serai-dex/substrate" }