@0xsquid/react-hooks 8.0.0-beta.0 → 8.0.0-beta.2
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.
- package/dist/core/types/index.d.ts +2 -2
- package/dist/{index-CoxuUJzG.js → index-BT_PJ0yw.js} +3 -3
- package/dist/{index-CoxuUJzG.js.map → index-BT_PJ0yw.js.map} +1 -1
- package/dist/{index-CjYMwYuT.js → index-ClusSgCh.js} +51 -51
- package/dist/{index-CeIwio11.js.map → index-ClusSgCh.js.map} +1 -1
- package/dist/{index-CeIwio11.js → index-DIojJVk6.js} +5 -5
- package/dist/{index-CjYMwYuT.js.map → index-DIojJVk6.js.map} +1 -1
- package/dist/{index-B3FG6tRj.js → index-DzdoRUCc.js} +3 -3
- package/dist/{index-B3FG6tRj.js.map → index-DzdoRUCc.js.map} +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.js +6 -2
- package/dist/index.js.map +1 -1
- package/dist/{secretService-CgLleYSR.js → secretService-5SGF9TXj.js} +3 -3
- package/dist/{secretService-CgLleYSR.js.map → secretService-5SGF9TXj.js.map} +1 -1
- package/dist/{secretService-C6ack504.js → secretService-CgX8qkVs.js} +3 -3
- package/dist/{secretService-C6ack504.js.map → secretService-CgX8qkVs.js.map} +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { M as ModalCtrl, R as RouterCtrl, T as ToastCtrl, a as ThemeCtrl, E as EventsCtrl, b as ExplorerCtrl, c as ConfigCtrl, d as CoreUtil, O as OptionsCtrl } from './index-
|
|
1
|
+
import { M as ModalCtrl, R as RouterCtrl, T as ToastCtrl, a as ThemeCtrl, E as EventsCtrl, b as ExplorerCtrl, c as ConfigCtrl, d as CoreUtil, O as OptionsCtrl } from './index-DIojJVk6.js';
|
|
2
2
|
import '@0xsquid/squid-types';
|
|
3
3
|
import 'viem';
|
|
4
4
|
import 'react';
|
|
@@ -30,7 +30,7 @@ import '@cosmjs/proto-signing';
|
|
|
30
30
|
import '@mysten/sui/transactions';
|
|
31
31
|
import 'wagmi/connectors';
|
|
32
32
|
import '@cosmjs/cosmwasm-stargate';
|
|
33
|
-
import '@injectivelabs/sdk-ts/dist/cjs/core/stargate';
|
|
33
|
+
import '@injectivelabs/sdk-ts/dist/cjs/core/stargate/index.js';
|
|
34
34
|
import '@0xsquid/sdk';
|
|
35
35
|
import 'viem/chains';
|
|
36
36
|
|
|
@@ -6018,4 +6018,4 @@ WcmWebConnectingView = __decorateClass([
|
|
|
6018
6018
|
], WcmWebConnectingView);
|
|
6019
6019
|
|
|
6020
6020
|
export { WcmModal, WcmQrCode };
|
|
6021
|
-
//# sourceMappingURL=index-
|
|
6021
|
+
//# sourceMappingURL=index-DzdoRUCc.js.map
|