flashloan-box icon indicating copy to clipboard operation
flashloan-box copied to clipboard

A box containing all you need to get started with developing Aave v1 flash loans

Results 26 flashloan-box issues
Sort by recently updated
recently updated
newest added

Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=normalize-url&package-manager=npm_and_yarn&previous-version=4.5.0&new-version=4.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Looks like the SafeMath file directory has been changed to https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/utils/math/SafeMath.sol

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Step 8 in the docs, let f = await Flashloan.deployed() await f.flashloan(RESERVE_ADDRESS) no matter how i enter that (with the proper address), it returns SyntaxError: await is only valid in...

I have just followed the directions in the readme, and I end at this error: ``` > Compiled successfully using: - solc: 0.6.12+commit.27d51765.Emscripten.clang Error: Expected parameter 'from' not passed to...

Hi. I am reviewing the documentation about Flash Loans in Truffle and I notice the following. You need to add in the truffle-config.js a "from" field because if if you...

Hi. I am following the tutorial https://docs.aave.com/developers/tutorials/performing-a-flash-loan/...-with-truffle. After to do "migrate --reset", I am getting the following error: Starting migrations... ====================== > Network name: 'ropsten' > Network id: 3 >...

Error: not found github/aave/flashloan-box/contracts/aave/ILendingPool.sol This keeps coming up when I try to compile. How to resolve? Thanks, Glen