mirror of
https://github.com/uniwhale-io/DefiLlama-yield-server.git
synced 2026-01-12 17:12:21 +08:00
eternal add poolMeta
This commit is contained in:
@@ -112,7 +112,8 @@ async function main() {
|
||||
apyBaseBorrow: borrowingInterest,
|
||||
totalSupplyUsd: totalSupply.multipliedBy(priceConversionFactor).toNumber(),
|
||||
totalBorrowUsd: totalBorrowed.multipliedBy(priceConversionFactor).toNumber(),
|
||||
ltv: 0
|
||||
ltv: 0,
|
||||
poolMeta: '2x leverage'
|
||||
};
|
||||
}).filter(v => v);
|
||||
return apy;
|
||||
|
||||
Reference in New Issue
Block a user