Skip to content

Commit

Permalink
updating runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
silva-fj committed Jul 31, 2024
1 parent b07c678 commit bbca01c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions runtime/litentry/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -857,6 +857,7 @@ impl pallet_teebag::Config for Runtime {
type SetAdminOrigin = EnsureRootOrHalfCouncil;
type MaxEnclaveIdentifier = ConstU32<3>;
type MaxAuthorizedEnclave = ConstU32<5>;
type WeightInfo = weights::pallet_teebag::WeightInfo<Runtime>;
}

impl pallet_bitacross::Config for Runtime {
Expand Down
1 change: 1 addition & 0 deletions runtime/litentry/src/weights/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ pub mod pallet_preimage;
pub mod pallet_proxy;
pub mod pallet_scheduler;
pub mod pallet_session;
pub mod pallet_teebag;
pub mod pallet_timestamp;
pub mod pallet_treasury;
pub mod pallet_utility;
1 change: 1 addition & 0 deletions runtime/litmus/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,7 @@ impl pallet_teebag::Config for Runtime {
type SetAdminOrigin = EnsureRootOrHalfCouncil;
type MaxEnclaveIdentifier = ConstU32<3>;
type MaxAuthorizedEnclave = ConstU32<5>;
type WeightInfo = weights::pallet_teebag::WeightInfo<Runtime>;
}

impl pallet_bitacross::Config for Runtime {
Expand Down
1 change: 1 addition & 0 deletions runtime/litmus/src/weights/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ pub mod pallet_preimage;
pub mod pallet_proxy;
pub mod pallet_scheduler;
pub mod pallet_session;
pub mod pallet_teebag;
pub mod pallet_timestamp;
pub mod pallet_treasury;
pub mod pallet_utility;
1 change: 1 addition & 0 deletions runtime/rococo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1015,6 +1015,7 @@ impl pallet_teebag::Config for Runtime {
type SetAdminOrigin = EnsureRootOrHalfCouncil;
type MaxEnclaveIdentifier = ConstU32<3>;
type MaxAuthorizedEnclave = ConstU32<5>;
type WeightInfo = weights::pallet_teebag::WeightInfo<Runtime>;
}

impl pallet_identity_management::Config for Runtime {
Expand Down
1 change: 1 addition & 0 deletions runtime/rococo/src/weights/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ pub mod pallet_preimage;
pub mod pallet_proxy;
pub mod pallet_scheduler;
pub mod pallet_session;
pub mod pallet_teebag;
pub mod pallet_timestamp;
pub mod pallet_treasury;
pub mod pallet_utility;
Expand Down

0 comments on commit bbca01c

Please sign in to comment.