@matchain/matchid-sdk-react 0.1.48-alpha.8 → 0.1.48-alpha.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,7 +10,7 @@ import {
10
10
  useTransaction,
11
11
  useUserInfo,
12
12
  useWallet
13
- } from "../chunk-EY6NPX4M.mjs";
13
+ } from "../chunk-CI63DTB6.mjs";
14
14
  import "../chunk-UA6XHZHX.mjs";
15
15
  import {
16
16
  useLayout_exports
@@ -101,7 +101,7 @@ declare function useImportTokenListQuery({ chainId, ...options }: {
101
101
  } & Partial<Omit<UseQueryOptions<UserImportTokenType[]>, 'queryKey' | 'queryFn'>>): _tanstack_react_query.UseQueryResult<UserImportTokenType[], Error>;
102
102
  declare function useWalletChainListQuery(options?: Partial<Omit<UseQueryOptions<WalletChainType[]>, 'queryKey' | 'queryFn'>>): _tanstack_react_query.UseQueryResult<WalletChainType[], Error>;
103
103
  declare function useWalletNftListQuery({ chainId, address, ...options }: {
104
- chainId: number;
104
+ chainId: string;
105
105
  address: string;
106
106
  } & Partial<Omit<UseQueryOptions<WalletNFTType[]>, 'queryKey' | 'queryFn'>>): _tanstack_react_query.UseQueryResult<WalletNFTType[], Error>;
107
107
 
@@ -101,7 +101,7 @@ declare function useImportTokenListQuery({ chainId, ...options }: {
101
101
  } & Partial<Omit<UseQueryOptions<UserImportTokenType[]>, 'queryKey' | 'queryFn'>>): _tanstack_react_query.UseQueryResult<UserImportTokenType[], Error>;
102
102
  declare function useWalletChainListQuery(options?: Partial<Omit<UseQueryOptions<WalletChainType[]>, 'queryKey' | 'queryFn'>>): _tanstack_react_query.UseQueryResult<WalletChainType[], Error>;
103
103
  declare function useWalletNftListQuery({ chainId, address, ...options }: {
104
- chainId: number;
104
+ chainId: string;
105
105
  address: string;
106
106
  } & Partial<Omit<UseQueryOptions<WalletNFTType[]>, 'queryKey' | 'queryFn'>>): _tanstack_react_query.UseQueryResult<WalletNFTType[], Error>;
107
107
 
package/dist/index.d.mts CHANGED
@@ -3,7 +3,7 @@ import { I as IMatchEvents, a as IEnvConfigType, L as LocaleType, W as WalletCon
3
3
  export { i as Components } from './index-C_S7k6z2.mjs';
4
4
  export { i as UI } from './index-Dzvj-uGt.mjs';
5
5
  export { i as Hooks } from './index-DDV4F9ka.mjs';
6
- export { i as Api } from './index-C-YCr0xJ.mjs';
6
+ export { i as Api } from './index-B7A0lN0C.mjs';
7
7
  export { i as Chains } from './index-DXRGMAbv.mjs';
8
8
  export { i as Types } from './index-CKyWWkzU.mjs';
9
9
  import 'react/jsx-runtime';
package/dist/index.d.ts CHANGED
@@ -3,7 +3,7 @@ import { I as IMatchEvents, a as IEnvConfigType, L as LocaleType, W as WalletCon
3
3
  export { i as Components } from './index-D-uNr-JV.js';
4
4
  export { i as UI } from './index-Bbn2Stvu.js';
5
5
  export { i as Hooks } from './index-Bz53bbI_.js';
6
- export { i as Api } from './index-zRpvDpIK.js';
6
+ export { i as Api } from './index-dhPbMbvL.js';
7
7
  export { i as Chains } from './index-DXRGMAbv.js';
8
8
  export { i as Types } from './index-DV_mRu4y.js';
9
9
  import 'react/jsx-runtime';