mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 22:43:12 +08:00
9 lines
274 B
JavaScript
9 lines
274 B
JavaScript
const { sumTokens, } = require('../helper/chain/waves')
|
|
|
|
// https://wavesexplorer.com/addresses/3P3a1jssxc2CGdyC7SGbTJc9ZvTjZ5jBMLZ
|
|
module.exports = {
|
|
timetravel: false,
|
|
waves: {
|
|
tvl: api => sumTokens({ api, owners: ['3PKFFFsiKR7rgaeoLQZj6jLsxteZigccN8h'], }),
|
|
}
|
|
} |