Lesson 10: Theorical question about the LendingPoolAddressesProvider #318
Unanswered
carlitox477
asked this question in
Q&A
Replies: 1 comment
-
Hello @carlitox477, if you take a deeper look into aave you will see there are different versions of the protocol they use, like In a personal note I prefer using providers as they are more decentralized an secure. Best regards. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was on the part where we need to code the get_lending_pool function. Here, of course we need to get our LendingPool address to interact with the contract on the testnet or mainnetfork, but instead of getting it directly by setting the actual contract address Patrick and aave documentation suggest to get this address from the LendingPoolAddressesProvider because the LendingPool address may change (at least this is what I undestood). However, why will the LendingPool address change?
PD: "change" may not be accurate (contracts can't change), be useless maybe is more accurate
Beta Was this translation helpful? Give feedback.
All reactions