From 7a40e2bc2e1ca9629a70aeb6631946c277af2ee1 Mon Sep 17 00:00:00 2001 From: Megha-Dev-19 Date: Sat, 24 Feb 2024 19:16:33 +0530 Subject: [PATCH] update min storage deposit --- apps/astraplusplus/widget/DAO/Proposal/Create/Transfer.jsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/astraplusplus/widget/DAO/Proposal/Create/Transfer.jsx b/apps/astraplusplus/widget/DAO/Proposal/Create/Transfer.jsx index 880e65c..0b4d85d 100644 --- a/apps/astraplusplus/widget/DAO/Proposal/Create/Transfer.jsx +++ b/apps/astraplusplus/widget/DAO/Proposal/Create/Transfer.jsx @@ -87,9 +87,7 @@ const handleProposal = () => { } ]; if (state.storage === null && state.tokenAddress) { - const depositInYocto = Big(0.0125) - .mul(Big(10).pow(ftMetadata.decimals)) - .toFixed(); + const depositInYocto = Big(0.125).mul(Big(10).pow(24)).toFixed(); calls.push({ contractName: state.tokenAddress, methodName: "storage_deposit",