Skip to content

Commit

Permalink
updated weight
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreOssun committed Jun 14, 2024
1 parent 3ba2283 commit c86b63b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions runtime/astar/src/weights/pallet_xcm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,10 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for SubstrateWeight<T> {
}

fn new_query() -> Weight {
todo!()
Weight::MAX
}

fn take_response() -> Weight {
todo!()
Weight::MAX
}
}
4 changes: 2 additions & 2 deletions runtime/shibuya/src/weights/pallet_xcm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,10 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for SubstrateWeight<T> {
}

fn new_query() -> Weight {
todo!()
Weight::MAX
}

fn take_response() -> Weight {
todo!()
Weight::MAX
}
}
4 changes: 2 additions & 2 deletions runtime/shiden/src/weights/pallet_xcm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,10 @@ impl<T: frame_system::Config> pallet_xcm::WeightInfo for SubstrateWeight<T> {
}

fn new_query() -> Weight {
todo!()
Weight::MAX
}

fn take_response() -> Weight {
todo!()
Weight::MAX
}
}

0 comments on commit c86b63b

Please sign in to comment.