Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier committed Jun 20, 2024
1 parent ce3c174 commit a7b8a9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions runtime/crab/src/pallets/identity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ impl pallet_identity::Config for Runtime {
// 66 bytes on-chain.
type FieldDeposit = ConstU128<{ darwinia_deposit(0, 66) }>;
type ForceOrigin = RootOr<GeneralAdmin>;
type IdentityInformation = IdentityInfo<ConstU32<100>>;
type MaxAdditionalFields = ConstU32<100>;
type MaxRegistrars = ConstU32<20>;
type MaxSubAccounts = ConstU32<100>;
Expand Down
1 change: 1 addition & 0 deletions runtime/darwinia/src/pallets/identity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ impl pallet_identity::Config for Runtime {
// 66 bytes on-chain.
type FieldDeposit = ConstU128<{ darwinia_deposit(0, 66) }>;
type ForceOrigin = RootOrMoreThanHalf<CouncilCollective>;
type IdentityInformation = IdentityInfo<ConstU32<100>>;
type MaxAdditionalFields = ConstU32<100>;
type MaxRegistrars = ConstU32<20>;
type MaxSubAccounts = ConstU32<100>;
Expand Down
1 change: 1 addition & 0 deletions runtime/koi/src/pallets/identity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ impl pallet_identity::Config for Runtime {
// 66 bytes on-chain.
type FieldDeposit = ConstU128<{ darwinia_deposit(0, 66) }>;
type ForceOrigin = RootOr<GeneralAdmin>;
type IdentityInformation = IdentityInfo<ConstU32<100>>;
type MaxAdditionalFields = ConstU32<100>;
type MaxRegistrars = ConstU32<20>;
type MaxSubAccounts = ConstU32<100>;
Expand Down

0 comments on commit a7b8a9a

Please sign in to comment.