Addresses Provider Registry
LendingPoolAddressesProviderRegistry
A register of the active LendingPoolAddressesProvider
contracts, covering all markets. This contract is immutable and the address will never change.
The source code can be found on Github here.
View Methods
getAddressesProvidersLis()
function getAddressesProvidersList()
Returns the list of active LendingPoolAddressesProvider
contracts.
getAddressesProviderIdByAddres()
function getAddressesProviderIdByAddress(address addressesProvider)
Returns the ID of an LendingPoolAddressesProvider
Parameter Name | Type | Description |
---|---|---|
| address | address of the addresses provider |
Last updated