aave-flashloan-arbitrage
aave-flashloan-arbitrage copied to clipboard
This a smart contract for performing arbitrage with AAVE flashloan between Uniswap & Sushiswap
// SPDX-License-Identifier: MIT pragma solidity ^0.6.6; import "./aave/FlashLoanReceiverBase.sol"; import "../../interfaces/aave/ILendingPoolAddressesProvider.sol"; import "../../interfaces/aave/ILendingPool.sol"; import "../interfaces/IUniswapV2Router02.sol"; import "../interfaces/IERC20.sol"; contract FlashLoanArbitrage is FlashLoanReceiverBase { //-------------------------------------------------------------------- // VARIABLES address public owner; address public wethAddress;...
Is this is the expected behavior? Isnt it important to continuously monitor for arbitrage opportunities in the background
Hi guys,after starting bot im having: > Launching 'ganache-cli.cmd --chain.vmErrorsOnRPCResponse true --server.port 8545 --miner.blockGasLimit 12000000 --wallet.totalAccounts 10 --hardfork istanbul --wallet.mnemonic brownie --fork.url https://mainnet.infura.io/v3/> --chain.chainId 1'... > File "C:\Users\GENA\.local\pipx\venvs\eth-brownie\lib\site-packages\brownie\_cli\__main__.py", line 64,...
Issue
I get this issue every time. unfortunately. Any suggestions? raise RPCProcessError(cmd, uri) RPCProcessError: Unable to launch local RPC client. Command: ganache-cli URI: http://127.0.0.1:8545