3๏ธโฃGet Flashloan Config
Get Flashloan Config from NAVI Lending SDK
import { getAllFlashLoanAssets } from '@naviprotocol/lending'
const flashLoanAssets = await getAllFlashLoanAssets()
const usdcAsset = flashLoanAssets.filter((asset) => {
return asset.coinType === '0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC'
})Last updated