@skip-go/widget 3.6.4 → 3.6.5
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.
|
@@ -5311,7 +5311,7 @@ function _c(e) {
|
|
|
5311
5311
|
const x = d.chains.map((v) => v.id);
|
|
5312
5312
|
if (!x.length)
|
|
5313
5313
|
return;
|
|
5314
|
-
const { EthereumProvider: C } = await import("./index.es-
|
|
5314
|
+
const { EthereumProvider: C } = await import("./index.es-vgAg-yJr.js");
|
|
5315
5315
|
return await C.init({
|
|
5316
5316
|
...e,
|
|
5317
5317
|
disableProviderPing: !0,
|
|
@@ -43222,8 +43222,8 @@ const C1 = new Intl.NumberFormat("en-US", {
|
|
|
43222
43222
|
return h ? { ...h, asset: d } : null;
|
|
43223
43223
|
}).filter((d) => {
|
|
43224
43224
|
if (!d) return !1;
|
|
43225
|
-
const h = t == null ? void 0 : t[i], g = c == null ? void 0 : c[i], f = !h || d.chainID in h, x = !!g && d.chainID
|
|
43226
|
-
return f &&
|
|
43225
|
+
const h = t == null ? void 0 : t[i], g = c == null ? void 0 : c[i], f = !h || d.chainID in h, x = !!(g != null && g[d.chainID] && (g == null ? void 0 : g[d.chainID]) === void 0), C = i !== "source" || !d.chainID.startsWith("penumbra");
|
|
43226
|
+
return f && C && !x;
|
|
43227
43227
|
}).filter((d) => {
|
|
43228
43228
|
const { chainName: h, prettyName: g } = d, f = h.toLowerCase().includes(n.toLowerCase()), x = g.toLowerCase().includes(n.toLowerCase());
|
|
43229
43229
|
return f || x;
|
|
@@ -43341,9 +43341,10 @@ const C1 = new Intl.NumberFormat("en-US", {
|
|
|
43341
43341
|
context: n,
|
|
43342
43342
|
eureka: i
|
|
43343
43343
|
}) => {
|
|
43344
|
+
var c;
|
|
43344
43345
|
const o = Sm({ selectedGroup: e, context: n }) ?? [], t = o.length > 1 ? /* @__PURE__ */ m(X, { children: `${o.length} networks` }) : /* @__PURE__ */ j(X, { children: [
|
|
43345
43346
|
"on ",
|
|
43346
|
-
o[0].chainName
|
|
43347
|
+
(c = o[0]) == null ? void 0 : c.chainName
|
|
43347
43348
|
] });
|
|
43348
43349
|
return /* @__PURE__ */ m(
|
|
43349
43350
|
qm,
|
|
@@ -46936,7 +46937,7 @@ const h3 = () => {
|
|
|
46936
46937
|
replaysSessionSampleRate: 1,
|
|
46937
46938
|
replaysOnErrorSampleRate: 0
|
|
46938
46939
|
}), Ds = !0);
|
|
46939
|
-
}, u3 = "@skip-go/widget", d3 = "Swap widget", Aa = "3.6.
|
|
46940
|
+
}, u3 = "@skip-go/widget", d3 = "Swap widget", Aa = "3.6.5", D3 = {
|
|
46940
46941
|
url: "https://github.com/skip-mev/skip-go",
|
|
46941
46942
|
directory: "packages/widget"
|
|
46942
46943
|
}, x3 = "module", g3 = {
|
|
@@ -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-B4zG9aVT.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 = {}, base64Js = {};
|
package/build/index.js
CHANGED