@funkit/connect 2.0.7 → 2.0.8

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 (43) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/index.js +1 -1
  3. package/dist/wallets/walletConnectors/argentWallet/argentWallet.js +2 -2
  4. package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +3 -3
  5. package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +3 -3
  6. package/dist/wallets/walletConnectors/bloomWallet/bloomWallet.js +2 -2
  7. package/dist/wallets/walletConnectors/bybitWallet/bybitWallet.js +2 -2
  8. package/dist/wallets/walletConnectors/clvWallet/clvWallet.js +2 -2
  9. package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +2 -2
  10. package/dist/wallets/walletConnectors/coreWallet/coreWallet.js +2 -2
  11. package/dist/wallets/walletConnectors/dawnWallet/dawnWallet.js +2 -2
  12. package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +2 -2
  13. package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +3 -3
  14. package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +3 -3
  15. package/dist/wallets/walletConnectors/index.js +77 -77
  16. package/dist/wallets/walletConnectors/ledgerWallet/ledgerWallet.js +2 -2
  17. package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +3 -3
  18. package/dist/wallets/walletConnectors/oktoWallet/oktoWallet.js +2 -2
  19. package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +3 -3
  20. package/dist/wallets/walletConnectors/omniWallet/omniWallet.js +2 -2
  21. package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.js +3 -3
  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 +3 -3
  26. package/dist/wallets/walletConnectors/trustWallet/trustWallet.js +3 -3
  27. package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +3 -3
  28. package/package.json +3 -3
  29. package/dist/wallets/walletConnectors/chunk-AJKRYTH2.js +0 -92
  30. package/dist/wallets/walletConnectors/chunk-CVGDYGHA.js +0 -60
  31. package/dist/wallets/walletConnectors/chunk-OKZSWAPF.js +0 -60
  32. package/dist/wallets/walletConnectors/chunk-OYKWP3N3.js +0 -60
  33. package/dist/wallets/walletConnectors/chunk-OYW4TIA3.js +0 -81
  34. package/dist/wallets/walletConnectors/{chunk-OBYMPVH3.js → chunk-32KBKKGT.js} +3 -3
  35. package/dist/wallets/walletConnectors/{chunk-EWPQ4636.js → chunk-3CLNL7LR.js} +3 -3
  36. package/dist/wallets/walletConnectors/{chunk-RCUBLYVS.js → chunk-7GGRZNT3.js} +3 -3
  37. package/dist/wallets/walletConnectors/{chunk-5CBRIEFK.js → chunk-CMXZK5RR.js} +3 -3
  38. package/dist/wallets/walletConnectors/{chunk-BNNARTHK.js → chunk-F4EJ42XO.js} +3 -3
  39. package/dist/wallets/walletConnectors/{chunk-5NAFNTDG.js → chunk-FL2VIO76.js} +3 -3
  40. package/dist/wallets/walletConnectors/{chunk-A7DLL4TF.js → chunk-IIJOJ6AD.js} +3 -3
  41. package/dist/wallets/walletConnectors/{chunk-IXI5EXND.js → chunk-LJRV5JY7.js} +3 -3
  42. package/dist/wallets/walletConnectors/{chunk-P4BVOAJC.js → chunk-MSRKKVDE.js} +3 -3
  43. package/dist/wallets/walletConnectors/{chunk-6LHOZPKY.js → chunk-YUIRWCAS.js} +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @funkit/connect
2
2
 
3
+ ## 2.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - 557a1ed: chore: update @funkit/core dependency
8
+
3
9
  ## 2.0.7
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -15473,7 +15473,7 @@ function setFunkitConnectVersion({ version }) {
15473
15473
  localStorage.setItem(storageKey5, version);
15474
15474
  }
15475
15475
  function getCurrentSdkVersion() {
15476
- return "2.0.7";
15476
+ return "2.0.8";
15477
15477
  }
15478
15478
  function useFingerprint() {
15479
15479
  const fingerprint = useCallback32(() => {
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  argentWallet
4
- } from "../chunk-CVGDYGHA.js";
5
- import "../chunk-ZDU3JFGR.js";
4
+ } from "../chunk-NZ5G23JP.js";
6
5
  import "../chunk-ZOLACFTK.js";
6
+ import "../chunk-ZDU3JFGR.js";
7
7
  export {
8
8
  argentWallet
9
9
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  bifrostWallet
4
- } from "../chunk-5NAFNTDG.js";
5
- import "../chunk-ZDU3JFGR.js";
6
- import "../chunk-F3VCNZXS.js";
4
+ } from "../chunk-PJRUHFBT.js";
7
5
  import "../chunk-ZOLACFTK.js";
6
+ import "../chunk-F3VCNZXS.js";
7
+ import "../chunk-ZDU3JFGR.js";
8
8
  export {
9
9
  bifrostWallet
10
10
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  bitgetWallet
4
- } from "../chunk-6LHOZPKY.js";
5
- import "../chunk-ZDU3JFGR.js";
6
- import "../chunk-F3VCNZXS.js";
4
+ } from "../chunk-VMTIFEE6.js";
7
5
  import "../chunk-ZOLACFTK.js";
6
+ import "../chunk-F3VCNZXS.js";
7
+ import "../chunk-ZDU3JFGR.js";
8
8
  export {
9
9
  bitgetWallet
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  bloomWallet
4
- } from "../chunk-OYW4TIA3.js";
5
- import "../chunk-ZDU3JFGR.js";
4
+ } from "../chunk-NTGZF5BY.js";
6
5
  import "../chunk-ZOLACFTK.js";
6
+ import "../chunk-ZDU3JFGR.js";
7
7
  export {
8
8
  bloomWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  bybitWallet
4
- } from "../chunk-ZBQT5PV6.js";
5
- import "../chunk-ZDU3JFGR.js";
4
+ } from "../chunk-BCXBFAL4.js";
6
5
  import "../chunk-F3VCNZXS.js";
6
+ import "../chunk-ZDU3JFGR.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-ND5YG63V.js";
5
- import "../chunk-ZDU3JFGR.js";
4
+ } from "../chunk-2DWBVWFI.js";
6
5
  import "../chunk-F3VCNZXS.js";
6
+ import "../chunk-ZDU3JFGR.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-3QXMJHL4.js";
5
- import "../chunk-ZDU3JFGR.js";
4
+ } from "../chunk-R5GNFRXW.js";
6
5
  import "../chunk-F3VCNZXS.js";
6
+ import "../chunk-ZDU3JFGR.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-BXM2BUWT.js";
5
- import "../chunk-ZDU3JFGR.js";
4
+ } from "../chunk-WSILDNIW.js";
6
5
  import "../chunk-F3VCNZXS.js";
6
+ import "../chunk-ZDU3JFGR.js";
7
7
  export {
8
8
  coreWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  dawnWallet
4
- } from "../chunk-KZFAL4RZ.js";
5
- import "../chunk-F3VCNZXS.js";
4
+ } from "../chunk-QUFNIKMV.js";
6
5
  import "../chunk-ZOLACFTK.js";
6
+ import "../chunk-F3VCNZXS.js";
7
7
  export {
8
8
  dawnWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  foxWallet
4
- } from "../chunk-TKXMLZXG.js";
5
- import "../chunk-ZDU3JFGR.js";
4
+ } from "../chunk-M4SPCKW4.js";
6
5
  import "../chunk-F3VCNZXS.js";
6
+ import "../chunk-ZDU3JFGR.js";
7
7
  export {
8
8
  foxWallet
9
9
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  frontierWallet
4
- } from "../chunk-P4BVOAJC.js";
5
- import "../chunk-ZDU3JFGR.js";
6
- import "../chunk-F3VCNZXS.js";
4
+ } from "../chunk-OXWTS7HX.js";
7
5
  import "../chunk-ZOLACFTK.js";
6
+ import "../chunk-F3VCNZXS.js";
7
+ import "../chunk-ZDU3JFGR.js";
8
8
  export {
9
9
  frontierWallet
10
10
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  gateWallet
4
- } from "../chunk-5CBRIEFK.js";
5
- import "../chunk-ZDU3JFGR.js";
6
- import "../chunk-F3VCNZXS.js";
4
+ } from "../chunk-S2IWMXKX.js";
7
5
  import "../chunk-ZOLACFTK.js";
6
+ import "../chunk-F3VCNZXS.js";
7
+ import "../chunk-ZDU3JFGR.js";
8
8
  export {
9
9
  gateWallet
10
10
  };
@@ -1,154 +1,154 @@
1
1
  "use client";
2
+ import {
3
+ tokenaryWallet
4
+ } from "./chunk-MD5OPFAT.js";
5
+ import {
6
+ walletConnectWallet
7
+ } from "./chunk-ASPRR7T3.js";
2
8
  import {
3
9
  zealWallet
4
10
  } from "./chunk-Z5QFIFDP.js";
5
11
  import {
6
- xdefiWallet
7
- } from "./chunk-JNZ3EYC7.js";
8
- import {
9
- mewWallet
10
- } from "./chunk-ZCSUP7CX.js";
12
+ oneKeyWallet
13
+ } from "./chunk-NIVH7ULX.js";
11
14
  import {
12
15
  tahoWallet
13
16
  } from "./chunk-PILSRRPJ.js";
14
- import {
15
- talismanWallet
16
- } from "./chunk-R2GYJ376.js";
17
17
  import {
18
18
  tokenPocketWallet
19
- } from "./chunk-IXI5EXND.js";
19
+ } from "./chunk-MOAWRDEM.js";
20
20
  import {
21
- tokenaryWallet
22
- } from "./chunk-MD5OPFAT.js";
23
- import {
24
- trustWallet
25
- } from "./chunk-BNNARTHK.js";
21
+ talismanWallet
22
+ } from "./chunk-R2GYJ376.js";
26
23
  import {
27
24
  uniswapWallet
28
25
  } from "./chunk-XRSY4JVH.js";
29
26
  import {
30
- walletConnectWallet
31
- } from "./chunk-ASPRR7T3.js";
27
+ trustWallet
28
+ } from "./chunk-MFS6NY6T.js";
29
+ import {
30
+ xdefiWallet
31
+ } from "./chunk-JNZ3EYC7.js";
32
32
  import {
33
33
  zerionWallet
34
- } from "./chunk-A7DLL4TF.js";
34
+ } from "./chunk-OPO2D6GL.js";
35
+ import {
36
+ foxWallet
37
+ } from "./chunk-M4SPCKW4.js";
35
38
  import {
36
39
  rainbowWallet
37
- } from "./chunk-EWPQ4636.js";
40
+ } from "./chunk-WH7S23VZ.js";
38
41
  import {
39
- ramperWallet
40
- } from "./chunk-XEZPRJPV.js";
42
+ roninWallet
43
+ } from "./chunk-NK3DYIAB.js";
44
+ import {
45
+ rabbyWallet
46
+ } from "./chunk-5SIHQ5GA.js";
41
47
  import {
42
48
  safeWallet
43
49
  } from "./chunk-D3DCQ72J.js";
44
- import {
45
- roninWallet
46
- } from "./chunk-CNTLU4ZV.js";
47
- import {
48
- coin98Wallet
49
- } from "./chunk-3QXMJHL4.js";
50
50
  import {
51
51
  safeheronWallet
52
52
  } from "./chunk-FQDX6QIP.js";
53
53
  import {
54
54
  safepalWallet
55
- } from "./chunk-PQSJXOGA.js";
55
+ } from "./chunk-XB2GFXBL.js";
56
56
  import {
57
57
  subWallet
58
- } from "./chunk-GXP3HLP7.js";
58
+ } from "./chunk-HTIWZZPO.js";
59
59
  import {
60
- oktoWallet
61
- } from "./chunk-OKZSWAPF.js";
60
+ metaMaskWallet
61
+ } from "./chunk-3F5GNHAG.js";
62
62
  import {
63
63
  okxWallet
64
- } from "./chunk-RCUBLYVS.js";
65
- import {
66
- omniWallet
67
- } from "./chunk-OYKWP3N3.js";
64
+ } from "./chunk-XUXFYTCV.js";
68
65
  import {
69
- metaMaskWallet
70
- } from "./chunk-OBYMPVH3.js";
66
+ imTokenWallet
67
+ } from "./chunk-5MVV7OVS.js";
71
68
  import {
72
69
  oneInchWallet
73
70
  } from "./chunk-LCPIZUR3.js";
74
71
  import {
75
- oneKeyWallet
76
- } from "./chunk-NIVH7ULX.js";
72
+ ledgerWallet
73
+ } from "./chunk-Y6VY6E3L.js";
77
74
  import {
78
75
  phantomWallet
79
76
  } from "./chunk-4PTY6XNU.js";
80
77
  import {
81
- rabbyWallet
82
- } from "./chunk-5SIHQ5GA.js";
78
+ ramperWallet
79
+ } from "./chunk-XEZPRJPV.js";
83
80
  import {
84
- foxWallet
85
- } from "./chunk-TKXMLZXG.js";
81
+ omniWallet
82
+ } from "./chunk-SVN7OEQR.js";
86
83
  import {
87
- frontierWallet
88
- } from "./chunk-P4BVOAJC.js";
84
+ coinbaseWallet
85
+ } from "./chunk-O77H3VWW.js";
89
86
  import {
90
- gateWallet
91
- } from "./chunk-5CBRIEFK.js";
87
+ frameWallet
88
+ } from "./chunk-LR37V45H.js";
92
89
  import {
93
- imTokenWallet
94
- } from "./chunk-5MVV7OVS.js";
90
+ gateWallet
91
+ } from "./chunk-S2IWMXKX.js";
95
92
  import {
96
93
  injectedWallet
97
94
  } from "./chunk-GUJHPWTU.js";
95
+ import {
96
+ oktoWallet
97
+ } from "./chunk-WKHTUEF5.js";
98
+ import {
99
+ mewWallet
100
+ } from "./chunk-ZCSUP7CX.js";
98
101
  import {
99
102
  kresusWallet
100
103
  } from "./chunk-X6T3CICZ.js";
101
104
  import {
102
- ledgerWallet
103
- } from "./chunk-AJKRYTH2.js";
105
+ coreWallet
106
+ } from "./chunk-WSILDNIW.js";
104
107
  import {
105
- bybitWallet
106
- } from "./chunk-ZBQT5PV6.js";
108
+ clvWallet
109
+ } from "./chunk-2DWBVWFI.js";
107
110
  import {
108
111
  dawnWallet
109
- } from "./chunk-KZFAL4RZ.js";
112
+ } from "./chunk-QUFNIKMV.js";
110
113
  import {
111
- clvWallet
112
- } from "./chunk-ND5YG63V.js";
113
- import {
114
- bitskiWallet
115
- } from "./chunk-IMZRCMZR.js";
114
+ bifrostWallet
115
+ } from "./chunk-PJRUHFBT.js";
116
116
  import {
117
- coreWallet
118
- } from "./chunk-BXM2BUWT.js";
117
+ enkryptWallet
118
+ } from "./chunk-SJWHYD45.js";
119
119
  import {
120
120
  desigWallet
121
121
  } from "./chunk-P4C7ZHIS.js";
122
122
  import {
123
- enkryptWallet
124
- } from "./chunk-SJWHYD45.js";
125
- import {
126
- frameWallet
127
- } from "./chunk-LR37V45H.js";
123
+ frontierWallet
124
+ } from "./chunk-OXWTS7HX.js";
128
125
  import {
129
- bifrostWallet
130
- } from "./chunk-5NAFNTDG.js";
126
+ bitgetWallet
127
+ } from "./chunk-VMTIFEE6.js";
131
128
  import {
132
129
  argentWallet
133
- } from "./chunk-CVGDYGHA.js";
130
+ } from "./chunk-NZ5G23JP.js";
134
131
  import {
135
- bitverseWallet
136
- } from "./chunk-NL4I7WOT.js";
132
+ bitskiWallet
133
+ } from "./chunk-IMZRCMZR.js";
137
134
  import {
138
135
  bloomWallet
139
- } from "./chunk-OYW4TIA3.js";
136
+ } from "./chunk-NTGZF5BY.js";
137
+ import "./chunk-ZOLACFTK.js";
140
138
  import {
141
139
  braveWallet
142
140
  } from "./chunk-KJWMF6GZ.js";
143
141
  import {
144
- coinbaseWallet
145
- } from "./chunk-O77H3VWW.js";
142
+ bybitWallet
143
+ } from "./chunk-BCXBFAL4.js";
146
144
  import {
147
- bitgetWallet
148
- } from "./chunk-6LHOZPKY.js";
149
- import "./chunk-ZDU3JFGR.js";
145
+ coin98Wallet
146
+ } from "./chunk-R5GNFRXW.js";
150
147
  import "./chunk-F3VCNZXS.js";
151
- import "./chunk-ZOLACFTK.js";
148
+ import {
149
+ bitverseWallet
150
+ } from "./chunk-NL4I7WOT.js";
151
+ import "./chunk-ZDU3JFGR.js";
152
152
  export {
153
153
  argentWallet,
154
154
  bifrostWallet,
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  ledgerWallet
4
- } from "../chunk-AJKRYTH2.js";
5
- import "../chunk-ZDU3JFGR.js";
4
+ } from "../chunk-Y6VY6E3L.js";
6
5
  import "../chunk-ZOLACFTK.js";
6
+ import "../chunk-ZDU3JFGR.js";
7
7
  export {
8
8
  ledgerWallet
9
9
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  metaMaskWallet
4
- } from "../chunk-OBYMPVH3.js";
5
- import "../chunk-ZDU3JFGR.js";
6
- import "../chunk-F3VCNZXS.js";
4
+ } from "../chunk-3F5GNHAG.js";
7
5
  import "../chunk-ZOLACFTK.js";
6
+ import "../chunk-F3VCNZXS.js";
7
+ import "../chunk-ZDU3JFGR.js";
8
8
  export {
9
9
  metaMaskWallet
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  oktoWallet
4
- } from "../chunk-OKZSWAPF.js";
5
- import "../chunk-ZDU3JFGR.js";
4
+ } from "../chunk-WKHTUEF5.js";
6
5
  import "../chunk-ZOLACFTK.js";
6
+ import "../chunk-ZDU3JFGR.js";
7
7
  export {
8
8
  oktoWallet
9
9
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  okxWallet
4
- } from "../chunk-RCUBLYVS.js";
5
- import "../chunk-ZDU3JFGR.js";
6
- import "../chunk-F3VCNZXS.js";
4
+ } from "../chunk-XUXFYTCV.js";
7
5
  import "../chunk-ZOLACFTK.js";
6
+ import "../chunk-F3VCNZXS.js";
7
+ import "../chunk-ZDU3JFGR.js";
8
8
  export {
9
9
  okxWallet
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  omniWallet
4
- } from "../chunk-OYKWP3N3.js";
5
- import "../chunk-ZDU3JFGR.js";
4
+ } from "../chunk-SVN7OEQR.js";
6
5
  import "../chunk-ZOLACFTK.js";
6
+ import "../chunk-ZDU3JFGR.js";
7
7
  export {
8
8
  omniWallet
9
9
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  rainbowWallet
4
- } from "../chunk-EWPQ4636.js";
5
- import "../chunk-ZDU3JFGR.js";
6
- import "../chunk-F3VCNZXS.js";
4
+ } from "../chunk-WH7S23VZ.js";
7
5
  import "../chunk-ZOLACFTK.js";
6
+ import "../chunk-F3VCNZXS.js";
7
+ import "../chunk-ZDU3JFGR.js";
8
8
  export {
9
9
  rainbowWallet
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  roninWallet
4
- } from "../chunk-CNTLU4ZV.js";
5
- import "../chunk-ZDU3JFGR.js";
4
+ } from "../chunk-NK3DYIAB.js";
6
5
  import "../chunk-F3VCNZXS.js";
6
+ import "../chunk-ZDU3JFGR.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-PQSJXOGA.js";
5
- import "../chunk-ZDU3JFGR.js";
4
+ } from "../chunk-XB2GFXBL.js";
6
5
  import "../chunk-F3VCNZXS.js";
6
+ import "../chunk-ZDU3JFGR.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-GXP3HLP7.js";
5
- import "../chunk-ZDU3JFGR.js";
4
+ } from "../chunk-HTIWZZPO.js";
6
5
  import "../chunk-F3VCNZXS.js";
6
+ import "../chunk-ZDU3JFGR.js";
7
7
  export {
8
8
  subWallet
9
9
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  tokenPocketWallet
4
- } from "../chunk-IXI5EXND.js";
5
- import "../chunk-ZDU3JFGR.js";
6
- import "../chunk-F3VCNZXS.js";
4
+ } from "../chunk-MOAWRDEM.js";
7
5
  import "../chunk-ZOLACFTK.js";
6
+ import "../chunk-F3VCNZXS.js";
7
+ import "../chunk-ZDU3JFGR.js";
8
8
  export {
9
9
  tokenPocketWallet
10
10
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  trustWallet
4
- } from "../chunk-BNNARTHK.js";
5
- import "../chunk-ZDU3JFGR.js";
6
- import "../chunk-F3VCNZXS.js";
4
+ } from "../chunk-MFS6NY6T.js";
7
5
  import "../chunk-ZOLACFTK.js";
6
+ import "../chunk-F3VCNZXS.js";
7
+ import "../chunk-ZDU3JFGR.js";
8
8
  export {
9
9
  trustWallet
10
10
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  zerionWallet
4
- } from "../chunk-A7DLL4TF.js";
5
- import "../chunk-ZDU3JFGR.js";
6
- import "../chunk-F3VCNZXS.js";
4
+ } from "../chunk-OPO2D6GL.js";
7
5
  import "../chunk-ZOLACFTK.js";
6
+ import "../chunk-F3VCNZXS.js";
7
+ import "../chunk-ZDU3JFGR.js";
8
8
  export {
9
9
  zerionWallet
10
10
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@funkit/connect",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
5
5
  "files": [
6
6
  "dist",
@@ -63,6 +63,7 @@
63
63
  },
64
64
  "dependencies": {
65
65
  "@datadog/browser-logs": "^5.22.0",
66
+ "@funkit/core": "2.1.3",
66
67
  "@meshconnect/web-link-sdk": "2.1.1",
67
68
  "@moonpay/moonpay-react": "^1.6.1",
68
69
  "@privy-io/js-sdk-core": "^0.21.0",
@@ -79,8 +80,7 @@
79
80
  "ua-parser-js": "^1.0.37",
80
81
  "uuid": "^9.0.1",
81
82
  "@funkit/api-base": "1.0.1",
82
- "@funkit/wagmi-tools": "3.0.3",
83
- "@funkit/core": "2.1.1"
83
+ "@funkit/wagmi-tools": "3.0.3"
84
84
  },
85
85
  "repository": {
86
86
  "type": "git",
@@ -1,92 +0,0 @@
1
- "use client";
2
- import {
3
- getWalletConnectConnector
4
- } from "./chunk-ZDU3JFGR.js";
5
- import {
6
- isAndroid
7
- } from "./chunk-ZOLACFTK.js";
8
-
9
- // src/wallets/walletConnectors/ledgerWallet/ledgerWallet.ts
10
- var ledgerWallet = ({
11
- projectId,
12
- walletConnectParameters
13
- }) => ({
14
- id: "ledger",
15
- iconBackground: "#000",
16
- iconAccent: "#000",
17
- name: "Ledger",
18
- iconUrl: async () => (await import("./ledgerWallet-DIS4VM6H.js")).default,
19
- downloadUrls: {
20
- android: "https://play.google.com/store/apps/details?id=com.ledger.live",
21
- ios: "https://apps.apple.com/us/app/ledger-live-web3-wallet/id1361671700",
22
- mobile: "https://www.ledger.com/ledger-live",
23
- qrCode: "https://r354.adj.st/?adj_t=t2esmlk",
24
- windows: "https://www.ledger.com/ledger-live/download",
25
- macos: "https://www.ledger.com/ledger-live/download",
26
- linux: "https://www.ledger.com/ledger-live/download",
27
- desktop: "https://www.ledger.com/ledger-live"
28
- },
29
- mobile: {
30
- getUri: (uri) => {
31
- return isAndroid() ? uri : `ledgerlive://wc?uri=${encodeURIComponent(uri)}`;
32
- }
33
- },
34
- desktop: {
35
- getUri: (uri) => {
36
- return `ledgerlive://wc?uri=${encodeURIComponent(uri)}`;
37
- },
38
- instructions: {
39
- learnMoreUrl: "https://support.ledger.com/hc/en-us/articles/4404389503889-Getting-started-with-Ledger-Live",
40
- steps: [
41
- {
42
- description: "wallet_connectors.ledger.desktop.step1.description",
43
- step: "install",
44
- title: "wallet_connectors.ledger.desktop.step1.title"
45
- },
46
- {
47
- description: "wallet_connectors.ledger.desktop.step2.description",
48
- step: "create",
49
- title: "wallet_connectors.ledger.desktop.step2.title"
50
- },
51
- {
52
- description: "wallet_connectors.ledger.desktop.step3.description",
53
- step: "connect",
54
- title: "wallet_connectors.ledger.desktop.step3.title"
55
- }
56
- ]
57
- }
58
- },
59
- qrCode: {
60
- getUri: (uri) => {
61
- return `ledgerlive://wc?uri=${encodeURIComponent(uri)}`;
62
- },
63
- instructions: {
64
- learnMoreUrl: "https://support.ledger.com/hc/en-us/articles/4404389503889-Getting-started-with-Ledger-Live",
65
- steps: [
66
- {
67
- description: "wallet_connectors.ledger.qr_code.step1.description",
68
- step: "install",
69
- title: "wallet_connectors.ledger.qr_code.step1.title"
70
- },
71
- {
72
- description: "wallet_connectors.ledger.qr_code.step2.description",
73
- step: "create",
74
- title: "wallet_connectors.ledger.qr_code.step2.title"
75
- },
76
- {
77
- description: "wallet_connectors.ledger.qr_code.step3.description",
78
- step: "scan",
79
- title: "wallet_connectors.ledger.qr_code.step3.title"
80
- }
81
- ]
82
- }
83
- },
84
- createConnector: getWalletConnectConnector({
85
- projectId,
86
- walletConnectParameters
87
- })
88
- });
89
-
90
- export {
91
- ledgerWallet
92
- };
@@ -1,60 +0,0 @@
1
- "use client";
2
- import {
3
- getWalletConnectConnector
4
- } from "./chunk-ZDU3JFGR.js";
5
- import {
6
- isAndroid
7
- } from "./chunk-ZOLACFTK.js";
8
-
9
- // src/wallets/walletConnectors/argentWallet/argentWallet.ts
10
- var argentWallet = ({
11
- projectId,
12
- walletConnectParameters
13
- }) => ({
14
- id: "argent",
15
- name: "Argent",
16
- iconUrl: async () => (await import("./argentWallet-5OEFC7BD.js")).default,
17
- iconBackground: "#fff",
18
- downloadUrls: {
19
- android: "https://play.google.com/store/apps/details?id=im.argent.contractwalletclient",
20
- ios: "https://apps.apple.com/us/app/argent/id1358741926",
21
- mobile: "https://argent.xyz/download-argent",
22
- qrCode: "https://argent.link/app"
23
- },
24
- mobile: {
25
- getUri: (uri) => {
26
- return isAndroid() ? uri : `argent://app/wc?uri=${encodeURIComponent(uri)}`;
27
- }
28
- },
29
- qrCode: {
30
- getUri: (uri) => uri,
31
- instructions: {
32
- learnMoreUrl: "https://argent.xyz/learn/what-is-a-crypto-wallet/",
33
- steps: [
34
- {
35
- description: "wallet_connectors.argent.qr_code.step1.description",
36
- step: "install",
37
- title: "wallet_connectors.argent.qr_code.step1.title"
38
- },
39
- {
40
- description: "wallet_connectors.argent.qr_code.step2.description",
41
- step: "create",
42
- title: "wallet_connectors.argent.qr_code.step2.title"
43
- },
44
- {
45
- description: "wallet_connectors.argent.qr_code.step3.description",
46
- step: "scan",
47
- title: "wallet_connectors.argent.qr_code.step3.title"
48
- }
49
- ]
50
- }
51
- },
52
- createConnector: getWalletConnectConnector({
53
- projectId,
54
- walletConnectParameters
55
- })
56
- });
57
-
58
- export {
59
- argentWallet
60
- };
@@ -1,60 +0,0 @@
1
- "use client";
2
- import {
3
- getWalletConnectConnector
4
- } from "./chunk-ZDU3JFGR.js";
5
- import {
6
- isAndroid
7
- } from "./chunk-ZOLACFTK.js";
8
-
9
- // src/wallets/walletConnectors/oktoWallet/oktoWallet.ts
10
- var oktoWallet = ({
11
- projectId,
12
- walletConnectParameters
13
- }) => ({
14
- id: "Okto",
15
- name: "Okto",
16
- iconUrl: async () => (await import("./oktoWallet-3LTNTBG3.js")).default,
17
- iconBackground: "#fff",
18
- downloadUrls: {
19
- android: "https://play.google.com/store/apps/details?id=im.okto.contractwalletclient",
20
- ios: "https://apps.apple.com/in/app/okto-wallet/id6450688229",
21
- mobile: "https://okto.tech/",
22
- qrCode: "https://okto.tech/"
23
- },
24
- mobile: {
25
- getUri: (uri) => {
26
- return isAndroid() ? uri : `okto://wc?uri=${encodeURIComponent(uri)}`;
27
- }
28
- },
29
- qrCode: {
30
- getUri: (uri) => uri,
31
- instructions: {
32
- learnMoreUrl: "https://okto.tech/",
33
- steps: [
34
- {
35
- description: "wallet_connectors.okto.qr_code.step1.description",
36
- step: "install",
37
- title: "wallet_connectors.okto.qr_code.step1.title"
38
- },
39
- {
40
- description: "wallet_connectors.okto.qr_code.step2.description",
41
- step: "create",
42
- title: "wallet_connectors.okto.qr_code.step2.title"
43
- },
44
- {
45
- description: "wallet_connectors.okto.qr_code.step3.description",
46
- step: "scan",
47
- title: "wallet_connectors.okto.qr_code.step3.title"
48
- }
49
- ]
50
- }
51
- },
52
- createConnector: getWalletConnectConnector({
53
- projectId,
54
- walletConnectParameters
55
- })
56
- });
57
-
58
- export {
59
- oktoWallet
60
- };
@@ -1,60 +0,0 @@
1
- "use client";
2
- import {
3
- getWalletConnectConnector
4
- } from "./chunk-ZDU3JFGR.js";
5
- import {
6
- isAndroid
7
- } from "./chunk-ZOLACFTK.js";
8
-
9
- // src/wallets/walletConnectors/omniWallet/omniWallet.ts
10
- var omniWallet = ({
11
- projectId,
12
- walletConnectParameters
13
- }) => ({
14
- id: "omni",
15
- name: "Omni",
16
- iconUrl: async () => (await import("./omniWallet-VF54LPLK.js")).default,
17
- iconBackground: "#000",
18
- downloadUrls: {
19
- android: "https://play.google.com/store/apps/details?id=fi.steakwallet.app",
20
- ios: "https://itunes.apple.com/us/app/id1569375204",
21
- mobile: "https://omniwallet.app.link",
22
- qrCode: "https://omniwallet.app.link"
23
- },
24
- mobile: {
25
- getUri: (uri) => {
26
- return isAndroid() ? uri : `omni://wc?uri=${encodeURIComponent(uri)}`;
27
- }
28
- },
29
- qrCode: {
30
- getUri: (uri) => uri,
31
- instructions: {
32
- learnMoreUrl: "https://omni.app/support",
33
- steps: [
34
- {
35
- description: "wallet_connectors.omni.qr_code.step1.description",
36
- step: "install",
37
- title: "wallet_connectors.omni.qr_code.step1.title"
38
- },
39
- {
40
- description: "wallet_connectors.omni.qr_code.step2.description",
41
- step: "create",
42
- title: "wallet_connectors.omni.qr_code.step2.title"
43
- },
44
- {
45
- description: "wallet_connectors.omni.qr_code.step3.description",
46
- step: "scan",
47
- title: "wallet_connectors.omni.qr_code.step3.title"
48
- }
49
- ]
50
- }
51
- },
52
- createConnector: getWalletConnectConnector({
53
- projectId,
54
- walletConnectParameters
55
- })
56
- });
57
-
58
- export {
59
- omniWallet
60
- };
@@ -1,81 +0,0 @@
1
- "use client";
2
- import {
3
- getWalletConnectConnector
4
- } from "./chunk-ZDU3JFGR.js";
5
- import {
6
- isMobile
7
- } from "./chunk-ZOLACFTK.js";
8
-
9
- // src/wallets/walletConnectors/bloomWallet/bloomWallet.ts
10
- var bloomWallet = ({
11
- projectId,
12
- walletConnectParameters
13
- }) => ({
14
- id: "bloomWallet",
15
- name: "Bloom Wallet",
16
- iconBackground: "#000",
17
- iconAccent: "#000",
18
- hidden: () => isMobile(),
19
- iconUrl: async () => (await import("./bloomWallet-LYZWRHBK.js")).default,
20
- downloadUrls: {
21
- qrCode: "https://bloomwallet.io/",
22
- windows: "https://bloomwallet.io/",
23
- macos: "https://bloomwallet.io/",
24
- linux: "https://bloomwallet.io/",
25
- desktop: "https://bloomwallet.io/"
26
- },
27
- qrCode: {
28
- getUri: (uri) => `bloom://wallet-connect/wc?uri=${encodeURIComponent(uri)}`,
29
- instructions: {
30
- learnMoreUrl: "https://bloomwallet.io/",
31
- steps: [
32
- {
33
- description: "wallet_connectors.bloom.qr_code.step1.description",
34
- step: "install",
35
- title: "wallet_connectors.bloom.qr_code.step1.title"
36
- },
37
- {
38
- description: "wallet_connectors.bloom.qr_code.step2.description",
39
- step: "create",
40
- title: "wallet_connectors.bloom.qr_code.step2.title"
41
- },
42
- {
43
- description: "wallet_connectors.bloom.qr_code.step3.description",
44
- step: "refresh",
45
- title: "wallet_connectors.bloom.qr_code.step3.title"
46
- }
47
- ]
48
- }
49
- },
50
- desktop: {
51
- getUri: (uri) => `bloom://wallet-connect/wc?uri=${encodeURIComponent(uri)}`,
52
- instructions: {
53
- learnMoreUrl: "https://bloomwallet.io/",
54
- steps: [
55
- {
56
- description: "wallet_connectors.bloom.desktop.step1.description",
57
- step: "install",
58
- title: "wallet_connectors.bloom.desktop.step1.title"
59
- },
60
- {
61
- description: "wallet_connectors.bloom.desktop.step2.description",
62
- step: "create",
63
- title: "wallet_connectors.bloom.desktop.step2.title"
64
- },
65
- {
66
- description: "wallet_connectors.bloom.desktop.step3.description",
67
- step: "refresh",
68
- title: "wallet_connectors.bloom.desktop.step3.title"
69
- }
70
- ]
71
- }
72
- },
73
- createConnector: getWalletConnectConnector({
74
- projectId,
75
- walletConnectParameters
76
- })
77
- });
78
-
79
- export {
80
- bloomWallet
81
- };
@@ -1,7 +1,4 @@
1
1
  "use client";
2
- import {
3
- getWalletConnectConnector
4
- } from "./chunk-ZDU3JFGR.js";
5
2
  import {
6
3
  getInjectedConnector,
7
4
  hasInjectedProvider
@@ -10,6 +7,9 @@ import {
10
7
  isAndroid,
11
8
  isIOS
12
9
  } from "./chunk-ZOLACFTK.js";
10
+ import {
11
+ getWalletConnectConnector
12
+ } from "./chunk-ZDU3JFGR.js";
13
13
 
14
14
  // src/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.ts
15
15
  function isMetaMask(ethereum) {
@@ -1,7 +1,4 @@
1
1
  "use client";
2
- import {
3
- getWalletConnectConnector
4
- } from "./chunk-ZDU3JFGR.js";
5
2
  import {
6
3
  getInjectedConnector,
7
4
  hasInjectedProvider
@@ -10,6 +7,9 @@ import {
10
7
  isAndroid,
11
8
  isIOS
12
9
  } from "./chunk-ZOLACFTK.js";
10
+ import {
11
+ getWalletConnectConnector
12
+ } from "./chunk-ZDU3JFGR.js";
13
13
 
14
14
  // src/wallets/walletConnectors/rainbowWallet/rainbowWallet.ts
15
15
  var rainbowWallet = ({
@@ -1,7 +1,4 @@
1
1
  "use client";
2
- import {
3
- getWalletConnectConnector
4
- } from "./chunk-ZDU3JFGR.js";
5
2
  import {
6
3
  getInjectedConnector,
7
4
  hasInjectedProvider
@@ -9,6 +6,9 @@ import {
9
6
  import {
10
7
  isAndroid
11
8
  } from "./chunk-ZOLACFTK.js";
9
+ import {
10
+ getWalletConnectConnector
11
+ } from "./chunk-ZDU3JFGR.js";
12
12
 
13
13
  // src/wallets/walletConnectors/okxWallet/okxWallet.ts
14
14
  var okxWallet = ({
@@ -1,7 +1,4 @@
1
1
  "use client";
2
- import {
3
- getWalletConnectConnector
4
- } from "./chunk-ZDU3JFGR.js";
5
2
  import {
6
3
  getInjectedConnector,
7
4
  hasInjectedProvider
@@ -9,6 +6,9 @@ import {
9
6
  import {
10
7
  isAndroid
11
8
  } from "./chunk-ZOLACFTK.js";
9
+ import {
10
+ getWalletConnectConnector
11
+ } from "./chunk-ZDU3JFGR.js";
12
12
 
13
13
  // src/wallets/walletConnectors/gateWallet/gateWallet.ts
14
14
  var gateWallet = ({
@@ -1,7 +1,4 @@
1
1
  "use client";
2
- import {
3
- getWalletConnectConnector
4
- } from "./chunk-ZDU3JFGR.js";
5
2
  import {
6
3
  getInjectedConnector,
7
4
  hasInjectedProvider
@@ -9,6 +6,9 @@ import {
9
6
  import {
10
7
  isMobile
11
8
  } from "./chunk-ZOLACFTK.js";
9
+ import {
10
+ getWalletConnectConnector
11
+ } from "./chunk-ZDU3JFGR.js";
12
12
 
13
13
  // src/wallets/walletConnectors/trustWallet/trustWallet.ts
14
14
  var trustWallet = ({
@@ -1,7 +1,4 @@
1
1
  "use client";
2
- import {
3
- getWalletConnectConnector
4
- } from "./chunk-ZDU3JFGR.js";
5
2
  import {
6
3
  getInjectedConnector,
7
4
  hasInjectedProvider
@@ -9,6 +6,9 @@ import {
9
6
  import {
10
7
  isAndroid
11
8
  } from "./chunk-ZOLACFTK.js";
9
+ import {
10
+ getWalletConnectConnector
11
+ } from "./chunk-ZDU3JFGR.js";
12
12
 
13
13
  // src/wallets/walletConnectors/bifrostWallet/bifrostWallet.ts
14
14
  var bifrostWallet = ({
@@ -1,7 +1,4 @@
1
1
  "use client";
2
- import {
3
- getWalletConnectConnector
4
- } from "./chunk-ZDU3JFGR.js";
5
2
  import {
6
3
  getInjectedConnector,
7
4
  hasInjectedProvider
@@ -9,6 +6,9 @@ import {
9
6
  import {
10
7
  isIOS
11
8
  } from "./chunk-ZOLACFTK.js";
9
+ import {
10
+ getWalletConnectConnector
11
+ } from "./chunk-ZDU3JFGR.js";
12
12
 
13
13
  // src/wallets/walletConnectors/zerionWallet/zerionWallet.ts
14
14
  var zerionWallet = ({
@@ -1,7 +1,4 @@
1
1
  "use client";
2
- import {
3
- getWalletConnectConnector
4
- } from "./chunk-ZDU3JFGR.js";
5
2
  import {
6
3
  getInjectedConnector,
7
4
  hasInjectedProvider
@@ -9,6 +6,9 @@ import {
9
6
  import {
10
7
  isMobile
11
8
  } from "./chunk-ZOLACFTK.js";
9
+ import {
10
+ getWalletConnectConnector
11
+ } from "./chunk-ZDU3JFGR.js";
12
12
 
13
13
  // src/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.ts
14
14
  var tokenPocketWallet = ({
@@ -1,7 +1,4 @@
1
1
  "use client";
2
- import {
3
- getWalletConnectConnector
4
- } from "./chunk-ZDU3JFGR.js";
5
2
  import {
6
3
  getInjectedConnector,
7
4
  hasInjectedProvider
@@ -9,6 +6,9 @@ import {
9
6
  import {
10
7
  isAndroid
11
8
  } from "./chunk-ZOLACFTK.js";
9
+ import {
10
+ getWalletConnectConnector
11
+ } from "./chunk-ZDU3JFGR.js";
12
12
 
13
13
  // src/wallets/walletConnectors/frontierWallet/frontierWallet.ts
14
14
  var frontierWallet = ({
@@ -1,7 +1,4 @@
1
1
  "use client";
2
- import {
3
- getWalletConnectConnector
4
- } from "./chunk-ZDU3JFGR.js";
5
2
  import {
6
3
  getInjectedConnector,
7
4
  hasInjectedProvider
@@ -9,6 +6,9 @@ import {
9
6
  import {
10
7
  isAndroid
11
8
  } from "./chunk-ZOLACFTK.js";
9
+ import {
10
+ getWalletConnectConnector
11
+ } from "./chunk-ZDU3JFGR.js";
12
12
 
13
13
  // src/wallets/walletConnectors/bitgetWallet/bitgetWallet.ts
14
14
  var bitgetWallet = ({