@matchain/matchid-sdk-react 0.1.55-alpha.9 → 0.1.55
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/api.d.mts +2 -2
- package/dist/api.d.ts +2 -2
- package/dist/api.js +11 -12
- package/dist/api.js.map +1 -1
- package/dist/api.mjs +2 -2
- package/dist/assets/lottie.d.mts +1 -1
- package/dist/assets/lottie.d.ts +1 -1
- package/dist/chains.d.mts +1 -1
- package/dist/chains.d.ts +1 -1
- package/dist/{chunk-GCIXXSIH.mjs → chunk-6PWLEXC3.mjs} +2 -2
- package/dist/{chunk-2T4RY5BM.mjs → chunk-PAXASLBR.mjs} +282 -274
- package/dist/chunk-PAXASLBR.mjs.map +1 -0
- package/dist/components.d.mts +3 -3
- package/dist/components.d.ts +3 -3
- package/dist/components.js +295 -287
- package/dist/components.js.map +1 -1
- package/dist/components.mjs +1 -1
- package/dist/hooks.d.mts +4 -2
- package/dist/hooks.d.ts +4 -2
- package/dist/hooks.js +103 -100
- package/dist/hooks.js.map +1 -1
- package/dist/hooks.mjs +1 -1
- package/dist/icon.d.mts +2 -2
- package/dist/icon.d.ts +2 -2
- package/dist/{index-Bx7ztInz.d.ts → index-4dZbgWG2.d.ts} +1 -1
- package/dist/{index-DXRGMAbv.d.mts → index-B50DU_xT.d.mts} +4 -4
- package/dist/{index-DXRGMAbv.d.ts → index-B50DU_xT.d.ts} +4 -4
- package/dist/{index-D6wTVWuu.d.mts → index-BKSGbw7b.d.mts} +3 -3
- package/dist/{index-DL0LMDQ0.d.mts → index-BXbfmVoU.d.mts} +2 -2
- package/dist/{index-BTO2pJRz.d.ts → index-BtjgRcNJ.d.ts} +3 -3
- package/dist/{index-DY5CjOq2.d.ts → index-C82WIWvx.d.ts} +5 -5
- package/dist/{index-DysgDUCb.d.mts → index-CDTTHSh0.d.mts} +14 -14
- package/dist/{index-DysgDUCb.d.ts → index-CDTTHSh0.d.ts} +14 -14
- package/dist/{index-BjdOd1te.d.mts → index-CHG4-0Z1.d.mts} +987 -981
- package/dist/{index-8h2kA48e.d.ts → index-CsUEaGtM.d.ts} +2 -2
- package/dist/{index-CopoHLm5.d.ts → index-CwHXzvvB.d.ts} +1 -1
- package/dist/{index-DueNjDv_.d.ts → index-D1Ep9UMx.d.ts} +987 -981
- package/dist/{index-HYPgwvkU.d.mts → index-D7E317WV.d.mts} +5 -5
- package/dist/{index-B-u8_Lcy.d.ts → index-DK7l3lsH.d.ts} +13 -11
- package/dist/{index-BW1GRpQ3.d.mts → index-FKxw4Vaa.d.mts} +1 -1
- package/dist/{index-D2hhRO2j.d.mts → index-TjbO7d74.d.mts} +1 -1
- package/dist/{index-Ba8t2zs6.d.mts → index-YPRyEYt6.d.mts} +13 -11
- package/dist/index.d.mts +20 -20
- package/dist/index.d.ts +20 -20
- package/dist/index.js +99 -91
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/{types-Ch54HuTY.d.mts → types-DEsY_CPH.d.mts} +1 -1
- package/dist/{types-Ch54HuTY.d.ts → types-DEsY_CPH.d.ts} +1 -1
- package/dist/types.d.mts +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/ui.d.mts +3 -4
- package/dist/ui.d.ts +3 -4
- package/dist/ui.js +13 -10
- package/dist/ui.js.map +1 -1
- package/dist/ui.mjs +3 -3
- package/package.json +2 -3
- package/dist/chunk-2T4RY5BM.mjs.map +0 -1
- /package/dist/{chunk-GCIXXSIH.mjs.map → chunk-6PWLEXC3.mjs.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import
|
|
3
|
-
import { v as IconProps$1 } from './types-
|
|
2
|
+
import React__default, { CSSProperties } from 'react';
|
|
3
|
+
import { v as IconProps$1 } from './types-DEsY_CPH.mjs';
|
|
4
4
|
|
|
5
5
|
declare function BackIcon({ color, size, className, style }: {
|
|
6
6
|
color?: string;
|
|
@@ -45,13 +45,13 @@ interface LoadingIconProps {
|
|
|
45
45
|
color?: string;
|
|
46
46
|
rotate?: boolean;
|
|
47
47
|
}
|
|
48
|
-
declare const LoadingIcon:
|
|
48
|
+
declare const LoadingIcon: React__default.FC<LoadingIconProps>;
|
|
49
49
|
|
|
50
50
|
declare function EmailLineIcon({ size, color, ...props }: IconProps$1): react_jsx_runtime.JSX.Element;
|
|
51
51
|
|
|
52
|
-
declare const UnLoginIcon:
|
|
52
|
+
declare const UnLoginIcon: React__default.FC<IconProps$1>;
|
|
53
53
|
|
|
54
|
-
declare const LoginIcon:
|
|
54
|
+
declare const LoginIcon: React__default.FC<IconProps$1>;
|
|
55
55
|
|
|
56
56
|
declare function CheckRoundIcon({ size, color, ...props }: Omit<IconProps$1, 'width' | 'height'>): react_jsx_runtime.JSX.Element;
|
|
57
57
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { B as Button, C as ConfirmModal, F as Field, I as Input, M as Modal, a as ModalWithHeader, O as Overlay, P as Popover } from './index-
|
|
1
|
+
import { B as Button, C as ConfirmModal, F as Field, I as Input, M as Modal, a as ModalWithHeader, O as Overlay, P as Popover } from './index-BtjgRcNJ.js';
|
|
2
2
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
3
|
-
import { D as DrawerProps, h as WalletPanelProps, U as UIProps } from './types-
|
|
3
|
+
import { D as DrawerProps, h as WalletPanelProps, U as UIProps } from './types-DEsY_CPH.js';
|
|
4
4
|
import { Hash, Chain } from 'viem';
|
|
5
|
-
import
|
|
6
|
-
import {
|
|
5
|
+
import * as React$1 from 'react';
|
|
6
|
+
import React__default, { CSSProperties } from 'react';
|
|
7
7
|
|
|
8
8
|
declare function Drawer({ children, showClose, onClose, isOpen, title, zIndex, onBack }: DrawerProps): react_jsx_runtime.JSX.Element;
|
|
9
9
|
|
|
@@ -42,15 +42,15 @@ declare function Radio({ checked, onChange, size, color, className, style }: {
|
|
|
42
42
|
}): react_jsx_runtime.JSX.Element;
|
|
43
43
|
|
|
44
44
|
interface SkeletonProps {
|
|
45
|
-
style?:
|
|
45
|
+
style?: React__default.CSSProperties;
|
|
46
46
|
className?: string;
|
|
47
47
|
width?: string | number;
|
|
48
48
|
height?: string | number;
|
|
49
49
|
radius?: string | number;
|
|
50
50
|
loading?: boolean;
|
|
51
|
-
children?:
|
|
51
|
+
children?: React__default.ReactNode;
|
|
52
52
|
}
|
|
53
|
-
declare const Skeleton:
|
|
53
|
+
declare const Skeleton: React__default.FC<SkeletonProps>;
|
|
54
54
|
|
|
55
55
|
type TabsProps = {
|
|
56
56
|
tabs: string[];
|
|
@@ -59,7 +59,10 @@ type TabsProps = {
|
|
|
59
59
|
};
|
|
60
60
|
declare function Tabs(props: TabsProps): react_jsx_runtime.JSX.Element;
|
|
61
61
|
|
|
62
|
-
declare
|
|
62
|
+
declare const LazyLottie: (props: {
|
|
63
|
+
animationData: any;
|
|
64
|
+
style?: React.CSSProperties;
|
|
65
|
+
}) => React$1.ReactElement<any, string | React$1.JSXElementConstructor<any>>;
|
|
63
66
|
|
|
64
67
|
declare const index_AlphaAvatar: typeof AlphaAvatar;
|
|
65
68
|
declare const index_Button: typeof Button;
|
|
@@ -67,7 +70,6 @@ declare const index_ConfirmModal: typeof ConfirmModal;
|
|
|
67
70
|
declare const index_Drawer: typeof Drawer;
|
|
68
71
|
declare const index_Field: typeof Field;
|
|
69
72
|
declare const index_Input: typeof Input;
|
|
70
|
-
declare const index_Lottie: typeof Lottie;
|
|
71
73
|
declare const index_Modal: typeof Modal;
|
|
72
74
|
declare const index_ModalDrawer: typeof ModalDrawer;
|
|
73
75
|
declare const index_ModalWithHeader: typeof ModalWithHeader;
|
|
@@ -78,7 +80,7 @@ declare const index_Skeleton: typeof Skeleton;
|
|
|
78
80
|
declare const index_Switch: typeof Switch;
|
|
79
81
|
declare const index_Tabs: typeof Tabs;
|
|
80
82
|
declare namespace index {
|
|
81
|
-
export { index_AlphaAvatar as AlphaAvatar, index_Button as Button, index_ConfirmModal as ConfirmModal, index_Drawer as Drawer, index_Field as Field, export_default as HashPanel, index_Input as Input,
|
|
83
|
+
export { index_AlphaAvatar as AlphaAvatar, index_Button as Button, index_ConfirmModal as ConfirmModal, index_Drawer as Drawer, index_Field as Field, export_default as HashPanel, index_Input as Input, LazyLottie as Lottie, index_Modal as Modal, index_ModalDrawer as ModalDrawer, index_ModalWithHeader as ModalWithHeader, index_Overlay as Overlay, index_Popover as Popover, index_Radio as Radio, index_Skeleton as Skeleton, index_Switch as Switch, index_Tabs as Tabs };
|
|
82
84
|
}
|
|
83
85
|
|
|
84
|
-
export { AlphaAvatar as A, Drawer as D,
|
|
86
|
+
export { AlphaAvatar as A, Drawer as D, LazyLottie as L, ModalDrawer as M, Radio as R, Switch as S, Tabs as T, Skeleton as a, export_default as e, index as i };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as Address, q as AnyObject, Q as AppConfigType, S as AuthParams, G as BindInfoType, F as BindItemType, T as BindWalletParam, B as ButtonProps, C as CEXType, o as ChainType, V as DeepPartial, D as DrawerProps, E as EmailModalProps, X as EmbeddedWalletsParams, H as Hash, a as IEnvConfigType, Y as IEnvName, Z as ILoginWalletReq, I as IMatchEvents, l as ISocialLoginMethod, v as IconProps, i as InputProps, L as LocaleType, b as LoginBoxProps, n as LoginMethodType, f as LoginModalProps, e as LoginPanelProps, _ as MessageType, z as MetaPageType, j as ModalProps, M as ModalWithHeaderProps, O as OtherLoginMethodType, m as OverviewInfo, J as PohItemType, w as PohZkpassParams, P as PopoverPositionType, k as PopoverProps, d as PopoverTypeType, R as RecommendLoginMethodType, $ as RecoveryType, a0 as ThemeType, U as UIProps, t as UserAssetToken, p as UserChainType, s as UserImportTokenType, a1 as UserPopoverProps, x as UserTransactionNextPageParams, a2 as UserTransactionRecordType, r as UserTransactionType, g as WalletAssetMergeType, y as WalletAssetType, K as WalletChainType, W as WalletConfigType, N as WalletNFTType, h as WalletPanelProps, a3 as WalletReceiveMessageType, a4 as WalletStatusType, c as WalletType, u as useMatchWalletAssetsProps } from './types-
|
|
1
|
+
import { A as Address, q as AnyObject, Q as AppConfigType, S as AuthParams, G as BindInfoType, F as BindItemType, T as BindWalletParam, B as ButtonProps, C as CEXType, o as ChainType, V as DeepPartial, D as DrawerProps, E as EmailModalProps, X as EmbeddedWalletsParams, H as Hash, a as IEnvConfigType, Y as IEnvName, Z as ILoginWalletReq, I as IMatchEvents, l as ISocialLoginMethod, v as IconProps, i as InputProps, L as LocaleType, b as LoginBoxProps, n as LoginMethodType, f as LoginModalProps, e as LoginPanelProps, _ as MessageType, z as MetaPageType, j as ModalProps, M as ModalWithHeaderProps, O as OtherLoginMethodType, m as OverviewInfo, J as PohItemType, w as PohZkpassParams, P as PopoverPositionType, k as PopoverProps, d as PopoverTypeType, R as RecommendLoginMethodType, $ as RecoveryType, a0 as ThemeType, U as UIProps, t as UserAssetToken, p as UserChainType, s as UserImportTokenType, a1 as UserPopoverProps, x as UserTransactionNextPageParams, a2 as UserTransactionRecordType, r as UserTransactionType, g as WalletAssetMergeType, y as WalletAssetType, K as WalletChainType, W as WalletConfigType, N as WalletNFTType, h as WalletPanelProps, a3 as WalletReceiveMessageType, a4 as WalletStatusType, c as WalletType, u as useMatchWalletAssetsProps } from './types-DEsY_CPH.mjs';
|
|
2
2
|
|
|
3
3
|
declare const index_Address: typeof Address;
|
|
4
4
|
declare const index_AnyObject: typeof AnyObject;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _tanstack_react_query from '@tanstack/react-query';
|
|
2
2
|
import { UseQueryOptions } from '@tanstack/react-query/src/types';
|
|
3
|
-
import { w as PohZkpassParams, r as UserTransactionType, x as UserTransactionNextPageParams, y as WalletAssetType, z as MetaPageType, F as BindItemType, G as BindInfoType, J as PohItemType, p as UserChainType, t as UserAssetToken, s as UserImportTokenType, K as WalletChainType, N as WalletNFTType } from './types-
|
|
3
|
+
import { w as PohZkpassParams, r as UserTransactionType, x as UserTransactionNextPageParams, y as WalletAssetType, z as MetaPageType, F as BindItemType, G as BindInfoType, J as PohItemType, p as UserChainType, t as UserAssetToken, s as UserImportTokenType, K as WalletChainType, N as WalletNFTType } from './types-DEsY_CPH.mjs';
|
|
4
4
|
import { M as MyResponseType, i as isSuccess } from './request-B0CyrGFT.mjs';
|
|
5
5
|
|
|
6
6
|
declare const bindCexApi: (data: {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { B as Button, C as ConfirmModal, F as Field, I as Input, M as Modal, a as ModalWithHeader, O as Overlay, P as Popover } from './index-
|
|
1
|
+
import { B as Button, C as ConfirmModal, F as Field, I as Input, M as Modal, a as ModalWithHeader, O as Overlay, P as Popover } from './index-BKSGbw7b.mjs';
|
|
2
2
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
3
|
-
import { D as DrawerProps, h as WalletPanelProps, U as UIProps } from './types-
|
|
3
|
+
import { D as DrawerProps, h as WalletPanelProps, U as UIProps } from './types-DEsY_CPH.mjs';
|
|
4
4
|
import { Hash, Chain } from 'viem';
|
|
5
|
-
import
|
|
6
|
-
import {
|
|
5
|
+
import * as React$1 from 'react';
|
|
6
|
+
import React__default, { CSSProperties } from 'react';
|
|
7
7
|
|
|
8
8
|
declare function Drawer({ children, showClose, onClose, isOpen, title, zIndex, onBack }: DrawerProps): react_jsx_runtime.JSX.Element;
|
|
9
9
|
|
|
@@ -42,15 +42,15 @@ declare function Radio({ checked, onChange, size, color, className, style }: {
|
|
|
42
42
|
}): react_jsx_runtime.JSX.Element;
|
|
43
43
|
|
|
44
44
|
interface SkeletonProps {
|
|
45
|
-
style?:
|
|
45
|
+
style?: React__default.CSSProperties;
|
|
46
46
|
className?: string;
|
|
47
47
|
width?: string | number;
|
|
48
48
|
height?: string | number;
|
|
49
49
|
radius?: string | number;
|
|
50
50
|
loading?: boolean;
|
|
51
|
-
children?:
|
|
51
|
+
children?: React__default.ReactNode;
|
|
52
52
|
}
|
|
53
|
-
declare const Skeleton:
|
|
53
|
+
declare const Skeleton: React__default.FC<SkeletonProps>;
|
|
54
54
|
|
|
55
55
|
type TabsProps = {
|
|
56
56
|
tabs: string[];
|
|
@@ -59,7 +59,10 @@ type TabsProps = {
|
|
|
59
59
|
};
|
|
60
60
|
declare function Tabs(props: TabsProps): react_jsx_runtime.JSX.Element;
|
|
61
61
|
|
|
62
|
-
declare
|
|
62
|
+
declare const LazyLottie: (props: {
|
|
63
|
+
animationData: any;
|
|
64
|
+
style?: React.CSSProperties;
|
|
65
|
+
}) => React$1.ReactElement<any, string | React$1.JSXElementConstructor<any>>;
|
|
63
66
|
|
|
64
67
|
declare const index_AlphaAvatar: typeof AlphaAvatar;
|
|
65
68
|
declare const index_Button: typeof Button;
|
|
@@ -67,7 +70,6 @@ declare const index_ConfirmModal: typeof ConfirmModal;
|
|
|
67
70
|
declare const index_Drawer: typeof Drawer;
|
|
68
71
|
declare const index_Field: typeof Field;
|
|
69
72
|
declare const index_Input: typeof Input;
|
|
70
|
-
declare const index_Lottie: typeof Lottie;
|
|
71
73
|
declare const index_Modal: typeof Modal;
|
|
72
74
|
declare const index_ModalDrawer: typeof ModalDrawer;
|
|
73
75
|
declare const index_ModalWithHeader: typeof ModalWithHeader;
|
|
@@ -78,7 +80,7 @@ declare const index_Skeleton: typeof Skeleton;
|
|
|
78
80
|
declare const index_Switch: typeof Switch;
|
|
79
81
|
declare const index_Tabs: typeof Tabs;
|
|
80
82
|
declare namespace index {
|
|
81
|
-
export { index_AlphaAvatar as AlphaAvatar, index_Button as Button, index_ConfirmModal as ConfirmModal, index_Drawer as Drawer, index_Field as Field, export_default as HashPanel, index_Input as Input,
|
|
83
|
+
export { index_AlphaAvatar as AlphaAvatar, index_Button as Button, index_ConfirmModal as ConfirmModal, index_Drawer as Drawer, index_Field as Field, export_default as HashPanel, index_Input as Input, LazyLottie as Lottie, index_Modal as Modal, index_ModalDrawer as ModalDrawer, index_ModalWithHeader as ModalWithHeader, index_Overlay as Overlay, index_Popover as Popover, index_Radio as Radio, index_Skeleton as Skeleton, index_Switch as Switch, index_Tabs as Tabs };
|
|
82
84
|
}
|
|
83
85
|
|
|
84
|
-
export { AlphaAvatar as A, Drawer as D,
|
|
86
|
+
export { AlphaAvatar as A, Drawer as D, LazyLottie as L, ModalDrawer as M, Radio as R, Switch as S, Tabs as T, Skeleton as a, export_default as e, index as i };
|
package/dist/index.d.mts
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import * as wagmi from 'wagmi';
|
|
2
2
|
import * as _rainbow_me_rainbowkit_dist_config_getDefaultConfig from '@rainbow-me/rainbowkit/dist/config/getDefaultConfig';
|
|
3
|
-
import * as viem_chains from 'viem/chains';
|
|
4
3
|
import * as abitype from 'abitype';
|
|
5
4
|
import * as wagmi_chains from 'wagmi/chains';
|
|
6
5
|
import * as viem from 'viem';
|
|
7
|
-
import
|
|
8
|
-
import { I as IMatchEvents,
|
|
9
|
-
export { i as Hooks, M as ModalProvider, T as ToastProvider } from './index-
|
|
10
|
-
export { i as Components } from './index-
|
|
11
|
-
export { i as UI } from './index-
|
|
12
|
-
export { i as Api } from './index-
|
|
13
|
-
export { i as Chains } from './index-
|
|
14
|
-
export { i as Types } from './index-
|
|
15
|
-
export { i as Icon } from './index-
|
|
16
|
-
export { i as Lottie } from './index-
|
|
6
|
+
import React__default, { ReactNode } from 'react';
|
|
7
|
+
import { I as IMatchEvents, L as LocaleType, a as IEnvConfigType, W as WalletConfigType } from './types-DEsY_CPH.mjs';
|
|
8
|
+
export { i as Hooks, M as ModalProvider, T as ToastProvider } from './index-CHG4-0Z1.mjs';
|
|
9
|
+
export { i as Components } from './index-BXbfmVoU.mjs';
|
|
10
|
+
export { i as UI } from './index-YPRyEYt6.mjs';
|
|
11
|
+
export { i as Api } from './index-TjbO7d74.mjs';
|
|
12
|
+
export { i as Chains } from './index-B50DU_xT.mjs';
|
|
13
|
+
export { i as Types } from './index-FKxw4Vaa.mjs';
|
|
14
|
+
export { i as Icon } from './index-D7E317WV.mjs';
|
|
15
|
+
export { i as Lottie } from './index-CDTTHSh0.mjs';
|
|
17
16
|
import '@tanstack/react-query/src/types';
|
|
18
17
|
import './request-B0CyrGFT.mjs';
|
|
19
18
|
import 'viem/types/misc';
|
|
20
19
|
import 'react/jsx-runtime';
|
|
21
20
|
import 'viem/_types/actions/siwe/verifySiweMessage';
|
|
21
|
+
import 'viem/_types/utils/ccip';
|
|
22
|
+
import 'viem/chains';
|
|
22
23
|
import '@tanstack/react-query';
|
|
23
|
-
import './index-
|
|
24
|
-
import 'lottie-react';
|
|
24
|
+
import './index-BKSGbw7b.mjs';
|
|
25
25
|
|
|
26
26
|
declare const wagmiConfig: wagmi.Config<[{
|
|
27
27
|
blockExplorers: {
|
|
@@ -187,7 +187,7 @@ declare const wagmiConfig: wagmi.Config<[{
|
|
|
187
187
|
stateRoot: viem.Hash;
|
|
188
188
|
timestamp: bigint;
|
|
189
189
|
totalDifficulty: bigint | null;
|
|
190
|
-
transactions: `0x${string}`[] |
|
|
190
|
+
transactions: `0x${string}`[] | wagmi_chains.OpStackTransaction<boolean>[];
|
|
191
191
|
transactionsRoot: viem.Hash;
|
|
192
192
|
uncles: viem.Hash[];
|
|
193
193
|
withdrawals?: viem.Withdrawal[] | undefined;
|
|
@@ -485,7 +485,7 @@ declare const wagmiConfig: wagmi.Config<[{
|
|
|
485
485
|
stateRoot: viem.Hash;
|
|
486
486
|
timestamp: bigint;
|
|
487
487
|
totalDifficulty: bigint | null;
|
|
488
|
-
transactions: `0x${string}`[] |
|
|
488
|
+
transactions: `0x${string}`[] | wagmi_chains.OpStackTransaction<boolean>[];
|
|
489
489
|
transactionsRoot: viem.Hash;
|
|
490
490
|
uncles: viem.Hash[];
|
|
491
491
|
withdrawals?: viem.Withdrawal[] | undefined;
|
|
@@ -686,8 +686,8 @@ declare const wagmiConfig: wagmi.Config<[{
|
|
|
686
686
|
readonly http: readonly ["https://rpc.matchain.io"];
|
|
687
687
|
};
|
|
688
688
|
};
|
|
689
|
-
sourceId?: number | undefined;
|
|
690
|
-
testnet?: boolean | undefined;
|
|
689
|
+
sourceId?: number | undefined | undefined;
|
|
690
|
+
testnet?: boolean | undefined | undefined;
|
|
691
691
|
custom?: Record<string, unknown> | undefined;
|
|
692
692
|
fees?: viem.ChainFees<undefined> | undefined;
|
|
693
693
|
formatters?: undefined;
|
|
@@ -726,8 +726,8 @@ declare const wagmiConfig: wagmi.Config<[{
|
|
|
726
726
|
readonly http: readonly ["https://testnet-rpc.matchain.io"];
|
|
727
727
|
};
|
|
728
728
|
};
|
|
729
|
-
sourceId?: number | undefined;
|
|
730
|
-
testnet?: boolean | undefined;
|
|
729
|
+
sourceId?: number | undefined | undefined;
|
|
730
|
+
testnet?: boolean | undefined | undefined;
|
|
731
731
|
custom?: Record<string, unknown> | undefined;
|
|
732
732
|
fees?: viem.ChainFees<undefined> | undefined;
|
|
733
733
|
formatters?: undefined;
|
|
@@ -775,7 +775,7 @@ type MatchContextType = {
|
|
|
775
775
|
theme: "light" | "dark";
|
|
776
776
|
locale?: LocaleType;
|
|
777
777
|
} & Partial<IEnvConfigType>;
|
|
778
|
-
declare const MatchProvider:
|
|
778
|
+
declare const MatchProvider: React__default.FC<{
|
|
779
779
|
children: ReactNode;
|
|
780
780
|
appid: string;
|
|
781
781
|
events?: IMatchEvents;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import * as wagmi from 'wagmi';
|
|
2
2
|
import * as _rainbow_me_rainbowkit_dist_config_getDefaultConfig from '@rainbow-me/rainbowkit/dist/config/getDefaultConfig';
|
|
3
|
-
import * as viem_chains from 'viem/chains';
|
|
4
3
|
import * as abitype from 'abitype';
|
|
5
4
|
import * as wagmi_chains from 'wagmi/chains';
|
|
6
5
|
import * as viem from 'viem';
|
|
7
|
-
import
|
|
8
|
-
import { I as IMatchEvents,
|
|
9
|
-
export { i as Hooks, M as ModalProvider, T as ToastProvider } from './index-
|
|
10
|
-
export { i as Components } from './index-
|
|
11
|
-
export { i as UI } from './index-
|
|
12
|
-
export { i as Api } from './index-
|
|
13
|
-
export { i as Chains } from './index-
|
|
14
|
-
export { i as Types } from './index-
|
|
15
|
-
export { i as Icon } from './index-
|
|
16
|
-
export { i as Lottie } from './index-
|
|
6
|
+
import React__default, { ReactNode } from 'react';
|
|
7
|
+
import { I as IMatchEvents, L as LocaleType, a as IEnvConfigType, W as WalletConfigType } from './types-DEsY_CPH.js';
|
|
8
|
+
export { i as Hooks, M as ModalProvider, T as ToastProvider } from './index-D1Ep9UMx.js';
|
|
9
|
+
export { i as Components } from './index-CsUEaGtM.js';
|
|
10
|
+
export { i as UI } from './index-DK7l3lsH.js';
|
|
11
|
+
export { i as Api } from './index-CwHXzvvB.js';
|
|
12
|
+
export { i as Chains } from './index-B50DU_xT.js';
|
|
13
|
+
export { i as Types } from './index-4dZbgWG2.js';
|
|
14
|
+
export { i as Icon } from './index-C82WIWvx.js';
|
|
15
|
+
export { i as Lottie } from './index-CDTTHSh0.js';
|
|
17
16
|
import '@tanstack/react-query/src/types';
|
|
18
17
|
import './request-B0CyrGFT.js';
|
|
19
18
|
import 'viem/types/misc';
|
|
20
19
|
import 'react/jsx-runtime';
|
|
21
20
|
import 'viem/_types/actions/siwe/verifySiweMessage';
|
|
21
|
+
import 'viem/_types/utils/ccip';
|
|
22
|
+
import 'viem/chains';
|
|
22
23
|
import '@tanstack/react-query';
|
|
23
|
-
import './index-
|
|
24
|
-
import 'lottie-react';
|
|
24
|
+
import './index-BtjgRcNJ.js';
|
|
25
25
|
|
|
26
26
|
declare const wagmiConfig: wagmi.Config<[{
|
|
27
27
|
blockExplorers: {
|
|
@@ -187,7 +187,7 @@ declare const wagmiConfig: wagmi.Config<[{
|
|
|
187
187
|
stateRoot: viem.Hash;
|
|
188
188
|
timestamp: bigint;
|
|
189
189
|
totalDifficulty: bigint | null;
|
|
190
|
-
transactions: `0x${string}`[] |
|
|
190
|
+
transactions: `0x${string}`[] | wagmi_chains.OpStackTransaction<boolean>[];
|
|
191
191
|
transactionsRoot: viem.Hash;
|
|
192
192
|
uncles: viem.Hash[];
|
|
193
193
|
withdrawals?: viem.Withdrawal[] | undefined;
|
|
@@ -485,7 +485,7 @@ declare const wagmiConfig: wagmi.Config<[{
|
|
|
485
485
|
stateRoot: viem.Hash;
|
|
486
486
|
timestamp: bigint;
|
|
487
487
|
totalDifficulty: bigint | null;
|
|
488
|
-
transactions: `0x${string}`[] |
|
|
488
|
+
transactions: `0x${string}`[] | wagmi_chains.OpStackTransaction<boolean>[];
|
|
489
489
|
transactionsRoot: viem.Hash;
|
|
490
490
|
uncles: viem.Hash[];
|
|
491
491
|
withdrawals?: viem.Withdrawal[] | undefined;
|
|
@@ -686,8 +686,8 @@ declare const wagmiConfig: wagmi.Config<[{
|
|
|
686
686
|
readonly http: readonly ["https://rpc.matchain.io"];
|
|
687
687
|
};
|
|
688
688
|
};
|
|
689
|
-
sourceId?: number | undefined;
|
|
690
|
-
testnet?: boolean | undefined;
|
|
689
|
+
sourceId?: number | undefined | undefined;
|
|
690
|
+
testnet?: boolean | undefined | undefined;
|
|
691
691
|
custom?: Record<string, unknown> | undefined;
|
|
692
692
|
fees?: viem.ChainFees<undefined> | undefined;
|
|
693
693
|
formatters?: undefined;
|
|
@@ -726,8 +726,8 @@ declare const wagmiConfig: wagmi.Config<[{
|
|
|
726
726
|
readonly http: readonly ["https://testnet-rpc.matchain.io"];
|
|
727
727
|
};
|
|
728
728
|
};
|
|
729
|
-
sourceId?: number | undefined;
|
|
730
|
-
testnet?: boolean | undefined;
|
|
729
|
+
sourceId?: number | undefined | undefined;
|
|
730
|
+
testnet?: boolean | undefined | undefined;
|
|
731
731
|
custom?: Record<string, unknown> | undefined;
|
|
732
732
|
fees?: viem.ChainFees<undefined> | undefined;
|
|
733
733
|
formatters?: undefined;
|
|
@@ -775,7 +775,7 @@ type MatchContextType = {
|
|
|
775
775
|
theme: "light" | "dark";
|
|
776
776
|
locale?: LocaleType;
|
|
777
777
|
} & Partial<IEnvConfigType>;
|
|
778
|
-
declare const MatchProvider:
|
|
778
|
+
declare const MatchProvider: React__default.FC<{
|
|
779
779
|
children: ReactNode;
|
|
780
780
|
appid: string;
|
|
781
781
|
events?: IMatchEvents;
|