mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 11:07:56 +00:00
Fix renaming artifacts (#11455)
This commit is contained in:
@@ -1410,8 +1410,8 @@ impl pallet_gilt::Config for Runtime {
|
||||
}
|
||||
|
||||
parameter_types! {
|
||||
pub const ClassDeposit: Balance = 100 * DOLLARS;
|
||||
pub const InstanceDeposit: Balance = 1 * DOLLARS;
|
||||
pub const CollectionDeposit: Balance = 100 * DOLLARS;
|
||||
pub const ItemDeposit: Balance = 1 * DOLLARS;
|
||||
pub const KeyLimit: u32 = 32;
|
||||
pub const ValueLimit: u32 = 256;
|
||||
}
|
||||
@@ -1422,8 +1422,8 @@ impl pallet_uniques::Config for Runtime {
|
||||
type ItemId = u32;
|
||||
type Currency = Balances;
|
||||
type ForceOrigin = frame_system::EnsureRoot<AccountId>;
|
||||
type CollectionDeposit = ClassDeposit;
|
||||
type ItemDeposit = InstanceDeposit;
|
||||
type CollectionDeposit = CollectionDeposit;
|
||||
type ItemDeposit = ItemDeposit;
|
||||
type MetadataDepositBase = MetadataDepositBase;
|
||||
type AttributeDepositBase = MetadataDepositBase;
|
||||
type DepositPerByte = MetadataDepositPerByte;
|
||||
|
||||
Reference in New Issue
Block a user