diff --git a/runtime/common/src/pallets_config.rs b/runtime/common/src/pallets_config.rs
index 6c34a13ffd3473d88c23070c636c41acaa813c8b..c4d1d9e3243516dd7d3b649473b6ad81effd5365 100644
--- a/runtime/common/src/pallets_config.rs
+++ b/runtime/common/src/pallets_config.rs
@@ -440,6 +440,7 @@ macro_rules! pallets_config {
             type RevocationSigner = <Signature as sp_runtime::traits::Verify>::Signer;
             type RevocationSignature = Signature;
             type RuntimeEvent = RuntimeEvent;
+            type WeightInfo = common_runtime::weights::pallet_identity::WeightInfo<Runtime>;
         }
 
         impl pallet_membership::Config<frame_support::instances::Instance1> for Runtime {
diff --git a/runtime/common/src/weights.rs b/runtime/common/src/weights.rs
index 2798093fb0f01c5e3e6e678f84f0a180d72e2ff3..f1e2469524372149cc9193edb7fe7efcde0f98c2 100644
--- a/runtime/common/src/weights.rs
+++ b/runtime/common/src/weights.rs
@@ -31,6 +31,7 @@ pub mod pallet_timestamp;
 pub mod pallet_universal_dividend;
 pub mod pallet_upgrade_origin;
 pub mod pallet_provide_randomness;
+pub mod pallet_identity;
 pub mod pallet_duniter_account;
 pub mod pallet_certification_cert;
 pub mod pallet_certification_smiths_cert;