Skip to content

Commit

Permalink
Optimize chore configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dio-will committed Dec 6, 2024
1 parent 15344f7 commit 5bb6ef8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion runtime/heiko/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1693,7 +1693,7 @@ impl pallet_membership::Config<OracleMembershipInstance> for Runtime {
}

parameter_types! {
pub const BridgeMaxMembers: u32 = 100;
pub const BridgeMaxMembers: u32 = 10;
}

pub struct ChangeBridgeMembers;
Expand Down
2 changes: 1 addition & 1 deletion runtime/kerria/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1691,7 +1691,7 @@ impl pallet_membership::Config<OracleMembershipInstance> for Runtime {
}

parameter_types! {
pub const BridgeMaxMembers: u32 = 100;
pub const BridgeMaxMembers: u32 = 10;
}

pub struct ChangeBridgeMembers;
Expand Down
2 changes: 1 addition & 1 deletion runtime/parallel/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1695,7 +1695,7 @@ impl pallet_membership::Config<OracleMembershipInstance> for Runtime {
}

parameter_types! {
pub const BridgeMaxMembers: u32 = 100;
pub const BridgeMaxMembers: u32 = 10;
}

pub struct ChangeBridgeMembers;
Expand Down
2 changes: 1 addition & 1 deletion runtime/vanilla/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1721,7 +1721,7 @@ impl pallet_membership::Config<OracleMembershipInstance> for Runtime {
}

parameter_types! {
pub const BridgeMaxMembers: u32 = 100;
pub const BridgeMaxMembers: u32 = 10;
}

pub struct ChangeBridgeMembers;
Expand Down

0 comments on commit 5bb6ef8

Please sign in to comment.