@matchain/matchid-sdk-react 0.1.40-alpha.3 → 0.1.40-alpha.4

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.
@@ -15,7 +15,7 @@ import {
15
15
  SOLModal,
16
16
  TRONModal,
17
17
  UsernameModal
18
- } from "../chunk-XXZABHH6.mjs";
18
+ } from "../chunk-HL5ODTAH.mjs";
19
19
  import "../chunk-6PWH7WZI.mjs";
20
20
  import "../chunk-J5LGTIGS.mjs";
21
21
  export {
@@ -1,4 +1,4 @@
1
- export { b as bind, p as poh, u as user } from '../../index-mEK7Lcps.mjs';
1
+ export { b as bind, p as poh, u as user } from '../../index-CiM5L42f.mjs';
2
2
  import '@tanstack/react-query';
3
3
  import '@tanstack/react-query/src/types';
4
4
  import '../../types.d-IS3DBl3p.mjs';
@@ -1,4 +1,4 @@
1
- export { b as bind, p as poh, u as user } from '../../index-DlrDrTMk.js';
1
+ export { b as bind, p as poh, u as user } from '../../index-DBscX8i6.js';
2
2
  import '@tanstack/react-query';
3
3
  import '@tanstack/react-query/src/types';
4
4
  import '../../types.d-IS3DBl3p.js';
@@ -257,11 +257,11 @@ var getBindInfoApi = () => {
257
257
  method: "GET"
258
258
  });
259
259
  };
260
- var bindCexApi = ({ cex, api_key, api_secret }) => {
260
+ var bindCexApi = (data) => {
261
261
  return request_default({
262
262
  url: `/api/v1/cex/subscribe`,
263
263
  method: "POST",
264
- data: { cex, api_key, api_secret }
264
+ data
265
265
  });
266
266
  };
267
267
  var unBindApi = ({ type }) => {