use benchmarked weights as a default weights for ghost-claims pallet

Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
Uncle Stretch
2025-05-31 14:48:08 +03:00
parent b3f85f426c
commit 3234341fed
3 changed files with 123 additions and 27 deletions

View File

@@ -20,8 +20,9 @@ extern crate alloc;
#[cfg(not(feature = "std"))]
use alloc::{format, string::String};
pub mod weights;
mod weights;
pub use crate::weights::WeightInfo;
mod tests;
mod mock;
mod benchmarking;