Registry
The Registry contract is a key component of the Mimic protocol, providing a centralized registry for storing and managing various implementations related to the protocol. It serves as a central authority for maintaining the list of curated implementations and versions that can be trusted by the Mimic ecosystem.
This component is not deployed per user, it is shared among all Mimic users. Even though this acts a the single source of truth for different implementations like the Smart Vault, Connectors, Price Oracle, and Tasks, and the different versions of them, users are allowed to by-pass any of the protocol checks in case they want to use custom components.
The contract code of the Registry can be found here.
Functionality
Create
This function allows the Mimic team to deploy an implementation using the CREATE3 pattern to make sure it can have the same address in all the supported chains.
Register
This function allows the Mimic team to register an implementation in the Mimic Registry.
Deprecate
This function allows the Mimic team to deprecate any existing implementation.
Last updated