@funkit/connect 8.4.0-next.1 → 8.5.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 +100 -0
- package/dist/__generated__/default_configs.d.ts +7 -1
- package/dist/{chunk-UE3P6YHW.js → chunk-G4ZF44OO.js} +3 -0
- package/dist/{chunk-XX5CVGHN.js → chunk-GOGXF6NC.js} +3 -2
- package/dist/{chunk-YUWSE22N.js → chunk-K4YHIQ6O.js} +3 -2
- package/dist/clients/fanatics.css +3807 -3692
- package/dist/clients/fanatics.d.ts +6 -0
- package/dist/clients/fanatics.js +85 -39
- package/dist/components/Box/Box.d.ts +44 -44
- package/dist/components/FunCheckoutHistory/FunTxSummarySections.d.ts +7 -0
- package/dist/components/FunCheckoutHistory/TotalTimeItem.d.ts +6 -0
- package/dist/components/FunCheckoutHistory/YouSendItem.d.ts +6 -0
- package/dist/components/FunPayments/FunPaymentMethods.d.ts +2 -2
- package/dist/components/Icons/New/CircleBitcoinIcon.d.ts +4 -0
- package/dist/components/Icons/New/DollarIcon.d.ts +3 -1
- package/dist/consts/layout.d.ts +0 -1
- package/dist/css/sprinkles.css.d.ts +58 -44
- package/dist/domains/asset.d.ts +1 -1
- package/dist/hooks/queries/useSwappedDefaultCurrency.d.ts +5 -0
- package/dist/hooks/track/CheckoutModalEvent.d.ts +6 -1
- package/dist/hooks/useCheckoutDirectExecution.d.ts +1 -0
- package/dist/hooks/usePaymentSources.d.ts +3 -2
- package/dist/index.css +3807 -3692
- package/dist/index.js +1994 -1680
- package/dist/modals/CheckoutModal/SourceChange/FormOfPaymentsList.d.ts +5 -5
- package/dist/modals/CheckoutModal/SourceChange/SourceChange.d.ts +2 -2
- package/dist/modals/CheckoutModal/SwappedIframe/SwappedIframe.d.ts +2 -2
- package/dist/providers/FunkitCheckoutContext/index.d.ts +1 -0
- package/dist/providers/FunkitCheckoutContext/types.d.ts +5 -0
- package/dist/providers/FunkitConfigContext.d.ts +12 -2
- package/dist/providers/FunkitProvider.d.ts +1 -0
- package/dist/providers/FunkitThemeProvider.d.ts +21 -0
- package/dist/themes/baseTheme.js +1 -1
- package/dist/themes/darkTheme.js +2 -2
- package/dist/themes/lightTheme.js +2 -2
- package/dist/utils/swapped.d.ts +2 -0
- package/dist/utils/transfer.d.ts +2 -1
- 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 +37 -37
- 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 +4 -4
- package/dist/wallets/walletConnectors/{chunk-T5KHVUFR.js → chunk-3ZWIUCOI.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-77UTBHGP.js → chunk-4SC3PZVM.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-5EAOMOTO.js → chunk-5AV2NSL3.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-RA7MCWF4.js → chunk-5FWURLPF.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-R6Y36CMA.js → chunk-6677RKVT.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-MRRZOQGZ.js → chunk-75A4Q5E5.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-U5QP7MI5.js → chunk-ENLR4LXN.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-2E4PDCEJ.js → chunk-FT5BX7TL.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-JFHP4YJG.js → chunk-GEMN6DM5.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-CZYUE3AR.js → chunk-GXTI2PZD.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-47QF6EET.js → chunk-LGT6IAXI.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-W7Y6I22Y.js → chunk-N7475PGA.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-FA5DTT5R.js → chunk-O6YFVGVQ.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-UOTQQJJD.js → chunk-OCM5YHT5.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-HPHADOYD.js → chunk-PRGCIJ7Y.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-VYNVAGSV.js → chunk-RNIMZDHW.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-RLRQYUYC.js → chunk-TLOROKED.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-YLJDPTYF.js → chunk-WNQ3NPHX.js} +3 -3
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type GetFopsResponse, type SwappedFormOfPayment } from '@funkit/api-base';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
interface FormOfPaymentsListProps {
|
|
4
|
-
|
|
4
|
+
fopsData?: GetFopsResponse;
|
|
5
5
|
isLoading: boolean;
|
|
6
|
-
selectedFop?:
|
|
7
|
-
onFopSelect: (fop:
|
|
6
|
+
selectedFop?: SwappedFormOfPayment | null;
|
|
7
|
+
onFopSelect: (fop: SwappedFormOfPayment) => void;
|
|
8
8
|
}
|
|
9
|
-
export declare function FormOfPaymentsList({
|
|
9
|
+
export declare function FormOfPaymentsList({ fopsData, isLoading, selectedFop, onFopSelect, }: FormOfPaymentsListProps): React.JSX.Element;
|
|
10
10
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type
|
|
1
|
+
import { type SwappedFormOfPayment } from '@funkit/api-base';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { type ConnectablePaymentMethodInfo, PaymentMethod, type PaymentMethodCardInfo, type PaymentMethodVirtualBankIncompleteInfo } from '../../../domains/paymentMethods';
|
|
4
4
|
import { type PaymentMethodType } from '../../../hooks/usePaymentSources';
|
|
@@ -32,7 +32,7 @@ export type SourceChangeNext = {
|
|
|
32
32
|
} | {
|
|
33
33
|
/** Navigate to Swapped iframe with a selected payment option */
|
|
34
34
|
swappedIframe: true;
|
|
35
|
-
selectedPaymentOption:
|
|
35
|
+
selectedPaymentOption: SwappedFormOfPayment;
|
|
36
36
|
/** Payment method type filter to restore when returning */
|
|
37
37
|
paymentMethodTypeFilter: PaymentMethodType;
|
|
38
38
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { SwappedFormOfPayment } from '@funkit/api-base';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import type { PaymentMethodType } from '../../../hooks/usePaymentSources';
|
|
4
4
|
import { type CheckoutModalCommonState, FunCheckoutStep, type ModalStepComponentProps, type ModalStepInfo } from '../../../modals/CheckoutModal/stepTransition';
|
|
5
5
|
export type SwappedIframeState = CheckoutModalCommonState & {
|
|
6
6
|
/** The selected payment option from the fops API */
|
|
7
|
-
selectedPaymentOption:
|
|
7
|
+
selectedPaymentOption: SwappedFormOfPayment;
|
|
8
8
|
/** Payment method type filter to restore when returning to SOURCE_CHANGE */
|
|
9
9
|
paymentMethodTypeFilter?: PaymentMethodType;
|
|
10
10
|
};
|
|
@@ -37,6 +37,7 @@ interface FunkitCheckoutContextInterface {
|
|
|
37
37
|
applyDynamicRouting(path: Omit<DynamicRoutePath, 'getCustomRecipient' | 'generateActionsParams'> & {
|
|
38
38
|
customRecipient?: FunkitCheckoutConfig['customRecipient'];
|
|
39
39
|
generateActionsParams?: FunkitCheckoutConfig['generateActionsParams'];
|
|
40
|
+
bridgeOverride?: FunkitCheckoutConfig['bridgeOverride'];
|
|
40
41
|
}): void;
|
|
41
42
|
updateDynamicRoutingId(dynamicRoutingId: string): void;
|
|
42
43
|
}
|
|
@@ -79,6 +79,11 @@ export interface FunkitCheckoutConfig extends Omit<ApiFunkitCheckoutConfig, 'gen
|
|
|
79
79
|
* For dynamic routing, the id of the dynamic route to use
|
|
80
80
|
*/
|
|
81
81
|
dynamicRoutingId?: string;
|
|
82
|
+
/**
|
|
83
|
+
* Force a specific bridge provider for the checkout quote.
|
|
84
|
+
* Set via dynamic routing rules.
|
|
85
|
+
*/
|
|
86
|
+
bridgeOverride?: 'across' | 'relay';
|
|
82
87
|
}
|
|
83
88
|
export interface WithdrawalConfigBase {
|
|
84
89
|
/** Title to show in the checkout modal. Defaults to "Checkout" **/
|
|
@@ -177,8 +177,6 @@ export interface FunkitUiCustomizationsConfig {
|
|
|
177
177
|
/** Translation key for label - defaults to `'common.close'` */
|
|
178
178
|
labelKey?: 'sourceChange.exploreMarketsFirst' | 'common.close';
|
|
179
179
|
};
|
|
180
|
-
/** Whether to show the crypto/cash toggle - defaults to false */
|
|
181
|
-
showCryptoCashToggle?: boolean;
|
|
182
180
|
/** Whether to show target asset selection menu if dynamicTargetAssetCandidates exist - defaults to false */
|
|
183
181
|
showTargetAssetSelection?: boolean;
|
|
184
182
|
/** Whether to show wallet option when balance is insufficient - defaults to false (hides wallet) */
|
|
@@ -197,6 +195,18 @@ export interface FunkitUiCustomizationsConfig {
|
|
|
197
195
|
timeEstimate?: ComponentType;
|
|
198
196
|
youReceive?: ComponentType;
|
|
199
197
|
youSend?: ComponentType;
|
|
198
|
+
fiatTabIcon?: ComponentType<{
|
|
199
|
+
size?: number;
|
|
200
|
+
}>;
|
|
201
|
+
cryptoTabIcon?: ComponentType<{
|
|
202
|
+
size?: number;
|
|
203
|
+
}>;
|
|
204
|
+
};
|
|
205
|
+
/** Font family names to pass to embedded widgets */
|
|
206
|
+
customFontFamily?: {
|
|
207
|
+
primary?: string;
|
|
208
|
+
secondary?: string;
|
|
209
|
+
tertiary?: string;
|
|
200
210
|
};
|
|
201
211
|
}
|
|
202
212
|
/**
|
|
@@ -21,6 +21,7 @@ interface FunkitProviderInnerProps {
|
|
|
21
21
|
debug?: boolean | undefined;
|
|
22
22
|
sandbox?: boolean | undefined;
|
|
23
23
|
modalSize?: ModalSizes;
|
|
24
|
+
useStyleRefForTheme?: boolean;
|
|
24
25
|
}
|
|
25
26
|
export type FunkitWagmiConfig = Omit<CreateFunkitWagmiConfigParameters, 'funkitApiKey' | 'initialChainId' | 'appName'> & {
|
|
26
27
|
projectId: string;
|
|
@@ -141,6 +141,7 @@ export declare const useActiveTheme: () => {
|
|
|
141
141
|
txSummaryBoxBorder: string;
|
|
142
142
|
counterRingColor: string;
|
|
143
143
|
cryptoCashToggleContainerBorderColor: string;
|
|
144
|
+
cryptoCashToggleBackground: string;
|
|
144
145
|
};
|
|
145
146
|
dimensions: {
|
|
146
147
|
connectExchangeIconSize: string;
|
|
@@ -193,6 +194,7 @@ export declare const useActiveTheme: () => {
|
|
|
193
194
|
txSummaryLabel: string;
|
|
194
195
|
txSummaryValue: string;
|
|
195
196
|
sourceListSectionLabelFontWeight: string;
|
|
197
|
+
formOfPaymentsListSectionLabelFontWeight: string;
|
|
196
198
|
};
|
|
197
199
|
fontSize: {
|
|
198
200
|
'10': {
|
|
@@ -347,6 +349,10 @@ export declare const useActiveTheme: () => {
|
|
|
347
349
|
fontSize: string;
|
|
348
350
|
lineHeight: string;
|
|
349
351
|
};
|
|
352
|
+
formOfPaymentsListSectionLabelFontSize: {
|
|
353
|
+
fontSize: string;
|
|
354
|
+
lineHeight: string;
|
|
355
|
+
};
|
|
350
356
|
};
|
|
351
357
|
radii: {
|
|
352
358
|
actionButton: string;
|
|
@@ -424,6 +430,7 @@ export declare const useActiveTheme: () => {
|
|
|
424
430
|
txSummaryLineItemPadding: string;
|
|
425
431
|
txSummaryDividerMarginX: string;
|
|
426
432
|
txSummaryDividerMarginY: string;
|
|
433
|
+
verticalSectionGap: string;
|
|
427
434
|
youPayYouReceivePaddingLeft: string;
|
|
428
435
|
youPayYouReceivePaddingRight: string;
|
|
429
436
|
youPayYouReceivePaddingY: string;
|
|
@@ -567,6 +574,7 @@ export declare const useActiveTheme: () => {
|
|
|
567
574
|
txSummaryBoxBorder: string;
|
|
568
575
|
counterRingColor: string;
|
|
569
576
|
cryptoCashToggleContainerBorderColor: string;
|
|
577
|
+
cryptoCashToggleBackground: string;
|
|
570
578
|
};
|
|
571
579
|
dimensions: {
|
|
572
580
|
connectExchangeIconSize: string;
|
|
@@ -619,6 +627,7 @@ export declare const useActiveTheme: () => {
|
|
|
619
627
|
txSummaryLabel: string;
|
|
620
628
|
txSummaryValue: string;
|
|
621
629
|
sourceListSectionLabelFontWeight: string;
|
|
630
|
+
formOfPaymentsListSectionLabelFontWeight: string;
|
|
622
631
|
};
|
|
623
632
|
fontSize: {
|
|
624
633
|
'10': {
|
|
@@ -773,6 +782,10 @@ export declare const useActiveTheme: () => {
|
|
|
773
782
|
fontSize: string;
|
|
774
783
|
lineHeight: string;
|
|
775
784
|
};
|
|
785
|
+
formOfPaymentsListSectionLabelFontSize: {
|
|
786
|
+
fontSize: string;
|
|
787
|
+
lineHeight: string;
|
|
788
|
+
};
|
|
776
789
|
};
|
|
777
790
|
radii: {
|
|
778
791
|
actionButton: string;
|
|
@@ -850,6 +863,7 @@ export declare const useActiveTheme: () => {
|
|
|
850
863
|
txSummaryLineItemPadding: string;
|
|
851
864
|
txSummaryDividerMarginX: string;
|
|
852
865
|
txSummaryDividerMarginY: string;
|
|
866
|
+
verticalSectionGap: string;
|
|
853
867
|
youPayYouReceivePaddingLeft: string;
|
|
854
868
|
youPayYouReceivePaddingRight: string;
|
|
855
869
|
youPayYouReceivePaddingY: string;
|
|
@@ -991,6 +1005,7 @@ export declare const useActiveTheme: () => {
|
|
|
991
1005
|
txSummaryBoxBorder: string;
|
|
992
1006
|
counterRingColor: string;
|
|
993
1007
|
cryptoCashToggleContainerBorderColor: string;
|
|
1008
|
+
cryptoCashToggleBackground: string;
|
|
994
1009
|
};
|
|
995
1010
|
dimensions: {
|
|
996
1011
|
connectExchangeIconSize: string;
|
|
@@ -1043,6 +1058,7 @@ export declare const useActiveTheme: () => {
|
|
|
1043
1058
|
txSummaryLabel: string;
|
|
1044
1059
|
txSummaryValue: string;
|
|
1045
1060
|
sourceListSectionLabelFontWeight: string;
|
|
1061
|
+
formOfPaymentsListSectionLabelFontWeight: string;
|
|
1046
1062
|
};
|
|
1047
1063
|
fontSize: {
|
|
1048
1064
|
'10': {
|
|
@@ -1197,6 +1213,10 @@ export declare const useActiveTheme: () => {
|
|
|
1197
1213
|
fontSize: string;
|
|
1198
1214
|
lineHeight: string;
|
|
1199
1215
|
};
|
|
1216
|
+
formOfPaymentsListSectionLabelFontSize: {
|
|
1217
|
+
fontSize: string;
|
|
1218
|
+
lineHeight: string;
|
|
1219
|
+
};
|
|
1200
1220
|
};
|
|
1201
1221
|
radii: {
|
|
1202
1222
|
actionButton: string;
|
|
@@ -1274,6 +1294,7 @@ export declare const useActiveTheme: () => {
|
|
|
1274
1294
|
txSummaryLineItemPadding: string;
|
|
1275
1295
|
txSummaryDividerMarginX: string;
|
|
1276
1296
|
txSummaryDividerMarginY: string;
|
|
1297
|
+
verticalSectionGap: string;
|
|
1277
1298
|
youPayYouReceivePaddingLeft: string;
|
|
1278
1299
|
youPayYouReceivePaddingRight: string;
|
|
1279
1300
|
youPayYouReceivePaddingY: string;
|
package/dist/themes/baseTheme.js
CHANGED
package/dist/themes/darkTheme.js
CHANGED
package/dist/utils/transfer.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import type { FunAddress } from '@funkit/api-base';
|
|
1
|
+
import type { CheckoutInitTokenTransferResponse, FunAddress } from '@funkit/api-base';
|
|
2
|
+
export declare function getDepositAddressForChain(chainId: number, transferInit: CheckoutInitTokenTransferResponse | undefined): FunAddress | undefined;
|
|
2
3
|
export type TransferTokenQrCodeType = 'ethereum' | 'solana' | 'bitcoin' | 'tron';
|
|
3
4
|
interface TransferTokenQrCodeUriParams {
|
|
4
5
|
depositAddress: FunAddress;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
|
-
|
|
4
|
-
} from "./chunk-
|
|
3
|
+
zealWallet
|
|
4
|
+
} from "./chunk-VU2RNIQG.js";
|
|
5
5
|
import {
|
|
6
6
|
zerionWallet
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-GXTI2PZD.js";
|
|
8
8
|
import {
|
|
9
9
|
tahoWallet
|
|
10
10
|
} from "./chunk-TNZJRXUQ.js";
|
|
@@ -13,34 +13,34 @@ import {
|
|
|
13
13
|
} from "./chunk-JTLLKY2O.js";
|
|
14
14
|
import {
|
|
15
15
|
tokenPocketWallet
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-LGT6IAXI.js";
|
|
17
17
|
import {
|
|
18
18
|
tokenaryWallet
|
|
19
19
|
} from "./chunk-M2HGGTFE.js";
|
|
20
20
|
import {
|
|
21
21
|
trustWallet
|
|
22
|
-
} from "./chunk-
|
|
23
|
-
import {
|
|
24
|
-
walletConnectWallet
|
|
25
|
-
} from "./chunk-NP5QGWNL.js";
|
|
22
|
+
} from "./chunk-GEMN6DM5.js";
|
|
26
23
|
import {
|
|
27
24
|
uniswapWallet
|
|
28
25
|
} from "./chunk-LH7BMNFZ.js";
|
|
29
26
|
import {
|
|
30
|
-
|
|
31
|
-
} from "./chunk-
|
|
27
|
+
walletConnectWallet
|
|
28
|
+
} from "./chunk-NP5QGWNL.js";
|
|
29
|
+
import {
|
|
30
|
+
xdefiWallet
|
|
31
|
+
} from "./chunk-TMFH6GXS.js";
|
|
32
32
|
import {
|
|
33
33
|
rabbyWallet
|
|
34
34
|
} from "./chunk-LW6S43RE.js";
|
|
35
35
|
import {
|
|
36
36
|
rainbowWallet
|
|
37
|
-
} from "./chunk-
|
|
38
|
-
import {
|
|
39
|
-
roninWallet
|
|
40
|
-
} from "./chunk-UOTQQJJD.js";
|
|
37
|
+
} from "./chunk-4SC3PZVM.js";
|
|
41
38
|
import {
|
|
42
39
|
ramperWallet
|
|
43
40
|
} from "./chunk-FCG5Q6JX.js";
|
|
41
|
+
import {
|
|
42
|
+
roninWallet
|
|
43
|
+
} from "./chunk-OCM5YHT5.js";
|
|
44
44
|
import {
|
|
45
45
|
safeWallet
|
|
46
46
|
} from "./chunk-BQQQL6UD.js";
|
|
@@ -49,13 +49,13 @@ import {
|
|
|
49
49
|
} from "./chunk-QS2XIZEH.js";
|
|
50
50
|
import {
|
|
51
51
|
safepalWallet
|
|
52
|
-
} from "./chunk-
|
|
52
|
+
} from "./chunk-N7475PGA.js";
|
|
53
53
|
import {
|
|
54
54
|
subWallet
|
|
55
|
-
} from "./chunk-
|
|
55
|
+
} from "./chunk-FT5BX7TL.js";
|
|
56
56
|
import {
|
|
57
57
|
metaMaskWallet
|
|
58
|
-
} from "./chunk-
|
|
58
|
+
} from "./chunk-5FWURLPF.js";
|
|
59
59
|
import {
|
|
60
60
|
mewWallet
|
|
61
61
|
} from "./chunk-CF5HOLH2.js";
|
|
@@ -64,7 +64,7 @@ import {
|
|
|
64
64
|
} from "./chunk-ADIXAKUL.js";
|
|
65
65
|
import {
|
|
66
66
|
okxWallet
|
|
67
|
-
} from "./chunk-
|
|
67
|
+
} from "./chunk-ENLR4LXN.js";
|
|
68
68
|
import {
|
|
69
69
|
omniWallet
|
|
70
70
|
} from "./chunk-7CUY5G6R.js";
|
|
@@ -79,16 +79,16 @@ import {
|
|
|
79
79
|
} from "./chunk-3IYE623P.js";
|
|
80
80
|
import {
|
|
81
81
|
foxWallet
|
|
82
|
-
} from "./chunk-
|
|
82
|
+
} from "./chunk-WNQ3NPHX.js";
|
|
83
83
|
import {
|
|
84
84
|
frameWallet
|
|
85
85
|
} from "./chunk-AI55G5DD.js";
|
|
86
86
|
import {
|
|
87
87
|
frontierWallet
|
|
88
|
-
} from "./chunk-
|
|
88
|
+
} from "./chunk-3ZWIUCOI.js";
|
|
89
89
|
import {
|
|
90
90
|
gateWallet
|
|
91
|
-
} from "./chunk-
|
|
91
|
+
} from "./chunk-75A4Q5E5.js";
|
|
92
92
|
import {
|
|
93
93
|
imTokenWallet
|
|
94
94
|
} from "./chunk-COZ7MIQS.js";
|
|
@@ -102,20 +102,20 @@ import {
|
|
|
102
102
|
ledgerWallet
|
|
103
103
|
} from "./chunk-BRBKM4PW.js";
|
|
104
104
|
import {
|
|
105
|
-
|
|
106
|
-
} from "./chunk-
|
|
105
|
+
braveWallet
|
|
106
|
+
} from "./chunk-4ZXII3UA.js";
|
|
107
107
|
import {
|
|
108
108
|
clvWallet
|
|
109
|
-
} from "./chunk-
|
|
109
|
+
} from "./chunk-PRGCIJ7Y.js";
|
|
110
110
|
import {
|
|
111
111
|
coin98Wallet
|
|
112
|
-
} from "./chunk-
|
|
112
|
+
} from "./chunk-TLOROKED.js";
|
|
113
113
|
import {
|
|
114
114
|
coinbaseWallet
|
|
115
115
|
} from "./chunk-H4IRCEZN.js";
|
|
116
116
|
import {
|
|
117
117
|
coreWallet
|
|
118
|
-
} from "./chunk-
|
|
118
|
+
} from "./chunk-RNIMZDHW.js";
|
|
119
119
|
import {
|
|
120
120
|
dawnWallet
|
|
121
121
|
} from "./chunk-EMBU4RXK.js";
|
|
@@ -125,29 +125,29 @@ import {
|
|
|
125
125
|
import {
|
|
126
126
|
enkryptWallet
|
|
127
127
|
} from "./chunk-ABQKUIUD.js";
|
|
128
|
-
import {
|
|
129
|
-
bifrostWallet
|
|
130
|
-
} from "./chunk-R6Y36CMA.js";
|
|
131
128
|
import {
|
|
132
129
|
argentWallet
|
|
133
130
|
} from "./chunk-WSQ2YJO2.js";
|
|
134
131
|
import {
|
|
135
|
-
|
|
136
|
-
} from "./chunk-
|
|
132
|
+
bifrostWallet
|
|
133
|
+
} from "./chunk-6677RKVT.js";
|
|
134
|
+
import {
|
|
135
|
+
bitverseWallet
|
|
136
|
+
} from "./chunk-3HZRRP4Y.js";
|
|
137
137
|
import {
|
|
138
138
|
bitskiWallet
|
|
139
139
|
} from "./chunk-YMUSFW44.js";
|
|
140
|
+
import {
|
|
141
|
+
bitgetWallet
|
|
142
|
+
} from "./chunk-O6YFVGVQ.js";
|
|
140
143
|
import {
|
|
141
144
|
bloomWallet
|
|
142
145
|
} from "./chunk-S27IADFU.js";
|
|
143
146
|
import {
|
|
144
|
-
|
|
145
|
-
} from "./chunk-
|
|
146
|
-
import "./chunk-23WIEY36.js";
|
|
147
|
-
import {
|
|
148
|
-
braveWallet
|
|
149
|
-
} from "./chunk-4ZXII3UA.js";
|
|
147
|
+
bybitWallet
|
|
148
|
+
} from "./chunk-5AV2NSL3.js";
|
|
150
149
|
import "./chunk-ARYAYQ7Z.js";
|
|
150
|
+
import "./chunk-23WIEY36.js";
|
|
151
151
|
export {
|
|
152
152
|
argentWallet,
|
|
153
153
|
bifrostWallet,
|