@funkit/connect 6.14.19 → 6.14.21

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 (26) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/dist/__generated__/default_configs.d.ts +1 -6
  3. package/dist/hooks/queries/useRecentDirectExecutions.d.ts +1 -1
  4. package/dist/index.css +5 -5
  5. package/dist/index.js +162 -145
  6. package/dist/utils/flags/config.d.ts +2 -6
  7. package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +2 -2
  8. package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +2 -2
  9. package/dist/wallets/walletConnectors/bybitWallet/bybitWallet.js +2 -2
  10. package/dist/wallets/walletConnectors/clvWallet/clvWallet.js +2 -2
  11. package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +2 -2
  12. package/dist/wallets/walletConnectors/coreWallet/coreWallet.js +2 -2
  13. package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +2 -2
  14. package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +2 -2
  15. package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +2 -2
  16. package/dist/wallets/walletConnectors/index.js +71 -71
  17. package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +2 -2
  18. package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +2 -2
  19. package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.js +2 -2
  20. package/dist/wallets/walletConnectors/roninWallet/roninWallet.js +2 -2
  21. package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.js +2 -2
  22. package/dist/wallets/walletConnectors/subWallet/subWallet.js +2 -2
  23. package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.js +2 -2
  24. package/dist/wallets/walletConnectors/trustWallet/trustWallet.js +2 -2
  25. package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +2 -2
  26. package/package.json +6 -6
@@ -1,9 +1,5 @@
1
1
  import type { Override } from './types';
2
2
  export declare const flagConfig: {
3
- readonly supported_exchanges_v2: {
4
- readonly type: "string";
5
- readonly default_value: string;
6
- };
7
3
  readonly blocked_countries: {
8
4
  readonly type: "string";
9
5
  readonly default_value: string;
@@ -53,7 +49,7 @@ export declare const flagConfig: {
53
49
  readonly if_any: [{
54
50
  readonly key: "apiKey";
55
51
  readonly type: "isAnyOf";
56
- readonly values: ["Y53dikxXdT4E3afI1l8BMBSWgyhKvf65k6Dut1k6", "SMbBD7DS9b3EPcyBVg4a8az1rRWR9xB068chHoUN", "vWe20Dfyui2ouvfOhtSTY3Czeo8lFdbo5xXQBALZ", "clDebbfo9edXq1GydZ0CahSAfSimPj616lFa9p8e", "OXLUmejkh9PlNDS4gSvi9gcEWacOpTz2KUVepVf4", "BPVeP8zThG467vVIYzuiu5aVWAkS9KiR6tT1TdTP", "lUzTaIRxs95iin3pCAafB1ChA5akBiuQ1tjhXnau", "AH7lRIhbsL167nptv6eub9xDJXVHnYUm2vL7FLjK", "di9ZSqn1Ya68Y2XpBPUV1rCtNGXh8Xe5MGWzb1Xe", "2SrxurU07T2XPDxCAItjj4yYEMXlwV8K2kJB78AX", "5UzOrcAE2F3rcuMX2EeIlaYv5VUcDe6Lyh0PeZX2", "M3uox3cw0u8YCPV9cIREA6AugUMvPFTk6qOpm4um", "6TUi99Tq3O9MWj1IFX8Pv6spmPXzcvhy9NvBoeW2"];
52
+ readonly values: ["Y53dikxXdT4E3afI1l8BMBSWgyhKvf65k6Dut1k6", "SMbBD7DS9b3EPcyBVg4a8az1rRWR9xB068chHoUN", "vWe20Dfyui2ouvfOhtSTY3Czeo8lFdbo5xXQBALZ", "clDebbfo9edXq1GydZ0CahSAfSimPj616lFa9p8e", "OXLUmejkh9PlNDS4gSvi9gcEWacOpTz2KUVepVf4", "BPVeP8zThG467vVIYzuiu5aVWAkS9KiR6tT1TdTP", "lUzTaIRxs95iin3pCAafB1ChA5akBiuQ1tjhXnau", "AH7lRIhbsL167nptv6eub9xDJXVHnYUm2vL7FLjK", "di9ZSqn1Ya68Y2XpBPUV1rCtNGXh8Xe5MGWzb1Xe", "2SrxurU07T2XPDxCAItjj4yYEMXlwV8K2kJB78AX", "5UzOrcAE2F3rcuMX2EeIlaYv5VUcDe6Lyh0PeZX2", "M3uox3cw0u8YCPV9cIREA6AugUMvPFTk6qOpm4um", "6TUi99Tq3O9MWj1IFX8Pv6spmPXzcvhy9NvBoeW2", "2hicPxo2vy2NMHcg2cEU9crOeKtDpc14NEfMCthc"];
57
53
  }];
58
54
  readonly value: true;
59
55
  }];
@@ -244,7 +240,7 @@ export declare const flagConfig: {
244
240
  readonly if_any: [{
245
241
  readonly key: "apiKey";
246
242
  readonly type: "isAnyOf";
247
- readonly values: ["HKHvPSPDezaxsTohFgDuG4WpKW6hB4SFYyztm9vc", "AH7lRIhbsL167nptv6eub9xDJXVHnYUm2vL7FLjK", "lUzTaIRxs95iin3pCAafB1ChA5akBiuQ1tjhXnau", "clDebbfo9edXq1GydZ0CahSAfSimPj616lFa9p8e", "SMbBD7DS9b3EPcyBVg4a8az1rRWR9xB068chHoUN", "Y53dikxXdT4E3afI1l8BMBSWgyhKvf65k6Dut1k6", "5UzOrcAE2F3rcuMX2EeIlaYv5VUcDe6Lyh0PeZX2", "6TUi99Tq3O9MWj1IFX8Pv6spmPXzcvhy9NvBoeW2", "pLQBJsA6zS9tg990rbdBD6UdABkWRv5O60vlrVcW"];
243
+ readonly values: ["HKHvPSPDezaxsTohFgDuG4WpKW6hB4SFYyztm9vc", "AH7lRIhbsL167nptv6eub9xDJXVHnYUm2vL7FLjK", "lUzTaIRxs95iin3pCAafB1ChA5akBiuQ1tjhXnau", "clDebbfo9edXq1GydZ0CahSAfSimPj616lFa9p8e", "SMbBD7DS9b3EPcyBVg4a8az1rRWR9xB068chHoUN", "Y53dikxXdT4E3afI1l8BMBSWgyhKvf65k6Dut1k6", "5UzOrcAE2F3rcuMX2EeIlaYv5VUcDe6Lyh0PeZX2", "6TUi99Tq3O9MWj1IFX8Pv6spmPXzcvhy9NvBoeW2", "pLQBJsA6zS9tg990rbdBD6UdABkWRv5O60vlrVcW", "M3uox3cw0u8YCPV9cIREA6AugUMvPFTk6qOpm4um", "2hicPxo2vy2NMHcg2cEU9crOeKtDpc14NEfMCthc"];
248
244
  }];
249
245
  readonly value: true;
250
246
  }, {
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  bifrostWallet
4
- } from "../chunk-UIASLGLV.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-A5N6B5UW.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-DNSG5Q7V.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-5W7VDOCL.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-TDAVGY5F.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-DNSG5Q7V.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-LNEC5RNX.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-2STUC6QL.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-DNSG5Q7V.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-2GJQ4XZQ.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-M3NZ6R2E.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-DNSG5Q7V.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-KIDC67XJ.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-OBOVHCEI.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-DNSG5Q7V.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-JCHN6A47.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-VR4TBQ6S.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-DNSG5Q7V.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-CNPKISHN.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-7QONTUXT.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-DNSG5Q7V.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-VWCLFMWJ.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-TCAGNB4B.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-DNSG5Q7V.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-CJGUM55H.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-FKJJQNKX.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-DNSG5Q7V.js";
7
7
  export {
8
8
  gateWallet
9
9
  };
@@ -1,79 +1,76 @@
1
1
  "use client";
2
- import {
3
- zerionWallet
4
- } from "./chunk-Q3H3TRBS.js";
5
2
  import {
6
3
  walletConnectWallet
7
4
  } from "./chunk-NP5QGWNL.js";
8
5
  import {
9
6
  zealWallet
10
7
  } from "./chunk-RNBEDQHF.js";
8
+ import {
9
+ zerionWallet
10
+ } from "./chunk-SULRQO27.js";
11
11
  import {
12
12
  talismanWallet
13
13
  } from "./chunk-DRO6WYMM.js";
14
14
  import {
15
- ledgerWallet
16
- } from "./chunk-BRBKM4PW.js";
17
- import {
18
- tokenaryWallet
19
- } from "./chunk-D6AOOO5F.js";
20
- import {
21
- tahoWallet
22
- } from "./chunk-ZZZRUXZE.js";
15
+ tokenPocketWallet
16
+ } from "./chunk-2L43XSW3.js";
23
17
  import {
24
18
  trustWallet
25
- } from "./chunk-RKPCWHXL.js";
19
+ } from "./chunk-VYBAYMP3.js";
26
20
  import {
27
- tokenPocketWallet
28
- } from "./chunk-J3LI3FYZ.js";
21
+ subWallet
22
+ } from "./chunk-JWFF4AAL.js";
23
+ import {
24
+ tokenaryWallet
25
+ } from "./chunk-D6AOOO5F.js";
29
26
  import {
30
27
  uniswapWallet
31
28
  } from "./chunk-LH7BMNFZ.js";
29
+ import {
30
+ safeheronWallet
31
+ } from "./chunk-RZIO5TFF.js";
32
32
  import {
33
33
  xdefiWallet
34
34
  } from "./chunk-BOU4WKRZ.js";
35
- import {
36
- rabbyWallet
37
- } from "./chunk-BBOM42DL.js";
38
35
  import {
39
36
  rainbowWallet
40
- } from "./chunk-3CICVJUN.js";
37
+ } from "./chunk-2KUBG3S6.js";
41
38
  import {
42
39
  ramperWallet
43
40
  } from "./chunk-BYXPFMI7.js";
44
41
  import {
45
- subWallet
46
- } from "./chunk-ZSI5N4VV.js";
42
+ roninWallet
43
+ } from "./chunk-NWIQNBJU.js";
47
44
  import {
48
- safeWallet
49
- } from "./chunk-BQQQL6UD.js";
45
+ oneKeyWallet
46
+ } from "./chunk-SHBUZ7U7.js";
50
47
  import {
51
48
  safepalWallet
52
- } from "./chunk-EC6CHBSZ.js";
49
+ } from "./chunk-NT2HYJKW.js";
53
50
  import {
54
- safeheronWallet
55
- } from "./chunk-RZIO5TFF.js";
51
+ imTokenWallet
52
+ } from "./chunk-COZ7MIQS.js";
56
53
  import {
57
- roninWallet
58
- } from "./chunk-QLVVUKYB.js";
54
+ safeWallet
55
+ } from "./chunk-BQQQL6UD.js";
56
+ import {
57
+ tahoWallet
58
+ } from "./chunk-ZZZRUXZE.js";
59
+ import {
60
+ metaMaskWallet
61
+ } from "./chunk-2HYNUNAS.js";
59
62
  import {
60
63
  mewWallet
61
64
  } from "./chunk-OL5ZO7E4.js";
62
65
  import {
63
- kresusWallet
64
- } from "./chunk-MJXPRJZT.js";
65
- import {
66
- imTokenWallet
67
- } from "./chunk-COZ7MIQS.js";
66
+ oktoWallet
67
+ } from "./chunk-ADIXAKUL.js";
68
68
  import {
69
69
  omniWallet
70
70
  } from "./chunk-7CUY5G6R.js";
71
71
  import {
72
- oktoWallet
73
- } from "./chunk-ADIXAKUL.js";
74
- import {
75
- oneKeyWallet
76
- } from "./chunk-SHBUZ7U7.js";
72
+ okxWallet
73
+ } from "./chunk-TDIEHTMB.js";
77
74
  import {
78
75
  oneInchWallet
79
76
  } from "./chunk-OESTDX6I.js";
@@ -81,29 +78,38 @@ import {
81
78
  phantomWallet
82
79
  } from "./chunk-362NXNTM.js";
83
80
  import {
84
- desigWallet
85
- } from "./chunk-OPAZMNA7.js";
81
+ rabbyWallet
82
+ } from "./chunk-BBOM42DL.js";
86
83
  import {
87
- frameWallet
88
- } from "./chunk-IFON7E6U.js";
84
+ foxWallet
85
+ } from "./chunk-7QONTUXT.js";
89
86
  import {
90
87
  frontierWallet
91
- } from "./chunk-VWCLFMWJ.js";
88
+ } from "./chunk-TCAGNB4B.js";
92
89
  import {
93
90
  injectedWallet
94
91
  } from "./chunk-XWUJE7MW.js";
92
+ import {
93
+ kresusWallet
94
+ } from "./chunk-MJXPRJZT.js";
95
+ import {
96
+ frameWallet
97
+ } from "./chunk-IFON7E6U.js";
95
98
  import {
96
99
  gateWallet
97
- } from "./chunk-CJGUM55H.js";
100
+ } from "./chunk-FKJJQNKX.js";
98
101
  import {
99
- metaMaskWallet
100
- } from "./chunk-UYGJO62F.js";
102
+ ledgerWallet
103
+ } from "./chunk-BRBKM4PW.js";
101
104
  import {
102
- okxWallet
103
- } from "./chunk-AFXHGWBH.js";
105
+ clvWallet
106
+ } from "./chunk-M3NZ6R2E.js";
104
107
  import {
105
- braveWallet
106
- } from "./chunk-BPZ2XJO2.js";
108
+ bitverseWallet
109
+ } from "./chunk-3HZRRP4Y.js";
110
+ import {
111
+ coin98Wallet
112
+ } from "./chunk-OBOVHCEI.js";
107
113
  import {
108
114
  coinbaseWallet
109
115
  } from "./chunk-H4IRCEZN.js";
@@ -111,43 +117,37 @@ import {
111
117
  dawnWallet
112
118
  } from "./chunk-HWPKCIBE.js";
113
119
  import {
114
- bloomWallet
115
- } from "./chunk-S27IADFU.js";
116
- import {
117
- enkryptWallet
118
- } from "./chunk-OLOIXTYS.js";
120
+ desigWallet
121
+ } from "./chunk-OPAZMNA7.js";
119
122
  import {
120
123
  coreWallet
121
- } from "./chunk-JCHN6A47.js";
124
+ } from "./chunk-VR4TBQ6S.js";
122
125
  import {
123
- coin98Wallet
124
- } from "./chunk-KIDC67XJ.js";
125
- import {
126
- foxWallet
127
- } from "./chunk-CNPKISHN.js";
126
+ enkryptWallet
127
+ } from "./chunk-OLOIXTYS.js";
128
128
  import {
129
129
  argentWallet
130
130
  } from "./chunk-WSQ2YJO2.js";
131
- import {
132
- bifrostWallet
133
- } from "./chunk-UIASLGLV.js";
134
131
  import {
135
132
  bitskiWallet
136
133
  } from "./chunk-HS3C7OQV.js";
134
+ import {
135
+ bifrostWallet
136
+ } from "./chunk-A5N6B5UW.js";
137
137
  import {
138
138
  bitgetWallet
139
- } from "./chunk-5W7VDOCL.js";
139
+ } from "./chunk-TDAVGY5F.js";
140
140
  import {
141
- clvWallet
142
- } from "./chunk-2GJQ4XZQ.js";
141
+ bloomWallet
142
+ } from "./chunk-S27IADFU.js";
143
143
  import {
144
144
  bybitWallet
145
- } from "./chunk-LNEC5RNX.js";
146
- import "./chunk-DNSG5Q7V.js";
147
- import {
148
- bitverseWallet
149
- } from "./chunk-3HZRRP4Y.js";
145
+ } from "./chunk-2STUC6QL.js";
150
146
  import "./chunk-23WIEY36.js";
147
+ import {
148
+ braveWallet
149
+ } from "./chunk-BPZ2XJO2.js";
150
+ import "./chunk-DNSG5Q7V.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-UYGJO62F.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-2HYNUNAS.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-DNSG5Q7V.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-AFXHGWBH.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-TDIEHTMB.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-DNSG5Q7V.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-3CICVJUN.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-2KUBG3S6.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-DNSG5Q7V.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-QLVVUKYB.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-NWIQNBJU.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-DNSG5Q7V.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-EC6CHBSZ.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-NT2HYJKW.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-DNSG5Q7V.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-ZSI5N4VV.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-JWFF4AAL.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-DNSG5Q7V.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-J3LI3FYZ.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-2L43XSW3.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-DNSG5Q7V.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-RKPCWHXL.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-VYBAYMP3.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-DNSG5Q7V.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-Q3H3TRBS.js";
5
- import "../chunk-DNSG5Q7V.js";
4
+ } from "../chunk-SULRQO27.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-DNSG5Q7V.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": "6.14.19",
3
+ "version": "6.14.21",
4
4
  "description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
5
5
  "files": [
6
6
  "dist",
@@ -99,12 +99,12 @@
99
99
  "ua-parser-js": "^1.0.37",
100
100
  "use-debounce": "^10.0.5",
101
101
  "uuid": "^9.0.1",
102
- "@funkit/api-base": "1.12.12",
102
+ "@funkit/api-base": "1.12.13",
103
103
  "@funkit/chains": "0.4.2",
104
- "@funkit/core": "2.3.57",
105
- "@funkit/fun-relay": "2.1.7",
106
- "@funkit/utils": "1.1.14",
107
- "@funkit/wagmi-tools": "3.0.80"
104
+ "@funkit/core": "2.3.58",
105
+ "@funkit/utils": "1.1.15",
106
+ "@funkit/wagmi-tools": "3.0.81",
107
+ "@funkit/fun-relay": "2.1.8"
108
108
  },
109
109
  "repository": {
110
110
  "type": "git",