import {availableToBorrow} from "@unlockdfinance/unlockd-ts"; const nfts = [ { valuation: (BigInt(100) * oneEth).toString(), ltv: '5000' }, { valuation: (BigInt(50) * oneEth).toString(), ltv: '3000' } ] const result = availableToBorrow(nfts)
Last updated 6 months ago