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

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-Bg1tmvq9.js");
5693
+ const { EthereumProvider } = await import("./index.es-C-M3rVTi.js");
5694
5694
  return await EthereumProvider.init({
5695
5695
  ...parameters,
5696
5696
  disableProviderPing: true,
@@ -45308,7 +45308,7 @@ const useGetSourceBalance = () => {
45308
45308
  asset: sourceAsset,
45309
45309
  address: sourceAccount == null ? void 0 : sourceAccount.address
45310
45310
  });
45311
- console.log(isFetched || isLoading || cw20Balance.isLoading);
45311
+ console.log(isFetched, isLoading, cw20Balance.isLoading);
45312
45312
  const data = useMemo(() => {
45313
45313
  var _a, _b, _c, _d, _e2, _f, _g, _h;
45314
45314
  if (!sourceAsset || !sourceAccount || !skipBalances) return;
@@ -47166,7 +47166,7 @@ const initSentry = () => {
47166
47166
  });
47167
47167
  isSentryInitialized = true;
47168
47168
  };
47169
- const version = "3.1.11-alpha.2";
47169
+ const version = "3.1.11-alpha.3";
47170
47170
  const useInitWidget = (props) => {
47171
47171
  var _a;
47172
47172
  if (props.enableSentrySessionReplays) {
@@ -47320,10 +47320,10 @@ const WidgetContainer = dt.div`
47320
47320
  export {
47321
47321
  ShowWidget as S,
47322
47322
  Widget as W,
47323
- getDefaultExportFromCjs as a,
47323
+ getAugmentedNamespace as a,
47324
47324
  commonjsGlobal as c,
47325
47325
  defaultTheme as d,
47326
- getAugmentedNamespace as g,
47326
+ getDefaultExportFromCjs as g,
47327
47327
  lightTheme as l,
47328
47328
  process$1 as p
47329
47329
  };