Skip to content

Commit

Permalink
Update alpha & beta status
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Sep 23, 2024
1 parent 16117e1 commit 0f9c8f9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/react/src/hooks/useEnsCredentials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ export type UseEnsCredentialsReturnType = ExternalCredential[]
*
* @param params - {@link UseEnsCredentialsParams}
* @returns - {@link UseEnsCredentialsReturnType}
*
* @beta
*/
export const useEnsCredentials = (
params: UseEnsCredentialsParams,
Expand Down
11 changes: 10 additions & 1 deletion packages/react/src/hooks/useEnsRecordsWrite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@ import type { ParamWithClients } from '../client.js'

export type UseEnsRecordsWriteParams = ParamWithClients<{}>

// eslint-disable-next-line @typescript-eslint/no-unused-vars
/**
* Allows you to write records to a name, provided the name supports it and the signed in user has the required permissions
*
* You can use the {@link resolverInterfaces} shorthand, or manually specify a Hex value
*
* @param params - {@link UseEnsResolverInterfacesParams}
* @returns - {@link boolean[]}
*
* @alpha
*/
export const useEnsRecordsWrite = (
_params: UseEnsRecordsWriteParams,
config?: any,
Expand Down

0 comments on commit 0f9c8f9

Please sign in to comment.