Register a deployed module on the Registry. Note that the deployer of the module will be stored as the zero address in the Registry since this function can be front-run.
ResolverUID | bytes32
The resolver UID to use for the module deployment. You can find the default resolver UID in the address book.
address
The address of the module to register.
bytes
Additional metadata to store on the Registry. This can be left empty.
bytes
Additional context to pass to the resolver. This can be left empty.
None