UNPKG

@contractjs/aave-v3

Version:

A TypeScript utility library for Aave V3 contracts.

4 lines 504 B
export { poolAddressOn, wrappedTokenGatewayAddressOn, priceOracleAddressOn, supplyERC20Calldata, withdrawERC20Calldata, supplyETHCalldata, withdrawETHCalldata, getReserveDataCalldata, getAssetPriceCalldata } from './aaveV3Utils'; export { getReserveData, getSupplyAprRate, getSupplyAprPercentage, getSupplyApyRate, getSupplyApyPercentage, supplyERC20, supplyETH, withdrawERC20, withdrawETH } from './pool'; export { getAssetPrice, getAssetsPrices } from './priceOracle'; //# sourceMappingURL=index.js.map