aave-utilities icon indicating copy to clipboard operation
aave-utilities copied to clipboard

Results 71 aave-utilities issues
Sort by recently updated
recently updated
newest added
trafficstars

# Bug Report ## @aave/math-utils / 1.20.0 ## Description Sourcemaps are broken on the `npm` module for `@aave/math-utils` b/c the source files cannot be found. ## Steps to reproduce 1....

Documentation for `supply()` was not visible. Fixed.

# Question As per the docs https://github.com/aave/aave-utilities for computing below userReserves for a particular user account (currentAccount) through the below code snippet: const userReserves = await poolDataProviderContract.getUserReservesHumanized({ lendingPoolAddressProvider: markets.AaveV3Arbitrum.POOL_ADDRESSES_PROVIDER, user:...

Is your feature request related to a problem? Please describe. Frontend integrations need to hardcode the signature request generation Describe the solution you'd like generateApproveDelegationSignatureRequest function on BaseDebtToken service

# Bug Report Aave-Interface issue [#942](https://github.com/aave/interface/issues/942) ## Description When adding an aToken in the UI the aToken symbol is wrong for some networks. This could be fixed by providing the...

# Question getReservesHumanized function from UiPoolDataProvider is not working with v2 const poolDataProviderContract = new UiPoolDataProvider({ uiPoolDataProviderAddress: "0xcCb7a1B6B5D72c4AA633B114537cD20612fDccbB", // aave 2 goerli provider, chainId: ChainId.goerli, }); console.log(poolDataProviderContract, "poolDataProviderContract"); const reserves...