Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
…eimage
  • Loading branch information
Guantong committed Jan 10, 2023
1 parent 650e8e4 commit bc8d5ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions runtime/crab/src/pallets/preimage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ impl pallet_preimage::Config for Runtime {
type BaseDeposit = ConstU128<{ 500 * UNIT }>;
type ByteDeposit = ConstU128<{ darwinia_deposit(0, 1) }>;
type Currency = Balances;
type ManagerOrigin = Root;
type MaxSize = ConstU32<{ 4096 * 1024 }>;
type RuntimeEvent = RuntimeEvent;
type WeightInfo = ();
type ManagerOrigin = EnsureRoot<AccountId>;
}
3 changes: 1 addition & 2 deletions runtime/darwinia/src/pallets/preimage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ impl pallet_preimage::Config for Runtime {
type BaseDeposit = ConstU128<{ 500 * UNIT }>;
type ByteDeposit = ConstU128<{ darwinia_deposit(0, 1) }>;
type Currency = Balances;
type ManagerOrigin = Root;
type MaxSize = ConstU32<{ 4096 * 1024 }>;
type RuntimeEvent = RuntimeEvent;
type WeightInfo = ();
type ManagerOrigin = EnsureRoot<AccountId>;
}
3 changes: 1 addition & 2 deletions runtime/pangolin/src/pallets/preimage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ impl pallet_preimage::Config for Runtime {
type BaseDeposit = ConstU128<{ 500 * UNIT }>;
type ByteDeposit = ConstU128<{ darwinia_deposit(0, 1) }>;
type Currency = Balances;
type ManagerOrigin = Root;
type MaxSize = ConstU32<{ 4096 * 1024 }>;
type RuntimeEvent = RuntimeEvent;
type WeightInfo = ();
type ManagerOrigin = EnsureRoot<AccountId>;
}

0 comments on commit bc8d5ec

Please sign in to comment.