IntegrationRegistry

The IntegrationRegistry holds state relating to the Modules and the integrations they are connected with. The state is combined into a single Registry to allow governance updates to be aggregated to one contract.

Current Integrations

The current adapters registered in the IntegrationRegistry are:

Select View Methods

getIntegrationAdapter()

function getIntegrationAdapter(address _module, string memory _name) external view returns (address)

Get integration adapter address associated with passed human readable name.

isValidIntegration()

function isValidIntegration(address _module, string memory _name) external view returns (bool)

Check if adapter name is valid

Last updated