⚠️ Deprecation Notice
ModuleSDK was developed by Rhinestone and is no longer actively supported. For new projects, we recommend using the Rhinestone SDK instead.
getRegistryHook
Get the registry hook module object.
Usage
const module = getRegistryHook({
registryAddress: '0x000000000069E2a187AEFFb852bF3cCdC95151B2',
})Parameters
registryAddress
- Type:
Address
The address of the registry. It is recommended to use the Module Registry singleton address: 0x000000000069E2a187AEFFb852bF3cCdC95151B2.
Returns
module
- Type:
Module
The registry hook module object.