getStorageRegistry

Retrieves the StorageRegistry contract.

Example

import { getStorageRegistry } from "thirdweb/extensions/farcaster";
const storageRegistry = await getStorageRegistry({
client,
});
function getStorageRegistry(

Parameters

The thirdweb client and an optional custom chain.

Type

let options: { chain?: Chain; client: ThirdwebClient };

Returns

let returnType: Readonly<ContractOptions<abi>>;

The StorageRegistry contract instance.