mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 17:31:03 +00:00
make asset creation on westmint low cost (#642)
This commit is contained in:
@@ -220,7 +220,7 @@ impl pallet_sudo::Config for Runtime {
|
|||||||
pub type AssetsForceOrigin = EnsureRoot<AccountId>;
|
pub type AssetsForceOrigin = EnsureRoot<AccountId>;
|
||||||
|
|
||||||
parameter_types! {
|
parameter_types! {
|
||||||
pub const AssetDeposit: Balance = 100 * UNITS; // 100 WND deposit to create asset
|
pub const AssetDeposit: Balance = 1 * UNITS; // 1 WND deposit to create asset
|
||||||
pub const ApprovalDeposit: Balance = EXISTENTIAL_DEPOSIT;
|
pub const ApprovalDeposit: Balance = EXISTENTIAL_DEPOSIT;
|
||||||
pub const AssetsStringLimit: u32 = 50;
|
pub const AssetsStringLimit: u32 = 50;
|
||||||
/// Key = 32 bytes, Value = 36 bytes (32+1+1+1+1)
|
/// Key = 32 bytes, Value = 36 bytes (32+1+1+1+1)
|
||||||
|
|||||||
Reference in New Issue
Block a user