@skip-go/widget 3.1.11-alpha.3 → 3.1.11-alpha.4

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.
@@ -5690,7 +5690,7 @@ function walletConnect(parameters) {
5690
5690
  const optionalChains = config2.chains.map((x) => x.id);
5691
5691
  if (!optionalChains.length)
5692
5692
  return;
5693
- const { EthereumProvider } = await import("./index.es-C-M3rVTi.js");
5693
+ const { EthereumProvider } = await import("./index.es-D1QYr7R5.js");
5694
5694
  return await EthereumProvider.init({
5695
5695
  ...parameters,
5696
5696
  disableProviderPing: true,
@@ -45276,7 +45276,8 @@ const useCW20Balance = ({ asset, address }) => {
45276
45276
  if (!asset) throw new Error("Asset not found");
45277
45277
  return getCosmosCW20Balance(rpcURL, address, asset);
45278
45278
  },
45279
- enabled: !!address && !!(asset == null ? void 0 : asset.tokenContract) && !!(asset == null ? void 0 : asset.isCW20) && !!(asset == null ? void 0 : asset.chainID)
45279
+ enabled: !!address && !!(asset == null ? void 0 : asset.tokenContract) && !!(asset == null ? void 0 : asset.isCW20) && !!(asset == null ? void 0 : asset.chainID),
45280
+ placeholderData: void 0
45280
45281
  });
45281
45282
  return query;
45282
45283
  };
@@ -47166,7 +47167,7 @@ const initSentry = () => {
47166
47167
  });
47167
47168
  isSentryInitialized = true;
47168
47169
  };
47169
- const version = "3.1.11-alpha.3";
47170
+ const version = "3.1.11-alpha.4";
47170
47171
  const useInitWidget = (props) => {
47171
47172
  var _a;
47172
47173
  if (props.enableSentrySessionReplays) {
@@ -47320,10 +47321,10 @@ const WidgetContainer = dt.div`
47320
47321
  export {
47321
47322
  ShowWidget as S,
47322
47323
  Widget as W,
47323
- getAugmentedNamespace as a,
47324
+ getDefaultExportFromCjs as a,
47324
47325
  commonjsGlobal as c,
47325
47326
  defaultTheme as d,
47326
- getDefaultExportFromCjs as g,
47327
+ getAugmentedNamespace as g,
47327
47328
  lightTheme as l,
47328
47329
  process$1 as p
47329
47330
  };