@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.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: async () => (await s.get("initia/move/v1/denom", { searchParams: { metadata: a } }).json()).denom,
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.2", r2 = "_version_1sf5y_1", c2 = {
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@initia/interwovenkit-react",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
4
4
  "description": "Connect dApps to Initia and Interwoven Rollups",
5
5
  "author": "Initia (https://initia.xyz)",
6
6
  "repository": "github:initia-labs/interwovenkit",