PoolAddressesProviderRegistry
A register of the active
Disconnected from the target VM, address: 'localhost:60489', transport: 'socket' PoolAddressesProvider contracts, covering all markets. This contract is immutable and the address will never change. For example, the Pool address for the main market is different from the Pool address for the AMM market.
function getAddressesProvidersList()
Type | Description |
---|---|
address[] | List of active PoolAddressesProvider |
function getAddressesProviderIdByAddress(address addressesProvider)
Returns Id of PoolAddressesProvider .
Name | Type | Description |
---|---|---|
addressesProvider | address | Address of the PoolAddressesProvider |
Type | Description |
---|---|
uint256 | Id of the associated PoolAddressesProvider. 0 indicates not a valid PoolAddressesProvider address |
Last modified 1yr ago