Skip to content

Commit

Permalink
Merge pull request #2 from Bucket-Protocol/develop
Browse files Browse the repository at this point in the history
feature: modified buck decimal
  • Loading branch information
crispyfisherman authored Jul 4, 2023
2 parents b084bb1 + ebce029 commit 4ff317b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/bucket-protocol/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ async function tvl(_, _1, _2, { api }) {
}

for (const tank of tankList) {
api.add(BUCK, tank.fields.reserve / 1e9);
api.add(BUCK, tank.fields.reserve);
}
}

Expand Down

0 comments on commit 4ff317b

Please sign in to comment.