From 9bfec25073f1bb5eeefa62d09f3420f4e20272fa Mon Sep 17 00:00:00 2001 From: joe petrowski <25483142+joepetrowski@users.noreply.github.com> Date: Mon, 4 Oct 2021 09:52:59 +0200 Subject: [PATCH] make asset creation on westmint low cost (#642) --- polkadot-parachains/westmint/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot-parachains/westmint/src/lib.rs b/polkadot-parachains/westmint/src/lib.rs index ab8c9e7360..d4fd8199da 100644 --- a/polkadot-parachains/westmint/src/lib.rs +++ b/polkadot-parachains/westmint/src/lib.rs @@ -220,7 +220,7 @@ impl pallet_sudo::Config for Runtime { pub type AssetsForceOrigin = EnsureRoot; 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)