@funkit/connect 9.28.1 → 10.1.0-next.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 (88) hide show
  1. package/CHANGELOG.md +60 -0
  2. package/dist/clients/chunk-42XZD2Y3.js +1112 -0
  3. package/dist/clients/chunk-5UIZBNLC.js +1175 -0
  4. package/dist/clients/chunk-6PIIYPQK.js +702 -0
  5. package/dist/clients/chunk-BO7AZVPG.js +1112 -0
  6. package/dist/clients/chunk-BUCJRBW7.js +1472 -0
  7. package/dist/clients/{chunk-2NBYHUIW.js → chunk-ETB2YYFT.js} +1 -1
  8. package/dist/clients/{chunk-4O4YAFYK.js → chunk-HD4Y4NKC.js} +4 -4
  9. package/dist/clients/{chunk-CGHPNWIF.js → chunk-JNZY3GAA.js} +3 -1
  10. package/dist/clients/{chunk-7LKK5QMZ.js → chunk-ME4OAQIY.js} +1 -1
  11. package/dist/clients/chunk-PEVDOGEA.js +109 -0
  12. package/dist/clients/chunk-QIWGVVAW.js +1113 -0
  13. package/dist/clients/chunk-VJZW3MA3.js +94 -0
  14. package/dist/clients/chunk-WEETVC7U.js +1113 -0
  15. package/dist/clients/chunk-Y2KXVS36.js +230 -0
  16. package/dist/clients/{chunk-TQVRP3Z2.js → chunk-YFHTV7DT.js} +1 -1
  17. package/dist/clients/fanatics.css +1 -1
  18. package/dist/clients/fanatics.js +2 -2
  19. package/dist/clients/lighter.css +11 -11
  20. package/dist/clients/lighter.d.ts +12 -2
  21. package/dist/clients/lighter.js +21 -9
  22. package/dist/clients/polymarket/PolymarketDepositAccountDropdown.css +11 -11
  23. package/dist/clients/polymarket/PolymarketDepositAccountDropdown.js +5 -5
  24. package/dist/clients/polymarket/createPolymarketDepositConfig.js +2 -2
  25. package/dist/clients/polymarket/index.css +11 -11
  26. package/dist/clients/polymarket/index.js +5 -5
  27. package/dist/clients/polymarket/polymarket.js +1 -1
  28. package/dist/clients/polymarket/usePolymarketAccountBalances.d.ts +66 -0
  29. package/dist/components/FunPayments/FunPaymentMethods.d.ts +3 -1
  30. package/dist/domains/paymentMethods.d.ts +8 -1
  31. package/dist/domains/relay.d.ts +40 -0
  32. package/dist/hooks/queries/useWithdrawFops.d.ts +1 -0
  33. package/dist/hooks/useNewTokenBanner.d.ts +6 -1
  34. package/dist/hooks/usePaymentSources.d.ts +1 -0
  35. package/dist/index.css +11 -11
  36. package/dist/index.d.ts +1 -1
  37. package/dist/index.js +1351 -2047
  38. package/dist/locales/i18n.d.ts +2 -1
  39. package/dist/modals/CheckoutModal/LightningInvoice/LightningInvoice.d.ts +3 -3
  40. package/dist/modals/CheckoutModal/LightningInvoice/LightningInvoiceQrCode.d.ts +3 -2
  41. package/dist/modals/CheckoutModal/SourceChange/FormOfPaymentsList.d.ts +17 -6
  42. package/dist/modals/CheckoutModal/SourceChange/SourceChange.d.ts +7 -2
  43. package/dist/modals/CheckoutModal/buildRelayChains.d.ts +12 -0
  44. package/dist/modals/CheckoutModal/stepTransition.d.ts +1 -1
  45. package/dist/modals/WithdrawalModal/LighterWithdrawal.d.ts +32 -5
  46. package/dist/modals/WithdrawalModal/useWithdrawal.d.ts +3 -3
  47. package/dist/providers/FunkitCheckoutContext/types.d.ts +20 -2
  48. package/dist/providers/FunkitConfigContext.d.ts +2 -0
  49. package/dist/utils/checkout.d.ts +2 -1
  50. package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +2 -2
  51. package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +2 -2
  52. package/dist/wallets/walletConnectors/bybitWallet/bybitWallet.js +2 -2
  53. package/dist/wallets/walletConnectors/chunk-4NV5BYRP.js +95 -0
  54. package/dist/wallets/walletConnectors/chunk-AVDUNQUW.js +96 -0
  55. package/dist/wallets/walletConnectors/chunk-GUQM4QSL.js +66 -0
  56. package/dist/wallets/walletConnectors/chunk-IULPZP2Q.js +69 -0
  57. package/dist/wallets/walletConnectors/chunk-JPN6TWIT.js +92 -0
  58. package/dist/wallets/walletConnectors/chunk-KCRO2AGO.js +106 -0
  59. package/dist/wallets/walletConnectors/chunk-KI5Y2BBF.js +94 -0
  60. package/dist/wallets/walletConnectors/chunk-NR2OGDHQ.js +103 -0
  61. package/dist/wallets/walletConnectors/chunk-OEEGYENV.js +87 -0
  62. package/dist/wallets/walletConnectors/chunk-OX37G4YT.js +98 -0
  63. package/dist/wallets/walletConnectors/chunk-SWFF3TWJ.js +100 -0
  64. package/dist/wallets/walletConnectors/chunk-TKB2OY6G.js +99 -0
  65. package/dist/wallets/walletConnectors/chunk-W2LCLDPX.js +70 -0
  66. package/dist/wallets/walletConnectors/chunk-WAHGI5L7.js +96 -0
  67. package/dist/wallets/walletConnectors/chunk-WKNQMP4A.js +93 -0
  68. package/dist/wallets/walletConnectors/chunk-XCNHV3HS.js +110 -0
  69. package/dist/wallets/walletConnectors/chunk-YO2K4MBH.js +218 -0
  70. package/dist/wallets/walletConnectors/chunk-YQFGVZGR.js +92 -0
  71. package/dist/wallets/walletConnectors/clvWallet/clvWallet.js +2 -2
  72. package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +2 -2
  73. package/dist/wallets/walletConnectors/coreWallet/coreWallet.js +2 -2
  74. package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +2 -2
  75. package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +2 -2
  76. package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +2 -2
  77. package/dist/wallets/walletConnectors/index.js +57 -57
  78. package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +2 -2
  79. package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +2 -2
  80. package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.js +2 -2
  81. package/dist/wallets/walletConnectors/roninWallet/roninWallet.js +2 -2
  82. package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.js +2 -2
  83. package/dist/wallets/walletConnectors/subWallet/subWallet.js +2 -2
  84. package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.js +2 -2
  85. package/dist/wallets/walletConnectors/trustWallet/trustWallet.js +2 -2
  86. package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +2 -2
  87. package/package.json +4 -6
  88. /package/dist/clients/{chunk-LUHEVXPD.js → chunk-HMP3LHMW.js} +0 -0
@@ -0,0 +1,92 @@
1
+ "use client";
2
+ import {
3
+ getWalletConnectConnector
4
+ } from "./chunk-N4IJLYFY.js";
5
+ import {
6
+ getInjectedConnector,
7
+ hasInjectedProvider
8
+ } from "./chunk-OLZ7626J.js";
9
+
10
+ // src/wallets/walletConnectors/roninWallet/roninWallet.ts
11
+ var roninWallet = ({
12
+ projectId,
13
+ walletConnectParameters
14
+ }) => {
15
+ const isRoninInjected = hasInjectedProvider({
16
+ namespace: "ronin.provider"
17
+ });
18
+ return {
19
+ id: "ronin",
20
+ name: "Ronin Wallet",
21
+ iconUrl: async () => (await import("./roninWallet-SAB5ESVK.js")).default,
22
+ iconBackground: "#ffffff",
23
+ rdns: "com.roninchain.wallet",
24
+ installed: isRoninInjected || void 0,
25
+ downloadUrls: {
26
+ android: "https://play.google.com/store/apps/details?id=com.skymavis.genesis",
27
+ ios: "https://apps.apple.com/us/app/ronin-wallet/id1592675001",
28
+ mobile: "https://wallet.roninchain.com",
29
+ chrome: "https://chrome.google.com/webstore/detail/ronin-wallet/fnjhmkhhmkbjkkabndcnnogagogbneec",
30
+ edge: "https://microsoftedge.microsoft.com/addons/detail/ronin-wallet/kjmoohlgokccodicjjfebfomlbljgfhk",
31
+ firefox: "https://addons.mozilla.org/firefox/addon/ronin-wallet",
32
+ browserExtension: "https://wallet.roninchain.com/",
33
+ qrCode: "https://wallet.roninchain.com/"
34
+ },
35
+ mobile: {
36
+ getUri: (uri) => `roninwallet://wc?uri=${encodeURIComponent(uri)}`
37
+ },
38
+ qrCode: {
39
+ getUri: (uri) => uri,
40
+ instructions: {
41
+ learnMoreUrl: "https://wallet.roninchain.com/",
42
+ steps: [
43
+ {
44
+ description: "wallet_connectors.ronin.qr_code.step1.description",
45
+ step: "install",
46
+ title: "wallet_connectors.ronin.qr_code.step1.title"
47
+ },
48
+ {
49
+ description: "wallet_connectors.ronin.qr_code.step2.description",
50
+ step: "create",
51
+ title: "wallet_connectors.ronin.qr_code.step2.title"
52
+ },
53
+ {
54
+ description: "wallet_connectors.ronin.qr_code.step3.description",
55
+ step: "scan",
56
+ title: "wallet_connectors.ronin.qr_code.step3.title"
57
+ }
58
+ ]
59
+ }
60
+ },
61
+ extension: {
62
+ instructions: {
63
+ learnMoreUrl: "https://wallet.roninchain.com/",
64
+ steps: [
65
+ {
66
+ description: "wallet_connectors.ronin.extension.step1.description",
67
+ step: "install",
68
+ title: "wallet_connectors.ronin.extension.step1.title"
69
+ },
70
+ {
71
+ description: "wallet_connectors.ronin.extension.step2.description",
72
+ step: "create",
73
+ title: "wallet_connectors.ronin.extension.step2.title"
74
+ },
75
+ {
76
+ description: "wallet_connectors.ronin.extension.step3.description",
77
+ step: "refresh",
78
+ title: "wallet_connectors.ronin.extension.step3.title"
79
+ }
80
+ ]
81
+ }
82
+ },
83
+ createConnector: isRoninInjected ? getInjectedConnector({ namespace: "ronin.provider" }) : getWalletConnectConnector({
84
+ projectId,
85
+ walletConnectParameters
86
+ })
87
+ };
88
+ };
89
+
90
+ export {
91
+ roninWallet
92
+ };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  clvWallet
4
- } from "../chunk-UK7C2JXW.js";
5
- import "../chunk-OLZ7626J.js";
4
+ } from "../chunk-OEEGYENV.js";
6
5
  import "../chunk-N4IJLYFY.js";
6
+ import "../chunk-OLZ7626J.js";
7
7
  import "../chunk-IGKXZBTA.js";
8
8
  export {
9
9
  clvWallet
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  coin98Wallet
4
- } from "../chunk-6BW3HLBG.js";
5
- import "../chunk-OLZ7626J.js";
4
+ } from "../chunk-WAHGI5L7.js";
6
5
  import "../chunk-N4IJLYFY.js";
6
+ import "../chunk-OLZ7626J.js";
7
7
  import "../chunk-IGKXZBTA.js";
8
8
  export {
9
9
  coin98Wallet
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  coreWallet
4
- } from "../chunk-RB3HR4R2.js";
5
- import "../chunk-OLZ7626J.js";
4
+ } from "../chunk-4NV5BYRP.js";
6
5
  import "../chunk-N4IJLYFY.js";
6
+ import "../chunk-OLZ7626J.js";
7
7
  import "../chunk-IGKXZBTA.js";
8
8
  export {
9
9
  coreWallet
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  foxWallet
4
- } from "../chunk-MIQTHJ6X.js";
5
- import "../chunk-OLZ7626J.js";
4
+ } from "../chunk-GUQM4QSL.js";
6
5
  import "../chunk-N4IJLYFY.js";
6
+ import "../chunk-OLZ7626J.js";
7
7
  import "../chunk-IGKXZBTA.js";
8
8
  export {
9
9
  foxWallet
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  frontierWallet
4
- } from "../chunk-YEZM4CK4.js";
5
- import "../chunk-OLZ7626J.js";
4
+ } from "../chunk-AVDUNQUW.js";
6
5
  import "../chunk-N4IJLYFY.js";
6
+ import "../chunk-OLZ7626J.js";
7
7
  import "../chunk-IGKXZBTA.js";
8
8
  export {
9
9
  frontierWallet
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  gateWallet
4
- } from "../chunk-HNRB7KJU.js";
5
- import "../chunk-OLZ7626J.js";
4
+ } from "../chunk-JPN6TWIT.js";
6
5
  import "../chunk-N4IJLYFY.js";
6
+ import "../chunk-OLZ7626J.js";
7
7
  import "../chunk-IGKXZBTA.js";
8
8
  export {
9
9
  gateWallet
@@ -1,97 +1,97 @@
1
1
  "use client";
2
2
  import {
3
- xdefiWallet
4
- } from "./chunk-JN5I3DNC.js";
3
+ zealWallet
4
+ } from "./chunk-52QXXLDS.js";
5
5
  import {
6
6
  zerionWallet
7
- } from "./chunk-RVOY537T.js";
7
+ } from "./chunk-SWFF3TWJ.js";
8
8
  import {
9
- tahoWallet
10
- } from "./chunk-7ZYCBDQ4.js";
9
+ safepalWallet
10
+ } from "./chunk-XCNHV3HS.js";
11
11
  import {
12
12
  talismanWallet
13
13
  } from "./chunk-4DCO3TGL.js";
14
- import {
15
- tokenPocketWallet
16
- } from "./chunk-HTHAK6XB.js";
17
14
  import {
18
15
  tokenaryWallet
19
16
  } from "./chunk-VH3THHJY.js";
20
17
  import {
21
- trustWallet
22
- } from "./chunk-ZNX4EMPB.js";
18
+ tokenPocketWallet
19
+ } from "./chunk-WKNQMP4A.js";
23
20
  import {
24
21
  uniswapWallet
25
22
  } from "./chunk-Z3PPW6NC.js";
23
+ import {
24
+ trustWallet
25
+ } from "./chunk-KCRO2AGO.js";
26
+ import {
27
+ xdefiWallet
28
+ } from "./chunk-JN5I3DNC.js";
26
29
  import {
27
30
  walletConnectWallet
28
31
  } from "./chunk-3FCWJRI4.js";
29
32
  import {
30
- zealWallet
31
- } from "./chunk-52QXXLDS.js";
33
+ oneInchWallet
34
+ } from "./chunk-QG6ZHI7B.js";
35
+ import {
36
+ safeWallet
37
+ } from "./chunk-RCY66YHF.js";
32
38
  import {
33
39
  rabbyWallet
34
40
  } from "./chunk-RB66PKPA.js";
35
- import {
36
- rainbowWallet
37
- } from "./chunk-2VP2F6EK.js";
38
- import {
39
- ramperWallet
40
- } from "./chunk-OQB55QXP.js";
41
41
  import {
42
42
  roninWallet
43
- } from "./chunk-VAPGUPHO.js";
44
- import {
45
- safeWallet
46
- } from "./chunk-RCY66YHF.js";
43
+ } from "./chunk-YQFGVZGR.js";
47
44
  import {
48
45
  safeheronWallet
49
46
  } from "./chunk-76S7R2ND.js";
50
47
  import {
51
- safepalWallet
52
- } from "./chunk-VTM6EECM.js";
48
+ tahoWallet
49
+ } from "./chunk-7ZYCBDQ4.js";
50
+ import {
51
+ ramperWallet
52
+ } from "./chunk-OQB55QXP.js";
53
53
  import {
54
54
  subWallet
55
- } from "./chunk-X6CGV36L.js";
55
+ } from "./chunk-NR2OGDHQ.js";
56
56
  import {
57
- mewWallet
58
- } from "./chunk-MQM45ADF.js";
57
+ ledgerWallet
58
+ } from "./chunk-RPV27V2Y.js";
59
59
  import {
60
60
  metaMaskWallet
61
- } from "./chunk-CCQV2ZET.js";
61
+ } from "./chunk-YO2K4MBH.js";
62
+ import {
63
+ okxWallet
64
+ } from "./chunk-KI5Y2BBF.js";
62
65
  import {
63
66
  oktoWallet
64
67
  } from "./chunk-YWOVAU6O.js";
65
- import {
66
- okxWallet
67
- } from "./chunk-STVVP43G.js";
68
68
  import {
69
69
  omniWallet
70
70
  } from "./chunk-2CX7LX4J.js";
71
- import {
72
- oneInchWallet
73
- } from "./chunk-QG6ZHI7B.js";
74
71
  import {
75
72
  oneKeyWallet
76
73
  } from "./chunk-WVT6BBJH.js";
77
74
  import {
78
75
  phantomWallet
79
76
  } from "./chunk-QY53O7WG.js";
77
+ import {
78
+ rainbowWallet
79
+ } from "./chunk-W2LCLDPX.js";
80
80
  import {
81
81
  foxWallet
82
- } from "./chunk-MIQTHJ6X.js";
82
+ } from "./chunk-GUQM4QSL.js";
83
83
  import {
84
84
  frameWallet
85
85
  } from "./chunk-BU3ZAT5X.js";
86
- import {
87
- frontierWallet
88
- } from "./chunk-YEZM4CK4.js";
89
86
  import {
90
87
  gateWallet
91
- } from "./chunk-HNRB7KJU.js";
88
+ } from "./chunk-JPN6TWIT.js";
92
89
  import {
93
90
  imTokenWallet
94
91
  } from "./chunk-WNAGGFMG.js";
92
+ import {
93
+ frontierWallet
94
+ } from "./chunk-AVDUNQUW.js";
95
95
  import {
96
96
  injectedWallet
97
97
  } from "./chunk-T6LGKC3F.js";
@@ -99,41 +99,41 @@ import {
99
99
  kresusWallet
100
100
  } from "./chunk-RICTB3FA.js";
101
101
  import {
102
- ledgerWallet
103
- } from "./chunk-RPV27V2Y.js";
104
- import {
105
- clvWallet
106
- } from "./chunk-UK7C2JXW.js";
102
+ mewWallet
103
+ } from "./chunk-MQM45ADF.js";
107
104
  import {
108
- coin98Wallet
109
- } from "./chunk-6BW3HLBG.js";
105
+ bybitWallet
106
+ } from "./chunk-OX37G4YT.js";
110
107
  import {
111
108
  coinbaseWallet
112
109
  } from "./chunk-2DLDAZRH.js";
113
110
  import {
114
- braveWallet
115
- } from "./chunk-DS73TZ6O.js";
111
+ clvWallet
112
+ } from "./chunk-OEEGYENV.js";
113
+ import {
114
+ dawnWallet
115
+ } from "./chunk-G2PHTVL6.js";
116
116
  import {
117
117
  coreWallet
118
- } from "./chunk-RB3HR4R2.js";
118
+ } from "./chunk-4NV5BYRP.js";
119
119
  import {
120
120
  desigWallet
121
121
  } from "./chunk-FW3WZETT.js";
122
- import {
123
- dawnWallet
124
- } from "./chunk-G2PHTVL6.js";
125
122
  import {
126
123
  enkryptWallet
127
124
  } from "./chunk-HBQK5RD5.js";
125
+ import {
126
+ coin98Wallet
127
+ } from "./chunk-WAHGI5L7.js";
128
128
  import {
129
129
  argentWallet
130
130
  } from "./chunk-NTMBEOR2.js";
131
131
  import {
132
132
  bifrostWallet
133
- } from "./chunk-4T6ZSRJF.js";
133
+ } from "./chunk-IULPZP2Q.js";
134
134
  import {
135
135
  bitgetWallet
136
- } from "./chunk-CPI4TD43.js";
136
+ } from "./chunk-TKB2OY6G.js";
137
137
  import {
138
138
  bitskiWallet
139
139
  } from "./chunk-7HRFUZFX.js";
@@ -143,11 +143,11 @@ import {
143
143
  import {
144
144
  bloomWallet
145
145
  } from "./chunk-PJ7Y57EH.js";
146
+ import "./chunk-N4IJLYFY.js";
146
147
  import {
147
- bybitWallet
148
- } from "./chunk-F5XEEVG6.js";
148
+ braveWallet
149
+ } from "./chunk-DS73TZ6O.js";
149
150
  import "./chunk-OLZ7626J.js";
150
- import "./chunk-N4IJLYFY.js";
151
151
  import "./chunk-IGKXZBTA.js";
152
152
  export {
153
153
  argentWallet,
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  metaMaskWallet
4
- } from "../chunk-CCQV2ZET.js";
5
- import "../chunk-OLZ7626J.js";
4
+ } from "../chunk-YO2K4MBH.js";
6
5
  import "../chunk-N4IJLYFY.js";
6
+ import "../chunk-OLZ7626J.js";
7
7
  import "../chunk-IGKXZBTA.js";
8
8
  export {
9
9
  metaMaskWallet
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  okxWallet
4
- } from "../chunk-STVVP43G.js";
5
- import "../chunk-OLZ7626J.js";
4
+ } from "../chunk-KI5Y2BBF.js";
6
5
  import "../chunk-N4IJLYFY.js";
6
+ import "../chunk-OLZ7626J.js";
7
7
  import "../chunk-IGKXZBTA.js";
8
8
  export {
9
9
  okxWallet
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  rainbowWallet
4
- } from "../chunk-2VP2F6EK.js";
5
- import "../chunk-OLZ7626J.js";
4
+ } from "../chunk-W2LCLDPX.js";
6
5
  import "../chunk-N4IJLYFY.js";
6
+ import "../chunk-OLZ7626J.js";
7
7
  import "../chunk-IGKXZBTA.js";
8
8
  export {
9
9
  rainbowWallet
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  roninWallet
4
- } from "../chunk-VAPGUPHO.js";
5
- import "../chunk-OLZ7626J.js";
4
+ } from "../chunk-YQFGVZGR.js";
6
5
  import "../chunk-N4IJLYFY.js";
6
+ import "../chunk-OLZ7626J.js";
7
7
  import "../chunk-IGKXZBTA.js";
8
8
  export {
9
9
  roninWallet
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  safepalWallet
4
- } from "../chunk-VTM6EECM.js";
5
- import "../chunk-OLZ7626J.js";
4
+ } from "../chunk-XCNHV3HS.js";
6
5
  import "../chunk-N4IJLYFY.js";
6
+ import "../chunk-OLZ7626J.js";
7
7
  import "../chunk-IGKXZBTA.js";
8
8
  export {
9
9
  safepalWallet
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  subWallet
4
- } from "../chunk-X6CGV36L.js";
5
- import "../chunk-OLZ7626J.js";
4
+ } from "../chunk-NR2OGDHQ.js";
6
5
  import "../chunk-N4IJLYFY.js";
6
+ import "../chunk-OLZ7626J.js";
7
7
  import "../chunk-IGKXZBTA.js";
8
8
  export {
9
9
  subWallet
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  tokenPocketWallet
4
- } from "../chunk-HTHAK6XB.js";
5
- import "../chunk-OLZ7626J.js";
4
+ } from "../chunk-WKNQMP4A.js";
6
5
  import "../chunk-N4IJLYFY.js";
6
+ import "../chunk-OLZ7626J.js";
7
7
  import "../chunk-IGKXZBTA.js";
8
8
  export {
9
9
  tokenPocketWallet
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  trustWallet
4
- } from "../chunk-ZNX4EMPB.js";
5
- import "../chunk-OLZ7626J.js";
4
+ } from "../chunk-KCRO2AGO.js";
6
5
  import "../chunk-N4IJLYFY.js";
6
+ import "../chunk-OLZ7626J.js";
7
7
  import "../chunk-IGKXZBTA.js";
8
8
  export {
9
9
  trustWallet
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  zerionWallet
4
- } from "../chunk-RVOY537T.js";
5
- import "../chunk-OLZ7626J.js";
4
+ } from "../chunk-SWFF3TWJ.js";
6
5
  import "../chunk-N4IJLYFY.js";
6
+ import "../chunk-OLZ7626J.js";
7
7
  import "../chunk-IGKXZBTA.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.28.1",
3
+ "version": "10.1.0-next.0",
4
4
  "description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
5
5
  "files": [
6
6
  "dist",
@@ -46,8 +46,6 @@
46
46
  "wagmi": ">=2.0.0 <=3.6.1"
47
47
  },
48
48
  "devDependencies": {
49
- "@aws-sdk/client-cloudfront": "3.1060.0",
50
- "@aws-sdk/client-s3": "3.1057.0",
51
49
  "@chromatic-com/storybook": "^5.1.2",
52
50
  "@statsig/statsig-node-core": "^0.11.1",
53
51
  "@storybook/addon-docs": "^10.3.6",
@@ -111,9 +109,9 @@
111
109
  "ua-parser-js": "^1.0.37",
112
110
  "use-debounce": "^10.0.5",
113
111
  "uuid": "^11.1.1",
114
- "@funkit/api-base": "5.2.0",
115
- "@funkit/chains": "2.1.2",
116
- "@funkit/connect-core": "1.6.0",
112
+ "@funkit/api-base": "6.0.0",
113
+ "@funkit/chains": "2.1.3",
114
+ "@funkit/connect-core": "1.6.1",
117
115
  "@funkit/fun-relay": "2.9.0",
118
116
  "@funkit/utils": "4.0.0"
119
117
  },