diff --git a/Cargo.lock b/Cargo.lock index e16ddfcfe..8804f7d18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14661,9 +14661,7 @@ dependencies = [ "zrml-neo-swaps", "zrml-prediction-markets", "zrml-prediction-markets-runtime-api", - "zrml-rikiddo", "zrml-simple-disputes", - "zrml-swaps", ] [[package]] @@ -14757,9 +14755,7 @@ dependencies = [ "zrml-market-commons", "zrml-prediction-markets", "zrml-prediction-markets-runtime-api", - "zrml-rikiddo", "zrml-simple-disputes", - "zrml-swaps", ] [[package]] @@ -14880,7 +14876,6 @@ dependencies = [ "test-case", "zeitgeist-macros", "zeitgeist-primitives", - "zrml-liquidity-mining", "zrml-market-commons", "zrml-swaps", "zrml-swaps-runtime-api", diff --git a/zrml/neo-swaps/Cargo.toml b/zrml/neo-swaps/Cargo.toml index a03c25c42..77cd8d3ee 100644 --- a/zrml/neo-swaps/Cargo.toml +++ b/zrml/neo-swaps/Cargo.toml @@ -35,9 +35,7 @@ zrml-global-disputes = { workspace = true, optional = true } zrml-liquidity-mining = { workspace = true, optional = true } zrml-prediction-markets = { workspace = true, optional = true } zrml-prediction-markets-runtime-api = { workspace = true, optional = true } -zrml-rikiddo = { workspace = true, optional = true } zrml-simple-disputes = { workspace = true, optional = true } -zrml-swaps = { workspace = true, optional = true } [dev-dependencies] more-asserts = { workspace = true } @@ -57,8 +55,6 @@ mock = [ "sp-io/default", "zeitgeist-primitives/mock", "zrml-prediction-markets-runtime-api/default", - "zrml-rikiddo/default", - "zrml-swaps/default", "xcm/default", "orml-asset-registry/default", "orml-currencies/default", diff --git a/zrml/prediction-markets/Cargo.toml b/zrml/prediction-markets/Cargo.toml index 52019ef27..d981a5e99 100644 --- a/zrml/prediction-markets/Cargo.toml +++ b/zrml/prediction-markets/Cargo.toml @@ -30,8 +30,6 @@ sp-api = { workspace = true, optional = true } sp-io = { workspace = true, optional = true } xcm = { workspace = true, optional = true } zrml-prediction-markets-runtime-api = { workspace = true, optional = true } -zrml-rikiddo = { workspace = true, optional = true } -zrml-swaps = { workspace = true, optional = true } [dev-dependencies] more-asserts = { workspace = true } @@ -52,8 +50,6 @@ mock = [ "sp-io/default", "zeitgeist-primitives/mock", "zrml-prediction-markets-runtime-api/default", - "zrml-rikiddo/default", - "zrml-swaps/default", "xcm/default", "orml-asset-registry/default", "env_logger/default", diff --git a/zrml/swaps/Cargo.toml b/zrml/swaps/Cargo.toml index 4756741be..97435a048 100644 --- a/zrml/swaps/Cargo.toml +++ b/zrml/swaps/Cargo.toml @@ -9,7 +9,6 @@ serde = { workspace = true, features = ["derive"] } sp-arithmetic = { workspace = true } sp-runtime = { workspace = true } zeitgeist-primitives = { workspace = true } -zrml-liquidity-mining = { workspace = true } # Mock @@ -57,7 +56,6 @@ std = [ "parity-scale-codec/std", "sp-runtime/std", "zeitgeist-primitives/std", - "zrml-liquidity-mining/std", ] try-runtime = [ "frame-support/try-runtime",