@0xsquid/react-hooks 8.0.0-beta.2 → 8.0.0-beta.3
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/hooks/index.d.ts +2 -1
- package/dist/{index-BT_PJ0yw.js → index-Bp9Cc-ku.js} +2 -2
- package/dist/{index-BT_PJ0yw.js.map → index-Bp9Cc-ku.js.map} +1 -1
- package/dist/{index-ClusSgCh.js → index-C5g8RJzs.js} +4 -3
- package/dist/{index-ClusSgCh.js.map → index-C5g8RJzs.js.map} +1 -1
- package/dist/{index-DzdoRUCc.js → index-CFmQoIzk.js} +2 -2
- package/dist/{index-DzdoRUCc.js.map → index-CFmQoIzk.js.map} +1 -1
- package/dist/{index-DIojJVk6.js → index-DGBju8ZH.js} +4 -4
- package/dist/{index-DIojJVk6.js.map → index-DGBju8ZH.js.map} +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/{secretService-CgX8qkVs.js → secretService-BkpBdhVj.js} +2 -2
- package/dist/{secretService-CgX8qkVs.js.map → secretService-BkpBdhVj.js.map} +1 -1
- package/dist/{secretService-5SGF9TXj.js → secretService-BsGfZUxs.js} +2 -2
- package/dist/{secretService-5SGF9TXj.js.map → secretService-BsGfZUxs.js.map} +1 -1
- package/package.json +1 -1
|
@@ -5728,7 +5728,7 @@ class WalletConnectModal {
|
|
|
5728
5728
|
}
|
|
5729
5729
|
async initUi() {
|
|
5730
5730
|
if (typeof window !== "undefined") {
|
|
5731
|
-
await Promise.resolve().then(function () { return require('./index-
|
|
5731
|
+
await Promise.resolve().then(function () { return require('./index-Bp9Cc-ku.js'); });
|
|
5732
5732
|
const modal = document.createElement("wcm-modal");
|
|
5733
5733
|
document.body.insertAdjacentElement("beforeend", modal);
|
|
5734
5734
|
OptionsCtrl.setIsUiLoaded(true);
|
|
@@ -28178,7 +28178,7 @@ const filterViewableTokens = (tokens, config) => {
|
|
|
28178
28178
|
};
|
|
28179
28179
|
const getSecretNetworkBalances = async (chainData, cosmosAddress, squidTokens, keplrTypeWallet) => {
|
|
28180
28180
|
const squidSecretTokens = squidTokens.filter((t) => t.chainId === CHAIN_IDS.SECRET);
|
|
28181
|
-
const { fetchAllSecretBalances } = await Promise.resolve().then(function () { return require('./secretService-
|
|
28181
|
+
const { fetchAllSecretBalances } = await Promise.resolve().then(function () { return require('./secretService-BkpBdhVj.js'); });
|
|
28182
28182
|
return fetchAllSecretBalances(chainData, cosmosAddress, squidSecretTokens, keplrTypeWallet);
|
|
28183
28183
|
};
|
|
28184
28184
|
function getTokenAssetsKey(token) {
|
|
@@ -41261,7 +41261,8 @@ exports.useTrackSearchEmpty = useTrackSearchEmpty;
|
|
|
41261
41261
|
exports.useTransactionStore = useTransactionStore;
|
|
41262
41262
|
exports.useUserParams = useUserParams;
|
|
41263
41263
|
exports.useWallet = useWallet;
|
|
41264
|
+
exports.useWalletStore = useWalletStore;
|
|
41264
41265
|
exports.useWallets = useWallets;
|
|
41265
41266
|
exports.useXrplTrustLine = useXrplTrustLine;
|
|
41266
41267
|
exports.walletSupportsChainType = walletSupportsChainType;
|
|
41267
|
-
//# sourceMappingURL=index-
|
|
41268
|
+
//# sourceMappingURL=index-C5g8RJzs.js.map
|