Skip to content

Commit 76ab253

Browse files
authored
Kava adapter is deprecated (DefiLlama#15185)
1 parent 1a35382 commit 76ab253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/sailingprotocol/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,6 @@ async function tvl(api) {
114114
module.exports = {
115115
misrepresentedTokens: true, // false, // until all tokens are indexed by defillama
116116
timetravel: false, // true, // until there is enough dex liquidity for the main tokens
117-
kava: { tvl, },
117+
kava: { tvl: () => ({}), },
118118
methodology: 'The total supply of their circulating stocks is extracted from their stock token contracts.'
119119
}

0 commit comments

Comments
 (0)