We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f4dce commit 7c8cdbeCopy full SHA for 7c8cdbe
projects/8lends/index.js
@@ -34,8 +34,7 @@ async function borrowed(api) {
34
35
const tvlApi = new sdk.ChainApi({ chain: api.chain, block: api.block });
36
await sumTokens2({ api: tvlApi, owner: FUNDRAISING_CONTRACT, tokens });
37
- console.log(tvlApi.getBalancesV2(), tvlApi.getBalances())
38
- api.getBalancesV2().subtract(tvlApi.getBalancesV2());
+ api.getBalancesV2().subtract(tvlApi.getBalances());
39
}
40
41
module.exports = {
0 commit comments