@skip-go/widget 3.1.11-alpha.5 → 3.1.11-alpha.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.
|
@@ -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-
|
|
5693
|
+
const { EthereumProvider } = await import("./index.es-i5mu1CkL.js");
|
|
5694
5694
|
return await EthereumProvider.init({
|
|
5695
5695
|
...parameters,
|
|
5696
5696
|
disableProviderPing: true,
|
|
@@ -45316,7 +45316,7 @@ const useGetSourceBalance = () => {
|
|
|
45316
45316
|
asset: sourceAsset,
|
|
45317
45317
|
address: sourceAccount == null ? void 0 : sourceAccount.address
|
|
45318
45318
|
});
|
|
45319
|
-
console.log(isFetched, isLoading, cw20Balance
|
|
45319
|
+
console.log(isFetched, isLoading, cw20Balance);
|
|
45320
45320
|
const data = useMemo(() => {
|
|
45321
45321
|
var _a, _b, _c, _d, _e2, _f, _g, _h;
|
|
45322
45322
|
if (!sourceAsset || !sourceAccount || !skipBalances) return;
|
|
@@ -47174,7 +47174,7 @@ const initSentry = () => {
|
|
|
47174
47174
|
});
|
|
47175
47175
|
isSentryInitialized = true;
|
|
47176
47176
|
};
|
|
47177
|
-
const version = "3.1.11-alpha.
|
|
47177
|
+
const version = "3.1.11-alpha.6";
|
|
47178
47178
|
const useInitWidget = (props) => {
|
|
47179
47179
|
var _a;
|
|
47180
47180
|
if (props.enableSentrySessionReplays) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as getAugmentedNamespace, c as commonjsGlobal, a as getDefaultExportFromCjs, p as process$1 } from "./index-
|
|
1
|
+
import { g as getAugmentedNamespace, c as commonjsGlobal, a as getDefaultExportFromCjs, p as process$1 } from "./index-STShhMTv.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