Devendra Yadav

Results 7 comments of Devendra Yadav

I tried reproducing the above for Kovan @PatrickAlphaC how much the gas fee should be adequate ``` $ brownie run scripts/run_flash_loan_v2.py --network kovan Brownie v1.19.0 - Python development framework for...

So I traced back the error a callback from SafeERC20 responsible for this issue ``` Trace step 14203, program counter 6555: File "contracts/protocol/lendingpool/LendingPool.sol", lines 532-536, in LendingPool.flashLoan: IERC20(vars.currentAsset).safeTransferFrom( receiverAddress, vars.currentATokenAddress,...

> Good catch! I guess token0 and token1 must always be the same for the fixture, so we never had failing tests out of it. Sir, how can token0 and...

Okay so it'll fail for different pair address and pass for same pair address right?

@vporton It's working for me just incremented the counter to 44. You might need to check your network in Metamask http://localhost:8545 and import an account in Metamask from the terminal....

Did you use ```npm i -g create-aragon-app``` or simply cloned this repository.

Don't do that better stable approach will be : 1. ```npm i -g create-aragon-app``` 2. ```create-aragon-app aragonapp```. Hope this solves your problem. :+1: