From c86b63ba24e49c9a8d3ad98482362420c882de0b Mon Sep 17 00:00:00 2001 From: PierreOssun Date: Fri, 14 Jun 2024 10:13:20 +0200 Subject: [PATCH] updated weight --- runtime/astar/src/weights/pallet_xcm.rs | 4 ++-- runtime/shibuya/src/weights/pallet_xcm.rs | 4 ++-- runtime/shiden/src/weights/pallet_xcm.rs | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/runtime/astar/src/weights/pallet_xcm.rs b/runtime/astar/src/weights/pallet_xcm.rs index 2fe39ef466..0acc758fab 100644 --- a/runtime/astar/src/weights/pallet_xcm.rs +++ b/runtime/astar/src/weights/pallet_xcm.rs @@ -279,10 +279,10 @@ impl pallet_xcm::WeightInfo for SubstrateWeight { } fn new_query() -> Weight { - todo!() + Weight::MAX } fn take_response() -> Weight { - todo!() + Weight::MAX } } diff --git a/runtime/shibuya/src/weights/pallet_xcm.rs b/runtime/shibuya/src/weights/pallet_xcm.rs index 2fe39ef466..0acc758fab 100644 --- a/runtime/shibuya/src/weights/pallet_xcm.rs +++ b/runtime/shibuya/src/weights/pallet_xcm.rs @@ -279,10 +279,10 @@ impl pallet_xcm::WeightInfo for SubstrateWeight { } fn new_query() -> Weight { - todo!() + Weight::MAX } fn take_response() -> Weight { - todo!() + Weight::MAX } } diff --git a/runtime/shiden/src/weights/pallet_xcm.rs b/runtime/shiden/src/weights/pallet_xcm.rs index 2fe39ef466..0acc758fab 100644 --- a/runtime/shiden/src/weights/pallet_xcm.rs +++ b/runtime/shiden/src/weights/pallet_xcm.rs @@ -279,10 +279,10 @@ impl pallet_xcm::WeightInfo for SubstrateWeight { } fn new_query() -> Weight { - todo!() + Weight::MAX } fn take_response() -> Weight { - todo!() + Weight::MAX } }