Skip to content

Commit

Permalink
increase near social storage deposit
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanglen committed Mar 28, 2024
1 parent 2fcd88a commit 9244219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/potlock/widget/Project/CreateForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ const handleCreateOrUpdateProject = (e) => {
methodName: "set",
args: socialArgs,
};
let depositFloat = JSON.stringify(socialArgs).length * 0.0001;
let depositFloat = JSON.stringify(socialArgs).length * 0.00015;
if (!account) {
depositFloat += 0.1;
}
Expand Down

0 comments on commit 9244219

Please sign in to comment.