mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-29 05:15:28 +08:00
7 lines
237 B
JavaScript
7 lines
237 B
JavaScript
module.exports = {
|
|
harmony: {
|
|
tvl: () => ({}),
|
|
},
|
|
methodology: "Counts liquidity on the Farms through Factory Contract, and counts Treasury as it is determined by bonding of assets. Staking refers to the staked GMI tokens",
|
|
};
|