flashloan-box
flashloan-box copied to clipboard
A box containing all you need to get started with developing Aave v1 flash loans
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1. Commits See full diff in compare view [](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...
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...
SafeERC20.sol is not available
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