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 1a35382 commit 76ab253Copy full SHA for 76ab253
projects/sailingprotocol/index.js
@@ -114,6 +114,6 @@ async function tvl(api) {
114
module.exports = {
115
misrepresentedTokens: true, // false, // until all tokens are indexed by defillama
116
timetravel: false, // true, // until there is enough dex liquidity for the main tokens
117
- kava: { tvl, },
+ kava: { tvl: () => ({}), },
118
methodology: 'The total supply of their circulating stocks is extracted from their stock token contracts.'
119
}
0 commit comments