@initia/interwovenkit-react 2.2.2 → 2.2.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.
- package/dist/index.cjs +1 -1
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -292,9 +292,9 @@ function hr(e) {
|
|
|
292
292
|
function ba(e) {
|
|
293
293
|
const t = ae(), s = j.create({ prefixUrl: t.restUrl }), o = zi({
|
|
294
294
|
queries: e.map((a) => ({
|
|
295
|
-
queryFn:
|
|
295
|
+
queryFn: () => s.get("initia/move/v1/denom", { searchParams: { metadata: a } }).json(),
|
|
296
296
|
queryKey: Hn.denom(t.restUrl, a).queryKey,
|
|
297
|
-
select: (i) => [a, i],
|
|
297
|
+
select: (i) => [a, i.denom],
|
|
298
298
|
staleTime: O.INFINITY
|
|
299
299
|
}))
|
|
300
300
|
});
|
|
@@ -7130,7 +7130,7 @@ const W0 = "_countdown_vfms8_1", H0 = {
|
|
|
7130
7130
|
const s = e.filter((o) => o.data && o.data.grants.length > 0).map((o) => o.data);
|
|
7131
7131
|
return s.length === 0 ? /* @__PURE__ */ n(ge, { children: "No permissions found" }) : /* @__PURE__ */ n("div", { className: o2.content, children: s.map(({ chainId: o, grants: a }) => /* @__PURE__ */ n(n2, { chainId: o, grants: a }, o)) });
|
|
7132
7132
|
})() });
|
|
7133
|
-
}, i2 = "2.2.
|
|
7133
|
+
}, i2 = "2.2.3", r2 = "_version_1sf5y_1", c2 = {
|
|
7134
7134
|
version: r2
|
|
7135
7135
|
}, l2 = () => /* @__PURE__ */ u("aside", { className: c2.version, children: [
|
|
7136
7136
|
"v",
|
package/package.json
CHANGED