File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
apps/portal/src/app/references/components/TDoc/utils Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,10 @@ const sidebarGroupOrder: TagKey[] = [
5757 "@walletConnection" ,
5858 "@walletUtils" ,
5959 "@chain" ,
60+ "@account" ,
6061 "@contract" ,
6162 "@transaction" ,
63+ "@nebula" ,
6264 "@social" ,
6365 "@auth" ,
6466 "@nft" ,
@@ -81,8 +83,6 @@ const sidebarGroupOrder: TagKey[] = [
8183 "@theme" ,
8284 "@utils" ,
8385 "@others" ,
84- "@account" ,
85- "@nebula" ,
8686] ;
8787
8888function findTag (
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ export type GetClaimParamsOptions = {
3232 * Get the claim parameters for a given drop
3333 * @param options - The options for getting the claim parameters
3434 * @returns The claim parameters
35- * @extension ERC1155
3635 * @example
3736 * ```ts
3837 * import { getClaimParams } from "thirdweb/utils";
@@ -45,7 +44,7 @@ export type GetClaimParamsOptions = {
4544 * tokenId: 0n,
4645 * });
4746 * ```
48- * @extension COMMON
47+ * @utils
4948 */
5049export async function getClaimParams ( options : GetClaimParamsOptions ) {
5150 const cc : ClaimCondition = await ( async ( ) => {
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ import type { AutoConnectProps } from "./types.js";
2727 * @param props - The auto-connect configuration properties
2828 * @param props.wallets - Array of wallet instances to consider for auto-connection
2929 * @returns {boolean } a promise resolving to true or false depending on whether the auto connect function connected to a wallet or not
30+ * @walletConnection
3031 */
3132export const autoConnect = async (
3233 props : AutoConnectProps & {
You can’t perform that action at this time.
0 commit comments