mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 08:34:23 +08:00
9 lines
389 B
JavaScript
9 lines
389 B
JavaScript
module.exports = {
|
|
timetravel: false,
|
|
methodology: "The pools on https://almond.so/ are included in TVL. Standard tokens (SOL, BTC, ETH, USDC, etc..), no pool 2. The API fetches the balances of the Solana accounts holding the staked tokens, then uses Coingecko prices to determine dollar values.",
|
|
solana: {
|
|
tvl: () => ({}), // project is dead
|
|
},
|
|
deadFrom: "2022-06-19",
|
|
};
|