@funkit/connect 8.4.0 → 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 +27 -0
- package/dist/__generated__/default_configs.d.ts +7 -1
- package/dist/{chunk-4WY7FNYP.js → chunk-G4ZF44OO.js} +2 -0
- package/dist/{chunk-UUHLEWAL.js → chunk-GOGXF6NC.js} +1 -1
- package/dist/{chunk-Z4QDKBBG.js → chunk-K4YHIQ6O.js} +1 -1
- package/dist/clients/fanatics.css +3730 -3723
- package/dist/clients/fanatics.js +2 -2
- package/dist/components/Box/Box.d.ts +2 -2
- package/dist/components/FunPayments/FunPaymentMethods.d.ts +2 -2
- package/dist/css/sprinkles.css.d.ts +12 -2
- 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 +3730 -3723
- package/dist/index.js +315 -201
- 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 +0 -2
- package/dist/providers/FunkitThemeProvider.d.ts +15 -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/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 +38 -38
- 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) */
|
|
@@ -194,6 +194,7 @@ export declare const useActiveTheme: () => {
|
|
|
194
194
|
txSummaryLabel: string;
|
|
195
195
|
txSummaryValue: string;
|
|
196
196
|
sourceListSectionLabelFontWeight: string;
|
|
197
|
+
formOfPaymentsListSectionLabelFontWeight: string;
|
|
197
198
|
};
|
|
198
199
|
fontSize: {
|
|
199
200
|
'10': {
|
|
@@ -348,6 +349,10 @@ export declare const useActiveTheme: () => {
|
|
|
348
349
|
fontSize: string;
|
|
349
350
|
lineHeight: string;
|
|
350
351
|
};
|
|
352
|
+
formOfPaymentsListSectionLabelFontSize: {
|
|
353
|
+
fontSize: string;
|
|
354
|
+
lineHeight: string;
|
|
355
|
+
};
|
|
351
356
|
};
|
|
352
357
|
radii: {
|
|
353
358
|
actionButton: string;
|
|
@@ -622,6 +627,7 @@ export declare const useActiveTheme: () => {
|
|
|
622
627
|
txSummaryLabel: string;
|
|
623
628
|
txSummaryValue: string;
|
|
624
629
|
sourceListSectionLabelFontWeight: string;
|
|
630
|
+
formOfPaymentsListSectionLabelFontWeight: string;
|
|
625
631
|
};
|
|
626
632
|
fontSize: {
|
|
627
633
|
'10': {
|
|
@@ -776,6 +782,10 @@ export declare const useActiveTheme: () => {
|
|
|
776
782
|
fontSize: string;
|
|
777
783
|
lineHeight: string;
|
|
778
784
|
};
|
|
785
|
+
formOfPaymentsListSectionLabelFontSize: {
|
|
786
|
+
fontSize: string;
|
|
787
|
+
lineHeight: string;
|
|
788
|
+
};
|
|
779
789
|
};
|
|
780
790
|
radii: {
|
|
781
791
|
actionButton: string;
|
|
@@ -1048,6 +1058,7 @@ export declare const useActiveTheme: () => {
|
|
|
1048
1058
|
txSummaryLabel: string;
|
|
1049
1059
|
txSummaryValue: string;
|
|
1050
1060
|
sourceListSectionLabelFontWeight: string;
|
|
1061
|
+
formOfPaymentsListSectionLabelFontWeight: string;
|
|
1051
1062
|
};
|
|
1052
1063
|
fontSize: {
|
|
1053
1064
|
'10': {
|
|
@@ -1202,6 +1213,10 @@ export declare const useActiveTheme: () => {
|
|
|
1202
1213
|
fontSize: string;
|
|
1203
1214
|
lineHeight: string;
|
|
1204
1215
|
};
|
|
1216
|
+
formOfPaymentsListSectionLabelFontSize: {
|
|
1217
|
+
fontSize: string;
|
|
1218
|
+
lineHeight: string;
|
|
1219
|
+
};
|
|
1205
1220
|
};
|
|
1206
1221
|
radii: {
|
|
1207
1222
|
actionButton: string;
|
package/dist/themes/baseTheme.js
CHANGED
package/dist/themes/darkTheme.js
CHANGED
|
@@ -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
|
-
|
|
7
|
-
} from "./chunk-
|
|
6
|
+
zerionWallet
|
|
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
|
-
|
|
22
|
-
} from "./chunk-
|
|
21
|
+
trustWallet
|
|
22
|
+
} from "./chunk-GEMN6DM5.js";
|
|
23
23
|
import {
|
|
24
24
|
uniswapWallet
|
|
25
25
|
} from "./chunk-LH7BMNFZ.js";
|
|
26
|
+
import {
|
|
27
|
+
walletConnectWallet
|
|
28
|
+
} from "./chunk-NP5QGWNL.js";
|
|
26
29
|
import {
|
|
27
30
|
xdefiWallet
|
|
28
31
|
} from "./chunk-TMFH6GXS.js";
|
|
29
32
|
import {
|
|
30
|
-
|
|
31
|
-
} from "./chunk-
|
|
32
|
-
import {
|
|
33
|
-
phantomWallet
|
|
34
|
-
} from "./chunk-3IYE623P.js";
|
|
33
|
+
rabbyWallet
|
|
34
|
+
} from "./chunk-LW6S43RE.js";
|
|
35
35
|
import {
|
|
36
36
|
rainbowWallet
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-4SC3PZVM.js";
|
|
38
38
|
import {
|
|
39
39
|
ramperWallet
|
|
40
40
|
} from "./chunk-FCG5Q6JX.js";
|
|
41
41
|
import {
|
|
42
42
|
roninWallet
|
|
43
|
-
} from "./chunk-
|
|
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";
|
|
@@ -75,20 +75,20 @@ import {
|
|
|
75
75
|
oneKeyWallet
|
|
76
76
|
} from "./chunk-35Q4HKAM.js";
|
|
77
77
|
import {
|
|
78
|
-
|
|
79
|
-
} from "./chunk-
|
|
78
|
+
phantomWallet
|
|
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";
|
|
@@ -101,21 +101,21 @@ import {
|
|
|
101
101
|
import {
|
|
102
102
|
ledgerWallet
|
|
103
103
|
} from "./chunk-BRBKM4PW.js";
|
|
104
|
+
import {
|
|
105
|
+
braveWallet
|
|
106
|
+
} from "./chunk-4ZXII3UA.js";
|
|
104
107
|
import {
|
|
105
108
|
clvWallet
|
|
106
|
-
} from "./chunk-
|
|
109
|
+
} from "./chunk-PRGCIJ7Y.js";
|
|
107
110
|
import {
|
|
108
111
|
coin98Wallet
|
|
109
|
-
} from "./chunk-
|
|
112
|
+
} from "./chunk-TLOROKED.js";
|
|
110
113
|
import {
|
|
111
114
|
coinbaseWallet
|
|
112
115
|
} from "./chunk-H4IRCEZN.js";
|
|
113
|
-
import {
|
|
114
|
-
bitskiWallet
|
|
115
|
-
} from "./chunk-YMUSFW44.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";
|
|
@@ -130,24 +130,24 @@ import {
|
|
|
130
130
|
} from "./chunk-WSQ2YJO2.js";
|
|
131
131
|
import {
|
|
132
132
|
bifrostWallet
|
|
133
|
-
} from "./chunk-
|
|
134
|
-
import {
|
|
135
|
-
bitgetWallet
|
|
136
|
-
} from "./chunk-FA5DTT5R.js";
|
|
133
|
+
} from "./chunk-6677RKVT.js";
|
|
137
134
|
import {
|
|
138
135
|
bitverseWallet
|
|
139
136
|
} from "./chunk-3HZRRP4Y.js";
|
|
137
|
+
import {
|
|
138
|
+
bitskiWallet
|
|
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
|
-
import {
|
|
144
|
-
braveWallet
|
|
145
|
-
} from "./chunk-4ZXII3UA.js";
|
|
146
146
|
import {
|
|
147
147
|
bybitWallet
|
|
148
|
-
} from "./chunk-
|
|
149
|
-
import "./chunk-23WIEY36.js";
|
|
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,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@funkit/connect",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.5.0",
|
|
4
4
|
"description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -103,10 +103,10 @@
|
|
|
103
103
|
"ua-parser-js": "^1.0.37",
|
|
104
104
|
"use-debounce": "^10.0.5",
|
|
105
105
|
"uuid": "^9.0.1",
|
|
106
|
-
"@funkit/api-base": "2.
|
|
106
|
+
"@funkit/api-base": "2.3.0",
|
|
107
107
|
"@funkit/chains": "1.1.0",
|
|
108
|
-
"@funkit/fun-relay": "2.
|
|
109
|
-
"@funkit/utils": "1.2.
|
|
108
|
+
"@funkit/fun-relay": "2.6.0",
|
|
109
|
+
"@funkit/utils": "1.2.2"
|
|
110
110
|
},
|
|
111
111
|
"repository": {
|
|
112
112
|
"type": "git",
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
getWalletConnectConnector
|
|
4
|
-
} from "./chunk-23WIEY36.js";
|
|
5
2
|
import {
|
|
6
3
|
getInjectedConnector,
|
|
7
4
|
hasInjectedProvider
|
|
8
5
|
} from "./chunk-ARYAYQ7Z.js";
|
|
6
|
+
import {
|
|
7
|
+
getWalletConnectConnector
|
|
8
|
+
} from "./chunk-23WIEY36.js";
|
|
9
9
|
|
|
10
10
|
// src/wallets/walletConnectors/frontierWallet/frontierWallet.ts
|
|
11
11
|
import { isAndroid } from "@funkit/utils";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
getWalletConnectConnector
|
|
4
|
-
} from "./chunk-23WIEY36.js";
|
|
5
2
|
import {
|
|
6
3
|
getInjectedConnector,
|
|
7
4
|
hasInjectedProvider
|
|
8
5
|
} from "./chunk-ARYAYQ7Z.js";
|
|
6
|
+
import {
|
|
7
|
+
getWalletConnectConnector
|
|
8
|
+
} from "./chunk-23WIEY36.js";
|
|
9
9
|
|
|
10
10
|
// src/wallets/walletConnectors/rainbowWallet/rainbowWallet.ts
|
|
11
11
|
import { isAndroid, isIOS } from "@funkit/utils";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
getWalletConnectConnector
|
|
4
|
-
} from "./chunk-23WIEY36.js";
|
|
5
2
|
import {
|
|
6
3
|
getInjectedConnector,
|
|
7
4
|
hasInjectedProvider
|
|
8
5
|
} from "./chunk-ARYAYQ7Z.js";
|
|
6
|
+
import {
|
|
7
|
+
getWalletConnectConnector
|
|
8
|
+
} from "./chunk-23WIEY36.js";
|
|
9
9
|
|
|
10
10
|
// src/wallets/walletConnectors/bybitWallet/bybitWallet.ts
|
|
11
11
|
var bybitWallet = ({
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
getWalletConnectConnector
|
|
4
|
-
} from "./chunk-23WIEY36.js";
|
|
5
2
|
import {
|
|
6
3
|
getInjectedConnector,
|
|
7
4
|
hasInjectedProvider
|
|
8
5
|
} from "./chunk-ARYAYQ7Z.js";
|
|
6
|
+
import {
|
|
7
|
+
getWalletConnectConnector
|
|
8
|
+
} from "./chunk-23WIEY36.js";
|
|
9
9
|
|
|
10
10
|
// src/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.ts
|
|
11
11
|
import { isAndroid, isIOS } from "@funkit/utils";
|