Skip to content

Commit 3527b18

Browse files
committed
fix llamaPay?
1 parent a589441 commit 3527b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/llamapay/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async function calculateTvl(llamapay, vestingContract, api, isVesting) {
1919
tokensAndOwners = tokensAndOwners.filter(([token]) => isWhitelistedToken(symbolMapping[token], token, isVesting))
2020
if (isVesting)
2121
tokensAndOwners.push(...await getTokensAndOwners(vestingContract, api, true))
22-
return sumTokens2({ tokensAndOwners, api, resolveLP: true, })
22+
return sumTokens2({ tokensAndOwners, api, resolveLP: false, }) // resolveLP: false maybe breaking them down returns too high TVL for some reason
2323
}
2424

2525
async function getTokensAndOwners(contract, api, isVestingContract) {

0 commit comments

Comments
 (0)