@0xsquid/react-hooks 6.7.0-rollup-beta.0 → 6.7.0-rollup-beta.1
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.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/{secretService-SEqSyHG0.js → secretService-Cnn1_HQT.js} +2 -2
- package/dist/{secretService-SEqSyHG0.js.map → secretService-Cnn1_HQT.js.map} +1 -1
- package/dist/{secretService-Cc7emxDy.js → secretService-DW4QetNp.js} +2 -2
- package/dist/{secretService-Cc7emxDy.js.map → secretService-DW4QetNp.js.map} +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -23,7 +23,7 @@ import { SlushWallet } from '@mysten/slush-wallet';
|
|
|
23
23
|
import { StargateClient } from '@cosmjs/stargate';
|
|
24
24
|
import { SigningCosmWasmClient } from '@cosmjs/cosmwasm-stargate';
|
|
25
25
|
import { Transaction as Transaction$1 } from '@mysten/sui/transactions';
|
|
26
|
-
import { InjectiveSigningStargateClient } from '@injectivelabs/sdk-ts/dist/cjs/core/stargate';
|
|
26
|
+
import { InjectiveSigningStargateClient } from '@injectivelabs/sdk-ts/dist/cjs/core/stargate/index.js';
|
|
27
27
|
import { SuiClient } from '@mysten/sui/client';
|
|
28
28
|
import { Squid } from '@0xsquid/sdk';
|
|
29
29
|
import { mainnet } from 'viem/chains';
|
|
@@ -7732,7 +7732,7 @@ const filterViewableTokens = (tokens) => {
|
|
|
7732
7732
|
};
|
|
7733
7733
|
const getSecretNetworkBalances = async (chainData, cosmosAddress, squidTokens, keplrTypeWallet) => {
|
|
7734
7734
|
const squidSecretTokens = squidTokens.filter((t) => t.chainId === CHAIN_IDS.SECRET);
|
|
7735
|
-
const { fetchAllSecretBalances } = await import('./secretService-
|
|
7735
|
+
const { fetchAllSecretBalances } = await import('./secretService-Cnn1_HQT.js');
|
|
7736
7736
|
return fetchAllSecretBalances(chainData, cosmosAddress, squidSecretTokens, keplrTypeWallet);
|
|
7737
7737
|
};
|
|
7738
7738
|
function getTokenAssetsKey(token) {
|