make asset creation on westmint low cost (#642)

This commit is contained in:
joe petrowski
2021-10-04 09:52:59 +02:00
committed by GitHub
parent a9a09abcb0
commit 9bfec25073
+1 -1
View File
@@ -220,7 +220,7 @@ impl pallet_sudo::Config for Runtime {
pub type AssetsForceOrigin = EnsureRoot<AccountId>;
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 AssetsStringLimit: u32 = 50;
/// Key = 32 bytes, Value = 36 bytes (32+1+1+1+1)