@funkit/connect 5.5.13-next.3 → 5.5.13

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 (28) hide show
  1. package/CHANGELOG.md +52 -0
  2. package/dist/domains/fees.d.ts +0 -2
  3. package/dist/domains/relay.d.ts +0 -1
  4. package/dist/hooks/useCheckoutTransferInit.d.ts +3 -1
  5. package/dist/hooks/useRelayBypass.d.ts +1 -0
  6. package/dist/index.js +1305 -1221
  7. package/dist/modals/CheckoutModal/ConfirmationStep/DirectExecutionBrokerageAndCardAlert.d.ts +2 -0
  8. package/dist/modals/CheckoutModal/MoonpaySetup.d.ts +2 -0
  9. package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +2 -2
  10. package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +2 -2
  11. package/dist/wallets/walletConnectors/bybitWallet/bybitWallet.js +2 -2
  12. package/dist/wallets/walletConnectors/clvWallet/clvWallet.js +2 -2
  13. package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +2 -2
  14. package/dist/wallets/walletConnectors/coreWallet/coreWallet.js +2 -2
  15. package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +2 -2
  16. package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +2 -2
  17. package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +2 -2
  18. package/dist/wallets/walletConnectors/index.js +58 -58
  19. package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +2 -2
  20. package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +2 -2
  21. package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.js +2 -2
  22. package/dist/wallets/walletConnectors/roninWallet/roninWallet.js +2 -2
  23. package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.js +2 -2
  24. package/dist/wallets/walletConnectors/subWallet/subWallet.js +2 -2
  25. package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.js +2 -2
  26. package/dist/wallets/walletConnectors/trustWallet/trustWallet.js +2 -2
  27. package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +2 -2
  28. package/package.json +7 -7
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const DirectExecutionBrokerageAndCardAlert: () => React.JSX.Element;
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  import type { Address } from 'viem';
3
+ import type { PaymentMethodCardInfo } from '~/domains/paymentMethods';
3
4
  import { type CheckoutModalCommonState, FunCheckoutStep, type ModalStepComponentProps, type ModalStepInfo } from './stepTransition';
4
5
  export type MoonpaySetupState = CheckoutModalCommonState & {
5
6
  paymentAddress: Address;
@@ -7,6 +8,7 @@ export type MoonpaySetupState = CheckoutModalCommonState & {
7
8
  tokenChainId: string;
8
9
  depositAmount: number;
9
10
  isSendingToQr: boolean;
11
+ paymentMethodInfo: PaymentMethodCardInfo;
10
12
  };
11
13
  export type MoonpaySetupNext = {
12
14
  depositAddress: Address;
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  bifrostWallet
4
- } from "../chunk-545L7Y4M.js";
5
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-W6N74MS3.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
7
  export {
8
8
  bifrostWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  bitgetWallet
4
- } from "../chunk-7GSNBOD3.js";
5
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-A5APNTGL.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
7
  export {
8
8
  bitgetWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  bybitWallet
4
- } from "../chunk-W5O4YSZN.js";
5
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-6ONTSPEY.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
7
  export {
8
8
  bybitWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  clvWallet
4
- } from "../chunk-LEXSM5KI.js";
5
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-KR6JBW5E.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
7
  export {
8
8
  clvWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  coin98Wallet
4
- } from "../chunk-KFFJPS5R.js";
5
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-DTRYS3MO.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
7
  export {
8
8
  coin98Wallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  coreWallet
4
- } from "../chunk-JXP2QPW7.js";
5
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-HBA36GW3.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
7
  export {
8
8
  coreWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  foxWallet
4
- } from "../chunk-XYBEMO3C.js";
5
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-LMZMXEXL.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
7
  export {
8
8
  foxWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  frontierWallet
4
- } from "../chunk-HKV7EMYZ.js";
5
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-3S2U24BJ.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
7
  export {
8
8
  frontierWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  gateWallet
4
- } from "../chunk-3NC26XLM.js";
5
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-GSOYKKIS.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
7
  export {
8
8
  gateWallet
9
9
  };
@@ -1,28 +1,28 @@
1
1
  "use client";
2
2
  import {
3
- xdefiWallet
4
- } from "./chunk-NO7XMBB5.js";
3
+ zerionWallet
4
+ } from "./chunk-AXWP3GD4.js";
5
+ import {
6
+ walletConnectWallet
7
+ } from "./chunk-NP5QGWNL.js";
5
8
  import {
6
9
  zealWallet
7
10
  } from "./chunk-JROWU5BP.js";
8
11
  import {
9
- zerionWallet
10
- } from "./chunk-ETTNDQQG.js";
12
+ subWallet
13
+ } from "./chunk-AD2KIJB6.js";
11
14
  import {
12
15
  tahoWallet
13
16
  } from "./chunk-6P2EMPZI.js";
14
- import {
15
- subWallet
16
- } from "./chunk-4UM4GTKZ.js";
17
- import {
18
- tokenPocketWallet
19
- } from "./chunk-FRGSRLTS.js";
20
17
  import {
21
18
  talismanWallet
22
19
  } from "./chunk-ABFSXBE6.js";
20
+ import {
21
+ tokenPocketWallet
22
+ } from "./chunk-IDKVN5CF.js";
23
23
  import {
24
24
  trustWallet
25
- } from "./chunk-IPOC2VJX.js";
25
+ } from "./chunk-ISIBREBO.js";
26
26
  import {
27
27
  tokenaryWallet
28
28
  } from "./chunk-SLOIIJGP.js";
@@ -30,8 +30,8 @@ import {
30
30
  uniswapWallet
31
31
  } from "./chunk-LH7BMNFZ.js";
32
32
  import {
33
- walletConnectWallet
34
- } from "./chunk-NP5QGWNL.js";
33
+ xdefiWallet
34
+ } from "./chunk-NO7XMBB5.js";
35
35
  import {
36
36
  phantomWallet
37
37
  } from "./chunk-ZSVTX6EK.js";
@@ -41,81 +41,81 @@ import {
41
41
  import {
42
42
  ramperWallet
43
43
  } from "./chunk-PIUNLQJG.js";
44
- import {
45
- roninWallet
46
- } from "./chunk-25VW5TZP.js";
47
- import {
48
- safeWallet
49
- } from "./chunk-BQQQL6UD.js";
50
44
  import {
51
45
  rainbowWallet
52
- } from "./chunk-MOOBCMMB.js";
46
+ } from "./chunk-2UCNRD7H.js";
53
47
  import {
54
- safepalWallet
55
- } from "./chunk-6LPM6LUQ.js";
48
+ roninWallet
49
+ } from "./chunk-63YLN6R5.js";
56
50
  import {
57
51
  safeheronWallet
58
52
  } from "./chunk-R6RWZRFF.js";
59
53
  import {
60
- ledgerWallet
61
- } from "./chunk-BRBKM4PW.js";
54
+ safepalWallet
55
+ } from "./chunk-MSFKSQBY.js";
56
+ import {
57
+ safeWallet
58
+ } from "./chunk-BQQQL6UD.js";
59
+ import {
60
+ imTokenWallet
61
+ } from "./chunk-COZ7MIQS.js";
62
62
  import {
63
63
  metaMaskWallet
64
- } from "./chunk-N2NIIUW6.js";
64
+ } from "./chunk-G73C6P5P.js";
65
65
  import {
66
66
  mewWallet
67
67
  } from "./chunk-V57WLZEE.js";
68
68
  import {
69
69
  okxWallet
70
- } from "./chunk-3U3BMEH5.js";
70
+ } from "./chunk-4WEHDI4Y.js";
71
+ import {
72
+ oktoWallet
73
+ } from "./chunk-ADIXAKUL.js";
71
74
  import {
72
75
  omniWallet
73
76
  } from "./chunk-7CUY5G6R.js";
74
77
  import {
75
- oktoWallet
76
- } from "./chunk-ADIXAKUL.js";
78
+ oneInchWallet
79
+ } from "./chunk-OESTDX6I.js";
77
80
  import {
78
81
  oneKeyWallet
79
82
  } from "./chunk-4AD7VI2P.js";
80
83
  import {
81
- oneInchWallet
82
- } from "./chunk-OESTDX6I.js";
84
+ enkryptWallet
85
+ } from "./chunk-SJTXS4ZW.js";
83
86
  import {
84
87
  foxWallet
85
- } from "./chunk-XYBEMO3C.js";
88
+ } from "./chunk-LMZMXEXL.js";
89
+ import {
90
+ gateWallet
91
+ } from "./chunk-GSOYKKIS.js";
86
92
  import {
87
93
  frameWallet
88
94
  } from "./chunk-ZMYVTWDF.js";
89
95
  import {
90
- frontierWallet
91
- } from "./chunk-HKV7EMYZ.js";
92
- import {
93
- gateWallet
94
- } from "./chunk-3NC26XLM.js";
96
+ injectedWallet
97
+ } from "./chunk-VCVVV2K7.js";
95
98
  import {
96
- imTokenWallet
97
- } from "./chunk-COZ7MIQS.js";
99
+ ledgerWallet
100
+ } from "./chunk-BRBKM4PW.js";
98
101
  import {
99
102
  kresusWallet
100
103
  } from "./chunk-MJXPRJZT.js";
101
- import {
102
- injectedWallet
103
- } from "./chunk-VCVVV2K7.js";
104
- import {
105
- braveWallet
106
- } from "./chunk-PB254NQ4.js";
107
104
  import {
108
105
  clvWallet
109
- } from "./chunk-LEXSM5KI.js";
106
+ } from "./chunk-KR6JBW5E.js";
110
107
  import {
111
108
  coin98Wallet
112
- } from "./chunk-KFFJPS5R.js";
109
+ } from "./chunk-DTRYS3MO.js";
113
110
  import {
114
- coinbaseWallet
115
- } from "./chunk-H4IRCEZN.js";
111
+ bybitWallet
112
+ } from "./chunk-6ONTSPEY.js";
116
113
  import {
117
114
  coreWallet
118
- } from "./chunk-JXP2QPW7.js";
115
+ } from "./chunk-HBA36GW3.js";
116
+ import {
117
+ coinbaseWallet
118
+ } from "./chunk-H4IRCEZN.js";
119
119
  import {
120
120
  dawnWallet
121
121
  } from "./chunk-LN7OD5EC.js";
@@ -123,31 +123,31 @@ import {
123
123
  desigWallet
124
124
  } from "./chunk-CTU6JCOK.js";
125
125
  import {
126
- enkryptWallet
127
- } from "./chunk-SJTXS4ZW.js";
126
+ frontierWallet
127
+ } from "./chunk-3S2U24BJ.js";
128
128
  import {
129
129
  argentWallet
130
130
  } from "./chunk-WSQ2YJO2.js";
131
131
  import {
132
- bifrostWallet
133
- } from "./chunk-545L7Y4M.js";
132
+ bitgetWallet
133
+ } from "./chunk-A5APNTGL.js";
134
134
  import {
135
135
  bitskiWallet
136
136
  } from "./chunk-P74YPRF6.js";
137
137
  import {
138
- bitgetWallet
139
- } from "./chunk-7GSNBOD3.js";
138
+ bifrostWallet
139
+ } from "./chunk-W6N74MS3.js";
140
140
  import {
141
141
  bitverseWallet
142
142
  } from "./chunk-3HZRRP4Y.js";
143
143
  import {
144
144
  bloomWallet
145
145
  } from "./chunk-S27IADFU.js";
146
+ import "./chunk-23WIEY36.js";
146
147
  import {
147
- bybitWallet
148
- } from "./chunk-W5O4YSZN.js";
148
+ braveWallet
149
+ } from "./chunk-PB254NQ4.js";
149
150
  import "./chunk-WRA2DVJ7.js";
150
- import "./chunk-23WIEY36.js";
151
151
  export {
152
152
  argentWallet,
153
153
  bifrostWallet,
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  metaMaskWallet
4
- } from "../chunk-N2NIIUW6.js";
5
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-G73C6P5P.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
7
  export {
8
8
  metaMaskWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  okxWallet
4
- } from "../chunk-3U3BMEH5.js";
5
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-4WEHDI4Y.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
7
  export {
8
8
  okxWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  rainbowWallet
4
- } from "../chunk-MOOBCMMB.js";
5
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-2UCNRD7H.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
7
  export {
8
8
  rainbowWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  roninWallet
4
- } from "../chunk-25VW5TZP.js";
5
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-63YLN6R5.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
7
  export {
8
8
  roninWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  safepalWallet
4
- } from "../chunk-6LPM6LUQ.js";
5
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-MSFKSQBY.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
7
  export {
8
8
  safepalWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  subWallet
4
- } from "../chunk-4UM4GTKZ.js";
5
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-AD2KIJB6.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
7
  export {
8
8
  subWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  tokenPocketWallet
4
- } from "../chunk-FRGSRLTS.js";
5
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-IDKVN5CF.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
7
  export {
8
8
  tokenPocketWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  trustWallet
4
- } from "../chunk-IPOC2VJX.js";
5
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-ISIBREBO.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
7
  export {
8
8
  trustWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  zerionWallet
4
- } from "../chunk-ETTNDQQG.js";
5
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-AXWP3GD4.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
7
  export {
8
8
  zerionWallet
9
9
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@funkit/connect",
3
- "version": "5.5.13-next.3",
3
+ "version": "5.5.13",
4
4
  "description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
5
5
  "files": [
6
6
  "dist",
@@ -88,12 +88,12 @@
88
88
  "ua-parser-js": "^1.0.37",
89
89
  "use-debounce": "^10.0.5",
90
90
  "uuid": "^9.0.1",
91
- "@funkit/api-base": "1.9.5-next.2",
92
- "@funkit/core": "2.3.27-next.2",
93
- "@funkit/chains": "0.3.2-next.0",
94
- "@funkit/fun-relay": "0.1.9-next.1",
95
- "@funkit/utils": "1.1.4-next.1",
96
- "@funkit/wagmi-tools": "3.0.49-next.2"
91
+ "@funkit/api-base": "1.9.5",
92
+ "@funkit/chains": "0.3.2",
93
+ "@funkit/fun-relay": "0.1.9",
94
+ "@funkit/utils": "1.1.4",
95
+ "@funkit/wagmi-tools": "3.0.49",
96
+ "@funkit/core": "2.3.27"
97
97
  },
98
98
  "repository": {
99
99
  "type": "git",