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

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,7 +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 { XBULL_ID, HOTWALLET_ID, HANA_ID, LOBSTR_ID, FREIGHTER_ID, RABET_ID, ALBEDO_ID } from '@creit.tech/stellar-wallets-kit';
16
+ import { XBULL_ID, HOTWALLET_ID, HANA_ID, LOBSTR_ID, FREIGHTER_ID, RABET_ID, ALBEDO_ID, allowAllModules } from '@creit.tech/stellar-wallets-kit';
17
17
  import { Networks, StrKey, nativeToScVal, Address, rpc, TransactionBuilder, BASE_FEE, Contract, TimeoutInfinite, scValToNative, Operation, Transaction as Transaction$1, xdr } from '@stellar/stellar-sdk';
18
18
  import { SUI_TESTNET_CHAIN, SUI_MAINNET_CHAIN } from '@mysten/wallet-standard';
19
19
  import { CloudflareProvider, JsonRpcProvider, ethers, Interface, Contract as Contract$1, BrowserProvider, JsonRpcSigner, isError } from 'ethers';
@@ -26,7 +26,6 @@ import { persist } from 'zustand/middleware';
26
26
  import { useAccount, useConnectors, useConnect, useDisconnect, useSwitchChain, useBalance, useReadContract, createConfig, http, useWalletClient, usePublicClient, WagmiProvider } from 'wagmi';
27
27
  import SafeAppsSDK, { TransactionStatus as TransactionStatus$1 } from '@safe-global/safe-apps-sdk';
28
28
  import { getWallets } from '@wallet-standard/core';
29
- import { allowAllModules } from '@creit.tech/stellar-wallets-kit/utils';
30
29
  import { SlushWallet } from '@mysten/slush-wallet';
31
30
  import { StargateClient, SigningStargateClient } from '@cosmjs/stargate';
32
31
  import { SuiClient } from '@mysten/sui/client';
@@ -27509,7 +27508,7 @@ const filterViewableTokens = (tokens, config, direction) => {
27509
27508
  };
27510
27509
  const getSecretNetworkBalances = async (chainData, cosmosAddress, squidTokens, keplrTypeWallet) => {
27511
27510
  const squidSecretTokens = squidTokens.filter((t) => t.chainId === CHAIN_IDS.SECRET);
27512
- const { fetchAllSecretBalances } = await import('./secretService-CzcOJdO8.js');
27511
+ const { fetchAllSecretBalances } = await import('./secretService-CRjW1u6W.js');
27513
27512
  return fetchAllSecretBalances(chainData, cosmosAddress, squidSecretTokens, keplrTypeWallet);
27514
27513
  };
27515
27514
  function getTokenAssetsKey(token) {