@funkit/connect 9.6.0 → 9.7.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.
Files changed (70) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/dist/__generated__/default_configs.d.ts +6 -0
  3. package/dist/__generated__/default_feature_gates.d.ts +3 -1
  4. package/dist/{chunk-VLAOBEJN.js → chunk-76E6MOLR.js} +1 -0
  5. package/dist/{chunk-S65TG73G.js → chunk-AVVB5AIE.js} +1 -0
  6. package/dist/clients/fanatics.css +3381 -3318
  7. package/dist/clients/fanatics.js +2 -2
  8. package/dist/clients/polymarket.d.ts +0 -1
  9. package/dist/clients/polymarket.js +0 -2
  10. package/dist/components/Box/Box.d.ts +21 -21
  11. package/dist/components/SwappedIframeSkeleton.d.ts +7 -0
  12. package/dist/css/sprinkles.css.d.ts +23 -21
  13. package/dist/domains/quoteMode/gasEstimate.d.ts +2 -8
  14. package/dist/domains/quoteMode/index.d.ts +1 -1
  15. package/dist/hooks/queries/useFops.d.ts +4 -0
  16. package/dist/hooks/queries/useHasSavedFops.d.ts +2 -0
  17. package/dist/hooks/useSwappedIframeLifecycle.d.ts +12 -0
  18. package/dist/index.css +3381 -3318
  19. package/dist/index.js +5100 -4787
  20. package/dist/modals/CheckoutModal/InputAmount/state.d.ts +3 -1
  21. package/dist/modals/CheckoutModal/SwappedIframe/{SwappedIframeContainer.d.ts → SwappedIframeController.d.ts} +1 -1
  22. package/dist/modals/CheckoutModal/SwappedIframe/index.d.ts +1 -1
  23. package/dist/modals/CheckoutModal/TransferToken/DirectExecutionNotification.d.ts +10 -0
  24. package/dist/providers/FunkitThemeProvider.d.ts +3 -0
  25. package/dist/providers/SwappedProvider.d.ts +0 -11
  26. package/dist/themes/darkTheme.js +1 -1
  27. package/dist/themes/lightTheme.js +1 -1
  28. package/dist/utils/customer.d.ts +213 -0
  29. package/dist/utils/directExecution.d.ts +9 -1
  30. package/dist/utils/flags/config.d.ts +1 -1
  31. package/dist/utils/safeBigInt.d.ts +5 -0
  32. package/dist/utils/swapped.d.ts +2 -0
  33. package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +2 -2
  34. package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +2 -2
  35. package/dist/wallets/walletConnectors/bybitWallet/bybitWallet.js +2 -2
  36. package/dist/wallets/walletConnectors/clvWallet/clvWallet.js +2 -2
  37. package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +2 -2
  38. package/dist/wallets/walletConnectors/coreWallet/coreWallet.js +2 -2
  39. package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +2 -2
  40. package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +2 -2
  41. package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +2 -2
  42. package/dist/wallets/walletConnectors/index.js +46 -46
  43. package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +2 -2
  44. package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +2 -2
  45. package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.js +2 -2
  46. package/dist/wallets/walletConnectors/roninWallet/roninWallet.js +2 -2
  47. package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.js +2 -2
  48. package/dist/wallets/walletConnectors/subWallet/subWallet.js +2 -2
  49. package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.js +2 -2
  50. package/dist/wallets/walletConnectors/trustWallet/trustWallet.js +2 -2
  51. package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +2 -2
  52. package/package.json +3 -3
  53. package/dist/wallets/walletConnectors/{chunk-VMMROPXK.js → chunk-34HACM5U.js} +3 -3
  54. package/dist/wallets/walletConnectors/{chunk-3ZJN3PXP.js → chunk-5TN5Z2WY.js} +3 -3
  55. package/dist/wallets/walletConnectors/{chunk-OD6B2ISG.js → chunk-6DRCY52E.js} +3 -3
  56. package/dist/wallets/walletConnectors/{chunk-IRHK6SOW.js → chunk-7V33VJAL.js} +3 -3
  57. package/dist/wallets/walletConnectors/{chunk-ZJJWGKB6.js → chunk-APHCF4DT.js} +3 -3
  58. package/dist/wallets/walletConnectors/{chunk-7IEUTLHY.js → chunk-DEFRRPXB.js} +3 -3
  59. package/dist/wallets/walletConnectors/{chunk-OSOB6QYX.js → chunk-FG2LDVXL.js} +3 -3
  60. package/dist/wallets/walletConnectors/{chunk-ZL6XCMV5.js → chunk-HRDPUW3V.js} +3 -3
  61. package/dist/wallets/walletConnectors/{chunk-UYW6MV74.js → chunk-HXWUH73P.js} +3 -3
  62. package/dist/wallets/walletConnectors/{chunk-UFYNHHDU.js → chunk-KWX2SYU2.js} +3 -3
  63. package/dist/wallets/walletConnectors/{chunk-AZYMJ4C6.js → chunk-LCIPVVH5.js} +3 -3
  64. package/dist/wallets/walletConnectors/{chunk-FWM4KTOV.js → chunk-T4ROGPMF.js} +3 -3
  65. package/dist/wallets/walletConnectors/{chunk-J3PJOMO7.js → chunk-UDTBQV4Q.js} +3 -3
  66. package/dist/wallets/walletConnectors/{chunk-55VS2NKG.js → chunk-V6UOWTEZ.js} +3 -3
  67. package/dist/wallets/walletConnectors/{chunk-LEAZMT5Y.js → chunk-VJZWNQOF.js} +3 -3
  68. package/dist/wallets/walletConnectors/{chunk-RZQ4B4Z7.js → chunk-XVBSJCW5.js} +3 -3
  69. package/dist/wallets/walletConnectors/{chunk-IMNI4AGV.js → chunk-YIEASHLS.js} +3 -3
  70. package/dist/wallets/walletConnectors/{chunk-YGMU5VWD.js → chunk-ZPSPK6LH.js} +3 -3
@@ -4,22 +4,22 @@ import {
4
4
  } from "./chunk-A5EZBNME.js";
5
5
  import {
6
6
  zerionWallet
7
- } from "./chunk-UFYNHHDU.js";
8
- import {
9
- tahoWallet
10
- } from "./chunk-KS5MJNGD.js";
7
+ } from "./chunk-KWX2SYU2.js";
11
8
  import {
12
9
  talismanWallet
13
10
  } from "./chunk-T3VMQBBI.js";
14
11
  import {
15
12
  tokenPocketWallet
16
- } from "./chunk-UYW6MV74.js";
13
+ } from "./chunk-HXWUH73P.js";
17
14
  import {
18
15
  tokenaryWallet
19
16
  } from "./chunk-R7X5RIO7.js";
20
17
  import {
21
18
  trustWallet
22
- } from "./chunk-FWM4KTOV.js";
19
+ } from "./chunk-T4ROGPMF.js";
20
+ import {
21
+ tahoWallet
22
+ } from "./chunk-KS5MJNGD.js";
23
23
  import {
24
24
  uniswapWallet
25
25
  } from "./chunk-UKSIXGWC.js";
@@ -29,18 +29,15 @@ import {
29
29
  import {
30
30
  xdefiWallet
31
31
  } from "./chunk-KSNA53EX.js";
32
- import {
33
- rabbyWallet
34
- } from "./chunk-7PVUEV4M.js";
35
32
  import {
36
33
  rainbowWallet
37
- } from "./chunk-AZYMJ4C6.js";
34
+ } from "./chunk-LCIPVVH5.js";
35
+ import {
36
+ oneKeyWallet
37
+ } from "./chunk-E3NZE4UP.js";
38
38
  import {
39
39
  ramperWallet
40
40
  } from "./chunk-P4E2ZFQB.js";
41
- import {
42
- roninWallet
43
- } from "./chunk-OSOB6QYX.js";
44
41
  import {
45
42
  safeWallet
46
43
  } from "./chunk-BHAPTB57.js";
@@ -49,22 +46,22 @@ import {
49
46
  } from "./chunk-AM5MSNVQ.js";
50
47
  import {
51
48
  safepalWallet
52
- } from "./chunk-VMMROPXK.js";
49
+ } from "./chunk-34HACM5U.js";
53
50
  import {
54
51
  subWallet
55
- } from "./chunk-ZJJWGKB6.js";
52
+ } from "./chunk-APHCF4DT.js";
56
53
  import {
57
- metaMaskWallet
58
- } from "./chunk-IRHK6SOW.js";
54
+ roninWallet
55
+ } from "./chunk-FG2LDVXL.js";
59
56
  import {
60
57
  mewWallet
61
58
  } from "./chunk-DP5ICBEB.js";
59
+ import {
60
+ metaMaskWallet
61
+ } from "./chunk-7V33VJAL.js";
62
62
  import {
63
63
  oktoWallet
64
64
  } from "./chunk-BBPTPMH7.js";
65
- import {
66
- okxWallet
67
- } from "./chunk-ZL6XCMV5.js";
68
65
  import {
69
66
  omniWallet
70
67
  } from "./chunk-G3RQSCYR.js";
@@ -72,50 +69,53 @@ import {
72
69
  oneInchWallet
73
70
  } from "./chunk-EUMOVTRQ.js";
74
71
  import {
75
- oneKeyWallet
76
- } from "./chunk-E3NZE4UP.js";
72
+ okxWallet
73
+ } from "./chunk-HRDPUW3V.js";
77
74
  import {
78
75
  phantomWallet
79
76
  } from "./chunk-57GN4W23.js";
77
+ import {
78
+ rabbyWallet
79
+ } from "./chunk-7PVUEV4M.js";
80
80
  import {
81
81
  foxWallet
82
- } from "./chunk-YGMU5VWD.js";
82
+ } from "./chunk-ZPSPK6LH.js";
83
+ import {
84
+ frontierWallet
85
+ } from "./chunk-UDTBQV4Q.js";
83
86
  import {
84
87
  frameWallet
85
88
  } from "./chunk-MTJIPVYB.js";
86
- import {
87
- frontierWallet
88
- } from "./chunk-J3PJOMO7.js";
89
89
  import {
90
90
  gateWallet
91
- } from "./chunk-LEAZMT5Y.js";
92
- import {
93
- imTokenWallet
94
- } from "./chunk-BWLMNATA.js";
91
+ } from "./chunk-VJZWNQOF.js";
95
92
  import {
96
93
  injectedWallet
97
94
  } from "./chunk-HPUEYLLS.js";
98
95
  import {
99
96
  kresusWallet
100
97
  } from "./chunk-O4IDLNBH.js";
98
+ import {
99
+ imTokenWallet
100
+ } from "./chunk-BWLMNATA.js";
101
101
  import {
102
102
  ledgerWallet
103
103
  } from "./chunk-V4EXM3KB.js";
104
- import {
105
- bybitWallet
106
- } from "./chunk-7IEUTLHY.js";
107
104
  import {
108
105
  clvWallet
109
- } from "./chunk-3ZJN3PXP.js";
106
+ } from "./chunk-5TN5Z2WY.js";
110
107
  import {
111
108
  coin98Wallet
112
- } from "./chunk-RZQ4B4Z7.js";
109
+ } from "./chunk-XVBSJCW5.js";
113
110
  import {
114
111
  coinbaseWallet
115
112
  } from "./chunk-OUM6H3WU.js";
113
+ import {
114
+ argentWallet
115
+ } from "./chunk-XTD6OMZP.js";
116
116
  import {
117
117
  coreWallet
118
- } from "./chunk-55VS2NKG.js";
118
+ } from "./chunk-V6UOWTEZ.js";
119
119
  import {
120
120
  dawnWallet
121
121
  } from "./chunk-PARFRRNI.js";
@@ -126,28 +126,28 @@ import {
126
126
  enkryptWallet
127
127
  } from "./chunk-2DKNXOPL.js";
128
128
  import {
129
- argentWallet
130
- } from "./chunk-XTD6OMZP.js";
129
+ bifrostWallet
130
+ } from "./chunk-6DRCY52E.js";
131
131
  import {
132
132
  bitgetWallet
133
- } from "./chunk-IMNI4AGV.js";
134
- import {
135
- bifrostWallet
136
- } from "./chunk-OD6B2ISG.js";
133
+ } from "./chunk-YIEASHLS.js";
137
134
  import {
138
135
  bitskiWallet
139
136
  } from "./chunk-Y36HPFB3.js";
140
- import {
141
- bitverseWallet
142
- } from "./chunk-RZH4FSX7.js";
143
137
  import {
144
138
  bloomWallet
145
139
  } from "./chunk-S6R4B763.js";
146
- import "./chunk-FMVNQKZL.js";
147
140
  import {
148
141
  braveWallet
149
142
  } from "./chunk-XVH4JIXB.js";
143
+ import {
144
+ bitverseWallet
145
+ } from "./chunk-RZH4FSX7.js";
146
+ import {
147
+ bybitWallet
148
+ } from "./chunk-DEFRRPXB.js";
150
149
  import "./chunk-YYYRPQHB.js";
150
+ import "./chunk-FMVNQKZL.js";
151
151
  import "./chunk-3K2MFXCO.js";
152
152
  export {
153
153
  argentWallet,
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  metaMaskWallet
4
- } from "../chunk-IRHK6SOW.js";
5
- import "../chunk-FMVNQKZL.js";
4
+ } from "../chunk-7V33VJAL.js";
6
5
  import "../chunk-YYYRPQHB.js";
6
+ import "../chunk-FMVNQKZL.js";
7
7
  import "../chunk-3K2MFXCO.js";
8
8
  export {
9
9
  metaMaskWallet
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  okxWallet
4
- } from "../chunk-ZL6XCMV5.js";
5
- import "../chunk-FMVNQKZL.js";
4
+ } from "../chunk-HRDPUW3V.js";
6
5
  import "../chunk-YYYRPQHB.js";
6
+ import "../chunk-FMVNQKZL.js";
7
7
  import "../chunk-3K2MFXCO.js";
8
8
  export {
9
9
  okxWallet
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  rainbowWallet
4
- } from "../chunk-AZYMJ4C6.js";
5
- import "../chunk-FMVNQKZL.js";
4
+ } from "../chunk-LCIPVVH5.js";
6
5
  import "../chunk-YYYRPQHB.js";
6
+ import "../chunk-FMVNQKZL.js";
7
7
  import "../chunk-3K2MFXCO.js";
8
8
  export {
9
9
  rainbowWallet
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  roninWallet
4
- } from "../chunk-OSOB6QYX.js";
5
- import "../chunk-FMVNQKZL.js";
4
+ } from "../chunk-FG2LDVXL.js";
6
5
  import "../chunk-YYYRPQHB.js";
6
+ import "../chunk-FMVNQKZL.js";
7
7
  import "../chunk-3K2MFXCO.js";
8
8
  export {
9
9
  roninWallet
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  safepalWallet
4
- } from "../chunk-VMMROPXK.js";
5
- import "../chunk-FMVNQKZL.js";
4
+ } from "../chunk-34HACM5U.js";
6
5
  import "../chunk-YYYRPQHB.js";
6
+ import "../chunk-FMVNQKZL.js";
7
7
  import "../chunk-3K2MFXCO.js";
8
8
  export {
9
9
  safepalWallet
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  subWallet
4
- } from "../chunk-ZJJWGKB6.js";
5
- import "../chunk-FMVNQKZL.js";
4
+ } from "../chunk-APHCF4DT.js";
6
5
  import "../chunk-YYYRPQHB.js";
6
+ import "../chunk-FMVNQKZL.js";
7
7
  import "../chunk-3K2MFXCO.js";
8
8
  export {
9
9
  subWallet
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  tokenPocketWallet
4
- } from "../chunk-UYW6MV74.js";
5
- import "../chunk-FMVNQKZL.js";
4
+ } from "../chunk-HXWUH73P.js";
6
5
  import "../chunk-YYYRPQHB.js";
6
+ import "../chunk-FMVNQKZL.js";
7
7
  import "../chunk-3K2MFXCO.js";
8
8
  export {
9
9
  tokenPocketWallet
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  trustWallet
4
- } from "../chunk-FWM4KTOV.js";
5
- import "../chunk-FMVNQKZL.js";
4
+ } from "../chunk-T4ROGPMF.js";
6
5
  import "../chunk-YYYRPQHB.js";
6
+ import "../chunk-FMVNQKZL.js";
7
7
  import "../chunk-3K2MFXCO.js";
8
8
  export {
9
9
  trustWallet
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  zerionWallet
4
- } from "../chunk-UFYNHHDU.js";
5
- import "../chunk-FMVNQKZL.js";
4
+ } from "../chunk-KWX2SYU2.js";
6
5
  import "../chunk-YYYRPQHB.js";
6
+ import "../chunk-FMVNQKZL.js";
7
7
  import "../chunk-3K2MFXCO.js";
8
8
  export {
9
9
  zerionWallet
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@funkit/connect",
3
- "version": "9.6.0",
3
+ "version": "9.7.0",
4
4
  "description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
5
5
  "files": [
6
6
  "dist",
@@ -104,9 +104,9 @@
104
104
  "ua-parser-js": "^1.0.37",
105
105
  "use-debounce": "^10.0.5",
106
106
  "uuid": "^9.0.1",
107
- "@funkit/api-base": "4.0.0",
107
+ "@funkit/api-base": "4.1.0",
108
108
  "@funkit/chains": "1.1.2",
109
- "@funkit/fun-relay": "2.6.5",
109
+ "@funkit/fun-relay": "2.6.6",
110
110
  "@funkit/utils": "2.0.0"
111
111
  },
112
112
  "repository": {
@@ -1,11 +1,11 @@
1
1
  "use client";
2
- import {
3
- getWalletConnectConnector
4
- } from "./chunk-FMVNQKZL.js";
5
2
  import {
6
3
  getInjectedConnector,
7
4
  hasInjectedProvider
8
5
  } from "./chunk-YYYRPQHB.js";
6
+ import {
7
+ getWalletConnectConnector
8
+ } from "./chunk-FMVNQKZL.js";
9
9
 
10
10
  // src/wallets/walletConnectors/safepalWallet/safepalWallet.ts
11
11
  var safepalWallet = ({
@@ -1,11 +1,11 @@
1
1
  "use client";
2
- import {
3
- getWalletConnectConnector
4
- } from "./chunk-FMVNQKZL.js";
5
2
  import {
6
3
  getInjectedConnector,
7
4
  hasInjectedProvider
8
5
  } from "./chunk-YYYRPQHB.js";
6
+ import {
7
+ getWalletConnectConnector
8
+ } from "./chunk-FMVNQKZL.js";
9
9
 
10
10
  // src/wallets/walletConnectors/clvWallet/clvWallet.ts
11
11
  var clvWallet = ({
@@ -1,11 +1,11 @@
1
1
  "use client";
2
- import {
3
- getWalletConnectConnector
4
- } from "./chunk-FMVNQKZL.js";
5
2
  import {
6
3
  getInjectedConnector,
7
4
  hasInjectedProvider
8
5
  } from "./chunk-YYYRPQHB.js";
6
+ import {
7
+ getWalletConnectConnector
8
+ } from "./chunk-FMVNQKZL.js";
9
9
 
10
10
  // src/wallets/walletConnectors/bifrostWallet/bifrostWallet.ts
11
11
  import { isAndroid } from "@funkit/utils";
@@ -1,11 +1,11 @@
1
1
  "use client";
2
- import {
3
- getWalletConnectConnector
4
- } from "./chunk-FMVNQKZL.js";
5
2
  import {
6
3
  getInjectedConnector,
7
4
  hasInjectedProvider
8
5
  } from "./chunk-YYYRPQHB.js";
6
+ import {
7
+ getWalletConnectConnector
8
+ } from "./chunk-FMVNQKZL.js";
9
9
 
10
10
  // src/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.ts
11
11
  import { isAndroid, isIOS } from "@funkit/utils";
@@ -1,11 +1,11 @@
1
1
  "use client";
2
- import {
3
- getWalletConnectConnector
4
- } from "./chunk-FMVNQKZL.js";
5
2
  import {
6
3
  getInjectedConnector,
7
4
  hasInjectedProvider
8
5
  } from "./chunk-YYYRPQHB.js";
6
+ import {
7
+ getWalletConnectConnector
8
+ } from "./chunk-FMVNQKZL.js";
9
9
 
10
10
  // src/wallets/walletConnectors/subWallet/subWallet.ts
11
11
  var subWallet = ({
@@ -1,11 +1,11 @@
1
1
  "use client";
2
- import {
3
- getWalletConnectConnector
4
- } from "./chunk-FMVNQKZL.js";
5
2
  import {
6
3
  getInjectedConnector,
7
4
  hasInjectedProvider
8
5
  } from "./chunk-YYYRPQHB.js";
6
+ import {
7
+ getWalletConnectConnector
8
+ } from "./chunk-FMVNQKZL.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-FMVNQKZL.js";
5
2
  import {
6
3
  getInjectedConnector,
7
4
  hasInjectedProvider
8
5
  } from "./chunk-YYYRPQHB.js";
6
+ import {
7
+ getWalletConnectConnector
8
+ } from "./chunk-FMVNQKZL.js";
9
9
 
10
10
  // src/wallets/walletConnectors/roninWallet/roninWallet.ts
11
11
  var roninWallet = ({
@@ -1,11 +1,11 @@
1
1
  "use client";
2
- import {
3
- getWalletConnectConnector
4
- } from "./chunk-FMVNQKZL.js";
5
2
  import {
6
3
  getInjectedConnector,
7
4
  hasInjectedProvider
8
5
  } from "./chunk-YYYRPQHB.js";
6
+ import {
7
+ getWalletConnectConnector
8
+ } from "./chunk-FMVNQKZL.js";
9
9
 
10
10
  // src/wallets/walletConnectors/okxWallet/okxWallet.ts
11
11
  import { isAndroid } from "@funkit/utils";
@@ -1,11 +1,11 @@
1
1
  "use client";
2
- import {
3
- getWalletConnectConnector
4
- } from "./chunk-FMVNQKZL.js";
5
2
  import {
6
3
  getInjectedConnector,
7
4
  hasInjectedProvider
8
5
  } from "./chunk-YYYRPQHB.js";
6
+ import {
7
+ getWalletConnectConnector
8
+ } from "./chunk-FMVNQKZL.js";
9
9
 
10
10
  // src/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.ts
11
11
  import { isMobile } from "@funkit/utils";
@@ -1,11 +1,11 @@
1
1
  "use client";
2
- import {
3
- getWalletConnectConnector
4
- } from "./chunk-FMVNQKZL.js";
5
2
  import {
6
3
  getInjectedConnector,
7
4
  hasInjectedProvider
8
5
  } from "./chunk-YYYRPQHB.js";
6
+ import {
7
+ getWalletConnectConnector
8
+ } from "./chunk-FMVNQKZL.js";
9
9
 
10
10
  // src/wallets/walletConnectors/zerionWallet/zerionWallet.ts
11
11
  import { isIOS } from "@funkit/utils";
@@ -1,11 +1,11 @@
1
1
  "use client";
2
- import {
3
- getWalletConnectConnector
4
- } from "./chunk-FMVNQKZL.js";
5
2
  import {
6
3
  getInjectedConnector,
7
4
  hasInjectedProvider
8
5
  } from "./chunk-YYYRPQHB.js";
6
+ import {
7
+ getWalletConnectConnector
8
+ } from "./chunk-FMVNQKZL.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-FMVNQKZL.js";
5
2
  import {
6
3
  getInjectedConnector,
7
4
  hasInjectedProvider
8
5
  } from "./chunk-YYYRPQHB.js";
6
+ import {
7
+ getWalletConnectConnector
8
+ } from "./chunk-FMVNQKZL.js";
9
9
 
10
10
  // src/wallets/walletConnectors/trustWallet/trustWallet.ts
11
11
  import { isMobile } from "@funkit/utils";
@@ -1,11 +1,11 @@
1
1
  "use client";
2
- import {
3
- getWalletConnectConnector
4
- } from "./chunk-FMVNQKZL.js";
5
2
  import {
6
3
  getInjectedConnector,
7
4
  hasInjectedProvider
8
5
  } from "./chunk-YYYRPQHB.js";
6
+ import {
7
+ getWalletConnectConnector
8
+ } from "./chunk-FMVNQKZL.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-FMVNQKZL.js";
5
2
  import {
6
3
  getInjectedConnector,
7
4
  hasInjectedProvider
8
5
  } from "./chunk-YYYRPQHB.js";
6
+ import {
7
+ getWalletConnectConnector
8
+ } from "./chunk-FMVNQKZL.js";
9
9
 
10
10
  // src/wallets/walletConnectors/coreWallet/coreWallet.ts
11
11
  var coreWallet = ({
@@ -1,11 +1,11 @@
1
1
  "use client";
2
- import {
3
- getWalletConnectConnector
4
- } from "./chunk-FMVNQKZL.js";
5
2
  import {
6
3
  getInjectedConnector,
7
4
  hasInjectedProvider
8
5
  } from "./chunk-YYYRPQHB.js";
6
+ import {
7
+ getWalletConnectConnector
8
+ } from "./chunk-FMVNQKZL.js";
9
9
 
10
10
  // src/wallets/walletConnectors/gateWallet/gateWallet.ts
11
11
  import { isAndroid } from "@funkit/utils";
@@ -1,11 +1,11 @@
1
1
  "use client";
2
- import {
3
- getWalletConnectConnector
4
- } from "./chunk-FMVNQKZL.js";
5
2
  import {
6
3
  getInjectedConnector,
7
4
  hasInjectedProvider
8
5
  } from "./chunk-YYYRPQHB.js";
6
+ import {
7
+ getWalletConnectConnector
8
+ } from "./chunk-FMVNQKZL.js";
9
9
 
10
10
  // src/wallets/walletConnectors/coin98Wallet/coin98Wallet.ts
11
11
  var coin98Wallet = ({
@@ -1,11 +1,11 @@
1
1
  "use client";
2
- import {
3
- getWalletConnectConnector
4
- } from "./chunk-FMVNQKZL.js";
5
2
  import {
6
3
  getInjectedConnector,
7
4
  hasInjectedProvider
8
5
  } from "./chunk-YYYRPQHB.js";
6
+ import {
7
+ getWalletConnectConnector
8
+ } from "./chunk-FMVNQKZL.js";
9
9
 
10
10
  // src/wallets/walletConnectors/bitgetWallet/bitgetWallet.ts
11
11
  import { isAndroid } from "@funkit/utils";
@@ -1,11 +1,11 @@
1
1
  "use client";
2
- import {
3
- getWalletConnectConnector
4
- } from "./chunk-FMVNQKZL.js";
5
2
  import {
6
3
  getInjectedConnector,
7
4
  hasInjectedProvider
8
5
  } from "./chunk-YYYRPQHB.js";
6
+ import {
7
+ getWalletConnectConnector
8
+ } from "./chunk-FMVNQKZL.js";
9
9
 
10
10
  // src/wallets/walletConnectors/foxWallet/foxWallet.ts
11
11
  var foxWallet = ({