@skip-go/widget 3.1.11-alpha.2 → 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-Bg1tmvq9.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
  };
@@ -45308,7 +45309,7 @@ const useGetSourceBalance = () => {
45308
45309
  asset: sourceAsset,
45309
45310
  address: sourceAccount == null ? void 0 : sourceAccount.address
45310
45311
  });
45311
- console.log(isFetched || isLoading || cw20Balance.isLoading);
45312
+ console.log(isFetched, isLoading, cw20Balance.isLoading);
45312
45313
  const data = useMemo(() => {
45313
45314
  var _a, _b, _c, _d, _e2, _f, _g, _h;
45314
45315
  if (!sourceAsset || !sourceAccount || !skipBalances) return;
@@ -47166,7 +47167,7 @@ const initSentry = () => {
47166
47167
  });
47167
47168
  isSentryInitialized = true;
47168
47169
  };
47169
- const version = "3.1.11-alpha.2";
47170
+ const version = "3.1.11-alpha.4";
47170
47171
  const useInitWidget = (props) => {
47171
47172
  var _a;
47172
47173
  if (props.enableSentrySessionReplays) {
@@ -1,4 +1,4 @@
1
- import { g as getAugmentedNamespace, c as commonjsGlobal, a as getDefaultExportFromCjs, p as process$1 } from "./index-Dvbc273L.js";
1
+ import { g as getAugmentedNamespace, c as commonjsGlobal, a as getDefaultExportFromCjs, p as process$1 } from "./index-oZceVcCW.js";
2
2
  import qg, { PROPOSAL_EXPIRY_MESSAGE } from "@walletconnect/sign-client";
3
3
  const global = globalThis || void 0 || self;
4
4
  var buffer$1 = {};
package/build/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { S, W, d, l } from "./index-Dvbc273L.js";
1
+ import { S, W, d, l } from "./index-oZceVcCW.js";
2
2
  export {
3
3
  S as ShowWidget,
4
4
  W as Widget,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@skip-go/widget",
3
3
  "description": "Swap widget",
4
- "version": "3.1.11-alpha.2",
4
+ "version": "3.1.11-alpha.4",
5
5
  "repository": {
6
6
  "url": "https://github.com/skip-mev/skip-go",
7
7
  "directory": "packages/widget"