Skip to content

Commit

Permalink
update min storage deposit
Browse files Browse the repository at this point in the history
  • Loading branch information
Megha-Dev-19 committed Feb 24, 2024
1 parent a71625a commit 7a40e2b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/astraplusplus/widget/DAO/Proposal/Create/Transfer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7a40e2b

Please sign in to comment.