@0xsquid/react-hooks 8.0.0-beta.1 → 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/{index-BVNZiGCx.js → index-BT_PJ0yw.js} +3 -3
- package/dist/{index-BVNZiGCx.js.map → index-BT_PJ0yw.js.map} +1 -1
- package/dist/{index-DDz-C-VC.js → index-ClusSgCh.js} +5 -5
- package/dist/{index-CGkGzcT3.js.map → index-ClusSgCh.js.map} +1 -1
- package/dist/{index-CGkGzcT3.js → index-DIojJVk6.js} +4 -4
- package/dist/{index-DDz-C-VC.js.map → index-DIojJVk6.js.map} +1 -1
- package/dist/{index-BeLuO1uo.js → index-DzdoRUCc.js} +3 -3
- package/dist/{index-BeLuO1uo.js.map → index-DzdoRUCc.js.map} +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.js +2 -2
- package/dist/{secretService-D49fXkda.js → secretService-5SGF9TXj.js} +3 -3
- package/dist/{secretService-D49fXkda.js.map → secretService-5SGF9TXj.js.map} +1 -1
- package/dist/{secretService-DeXE4j0J.js → secretService-CgX8qkVs.js} +3 -3
- package/dist/{secretService-DeXE4j0J.js.map → secretService-CgX8qkVs.js.map} +1 -1
- package/package.json +1 -1
|
@@ -31,7 +31,7 @@ var protoSigning = require('@cosmjs/proto-signing');
|
|
|
31
31
|
var transactions = require('@mysten/sui/transactions');
|
|
32
32
|
var connectors = require('wagmi/connectors');
|
|
33
33
|
var cosmwasmStargate = require('@cosmjs/cosmwasm-stargate');
|
|
34
|
-
var
|
|
34
|
+
var index_js = require('@injectivelabs/sdk-ts/dist/cjs/core/stargate/index.js');
|
|
35
35
|
var sdk = require('@0xsquid/sdk');
|
|
36
36
|
var chains$1 = require('viem/chains');
|
|
37
37
|
|
|
@@ -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-BT_PJ0yw.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-CgX8qkVs.js'); });
|
|
28182
28182
|
return fetchAllSecretBalances(chainData, cosmosAddress, squidSecretTokens, keplrTypeWallet);
|
|
28183
28183
|
};
|
|
28184
28184
|
function getTokenAssetsKey(token) {
|
|
@@ -39589,7 +39589,7 @@ const useExecuteTransaction = (squidRoute) => {
|
|
|
39589
39589
|
return null;
|
|
39590
39590
|
switch (fromChain.chainId) {
|
|
39591
39591
|
case CHAIN_IDS.INJECTIVE:
|
|
39592
|
-
return
|
|
39592
|
+
return index_js.InjectiveSigningStargateClient.connectWithSigner(rpc, cosmosSigner);
|
|
39593
39593
|
default: {
|
|
39594
39594
|
const cosmosClient = await getCosmosSigningClient({
|
|
39595
39595
|
chainRpc: rpc,
|
|
@@ -41264,4 +41264,4 @@ exports.useWallet = useWallet;
|
|
|
41264
41264
|
exports.useWallets = useWallets;
|
|
41265
41265
|
exports.useXrplTrustLine = useXrplTrustLine;
|
|
41266
41266
|
exports.walletSupportsChainType = walletSupportsChainType;
|
|
41267
|
-
//# sourceMappingURL=index-
|
|
41267
|
+
//# sourceMappingURL=index-ClusSgCh.js.map
|