@matchain/matchid-sdk-react 0.1.48-alpha.11 → 0.1.48-alpha.13
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 +145 -0
- package/dist/assets/icon/index.d.ts +145 -0
- package/dist/{chunk-OMM7IHFU.mjs → chunk-4Z32RE6O.mjs} +2 -14
- package/dist/chunk-4Z32RE6O.mjs.map +1 -0
- package/dist/{chunk-HT4SNO76.mjs → chunk-GXVEAPQI.mjs} +2 -2
- package/dist/components/index.d.mts +6 -0
- package/dist/components/index.d.ts +6 -0
- package/dist/components/index.js +1 -1
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/config/chains/index.d.mts +2 -0
- package/dist/config/chains/index.d.ts +2 -0
- package/dist/hooks/api/index.d.mts +5 -0
- package/dist/hooks/api/index.d.ts +5 -0
- package/dist/hooks/api/index.js.map +1 -1
- package/dist/hooks/api/index.mjs +2 -2
- package/dist/hooks/index.d.mts +10 -0
- package/dist/hooks/index.d.ts +10 -0
- package/dist/hooks/index.js +1 -20
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index-5MXHf2SL.d.ts +63 -0
- package/dist/index-B9DwuLhh.d.ts +106 -0
- package/dist/index-BO2b0aPq.d.ts +145 -0
- package/dist/index-BghzDOhR.d.mts +106 -0
- package/dist/index-CITeaaqp.d.mts +3295 -0
- package/dist/index-CKbrNxyP.d.mts +58 -0
- package/dist/index-CkId0gOF.d.mts +63 -0
- package/dist/index-Cl7-a24h.d.ts +3295 -0
- package/dist/index-CzjvQDbd.d.mts +26 -0
- package/dist/index-D0snSAcQ.d.ts +26 -0
- package/dist/index-D8NESEP2.d.mts +145 -0
- package/dist/index-DXRGMAbv.d.mts +83 -0
- package/dist/index-DXRGMAbv.d.ts +83 -0
- package/dist/index-j8eRRGof.d.ts +58 -0
- package/dist/index.css +22 -16
- package/dist/index.d.mts +40 -0
- package/dist/index.d.ts +40 -0
- package/dist/index.js +1 -13
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/mpc-CTbBWHld.d.mts +20 -0
- package/dist/mpc-CTbBWHld.d.ts +20 -0
- package/dist/types/index.d.mts +4 -0
- package/dist/types/index.d.ts +4 -0
- package/dist/types-CfhOfEHC.d.mts +385 -0
- package/dist/types-CfhOfEHC.d.ts +385 -0
- package/dist/ui/index.d.mts +7 -0
- package/dist/ui/index.d.ts +7 -0
- package/dist/utils/index.d.mts +26 -0
- package/dist/utils/index.d.ts +26 -0
- package/package.json +1 -1
- package/dist/chunk-OMM7IHFU.mjs.map +0 -1
- /package/dist/{chunk-HT4SNO76.mjs.map → chunk-GXVEAPQI.mjs.map} +0 -0
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import React, { CSSProperties } from 'react';
|
|
3
|
+
import { s as IconProps$1 } from '../../types-CfhOfEHC.mjs';
|
|
4
|
+
import '@tanstack/react-query/src/types';
|
|
5
|
+
|
|
6
|
+
declare function BackIcon({ color, size, className, style }: {
|
|
7
|
+
color?: string;
|
|
8
|
+
size?: number;
|
|
9
|
+
style?: CSSProperties;
|
|
10
|
+
className?: string;
|
|
11
|
+
}): react_jsx_runtime.JSX.Element;
|
|
12
|
+
|
|
13
|
+
declare function CloseIcon({ color, size, style }: {
|
|
14
|
+
color?: string;
|
|
15
|
+
size?: number;
|
|
16
|
+
style?: CSSProperties;
|
|
17
|
+
}): react_jsx_runtime.JSX.Element;
|
|
18
|
+
|
|
19
|
+
declare function XIcon({ size }: {
|
|
20
|
+
size?: number;
|
|
21
|
+
}): react_jsx_runtime.JSX.Element;
|
|
22
|
+
|
|
23
|
+
declare function GoogleIcon({ size }: {
|
|
24
|
+
size?: number;
|
|
25
|
+
}): react_jsx_runtime.JSX.Element;
|
|
26
|
+
|
|
27
|
+
declare function WalletIcon({ size, }: {
|
|
28
|
+
size?: number;
|
|
29
|
+
}): react_jsx_runtime.JSX.Element;
|
|
30
|
+
|
|
31
|
+
declare function TelegramIcon({ size, }: {
|
|
32
|
+
size?: number;
|
|
33
|
+
}): react_jsx_runtime.JSX.Element;
|
|
34
|
+
|
|
35
|
+
declare function EmailIcon({ size, }: {
|
|
36
|
+
size?: number;
|
|
37
|
+
}): react_jsx_runtime.JSX.Element;
|
|
38
|
+
|
|
39
|
+
declare function ArrowRightIcon({ color, size, className, style }: IconProps$1): react_jsx_runtime.JSX.Element;
|
|
40
|
+
|
|
41
|
+
declare function CloseRoundIcon({ size, ...props }: IconProps$1): react_jsx_runtime.JSX.Element;
|
|
42
|
+
|
|
43
|
+
interface LoadingIconProps {
|
|
44
|
+
size?: number;
|
|
45
|
+
className?: string;
|
|
46
|
+
color?: string;
|
|
47
|
+
rotate?: boolean;
|
|
48
|
+
}
|
|
49
|
+
declare const LoadingIcon: React.FC<LoadingIconProps>;
|
|
50
|
+
|
|
51
|
+
declare function EmailLineIcon({ size, color, ...props }: IconProps$1): react_jsx_runtime.JSX.Element;
|
|
52
|
+
|
|
53
|
+
declare const UnLoginIcon: React.FC<IconProps$1>;
|
|
54
|
+
|
|
55
|
+
declare const LoginIcon: React.FC<IconProps$1>;
|
|
56
|
+
|
|
57
|
+
declare function CheckRoundIcon({ size, color, ...props }: Omit<IconProps$1, 'width' | 'height'>): react_jsx_runtime.JSX.Element;
|
|
58
|
+
|
|
59
|
+
declare function PasswordRoundIcon(): react_jsx_runtime.JSX.Element;
|
|
60
|
+
|
|
61
|
+
type IconProps = {
|
|
62
|
+
color?: string,
|
|
63
|
+
height?: string|number,
|
|
64
|
+
width?: string|number,
|
|
65
|
+
className?: string
|
|
66
|
+
size?: number
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
type IconSizeColorProps = Omit<IconProps, 'height' |'width'>
|
|
70
|
+
|
|
71
|
+
type IconSizeProps = Omit<IconProps, 'color'|'height'|'width'>
|
|
72
|
+
|
|
73
|
+
declare function CloseEyeIcon({ size, color }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
|
|
74
|
+
|
|
75
|
+
declare function OpenEyeIcon({ size, color }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
|
|
76
|
+
|
|
77
|
+
declare function DeleteRoundIcon({ height, width, color, ...props }: IconProps$1): react_jsx_runtime.JSX.Element;
|
|
78
|
+
|
|
79
|
+
declare function FacebookIcon({ size }: {
|
|
80
|
+
size?: number | string;
|
|
81
|
+
}): react_jsx_runtime.JSX.Element;
|
|
82
|
+
|
|
83
|
+
declare function ArrowLeftIcon({ color, width, height, ...props }: IconProps$1): react_jsx_runtime.JSX.Element;
|
|
84
|
+
|
|
85
|
+
declare function GithubIcon({ size }: {
|
|
86
|
+
size?: number | string;
|
|
87
|
+
}): react_jsx_runtime.JSX.Element;
|
|
88
|
+
|
|
89
|
+
declare function DiscordIcon({ size }: {
|
|
90
|
+
size?: number | string;
|
|
91
|
+
}): react_jsx_runtime.JSX.Element;
|
|
92
|
+
|
|
93
|
+
declare function CheckIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
|
|
94
|
+
|
|
95
|
+
declare function CopyIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
|
|
96
|
+
|
|
97
|
+
declare function LinkedinIcon({ size, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
|
|
98
|
+
|
|
99
|
+
declare function YoutubeIcon({ size, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
|
|
100
|
+
|
|
101
|
+
declare function BTCDarkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
|
|
102
|
+
|
|
103
|
+
declare function BTCLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
|
|
104
|
+
|
|
105
|
+
declare function EVMDarkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
|
|
106
|
+
|
|
107
|
+
declare function EVMLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
|
|
108
|
+
|
|
109
|
+
declare function SOLDarkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
|
|
110
|
+
|
|
111
|
+
declare function SOLLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
|
|
112
|
+
|
|
113
|
+
declare function TRXDarkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
|
|
114
|
+
|
|
115
|
+
declare function TRXLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
|
|
116
|
+
|
|
117
|
+
declare function ArrowDownIcon({ width, height, color, ...props }: IconProps): react_jsx_runtime.JSX.Element;
|
|
118
|
+
|
|
119
|
+
declare function LeatherIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
|
|
120
|
+
|
|
121
|
+
declare function UnisatIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
|
|
122
|
+
|
|
123
|
+
declare function XverseIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
|
|
124
|
+
|
|
125
|
+
declare function TronLinkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
|
|
126
|
+
|
|
127
|
+
declare function OKXIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
|
|
128
|
+
|
|
129
|
+
declare function BitgetIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
|
|
130
|
+
|
|
131
|
+
declare function TonLightIcon$1({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
|
|
132
|
+
|
|
133
|
+
declare function TonLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
|
|
134
|
+
|
|
135
|
+
declare function ErrorRoundIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
|
|
136
|
+
|
|
137
|
+
declare function InfoLineIcon({ size, color, ...props }: Omit<IconProps$1, 'width' | 'height'>): react_jsx_runtime.JSX.Element;
|
|
138
|
+
|
|
139
|
+
declare function InfoRoundIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
|
|
140
|
+
|
|
141
|
+
declare function TransferIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
|
|
142
|
+
|
|
143
|
+
declare function ArrowSendIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
|
|
144
|
+
|
|
145
|
+
export { ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowSendIcon, BTCDarkIcon, BTCLightIcon, BackIcon, BitgetIcon, CheckIcon, CheckRoundIcon, CloseEyeIcon, CloseIcon, CloseRoundIcon, CopyIcon, DeleteRoundIcon, DiscordIcon, EVMDarkIcon, EVMLightIcon, EmailIcon, EmailLineIcon, ErrorRoundIcon, FacebookIcon, GithubIcon, GoogleIcon, InfoLineIcon, InfoRoundIcon, LeatherIcon, LinkedinIcon, LoadingIcon, LoginIcon, OKXIcon, OpenEyeIcon, PasswordRoundIcon, SOLDarkIcon, SOLLightIcon, TRXDarkIcon, TRXLightIcon, TelegramIcon, TonLightIcon$1 as TonDarkIcon, TonLightIcon, TransferIcon, TronLinkIcon, UnLoginIcon, UnisatIcon, WalletIcon, XIcon, XverseIcon, YoutubeIcon };
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import React, { CSSProperties } from 'react';
|
|
3
|
+
import { s as IconProps$1 } from '../../types-CfhOfEHC.js';
|
|
4
|
+
import '@tanstack/react-query/src/types';
|
|
5
|
+
|
|
6
|
+
declare function BackIcon({ color, size, className, style }: {
|
|
7
|
+
color?: string;
|
|
8
|
+
size?: number;
|
|
9
|
+
style?: CSSProperties;
|
|
10
|
+
className?: string;
|
|
11
|
+
}): react_jsx_runtime.JSX.Element;
|
|
12
|
+
|
|
13
|
+
declare function CloseIcon({ color, size, style }: {
|
|
14
|
+
color?: string;
|
|
15
|
+
size?: number;
|
|
16
|
+
style?: CSSProperties;
|
|
17
|
+
}): react_jsx_runtime.JSX.Element;
|
|
18
|
+
|
|
19
|
+
declare function XIcon({ size }: {
|
|
20
|
+
size?: number;
|
|
21
|
+
}): react_jsx_runtime.JSX.Element;
|
|
22
|
+
|
|
23
|
+
declare function GoogleIcon({ size }: {
|
|
24
|
+
size?: number;
|
|
25
|
+
}): react_jsx_runtime.JSX.Element;
|
|
26
|
+
|
|
27
|
+
declare function WalletIcon({ size, }: {
|
|
28
|
+
size?: number;
|
|
29
|
+
}): react_jsx_runtime.JSX.Element;
|
|
30
|
+
|
|
31
|
+
declare function TelegramIcon({ size, }: {
|
|
32
|
+
size?: number;
|
|
33
|
+
}): react_jsx_runtime.JSX.Element;
|
|
34
|
+
|
|
35
|
+
declare function EmailIcon({ size, }: {
|
|
36
|
+
size?: number;
|
|
37
|
+
}): react_jsx_runtime.JSX.Element;
|
|
38
|
+
|
|
39
|
+
declare function ArrowRightIcon({ color, size, className, style }: IconProps$1): react_jsx_runtime.JSX.Element;
|
|
40
|
+
|
|
41
|
+
declare function CloseRoundIcon({ size, ...props }: IconProps$1): react_jsx_runtime.JSX.Element;
|
|
42
|
+
|
|
43
|
+
interface LoadingIconProps {
|
|
44
|
+
size?: number;
|
|
45
|
+
className?: string;
|
|
46
|
+
color?: string;
|
|
47
|
+
rotate?: boolean;
|
|
48
|
+
}
|
|
49
|
+
declare const LoadingIcon: React.FC<LoadingIconProps>;
|
|
50
|
+
|
|
51
|
+
declare function EmailLineIcon({ size, color, ...props }: IconProps$1): react_jsx_runtime.JSX.Element;
|
|
52
|
+
|
|
53
|
+
declare const UnLoginIcon: React.FC<IconProps$1>;
|
|
54
|
+
|
|
55
|
+
declare const LoginIcon: React.FC<IconProps$1>;
|
|
56
|
+
|
|
57
|
+
declare function CheckRoundIcon({ size, color, ...props }: Omit<IconProps$1, 'width' | 'height'>): react_jsx_runtime.JSX.Element;
|
|
58
|
+
|
|
59
|
+
declare function PasswordRoundIcon(): react_jsx_runtime.JSX.Element;
|
|
60
|
+
|
|
61
|
+
type IconProps = {
|
|
62
|
+
color?: string,
|
|
63
|
+
height?: string|number,
|
|
64
|
+
width?: string|number,
|
|
65
|
+
className?: string
|
|
66
|
+
size?: number
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
type IconSizeColorProps = Omit<IconProps, 'height' |'width'>
|
|
70
|
+
|
|
71
|
+
type IconSizeProps = Omit<IconProps, 'color'|'height'|'width'>
|
|
72
|
+
|
|
73
|
+
declare function CloseEyeIcon({ size, color }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
|
|
74
|
+
|
|
75
|
+
declare function OpenEyeIcon({ size, color }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
|
|
76
|
+
|
|
77
|
+
declare function DeleteRoundIcon({ height, width, color, ...props }: IconProps$1): react_jsx_runtime.JSX.Element;
|
|
78
|
+
|
|
79
|
+
declare function FacebookIcon({ size }: {
|
|
80
|
+
size?: number | string;
|
|
81
|
+
}): react_jsx_runtime.JSX.Element;
|
|
82
|
+
|
|
83
|
+
declare function ArrowLeftIcon({ color, width, height, ...props }: IconProps$1): react_jsx_runtime.JSX.Element;
|
|
84
|
+
|
|
85
|
+
declare function GithubIcon({ size }: {
|
|
86
|
+
size?: number | string;
|
|
87
|
+
}): react_jsx_runtime.JSX.Element;
|
|
88
|
+
|
|
89
|
+
declare function DiscordIcon({ size }: {
|
|
90
|
+
size?: number | string;
|
|
91
|
+
}): react_jsx_runtime.JSX.Element;
|
|
92
|
+
|
|
93
|
+
declare function CheckIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
|
|
94
|
+
|
|
95
|
+
declare function CopyIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
|
|
96
|
+
|
|
97
|
+
declare function LinkedinIcon({ size, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
|
|
98
|
+
|
|
99
|
+
declare function YoutubeIcon({ size, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
|
|
100
|
+
|
|
101
|
+
declare function BTCDarkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
|
|
102
|
+
|
|
103
|
+
declare function BTCLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
|
|
104
|
+
|
|
105
|
+
declare function EVMDarkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
|
|
106
|
+
|
|
107
|
+
declare function EVMLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
|
|
108
|
+
|
|
109
|
+
declare function SOLDarkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
|
|
110
|
+
|
|
111
|
+
declare function SOLLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
|
|
112
|
+
|
|
113
|
+
declare function TRXDarkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
|
|
114
|
+
|
|
115
|
+
declare function TRXLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
|
|
116
|
+
|
|
117
|
+
declare function ArrowDownIcon({ width, height, color, ...props }: IconProps): react_jsx_runtime.JSX.Element;
|
|
118
|
+
|
|
119
|
+
declare function LeatherIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
|
|
120
|
+
|
|
121
|
+
declare function UnisatIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
|
|
122
|
+
|
|
123
|
+
declare function XverseIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
|
|
124
|
+
|
|
125
|
+
declare function TronLinkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
|
|
126
|
+
|
|
127
|
+
declare function OKXIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
|
|
128
|
+
|
|
129
|
+
declare function BitgetIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
|
|
130
|
+
|
|
131
|
+
declare function TonLightIcon$1({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
|
|
132
|
+
|
|
133
|
+
declare function TonLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
|
|
134
|
+
|
|
135
|
+
declare function ErrorRoundIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
|
|
136
|
+
|
|
137
|
+
declare function InfoLineIcon({ size, color, ...props }: Omit<IconProps$1, 'width' | 'height'>): react_jsx_runtime.JSX.Element;
|
|
138
|
+
|
|
139
|
+
declare function InfoRoundIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
|
|
140
|
+
|
|
141
|
+
declare function TransferIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
|
|
142
|
+
|
|
143
|
+
declare function ArrowSendIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
|
|
144
|
+
|
|
145
|
+
export { ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowSendIcon, BTCDarkIcon, BTCLightIcon, BackIcon, BitgetIcon, CheckIcon, CheckRoundIcon, CloseEyeIcon, CloseIcon, CloseRoundIcon, CopyIcon, DeleteRoundIcon, DiscordIcon, EVMDarkIcon, EVMLightIcon, EmailIcon, EmailLineIcon, ErrorRoundIcon, FacebookIcon, GithubIcon, GoogleIcon, InfoLineIcon, InfoRoundIcon, LeatherIcon, LinkedinIcon, LoadingIcon, LoginIcon, OKXIcon, OpenEyeIcon, PasswordRoundIcon, SOLDarkIcon, SOLLightIcon, TRXDarkIcon, TRXLightIcon, TelegramIcon, TonLightIcon$1 as TonDarkIcon, TonLightIcon, TransferIcon, TronLinkIcon, UnLoginIcon, UnisatIcon, WalletIcon, XIcon, XverseIcon, YoutubeIcon };
|
|
@@ -1473,18 +1473,6 @@ function useMatchWalletRecords({
|
|
|
1473
1473
|
return;
|
|
1474
1474
|
}
|
|
1475
1475
|
const chainIdStr = chainId ? chainId.toString() : "";
|
|
1476
|
-
const res = await getUserWalletTransactionsApi({
|
|
1477
|
-
chain_id: chainIdStr,
|
|
1478
|
-
limit: pageSize,
|
|
1479
|
-
offset: items.length
|
|
1480
|
-
});
|
|
1481
|
-
if (isSuccess(res)) {
|
|
1482
|
-
if (res.data && res.data.transactions.length > 0) {
|
|
1483
|
-
setItems(items.concat(res.data.transactions));
|
|
1484
|
-
}
|
|
1485
|
-
hasMoreRef.current = res.data && res.data.transactions.length >= pageSize;
|
|
1486
|
-
setHasMore(res.data && res.data.transactions.length >= pageSize);
|
|
1487
|
-
}
|
|
1488
1476
|
};
|
|
1489
1477
|
const onInit = async () => {
|
|
1490
1478
|
setItems([]);
|
|
@@ -5676,7 +5664,7 @@ function TokenSendList({ close }) {
|
|
|
5676
5664
|
] }),
|
|
5677
5665
|
/* @__PURE__ */ jsxs21("div", { className: `matchid-token-send-info`, children: [
|
|
5678
5666
|
/* @__PURE__ */ jsx31("div", { className: `matchid-token-send-name`, children: n.symbol }),
|
|
5679
|
-
/* @__PURE__ */ jsx31("div", { className: `matchid-token-send-balance`, children: /* @__PURE__ */ jsx31(NumberFormatter, { value: n.balance, tFixNum:
|
|
5667
|
+
/* @__PURE__ */ jsx31("div", { className: `matchid-token-send-balance`, children: /* @__PURE__ */ jsx31(NumberFormatter, { value: n.balance, tFixNum: 3 }) })
|
|
5680
5668
|
] })
|
|
5681
5669
|
] })
|
|
5682
5670
|
]
|
|
@@ -5733,4 +5721,4 @@ export {
|
|
|
5733
5721
|
MatchProvider,
|
|
5734
5722
|
useMatch
|
|
5735
5723
|
};
|
|
5736
|
-
//# sourceMappingURL=chunk-
|
|
5724
|
+
//# sourceMappingURL=chunk-4Z32RE6O.mjs.map
|