@matchain/matchid-sdk-react 0.1.48-alpha.23 → 0.1.48-alpha.24
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.
- package/dist/assets/icon/index.d.mts +1 -1
- package/dist/assets/icon/index.d.ts +1 -1
- package/dist/{chunk-SB54XHCJ.mjs → chunk-EOT6XIVG.mjs} +2 -2
- package/dist/{chunk-FYW4P7HS.mjs → chunk-TSPOB4DT.mjs} +20 -21
- package/dist/chunk-TSPOB4DT.mjs.map +1 -0
- package/dist/components/index.d.mts +3 -3
- package/dist/components/index.d.ts +3 -3
- package/dist/components/index.js +8 -9
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +2 -2
- package/dist/hooks/api/index.d.mts +2 -2
- package/dist/hooks/api/index.d.ts +2 -2
- package/dist/hooks/api/index.js.map +1 -1
- package/dist/hooks/api/index.mjs +3 -3
- package/dist/hooks/index.d.mts +2 -2
- package/dist/hooks/index.d.ts +2 -2
- package/dist/hooks/index.js +3 -1
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +2 -2
- package/dist/{index-Ca30Hgn7.d.mts → index-BMfaixEx.d.mts} +1 -1
- package/dist/{index-CN2jy6bb.d.ts → index-BMsj8hJv.d.ts} +2 -2
- package/dist/{index-BOsoQSmx.d.ts → index-BcEreCxd.d.ts} +1 -1
- package/dist/{index-BFSCCmlU.d.ts → index-Bpmrd7mh.d.ts} +1 -1
- package/dist/{index-DTYp8DRd.d.ts → index-Bvc8cjpN.d.ts} +2 -2
- package/dist/{index-Bk_dqXKp.d.mts → index-C9F6f2iz.d.mts} +2 -2
- package/dist/{index-B4gKj0ro.d.mts → index-C9qYyRgt.d.mts} +2 -2
- package/dist/{index-CdM22eod.d.mts → index-Cou96DpL.d.mts} +1 -1
- package/dist/{index-BHXlpUg5.d.ts → index-Cy3K-Yao.d.ts} +1 -1
- package/dist/{index-D3GBq1P1.d.mts → index-D4ju2J_e.d.mts} +1 -1
- package/dist/{index-BObJQar4.d.mts → index-DUHkH5t-.d.mts} +11 -1
- package/dist/{index-CSTyna62.d.ts → index-DcQm2dkr.d.ts} +11 -1
- package/dist/index.d.mts +7 -7
- package/dist/index.d.ts +7 -7
- package/dist/index.js +8 -9
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -9
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/{types-Dc15ure7.d.mts → types-DzVVzMYU.d.mts} +1 -1
- package/dist/{types-Dc15ure7.d.ts → types-DzVVzMYU.d.ts} +1 -1
- package/dist/ui/index.d.mts +3 -3
- package/dist/ui/index.d.ts +3 -3
- package/example/src/pages/Wallet/components/MatchWallet.tsx +24 -2
- package/package.json +1 -1
- package/dist/chunk-FYW4P7HS.mjs.map +0 -1
- /package/dist/{chunk-SB54XHCJ.mjs.map → chunk-EOT6XIVG.mjs.map} +0 -0
package/dist/hooks/api/index.mjs
CHANGED
|
@@ -2,14 +2,14 @@ import {
|
|
|
2
2
|
bind_exports,
|
|
3
3
|
poh_exports,
|
|
4
4
|
user_exports
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-EOT6XIVG.mjs";
|
|
6
6
|
import {
|
|
7
7
|
isSuccess,
|
|
8
8
|
wallet_exports
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-TSPOB4DT.mjs";
|
|
10
10
|
import "../../chunk-UA6XHZHX.mjs";
|
|
11
|
-
import "../../chunk-5JHHHLG4.mjs";
|
|
12
11
|
import "../../chunk-FB5MHLWX.mjs";
|
|
12
|
+
import "../../chunk-5JHHHLG4.mjs";
|
|
13
13
|
import "../../chunk-LHNKZISB.mjs";
|
|
14
14
|
import "../../chunk-J5LGTIGS.mjs";
|
|
15
15
|
export {
|
package/dist/hooks/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { c as useCopyClipboard, n as useLayout, f as useMatchChain, a as useMatchEvents, g as useMatchWallet, k as useMatchWalletAssetList, j as useMatchWalletAssets, h as useMatchWalletRecords, d as useModal, l as useReceipt, e as useToast, m as useTransaction, u as useUserInfo, b as useWallet } from '../index-
|
|
2
|
-
import '../types-
|
|
1
|
+
export { c as useCopyClipboard, n as useLayout, f as useMatchChain, a as useMatchEvents, g as useMatchWallet, k as useMatchWalletAssetList, j as useMatchWalletAssets, h as useMatchWalletRecords, d as useModal, l as useReceipt, e as useToast, m as useTransaction, u as useUserInfo, b as useWallet } from '../index-DUHkH5t-.mjs';
|
|
2
|
+
import '../types-DzVVzMYU.mjs';
|
|
3
3
|
import 'react';
|
|
4
4
|
import '@tanstack/react-query/src/types';
|
|
5
5
|
import 'viem';
|
package/dist/hooks/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { c as useCopyClipboard, n as useLayout, f as useMatchChain, a as useMatchEvents, g as useMatchWallet, k as useMatchWalletAssetList, j as useMatchWalletAssets, h as useMatchWalletRecords, d as useModal, l as useReceipt, e as useToast, m as useTransaction, u as useUserInfo, b as useWallet } from '../index-
|
|
2
|
-
import '../types-
|
|
1
|
+
export { c as useCopyClipboard, n as useLayout, f as useMatchChain, a as useMatchEvents, g as useMatchWallet, k as useMatchWalletAssetList, j as useMatchWalletAssets, h as useMatchWalletRecords, d as useModal, l as useReceipt, e as useToast, m as useTransaction, u as useUserInfo, b as useWallet } from '../index-DcQm2dkr.js';
|
|
2
|
+
import '../types-DzVVzMYU.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import '@tanstack/react-query/src/types';
|
|
5
5
|
import 'viem';
|
package/dist/hooks/index.js
CHANGED
|
@@ -3027,7 +3027,7 @@ function useMatchWalletAssetList({
|
|
|
3027
3027
|
}
|
|
3028
3028
|
return balances;
|
|
3029
3029
|
},
|
|
3030
|
-
enabled:
|
|
3030
|
+
enabled: !!publicClient,
|
|
3031
3031
|
refetchInterval: 15e3,
|
|
3032
3032
|
// Refresh every 15 seconds
|
|
3033
3033
|
retry: 3
|
|
@@ -3070,6 +3070,8 @@ function useMatchWalletAssetList({
|
|
|
3070
3070
|
list: assets,
|
|
3071
3071
|
isLoading: nativeBalanceQuery.isLoading || erc20BalanceQuery.isLoading,
|
|
3072
3072
|
isFetched: nativeBalanceQuery.isFetched && erc20BalanceQuery.isFetched,
|
|
3073
|
+
nativeBalanceQuery,
|
|
3074
|
+
erc20BalanceQuery,
|
|
3073
3075
|
nativeBalance: nativeBalanceQuery.data,
|
|
3074
3076
|
erc20Balances: erc20BalanceQuery.data
|
|
3075
3077
|
};
|