diff --git a/runtime/altair/Cargo.toml b/runtime/altair/Cargo.toml index 80fd403a05..ed46ef8ea1 100644 --- a/runtime/altair/Cargo.toml +++ b/runtime/altair/Cargo.toml @@ -273,6 +273,7 @@ std = [ "pallet-xcm-transactor/std", "pallet-message-queue/std", "staging-parachain-info/std", + "pallet-liquidity-pools-gateway-queue/std", ] runtime-benchmarks = [ @@ -357,6 +358,7 @@ runtime-benchmarks = [ "pallet-xcm/runtime-benchmarks", "pallet-xcm-transactor/runtime-benchmarks", "pallet-message-queue/runtime-benchmarks", + "pallet-liquidity-pools-gateway-queue/runtime-benchmarks", ] try-runtime = [ @@ -447,6 +449,7 @@ try-runtime = [ "pallet-xcm-transactor/try-runtime", "pallet-message-queue/try-runtime", "staging-parachain-info/try-runtime", + "pallet-liquidity-pools-gateway-queue/try-runtime", ] # Enable the metadata hash generation. diff --git a/runtime/altair/src/lib.rs b/runtime/altair/src/lib.rs index 7a35d1ba0b..16fe01a568 100644 --- a/runtime/altair/src/lib.rs +++ b/runtime/altair/src/lib.rs @@ -2880,6 +2880,7 @@ mod benches { [pallet_membership, TechnicalCommitteeMembership] [pallet_referenda, Referenda] [pallet_whitelist, Whitelist] + [pallet_liquidity_pools_gateway_queue, LiquidityPoolsGatewayQueue] ); } diff --git a/runtime/altair/src/weights/pallet_liquidity_pools_gateway_queue.rs b/runtime/altair/src/weights/pallet_liquidity_pools_gateway_queue.rs index 938a9177c1..5a9e4b8a8e 100644 --- a/runtime/altair/src/weights/pallet_liquidity_pools_gateway_queue.rs +++ b/runtime/altair/src/weights/pallet_liquidity_pools_gateway_queue.rs @@ -1,4 +1,4 @@ -use std::marker::PhantomData; +use core::marker::PhantomData; use frame_support::weights::Weight; diff --git a/runtime/centrifuge/Cargo.toml b/runtime/centrifuge/Cargo.toml index 88d4351525..06b69a3b02 100644 --- a/runtime/centrifuge/Cargo.toml +++ b/runtime/centrifuge/Cargo.toml @@ -263,6 +263,7 @@ std = [ "pallet-xcm-transactor/std", "pallet-message-queue/std", "staging-parachain-info/std", + "pallet-liquidity-pools-gateway-queue/std", ] runtime-benchmarks = [ @@ -343,6 +344,7 @@ runtime-benchmarks = [ "pallet-xcm/runtime-benchmarks", "pallet-xcm-transactor/runtime-benchmarks", "pallet-message-queue/runtime-benchmarks", + "pallet-liquidity-pools-gateway-queue/runtime-benchmarks", ] try-runtime = [ @@ -429,6 +431,7 @@ try-runtime = [ "pallet-xcm-transactor/try-runtime", "pallet-message-queue/try-runtime", "staging-parachain-info/try-runtime", + "pallet-liquidity-pools-gateway-queue/try-runtime", ] # Enable the metadata hash generation. diff --git a/runtime/centrifuge/src/lib.rs b/runtime/centrifuge/src/lib.rs index 3f3850df55..027675e015 100644 --- a/runtime/centrifuge/src/lib.rs +++ b/runtime/centrifuge/src/lib.rs @@ -2817,6 +2817,7 @@ mod benches { [pallet_remarks, Remarks] [pallet_pool_fees, PoolFees] [pallet_token_mux, TokenMux] + [pallet_liquidity_pools_gateway_queue, LiquidityPoolsGatewayQueue] ); } diff --git a/runtime/centrifuge/src/weights/pallet_liquidity_pools_gateway_queue.rs b/runtime/centrifuge/src/weights/pallet_liquidity_pools_gateway_queue.rs index 938a9177c1..5a9e4b8a8e 100644 --- a/runtime/centrifuge/src/weights/pallet_liquidity_pools_gateway_queue.rs +++ b/runtime/centrifuge/src/weights/pallet_liquidity_pools_gateway_queue.rs @@ -1,4 +1,4 @@ -use std::marker::PhantomData; +use core::marker::PhantomData; use frame_support::weights::Weight; diff --git a/runtime/development/Cargo.toml b/runtime/development/Cargo.toml index 731545f201..6fab2e0914 100644 --- a/runtime/development/Cargo.toml +++ b/runtime/development/Cargo.toml @@ -360,6 +360,7 @@ runtime-benchmarks = [ "pallet-xcm/runtime-benchmarks", "pallet-xcm-transactor/runtime-benchmarks", "pallet-message-queue/runtime-benchmarks", + "pallet-liquidity-pools-gateway-queue/runtime-benchmarks", ] try-runtime = [ @@ -451,6 +452,7 @@ try-runtime = [ "pallet-xcm-transactor/try-runtime", "pallet-message-queue/try-runtime", "staging-parachain-info/try-runtime", + "pallet-liquidity-pools-gateway-queue/try-runtime", ] # Enable the metadata hash generation. diff --git a/runtime/development/src/lib.rs b/runtime/development/src/lib.rs index cbab7f3fe7..41f72886fd 100644 --- a/runtime/development/src/lib.rs +++ b/runtime/development/src/lib.rs @@ -2984,6 +2984,7 @@ mod benches { [pallet_membership, TechnicalCommitteeMembership] [pallet_referenda, Referenda] [pallet_whitelist, Whitelist] + [pallet_liquidity_pools_gateway_queue, LiquidityPoolsGatewayQueue] ); } diff --git a/runtime/development/src/weights/pallet_liquidity_pools_gateway_queue.rs b/runtime/development/src/weights/pallet_liquidity_pools_gateway_queue.rs index 938a9177c1..5a9e4b8a8e 100644 --- a/runtime/development/src/weights/pallet_liquidity_pools_gateway_queue.rs +++ b/runtime/development/src/weights/pallet_liquidity_pools_gateway_queue.rs @@ -1,4 +1,4 @@ -use std::marker::PhantomData; +use core::marker::PhantomData; use frame_support::weights::Weight;