@0xsquid/react-hooks 8.0.0-beta.4 → 8.0.0-beta.5

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 CHANGED
@@ -13,13 +13,7 @@ import { isValidXAddress, isValidClassicAddress } from 'ripple-address-codec';
13
13
  import { getAssociatedTokenAddress, createAssociatedTokenAccountInstruction, createTransferInstruction } from '@solana/spl-token';
14
14
  import { StandardWalletAdapter } from '@solana/wallet-standard-wallet-adapter-base';
15
15
  import { PublicKey, VersionedTransaction, Transaction, SystemProgram, Connection } from '@solana/web3.js';
16
- import { ALBEDO_ID } from '@creit.tech/stellar-wallets-kit/modules/albedo.module';
17
- import { FREIGHTER_ID } from '@creit.tech/stellar-wallets-kit/modules/freighter.module';
18
- import { HANA_ID } from '@creit.tech/stellar-wallets-kit/modules/hana.module';
19
- import { HOTWALLET_ID } from '@creit.tech/stellar-wallets-kit/modules/hotwallet.module';
20
- import { LOBSTR_ID } from '@creit.tech/stellar-wallets-kit/modules/lobstr.module';
21
- import { RABET_ID } from '@creit.tech/stellar-wallets-kit/modules/rabet.module';
22
- import { XBULL_ID } from '@creit.tech/stellar-wallets-kit/modules/xbull.module';
16
+ import { XBULL_ID, HOTWALLET_ID, HANA_ID, LOBSTR_ID, FREIGHTER_ID, RABET_ID, ALBEDO_ID } from '@creit.tech/stellar-wallets-kit';
23
17
  import { Networks, StrKey, nativeToScVal, Address, rpc, TransactionBuilder, BASE_FEE, Contract, TimeoutInfinite, scValToNative, Operation, Transaction as Transaction$1, xdr } from '@stellar/stellar-sdk';
24
18
  import { SUI_TESTNET_CHAIN, SUI_MAINNET_CHAIN } from '@mysten/wallet-standard';
25
19
  import { CloudflareProvider, JsonRpcProvider, ethers, Interface, Contract as Contract$1, BrowserProvider, JsonRpcSigner, isError } from 'ethers';
@@ -27515,7 +27509,7 @@ const filterViewableTokens = (tokens, config, direction) => {
27515
27509
  };
27516
27510
  const getSecretNetworkBalances = async (chainData, cosmosAddress, squidTokens, keplrTypeWallet) => {
27517
27511
  const squidSecretTokens = squidTokens.filter((t) => t.chainId === CHAIN_IDS.SECRET);
27518
- const { fetchAllSecretBalances } = await import('./secretService-Cpow6OzM.js');
27512
+ const { fetchAllSecretBalances } = await import('./secretService-CzcOJdO8.js');
27519
27513
  return fetchAllSecretBalances(chainData, cosmosAddress, squidSecretTokens, keplrTypeWallet);
27520
27514
  };
27521
27515
  function getTokenAssetsKey(token) {