A register of the active LendingPoolAddressesProvider
contracts, covering all markets. This contract is immutable and the address will never change. Also see Deployed Contracts section.
For example, the LendingPool address for the main market is different from the LendingPool address for the Uniswap market.
The source code can be found on Github here.
function getAddressesProvidersList()
Returns the list of active LendingPoolAddressesProvider
contracts.
function getAddressesProviderIdByAddress(address addressesProvider)
Returns the ID of an LendingPoolAddressesProvider
Parameter Name | Type | Description |
| address | address of the addresses provider |