code-examples-protocol
code-examples-protocol copied to clipboard
Why can't USDT borrow lightning loan on mainnet using this case
https://github.com/aave/code-examples-protocol/blob/68b1d0ac6eecb56e8208dcf32d8bea23713501f1/V2/Flash%20Loan%20-%20Batch/MyV2FlashLoan.sol#L17 What would be passed in to _addressProvider?
Compilation fails due to: ``` contracts/FlashLoanReceiverBase.sol:11:50: TypeError: Public state variable has override specified but does not override anything. ILendingPoolAddressesProvider public immutable override ADDRESSES_PROVIDER; ^------^ contracts/FlashLoanReceiverBase.sol:12:33: TypeError: Public state variable has...
It's because there is no mainnet chainlink aggregator for WBTC/ETH _Originally posted by @ksyao2002 in https://github.com/aave/protocol-v2/issues/312#issuecomment-1262868689_