@0xsquid/react-hooks 8.9.1-beta-canton-wallet-connection.0 → 8.10.0

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.
Files changed (24) hide show
  1. package/dist/core/constants.d.ts +1 -1
  2. package/dist/{index-B8h1ypYK.js → index-BlB3yIoX.js} +5 -6
  3. package/dist/index-BlB3yIoX.js.map +1 -0
  4. package/dist/{index-doLvokYY.js → index-Dzir2lUQ.js} +5 -6
  5. package/dist/index-Dzir2lUQ.js.map +1 -0
  6. package/dist/{index.es-CuIvGVFi.js → index.es-BPXYaraD.js} +2 -2
  7. package/dist/{index.es-CuIvGVFi.js.map → index.es-BPXYaraD.js.map} +1 -1
  8. package/dist/{index.es-reWGC10l.js → index.es-DwtZr7bN.js} +2 -2
  9. package/dist/{index.es-reWGC10l.js.map → index.es-DwtZr7bN.js.map} +1 -1
  10. package/dist/index.esm.js +1 -1
  11. package/dist/index.js +1 -1
  12. package/dist/{secretService-3g7QoMaM.js → secretService-ICina23f.js} +2 -2
  13. package/dist/{secretService-3g7QoMaM.js.map → secretService-ICina23f.js.map} +1 -1
  14. package/dist/{secretService-DMcFUD-e.js → secretService-eiBnD7dI.js} +2 -2
  15. package/dist/{secretService-DMcFUD-e.js.map → secretService-eiBnD7dI.js.map} +1 -1
  16. package/dist/server.esm.js.map +1 -1
  17. package/dist/server.js.map +1 -1
  18. package/dist/{stellarService.client-DLPxIX3n.js → stellarService.client-Bjc92sC_.js} +2 -2
  19. package/dist/{stellarService.client-DLPxIX3n.js.map → stellarService.client-Bjc92sC_.js.map} +1 -1
  20. package/dist/{stellarService.client-DMdUVPJ8.js → stellarService.client-VOmCOPzL.js} +2 -2
  21. package/dist/{stellarService.client-DMdUVPJ8.js.map → stellarService.client-VOmCOPzL.js.map} +1 -1
  22. package/package.json +1 -1
  23. package/dist/index-B8h1ypYK.js.map +0 -1
  24. package/dist/index-doLvokYY.js.map +0 -1
@@ -106,12 +106,11 @@ const gasRefundMultiplier = 25;
106
106
  const internalSquidApiBaseUrl = "https://app.squidrouter.com/api";
107
107
  const XAMAN_API_URL = `${internalSquidApiBaseUrl}/xaman/`;
108
108
  const TOKEN_PRICE_API_URL = `${internalSquidApiBaseUrl}/coingecko`;
109
+ const CANTON_AMULET_REGISTRY_URL = `${internalSquidApiBaseUrl}/canton/scan-proxy`;
109
110
  const DEFAULT_ROUTE_REFETCH_INTERVAL = 30_000;
110
111
  const SOLANA_RPC_URL = "https://meredith-ute2ko-fast-mainnet.helius-rpc.com";
111
112
  const INTEGRATOR_ID = "squid-widget-playground-local-cd33cba6-7e12-4fcc-8d5d-35e286f655ea";
112
113
  const DEFAULT_COUNTRY_CODE = "US";
113
- // TODO: pending confirmation with Backend team on final URL
114
- const CANTON_AMULET_REGISTRY_URL = "/api/canton/scan-proxy";
115
114
  const CHAIN_IDS = {
116
115
  // Cosmos
117
116
  OSMOSIS: "osmosis-1",
@@ -23606,7 +23605,7 @@ const filterViewableTokens = (tokens, config, direction) => {
23606
23605
  };
23607
23606
  const getSecretNetworkBalances = async (chainData, cosmosAddress, squidTokens, keplrTypeWallet) => {
23608
23607
  const squidSecretTokens = squidTokens.filter((t) => t.chainId === CHAIN_IDS.SECRET);
23609
- const { fetchAllSecretBalances } = await Promise.resolve().then(function () { return require('./secretService-3g7QoMaM.js'); });
23608
+ const { fetchAllSecretBalances } = await Promise.resolve().then(function () { return require('./secretService-ICina23f.js'); });
23610
23609
  return fetchAllSecretBalances(chainData, cosmosAddress, squidSecretTokens, keplrTypeWallet);
23611
23610
  };
23612
23611
  function getTokenAssetsKey(token) {
@@ -27280,7 +27279,7 @@ function useStellarWallets() {
27280
27279
  try {
27281
27280
  const { allowAllModules: initializeAllModules } = await import('@creit.tech/stellar-wallets-kit');
27282
27281
  const { LedgerModule } = await import('@creit.tech/stellar-wallets-kit/modules/ledger.module.mjs');
27283
- const { formatStellarWallet } = await Promise.resolve().then(function () { return require('./stellarService.client-DLPxIX3n.js'); });
27282
+ const { formatStellarWallet } = await Promise.resolve().then(function () { return require('./stellarService.client-Bjc92sC_.js'); });
27284
27283
  const modules = [...initializeAllModules(), new LedgerModule()];
27285
27284
  const promises = modules.map(async (module) => {
27286
27285
  const isAvailable = await module.isAvailable();
@@ -30739,7 +30738,7 @@ function hederaWalletConnect(parameters) {
30739
30738
  const optionalChains = config.chains.map((x) => x.id);
30740
30739
  if (!optionalChains.length)
30741
30740
  return;
30742
- const { EthereumProvider } = await Promise.resolve().then(function () { return require('./index.es-CuIvGVFi.js'); });
30741
+ const { EthereumProvider } = await Promise.resolve().then(function () { return require('./index.es-BPXYaraD.js'); });
30743
30742
  const rawProvider = await EthereumProvider.init({
30744
30743
  ...restParameters,
30745
30744
  disableProviderPing: true,
@@ -38933,4 +38932,4 @@ exports.useXrplTrustLine = useXrplTrustLine;
38933
38932
  exports.waitForReceiptWithRetry = waitForReceiptWithRetry;
38934
38933
  exports.walletIconBaseUrl = walletIconBaseUrl;
38935
38934
  exports.walletSupportsChainType = walletSupportsChainType;
38936
- //# sourceMappingURL=index-doLvokYY.js.map
38935
+ //# sourceMappingURL=index-Dzir2lUQ.js.map