@funkit/connect 5.0.9 → 5.1.0
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/CHANGELOG.md +31 -0
- package/dist/{chunk-W45X55GI.js → chunk-5HIKBJTA.js} +9 -2
- package/dist/{chunk-N7ULOOYE.js → chunk-DYPSSLLL.js} +9 -2
- package/dist/components/Box/Box.d.ts +21 -21
- package/dist/components/Dialog/DialogContent.css.d.ts +1 -0
- package/dist/components/Dropdown/BaseActiveDropdownItem.d.ts +3 -2
- package/dist/components/Dropdown/BaseDropdown.d.ts +1 -0
- package/dist/components/Dropdown/BaseDropdownItem.d.ts +3 -1
- package/dist/components/Dropdown/TokenDropdown.d.ts +2 -2
- package/dist/components/DydxSwitchModalTab/DydxSwitchModalTab.d.ts +6 -3
- package/dist/components/FunAsset/FunAssetBadge.d.ts +2 -2
- package/dist/components/FunButton/FunIconButton.d.ts +0 -2
- package/dist/components/FunButton/FunRedirectButton.d.ts +6 -0
- package/dist/components/FunCheckoutHistory/useCustomStatusAnimationAboveTopbar.d.ts +13 -10
- package/dist/components/FunCountdown/FunCountdown.css.d.ts +0 -2
- package/dist/components/FunCountdown/FunCountdown.d.ts +6 -2
- package/dist/components/FunInfoBanner/EphemeralInfoBanner.d.ts +1 -1
- package/dist/components/FunNoResults/FunNoResults.d.ts +6 -2
- package/dist/components/FunTransactionSummary/FunTxSummaryComponents.d.ts +0 -1
- package/dist/components/FunTransactionSummary/PaymentAmountSummary.d.ts +14 -0
- package/dist/components/FunTransactionSummary/PaymentMethodSummary.d.ts +4 -17
- package/dist/components/FunTransactionSummary/PaymentRouteSummary.d.ts +12 -0
- package/dist/components/Icons/Icons.css.d.ts +1 -0
- package/dist/consts/customers.d.ts +1 -0
- package/dist/consts/funkit.d.ts +1 -0
- package/dist/css/sprinkles.css.d.ts +40 -25
- package/dist/domains/asset.d.ts +2 -2
- package/dist/hooks/useCheckoutAccountBalanceTransfer.d.ts +1 -1
- package/dist/hooks/useCheckoutTransferInit.d.ts +8 -0
- package/dist/hooks/useEnabledTokenTransferChainTokens.d.ts +2 -1
- package/dist/index.css +1851 -1449
- package/dist/index.js +2860 -2952
- package/dist/modals/CheckoutModal/useSourceAssetConfirm.d.ts +1 -2
- package/dist/modals/ProfileDetails/FunProfileViews/Home/HomeCheckoutDisplayRow.d.ts +3 -2
- package/dist/providers/FunkitThemeProvider.d.ts +27 -6
- package/dist/providers/GeneralWalletProvider.d.ts +8 -8
- package/dist/themes/darkTheme.js +1 -1
- package/dist/themes/lightTheme.js +1 -1
- package/dist/utils/checkout.d.ts +3 -3
- package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +2 -2
- package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +2 -2
- package/dist/wallets/walletConnectors/bybitWallet/bybitWallet.js +2 -2
- package/dist/wallets/walletConnectors/clvWallet/clvWallet.js +2 -2
- package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +2 -2
- package/dist/wallets/walletConnectors/coreWallet/coreWallet.js +2 -2
- package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +2 -2
- package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +2 -2
- package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +2 -2
- package/dist/wallets/walletConnectors/index.js +62 -62
- package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +2 -2
- package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +2 -2
- package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.js +2 -2
- package/dist/wallets/walletConnectors/roninWallet/roninWallet.js +2 -2
- package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.js +2 -2
- package/dist/wallets/walletConnectors/subWallet/subWallet.js +2 -2
- package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.js +2 -2
- package/dist/wallets/walletConnectors/trustWallet/trustWallet.js +2 -2
- package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +2 -2
- package/package.json +5 -5
- package/dist/hooks/useCheckoutTransferDepositAddress.d.ts +0 -4
|
@@ -2,7 +2,6 @@ import type { Operation } from '@funkit/core';
|
|
|
2
2
|
import type { FunkitCheckoutQuoteResult } from '~/domains/quote';
|
|
3
3
|
import { type CheckoutQuoteResult } from '~/providers/FunkitQuoteContext';
|
|
4
4
|
import { type PaymentMethodInfo } from '../../domains/paymentMethods';
|
|
5
|
-
import { type FunkitActiveCheckoutItem } from '../../providers/FunkitCheckoutContext';
|
|
6
5
|
import { LoginType } from '../../providers/GeneralWalletProvider';
|
|
7
6
|
export interface SourceAssetConfirmed {
|
|
8
7
|
isQuoteSuccess: boolean;
|
|
@@ -11,7 +10,7 @@ export interface SourceAssetConfirmed {
|
|
|
11
10
|
export declare function preparePaymentMethodInfo(selectedPaymentMethodInfo: PaymentMethodInfo | null, meshNetworkInfo: {
|
|
12
11
|
meshNetworkId: string | undefined;
|
|
13
12
|
} | null): PaymentMethodInfo;
|
|
14
|
-
export declare function fetchSponsorInitialTransferGasLimit(
|
|
13
|
+
export declare function fetchSponsorInitialTransferGasLimit(selectedPaymentMethodInfo: PaymentMethodInfo | null, loginType: LoginType, generateCheckoutTransferOpItems: (toAddress: string, tokenAmount: number | string) => Promise<{
|
|
15
14
|
transferOp: Operation | null;
|
|
16
15
|
}>): Promise<number>;
|
|
17
16
|
/**
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import type { CheckoutHistoryItem } from '@funkit/api-base';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import {
|
|
3
|
+
import type { Address } from 'viem';
|
|
4
|
+
import { HistoryContentPages } from '~/utils/checkoutHistory';
|
|
4
5
|
export declare const HomeCheckoutDisplayRow: ({ checkoutHistoryItem, onSelect, }: {
|
|
5
6
|
checkoutHistoryItem: CheckoutHistoryItem;
|
|
6
|
-
onSelect: (depositAddress:
|
|
7
|
+
onSelect: (depositAddress: Address, initialPage: HistoryContentPages) => void;
|
|
7
8
|
}) => React.JSX.Element;
|
|
8
9
|
export declare const HomeCheckoutDisplayRowSkeleton: () => React.JSX.Element;
|
|
@@ -74,16 +74,23 @@ export declare const useActiveTheme: () => {
|
|
|
74
74
|
buttonBackgroundHoverTertiary: string;
|
|
75
75
|
buttonTextTertiary: string;
|
|
76
76
|
buttonTextDisabledTertiary: string;
|
|
77
|
-
buttonStrokeTertiary: string;
|
|
78
77
|
buttonBackground: string;
|
|
79
78
|
buttonBackgroundHover: string;
|
|
80
79
|
buttonBackgroundDisabled: string;
|
|
81
|
-
buttonStroke: string;
|
|
82
80
|
buttonTextSecondaryDisabled: string;
|
|
83
81
|
buttonTextSecondary: string;
|
|
84
82
|
buttonIconBackgroundHover: string;
|
|
85
83
|
buttonIconBackgroundPressed: string;
|
|
86
84
|
buttonIconStroke: string;
|
|
85
|
+
buttonBorder: string;
|
|
86
|
+
buttonBorderHover: string;
|
|
87
|
+
buttonBorderActive: string;
|
|
88
|
+
buttonBorderFocused: string;
|
|
89
|
+
buttonBorderTertiary: string;
|
|
90
|
+
buttonBorderHoverTertiary: string;
|
|
91
|
+
buttonBorderActiveTertiary: string;
|
|
92
|
+
buttonBorderFocusedTertiary: string;
|
|
93
|
+
buttonFocusedOutline: string;
|
|
87
94
|
badgeBackgroundSuccess: string;
|
|
88
95
|
badgeBorderSuccess: string;
|
|
89
96
|
badgeTextSuccess: string;
|
|
@@ -234,16 +241,23 @@ export declare const useActiveTheme: () => {
|
|
|
234
241
|
buttonBackgroundHoverTertiary: string;
|
|
235
242
|
buttonTextTertiary: string;
|
|
236
243
|
buttonTextDisabledTertiary: string;
|
|
237
|
-
buttonStrokeTertiary: string;
|
|
238
244
|
buttonBackground: string;
|
|
239
245
|
buttonBackgroundHover: string;
|
|
240
246
|
buttonBackgroundDisabled: string;
|
|
241
|
-
buttonStroke: string;
|
|
242
247
|
buttonTextSecondaryDisabled: string;
|
|
243
248
|
buttonTextSecondary: string;
|
|
244
249
|
buttonIconBackgroundHover: string;
|
|
245
250
|
buttonIconBackgroundPressed: string;
|
|
246
251
|
buttonIconStroke: string;
|
|
252
|
+
buttonBorder: string;
|
|
253
|
+
buttonBorderHover: string;
|
|
254
|
+
buttonBorderActive: string;
|
|
255
|
+
buttonBorderFocused: string;
|
|
256
|
+
buttonBorderTertiary: string;
|
|
257
|
+
buttonBorderHoverTertiary: string;
|
|
258
|
+
buttonBorderActiveTertiary: string;
|
|
259
|
+
buttonBorderFocusedTertiary: string;
|
|
260
|
+
buttonFocusedOutline: string;
|
|
247
261
|
badgeBackgroundSuccess: string;
|
|
248
262
|
badgeBorderSuccess: string;
|
|
249
263
|
badgeTextSuccess: string;
|
|
@@ -392,16 +406,23 @@ export declare const useActiveTheme: () => {
|
|
|
392
406
|
buttonBackgroundHoverTertiary: string;
|
|
393
407
|
buttonTextTertiary: string;
|
|
394
408
|
buttonTextDisabledTertiary: string;
|
|
395
|
-
buttonStrokeTertiary: string;
|
|
396
409
|
buttonBackground: string;
|
|
397
410
|
buttonBackgroundHover: string;
|
|
398
411
|
buttonBackgroundDisabled: string;
|
|
399
|
-
buttonStroke: string;
|
|
400
412
|
buttonTextSecondaryDisabled: string;
|
|
401
413
|
buttonTextSecondary: string;
|
|
402
414
|
buttonIconBackgroundHover: string;
|
|
403
415
|
buttonIconBackgroundPressed: string;
|
|
404
416
|
buttonIconStroke: string;
|
|
417
|
+
buttonBorder: string;
|
|
418
|
+
buttonBorderHover: string;
|
|
419
|
+
buttonBorderActive: string;
|
|
420
|
+
buttonBorderFocused: string;
|
|
421
|
+
buttonBorderTertiary: string;
|
|
422
|
+
buttonBorderHoverTertiary: string;
|
|
423
|
+
buttonBorderActiveTertiary: string;
|
|
424
|
+
buttonBorderFocusedTertiary: string;
|
|
425
|
+
buttonFocusedOutline: string;
|
|
405
426
|
badgeBackgroundSuccess: string;
|
|
406
427
|
badgeBorderSuccess: string;
|
|
407
428
|
badgeTextSuccess: string;
|
|
@@ -96,15 +96,15 @@ export declare const useFunkitDisconnect: () => {
|
|
|
96
96
|
error: null;
|
|
97
97
|
data: undefined;
|
|
98
98
|
status: "idle";
|
|
99
|
+
isPaused: boolean;
|
|
100
|
+
context: unknown;
|
|
99
101
|
isError: false;
|
|
100
102
|
isPending: false;
|
|
101
103
|
isSuccess: false;
|
|
102
104
|
failureCount: number;
|
|
103
105
|
failureReason: import("@wagmi/core").DisconnectErrorType | null;
|
|
104
|
-
isPaused: boolean;
|
|
105
106
|
variables: undefined;
|
|
106
107
|
isIdle: true;
|
|
107
|
-
context: unknown;
|
|
108
108
|
submittedAt: number;
|
|
109
109
|
connectors: readonly import("wagmi").Connector[];
|
|
110
110
|
} | {
|
|
@@ -114,15 +114,15 @@ export declare const useFunkitDisconnect: () => {
|
|
|
114
114
|
error: null;
|
|
115
115
|
data: undefined;
|
|
116
116
|
status: "pending";
|
|
117
|
+
isPaused: boolean;
|
|
118
|
+
context: unknown;
|
|
117
119
|
isError: false;
|
|
118
120
|
isPending: true;
|
|
119
121
|
isSuccess: false;
|
|
120
122
|
failureCount: number;
|
|
121
123
|
failureReason: import("@wagmi/core").DisconnectErrorType | null;
|
|
122
|
-
isPaused: boolean;
|
|
123
124
|
variables: import("wagmi/query").DisconnectVariables;
|
|
124
125
|
isIdle: false;
|
|
125
|
-
context: unknown;
|
|
126
126
|
submittedAt: number;
|
|
127
127
|
connectors: readonly import("wagmi").Connector[];
|
|
128
128
|
} | {
|
|
@@ -132,15 +132,15 @@ export declare const useFunkitDisconnect: () => {
|
|
|
132
132
|
error: import("@wagmi/core").DisconnectErrorType;
|
|
133
133
|
data: undefined;
|
|
134
134
|
status: "error";
|
|
135
|
+
isPaused: boolean;
|
|
136
|
+
context: unknown;
|
|
135
137
|
isError: true;
|
|
136
138
|
isPending: false;
|
|
137
139
|
isSuccess: false;
|
|
138
140
|
failureCount: number;
|
|
139
141
|
failureReason: import("@wagmi/core").DisconnectErrorType | null;
|
|
140
|
-
isPaused: boolean;
|
|
141
142
|
variables: import("wagmi/query").DisconnectVariables;
|
|
142
143
|
isIdle: false;
|
|
143
|
-
context: unknown;
|
|
144
144
|
submittedAt: number;
|
|
145
145
|
connectors: readonly import("wagmi").Connector[];
|
|
146
146
|
} | {
|
|
@@ -150,15 +150,15 @@ export declare const useFunkitDisconnect: () => {
|
|
|
150
150
|
error: null;
|
|
151
151
|
data: void;
|
|
152
152
|
status: "success";
|
|
153
|
+
isPaused: boolean;
|
|
154
|
+
context: unknown;
|
|
153
155
|
isError: false;
|
|
154
156
|
isPending: false;
|
|
155
157
|
isSuccess: true;
|
|
156
158
|
failureCount: number;
|
|
157
159
|
failureReason: import("@wagmi/core").DisconnectErrorType | null;
|
|
158
|
-
isPaused: boolean;
|
|
159
160
|
variables: import("wagmi/query").DisconnectVariables;
|
|
160
161
|
isIdle: false;
|
|
161
|
-
context: unknown;
|
|
162
162
|
submittedAt: number;
|
|
163
163
|
connectors: readonly import("wagmi").Connector[];
|
|
164
164
|
};
|
package/dist/themes/darkTheme.js
CHANGED
package/dist/utils/checkout.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { type Address } from 'viem';
|
|
|
4
4
|
import type { UseConfigReturnType } from 'wagmi';
|
|
5
5
|
import type { ServerCheckoutConfig } from '~/domains/clientMetadata';
|
|
6
6
|
import type { FunkitCheckoutQuoteResult } from '~/domains/quote';
|
|
7
|
-
import type {
|
|
7
|
+
import type { FunkitCheckoutActionParams, FunkitCheckoutConfig } from '../providers/FunkitCheckoutContext';
|
|
8
8
|
export declare const MOONPAY_TIME_ESTIMATE_MS = 120000;
|
|
9
9
|
export declare const MESH_TIME_ESTIMATE_MS = 300000;
|
|
10
10
|
export declare const DUMMY_TRANSFER_PARAMS: {
|
|
@@ -51,6 +51,7 @@ export declare function getFunkitEnvForCheckoutEstimation({ chainId, bypassWalle
|
|
|
51
51
|
bypassInit: boolean;
|
|
52
52
|
apiKey?: string;
|
|
53
53
|
nonce?: bigint | undefined;
|
|
54
|
+
logger?: import("@funkit/api-base").Logger | undefined;
|
|
54
55
|
fee?: {
|
|
55
56
|
token?: string;
|
|
56
57
|
amount?: number;
|
|
@@ -58,7 +59,6 @@ export declare function getFunkitEnvForCheckoutEstimation({ chainId, bypassWalle
|
|
|
58
59
|
recipient: Address;
|
|
59
60
|
} | undefined;
|
|
60
61
|
skipDBAction?: boolean | undefined;
|
|
61
|
-
logger?: import("@funkit/api-base").Logger | undefined;
|
|
62
62
|
};
|
|
63
63
|
export type TokenInfo = {
|
|
64
64
|
symbol: string;
|
|
@@ -113,7 +113,7 @@ export declare function getCheckoutItemDisplay({ checkoutConfig, hideAmount, }:
|
|
|
113
113
|
export declare function getMaxTargetAssetAmountEstimate(sourceAssetBalance: number, config: FunkitCheckoutConfig, quoteResult: FunkitCheckoutQuoteResult): number;
|
|
114
114
|
export declare function getTokenDecimals(wagmiConfig: Config, chainId: string, tokenAddress: Address): Promise<number>;
|
|
115
115
|
export declare function evaluateCheckoutGenerateActionsParams(config: FunkitCheckoutConfig | ServerCheckoutConfig): FunkitCheckoutActionParams[];
|
|
116
|
-
export declare function isCheckoutCrFlow(
|
|
116
|
+
export declare function isCheckoutCrFlow(config: FunkitCheckoutConfig): boolean;
|
|
117
117
|
/**
|
|
118
118
|
* @param config can be either be a config from live checkoutItem OR from checkout history's clientMetadata
|
|
119
119
|
*/
|
|
@@ -3,98 +3,89 @@ import {
|
|
|
3
3
|
zealWallet
|
|
4
4
|
} from "./chunk-JROWU5BP.js";
|
|
5
5
|
import {
|
|
6
|
-
|
|
7
|
-
} from "./chunk-
|
|
6
|
+
trustWallet
|
|
7
|
+
} from "./chunk-IPOC2VJX.js";
|
|
8
8
|
import {
|
|
9
9
|
zerionWallet
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-ETTNDQQG.js";
|
|
11
11
|
import {
|
|
12
12
|
tahoWallet
|
|
13
13
|
} from "./chunk-6P2EMPZI.js";
|
|
14
|
-
import {
|
|
15
|
-
safepalWallet
|
|
16
|
-
} from "./chunk-MSFKSQBY.js";
|
|
17
14
|
import {
|
|
18
15
|
talismanWallet
|
|
19
16
|
} from "./chunk-ABFSXBE6.js";
|
|
20
17
|
import {
|
|
21
18
|
tokenPocketWallet
|
|
22
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-FRGSRLTS.js";
|
|
23
20
|
import {
|
|
24
|
-
|
|
25
|
-
} from "./chunk-
|
|
21
|
+
tokenaryWallet
|
|
22
|
+
} from "./chunk-SLOIIJGP.js";
|
|
23
|
+
import {
|
|
24
|
+
subWallet
|
|
25
|
+
} from "./chunk-4UM4GTKZ.js";
|
|
26
26
|
import {
|
|
27
27
|
uniswapWallet
|
|
28
28
|
} from "./chunk-LH7BMNFZ.js";
|
|
29
|
-
import {
|
|
30
|
-
tokenaryWallet
|
|
31
|
-
} from "./chunk-SLOIIJGP.js";
|
|
32
29
|
import {
|
|
33
30
|
walletConnectWallet
|
|
34
31
|
} from "./chunk-NP5QGWNL.js";
|
|
35
32
|
import {
|
|
36
|
-
|
|
37
|
-
} from "./chunk-
|
|
33
|
+
xdefiWallet
|
|
34
|
+
} from "./chunk-NO7XMBB5.js";
|
|
38
35
|
import {
|
|
39
|
-
|
|
40
|
-
} from "./chunk-
|
|
36
|
+
phantomWallet
|
|
37
|
+
} from "./chunk-ZSVTX6EK.js";
|
|
38
|
+
import {
|
|
39
|
+
rainbowWallet
|
|
40
|
+
} from "./chunk-MOOBCMMB.js";
|
|
41
41
|
import {
|
|
42
42
|
ramperWallet
|
|
43
43
|
} from "./chunk-PIUNLQJG.js";
|
|
44
|
-
import {
|
|
45
|
-
rainbowWallet
|
|
46
|
-
} from "./chunk-2UCNRD7H.js";
|
|
47
44
|
import {
|
|
48
45
|
roninWallet
|
|
49
|
-
} from "./chunk-
|
|
46
|
+
} from "./chunk-25VW5TZP.js";
|
|
50
47
|
import {
|
|
51
48
|
safeWallet
|
|
52
49
|
} from "./chunk-BQQQL6UD.js";
|
|
50
|
+
import {
|
|
51
|
+
rabbyWallet
|
|
52
|
+
} from "./chunk-BVX4XGNP.js";
|
|
53
53
|
import {
|
|
54
54
|
safeheronWallet
|
|
55
55
|
} from "./chunk-R6RWZRFF.js";
|
|
56
56
|
import {
|
|
57
|
-
|
|
58
|
-
} from "./chunk-
|
|
59
|
-
import {
|
|
60
|
-
metaMaskWallet
|
|
61
|
-
} from "./chunk-G73C6P5P.js";
|
|
57
|
+
safepalWallet
|
|
58
|
+
} from "./chunk-6LPM6LUQ.js";
|
|
62
59
|
import {
|
|
63
60
|
mewWallet
|
|
64
61
|
} from "./chunk-V57WLZEE.js";
|
|
65
|
-
import {
|
|
66
|
-
ledgerWallet
|
|
67
|
-
} from "./chunk-BRBKM4PW.js";
|
|
68
|
-
import {
|
|
69
|
-
okxWallet
|
|
70
|
-
} from "./chunk-4WEHDI4Y.js";
|
|
71
62
|
import {
|
|
72
63
|
oktoWallet
|
|
73
64
|
} from "./chunk-ADIXAKUL.js";
|
|
74
65
|
import {
|
|
75
|
-
|
|
76
|
-
} from "./chunk-
|
|
66
|
+
metaMaskWallet
|
|
67
|
+
} from "./chunk-N2NIIUW6.js";
|
|
68
|
+
import {
|
|
69
|
+
okxWallet
|
|
70
|
+
} from "./chunk-3U3BMEH5.js";
|
|
71
|
+
import {
|
|
72
|
+
oneKeyWallet
|
|
73
|
+
} from "./chunk-4AD7VI2P.js";
|
|
77
74
|
import {
|
|
78
75
|
oneInchWallet
|
|
79
76
|
} from "./chunk-OESTDX6I.js";
|
|
80
77
|
import {
|
|
81
78
|
omniWallet
|
|
82
79
|
} from "./chunk-7CUY5G6R.js";
|
|
80
|
+
import {
|
|
81
|
+
foxWallet
|
|
82
|
+
} from "./chunk-XYBEMO3C.js";
|
|
83
83
|
import {
|
|
84
84
|
frameWallet
|
|
85
85
|
} from "./chunk-ZMYVTWDF.js";
|
|
86
|
-
import {
|
|
87
|
-
enkryptWallet
|
|
88
|
-
} from "./chunk-SJTXS4ZW.js";
|
|
89
86
|
import {
|
|
90
87
|
frontierWallet
|
|
91
|
-
} from "./chunk-
|
|
92
|
-
import {
|
|
93
|
-
gateWallet
|
|
94
|
-
} from "./chunk-GSOYKKIS.js";
|
|
95
|
-
import {
|
|
96
|
-
kresusWallet
|
|
97
|
-
} from "./chunk-MJXPRJZT.js";
|
|
88
|
+
} from "./chunk-HKV7EMYZ.js";
|
|
98
89
|
import {
|
|
99
90
|
imTokenWallet
|
|
100
91
|
} from "./chunk-COZ7MIQS.js";
|
|
@@ -102,35 +93,41 @@ import {
|
|
|
102
93
|
injectedWallet
|
|
103
94
|
} from "./chunk-VCVVV2K7.js";
|
|
104
95
|
import {
|
|
105
|
-
|
|
106
|
-
} from "./chunk-
|
|
96
|
+
gateWallet
|
|
97
|
+
} from "./chunk-3NC26XLM.js";
|
|
107
98
|
import {
|
|
108
|
-
|
|
109
|
-
} from "./chunk-
|
|
99
|
+
kresusWallet
|
|
100
|
+
} from "./chunk-MJXPRJZT.js";
|
|
110
101
|
import {
|
|
111
|
-
|
|
112
|
-
} from "./chunk-
|
|
102
|
+
ledgerWallet
|
|
103
|
+
} from "./chunk-BRBKM4PW.js";
|
|
113
104
|
import {
|
|
114
|
-
|
|
115
|
-
} from "./chunk-
|
|
105
|
+
bitgetWallet
|
|
106
|
+
} from "./chunk-7GSNBOD3.js";
|
|
116
107
|
import {
|
|
117
|
-
|
|
118
|
-
} from "./chunk-
|
|
108
|
+
coin98Wallet
|
|
109
|
+
} from "./chunk-KFFJPS5R.js";
|
|
119
110
|
import {
|
|
120
111
|
dawnWallet
|
|
121
112
|
} from "./chunk-LN7OD5EC.js";
|
|
122
113
|
import {
|
|
123
|
-
|
|
124
|
-
} from "./chunk-
|
|
114
|
+
coreWallet
|
|
115
|
+
} from "./chunk-JXP2QPW7.js";
|
|
116
|
+
import {
|
|
117
|
+
coinbaseWallet
|
|
118
|
+
} from "./chunk-H4IRCEZN.js";
|
|
119
|
+
import {
|
|
120
|
+
braveWallet
|
|
121
|
+
} from "./chunk-PB254NQ4.js";
|
|
122
|
+
import {
|
|
123
|
+
enkryptWallet
|
|
124
|
+
} from "./chunk-SJTXS4ZW.js";
|
|
125
125
|
import {
|
|
126
126
|
desigWallet
|
|
127
127
|
} from "./chunk-CTU6JCOK.js";
|
|
128
128
|
import {
|
|
129
129
|
bifrostWallet
|
|
130
|
-
} from "./chunk-
|
|
131
|
-
import {
|
|
132
|
-
bitgetWallet
|
|
133
|
-
} from "./chunk-A5APNTGL.js";
|
|
130
|
+
} from "./chunk-545L7Y4M.js";
|
|
134
131
|
import {
|
|
135
132
|
argentWallet
|
|
136
133
|
} from "./chunk-WSQ2YJO2.js";
|
|
@@ -143,11 +140,14 @@ import {
|
|
|
143
140
|
import {
|
|
144
141
|
bloomWallet
|
|
145
142
|
} from "./chunk-S27IADFU.js";
|
|
146
|
-
import "./chunk-23WIEY36.js";
|
|
147
143
|
import {
|
|
148
|
-
|
|
149
|
-
} from "./chunk-
|
|
144
|
+
bybitWallet
|
|
145
|
+
} from "./chunk-W5O4YSZN.js";
|
|
146
|
+
import {
|
|
147
|
+
clvWallet
|
|
148
|
+
} from "./chunk-LEXSM5KI.js";
|
|
150
149
|
import "./chunk-WRA2DVJ7.js";
|
|
150
|
+
import "./chunk-23WIEY36.js";
|
|
151
151
|
export {
|
|
152
152
|
argentWallet,
|
|
153
153
|
bifrostWallet,
|