mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
10 lines
348 B
JavaScript
10 lines
348 B
JavaScript
const { sumTokensExport } = require('../helper/chain/ton');
|
|
const ADDRESSES = require('../helper/coreAssets.json')
|
|
|
|
module.exports = {
|
|
methodology: 'Counts the pre-market wallet size as the TVL.',
|
|
timetravel: false,
|
|
ton: {
|
|
tvl: sumTokensExport({ owner: 'UQAGNpAAIaDrvGWdUCB7ycc_S5tLO0S6PPK0UkrrQb27AWKM', tokens: [ADDRESSES.null]}),
|
|
}
|
|
} |