aave-utilities
aave-utilities copied to clipboard
Currently, the example code in readme looks like this: ``` const markets = require("@bgd-labs/aave-address-book"); ... return new PoolBundle(provider, { POOL: markets[marketKey].POOL, WETH_GATEWAY: markets[marketKey].WETH_GATEWAY, }); ``` This should not be the...
# Question Hi, I am trying to use the UiPoolDataProvider inside a simple Next.js API route I'm encountering the error: 'NETWORK_ERROR'. See below My questions: - Does UiPoolDataProvider have any...
Instead of `repayWithPermit` , `supplyWithPermit` function was called! Fixed: Replaced `supplyWithPermit` by `repayWithPermit`
I noticed there are unclosed code blocks in the README
When using the userSummary method, I noticed that changing the `currentTimestamp` parameter does not affect the value of the borrowed assets (unexpected behavior). However, the value of supplied assets changes...
# Bug Report Unable to use sepolia testnet ## Package name / version "@aave/contract-helpers": "^1.30.5", "@aave/math-utils": "^1.30.5", "@bgd-labs/aave-address-book": "^4.7.3", ## Description I am trying to use aavev3 protocol. With mainnet...
# Bug Report The readme is not updated with the latest code changes. There is a lot of missing information so getting started/using the code takes much longer than expected....
**"wit configurable decimal shifts"** → **"with configurable decimal shifts"**
- add links to additional sources - fix inconsistencies with variable names - provide information on ignored lines of code