mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-30 05:45:32 +08:00
9 lines
428 B
JavaScript
9 lines
428 B
JavaScript
const { getExports } = require('../helper/heroku-api')
|
|
|
|
module.exports = {
|
|
timetravel: false,
|
|
...getExports("polkadot", ['polkadot'], ['ownTokens',]),
|
|
methodology:
|
|
"TVL is calculated by summing up the balances across three chains: Relay Chain (DOT), Asset Hub (DOT, USDC, USDT, MYTHOS), and Hydration (DOT, USDC, USDT). The balances are fetched directly from the respective chain's treasury and related addresses.",
|
|
}
|