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",