This repository was archived by the owner on May 17, 2024. It is now read-only.

Description
5: {
name: "goerli",
ethUsdPriceFeed: "0xD4a33860578De61DBAbDc8BFdb98FD742fA7028e",
wethToken: "0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6",
// This is the AaveV3 contract address
lendingPoolAddressesProvider: "0xc4dCB5126a3AfEd129BC3668Ea19285A9f56D15D",
// This is the LINK/ETH feed
daiEthPriceFeed: "0xb4c4a493AB6356497713A78FFA6c60FB53517c63",
// This is the LINK token
daiToken: "0x326C977E6efc84E512bB9C30f76E30c160eD06FB",
},
Hey Patrick!
Why have we updated this lendingPoolAddressesProvider address to aaveV3 when using the old dependencies of aaveV2 "@aave/protocol-v2": "^1.0.1",? This is not working on a Goerli network.
And also the wethToken token address is different.
And also why are we using LINK/ETH feed and LINK token addresses instead of DIA?
I haven't updated the code to AaveV3 because last time (for toolbox dependency) you said you wanted to make it similar to the video code.
Let me know what should we do.