Skip to content

Commit f88dd60

Browse files
committed
debug
1 parent 61b81da commit f88dd60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/8lends/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ async function borrowed(api) {
3434

3535
const tvlApi = new sdk.ChainApi({ chain: api.chain, block: api.block });
3636
await sumTokens2({ api: tvlApi, owner: FUNDRAISING_CONTRACT, tokens });
37+
console.log(tvlApi.getBalancesV2(), tvlApi.getBalances())
3738
api.getBalancesV2().subtract(tvlApi.getBalancesV2());
3839
}
3940

0 commit comments

Comments
 (0)