@initia/interwovenkit-react 2.4.4 → 2.4.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.
- package/dist/index.cjs +3 -3
- package/dist/index.js +709 -709
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { toPrivyWalletConnector as Ed, toPrivyWallet as Ld } from "@privy-io/cross-app-connect/rainbow-kit";
|
|
2
|
-
import { useAccount as wn, useSignMessage as Ki, useDisconnect as qd, useConnect as Md, useChainId as
|
|
3
|
-
import { useSuspenseQuery as ye, useQuery as ve, queryOptions as
|
|
4
|
-
import { getIbcDenom as Ud, createMoveClient as Ns, InitiaAddress as J, fromBaseUnit as ue, denomToMetadata as bn, createObjectAddress as Wi, truncate as Ze, formatAmount as _e, resolveBcsType as Fd, formatNumber as
|
|
5
|
-
import
|
|
2
|
+
import { useAccount as wn, useSignMessage as Ki, useDisconnect as qd, useConnect as Md, useChainId as Pd, useSwitchChain as Rd, useWatchAsset as Dd } from "wagmi";
|
|
3
|
+
import { useSuspenseQuery as ye, useQuery as ve, queryOptions as So, useQueries as zn, useSuspenseQueries as vs, useQueryClient as Ke, useMutation as pt, usePrefetchQuery as Vr, useIsMutating as Bd, useSuspenseInfiniteQuery as Od } from "@tanstack/react-query";
|
|
4
|
+
import { getIbcDenom as Ud, createMoveClient as Ns, InitiaAddress as J, fromBaseUnit as ue, denomToMetadata as bn, createObjectAddress as Wi, truncate as Ze, formatAmount as _e, resolveBcsType as Fd, formatNumber as xt, createUserDerivedObjectAddress as Kr, toBaseUnit as xo } from "@initia/utils";
|
|
5
|
+
import B from "bignumber.js";
|
|
6
6
|
import { includes as ji, path as At, descend as de, head as ks, sortWith as gt, take as Vd, adjust as Kd, prop as hn, isNil as Wd, zipObj as ro, pick as jd, ascend as Yt, pickBy as zd, partition as zi, any as Hd, last as Gd, has as Qd } from "ramda";
|
|
7
7
|
import { createQueryKeys as qe } from "@lukemorales/query-key-factory";
|
|
8
8
|
import H, { HTTPError as To } from "ky";
|
|
9
|
-
import { createContext as Xt, useContext as Lt, useState as W, useCallback as
|
|
9
|
+
import { createContext as Xt, useContext as Lt, useState as W, useCallback as Se, useEffect as G, useRef as Je, useMemo as x, Suspense as Yd, useEffectEvent as fn, createElement as ho, Fragment as Zd, useTransition as Jd, memo as Hi } from "react";
|
|
10
10
|
import { toBase64 as lt, fromBase64 as Gt, toBech32 as Gi, fromHex as ds, toHex as Ma, fromBech32 as Qi } from "@cosmjs/encoding";
|
|
11
11
|
import { bcs as Xd } from "@mysten/bcs";
|
|
12
12
|
import { atom as Ee, useStore as Yi, useAtom as Be, useSetAtom as On, useAtomValue as Un } from "jotai";
|
|
@@ -19,7 +19,7 @@ import { ethers as hs, BrowserProvider as ru, computeAddress as iu, isAddress as
|
|
|
19
19
|
import { MsgExec as lu, MsgRevoke as du, MsgGrant as uu } from "@initia/initia.proto/cosmos/authz/v1beta1/tx";
|
|
20
20
|
import { pubkeyType as mu, encodeSecp256k1Pubkey as Xa, pubkeyToAddress as hu } from "@cosmjs/amino";
|
|
21
21
|
import { encodePubkey as fu, decodeOptionalPubkey as pu, Registry as gu, makeAuthInfoBytes as _u } from "@cosmjs/proto-signing";
|
|
22
|
-
import { PubKey as
|
|
22
|
+
import { PubKey as Pa } from "cosmjs-types/cosmos/crypto/secp256k1/keys.js";
|
|
23
23
|
import { Any as yu } from "cosmjs-types/google/protobuf/any.js";
|
|
24
24
|
import { hexToBytes as da, keccak256 as jr, bytesToHex as zr } from "viem";
|
|
25
25
|
import { Int53 as Hr } from "@cosmjs/math";
|
|
@@ -28,23 +28,23 @@ import { Comet38Client as Nu, HttpClient as ku } from "@cosmjs/tendermint-rpc";
|
|
|
28
28
|
import { SignMode as sc } from "cosmjs-types/cosmos/tx/signing/v1beta1/signing.js";
|
|
29
29
|
import { TxRaw as io, Tx as fo, TxBody as oc, AuthInfo as ac, Fee as Cu } from "cosmjs-types/cosmos/tx/v1beta1/tx.js";
|
|
30
30
|
import { aminoConverters as Cs, protoRegistry as Iu, aminoTypes as Au } from "@initia/amino-converter";
|
|
31
|
-
import { BaseAccount as
|
|
31
|
+
import { BaseAccount as Su } from "cosmjs-types/cosmos/auth/v1beta1/auth.js";
|
|
32
32
|
import { AllowedMsgAllowance as fs, BasicAllowance as Gr } from "@initia/initia.proto/cosmos/feegrant/v1beta1/feegrant";
|
|
33
|
-
import { ServiceClientImpl as
|
|
33
|
+
import { ServiceClientImpl as xu, SimulateRequest as Tu } from "cosmjs-types/cosmos/tx/v1beta1/service.js";
|
|
34
34
|
import { isFuture as Is, addMilliseconds as $u, isPast as er, format as rc, addSeconds as Eu, differenceInSeconds as Lu } from "date-fns";
|
|
35
35
|
import { GenericAuthorization as Qr } from "@initia/initia.proto/cosmos/authz/v1beta1/authz";
|
|
36
36
|
import { MsgRevokeAllowance as qu, MsgGrantAllowance as Mu } from "@initia/initia.proto/cosmos/feegrant/v1beta1/tx";
|
|
37
37
|
import { Accordion as ts, Tooltip as Ln, Collapsible as me } from "radix-ui";
|
|
38
|
-
import { useMediaQuery as
|
|
38
|
+
import { useMediaQuery as Pu, useScrollLock as Ru, useToggle as Lo, useLocalStorage as tr, useDebounceValue as ic, useReadLocalStorage as Du, useInterval as Bu, useIsClient as Ou } from "usehooks-ts";
|
|
39
39
|
import { ErrorBoundary as cc } from "react-error-boundary";
|
|
40
|
-
import
|
|
40
|
+
import P from "clsx";
|
|
41
41
|
import { useFormContext as vn, Controller as lc, useForm as As, FormProvider as qo } from "react-hook-form";
|
|
42
42
|
import { Dialog as Ve } from "@base-ui/react/dialog";
|
|
43
43
|
import Uu from "xss";
|
|
44
|
-
import { IconExternalLink as ft, IconCopy as
|
|
44
|
+
import { IconExternalLink as ft, IconCopy as Ra, IconSettingFilled as dc, IconSignOut as Fu, IconClose as Mo, IconCheckCircleFilled as Po, IconWarningFilled as Ro, IconInfoFilled as nr, IconChevronDown as Oe, IconCheck as Ss, IconCloseCircleFilled as xs, IconWallet as Hn, IconCheckCircle as Vu, IconBack as Do, IconChevronRight as sr, IconEdit as Ku, IconSearch as Wu, IconClockFilled as ju, IconArrowDown as Da, IconMinus as zu, IconList as Hu, IconArrowRight as Gu, IconSwap as Qu, IconPlus as Yu, IconSend as Zu, IconBridge as Ju, IconQrCode as Xu } from "@initia/icons-react";
|
|
45
45
|
import { useSpring as or, animated as Ts, useTransition as uc } from "@react-spring/web";
|
|
46
46
|
import { sentenceCase as ar, capitalCase as em } from "change-case";
|
|
47
|
-
import { Select as
|
|
47
|
+
import { Select as Rt } from "@base-ui/react/select";
|
|
48
48
|
import { Collapsible as ua } from "@base-ui/react/collapsible";
|
|
49
49
|
import { nanoid as Yr } from "nanoid";
|
|
50
50
|
import { createPortal as tm } from "react-dom";
|
|
@@ -198,9 +198,9 @@ function ne() {
|
|
|
198
198
|
return t;
|
|
199
199
|
}
|
|
200
200
|
function _c() {
|
|
201
|
-
return ({ chainId: e }) =>
|
|
201
|
+
return ({ chainId: e }) => So({
|
|
202
202
|
queryKey: Bo.prices(e).queryKey,
|
|
203
|
-
queryFn: () => H.create({ prefixUrl: "https://
|
|
203
|
+
queryFn: () => H.create({ prefixUrl: "https://indexer.initia.xyz" }).get(`initia/${e}/assets`, { searchParams: { quote: "USD", with_prices: !0 } }).json(),
|
|
204
204
|
staleTime: V.SECOND
|
|
205
205
|
});
|
|
206
206
|
}
|
|
@@ -232,7 +232,7 @@ function yc() {
|
|
|
232
232
|
const e = Ke();
|
|
233
233
|
return (t) => {
|
|
234
234
|
const n = t?.metadata?.assetlist;
|
|
235
|
-
return
|
|
235
|
+
return So({
|
|
236
236
|
queryKey: Vn.list(n).queryKey,
|
|
237
237
|
queryFn: async () => n ? H.get(n).json() : { assets: [] },
|
|
238
238
|
select: ({ assets: s }) => {
|
|
@@ -362,7 +362,7 @@ function vc() {
|
|
|
362
362
|
}
|
|
363
363
|
function Nc() {
|
|
364
364
|
const e = se();
|
|
365
|
-
return (t) =>
|
|
365
|
+
return (t) => So({
|
|
366
366
|
queryKey: Uo.balances(t.restUrl, e || "").queryKey,
|
|
367
367
|
queryFn: () => e ? Oo(
|
|
368
368
|
`cosmos/bank/v1beta1/balances/${e}`,
|
|
@@ -390,11 +390,11 @@ function bm(e) {
|
|
|
390
390
|
de(({ denom: l }) => i(l)),
|
|
391
391
|
de(({ value: l }) => l),
|
|
392
392
|
de(({ denom: l }) => c(l)),
|
|
393
|
-
({ balance: l }, { balance: d }) =>
|
|
393
|
+
({ balance: l }, { balance: d }) => B(d).comparedTo(l) ?? 0,
|
|
394
394
|
de(({ symbol: l }) => l.toLowerCase())
|
|
395
395
|
],
|
|
396
|
-
t.filter(({ amount: l }) => !
|
|
397
|
-
const u = s(d), m = r?.find(({ id: p }) => p === u?.denom)?.price ?? 0, f =
|
|
396
|
+
t.filter(({ amount: l }) => !B(l).isZero()).map(({ amount: l, denom: d }) => {
|
|
397
|
+
const u = s(d), m = r?.find(({ id: p }) => p === u?.denom)?.price ?? 0, f = B(l).times(m).div(B(10).pow(u.decimals)).toNumber();
|
|
398
398
|
return { ...u, balance: l, price: m, value: f };
|
|
399
399
|
})
|
|
400
400
|
);
|
|
@@ -433,7 +433,7 @@ const Bn = ({ to: e, state: t, shouldReset: n, children: s, onClick: a, ...r })
|
|
|
433
433
|
d.preventDefault(), a?.(d), n ? c(e, t) : i(e, t);
|
|
434
434
|
}, children: s });
|
|
435
435
|
}, Ac = ({ children: e, initialEntry: t }) => {
|
|
436
|
-
const [n, s] = W([t ?? { path: "/" }]), a = n[n.length - 1], r =
|
|
436
|
+
const [n, s] = W([t ?? { path: "/" }]), a = n[n.length - 1], r = Se((c, l) => {
|
|
437
437
|
s((d) => {
|
|
438
438
|
if (typeof c == "string")
|
|
439
439
|
return [...d, { path: c, state: l }];
|
|
@@ -442,7 +442,7 @@ const Bn = ({ to: e, state: t, shouldReset: n, children: s, onClick: a, ...r })
|
|
|
442
442
|
const m = Vd(u, d);
|
|
443
443
|
return l !== void 0 ? Kd(u - 1, (f) => ({ ...f, state: l }), m) : m;
|
|
444
444
|
});
|
|
445
|
-
}, []), i =
|
|
445
|
+
}, []), i = Se((c, l) => {
|
|
446
446
|
s([{ path: c, state: l }]);
|
|
447
447
|
}, []);
|
|
448
448
|
return /* @__PURE__ */ o(kc.Provider, { value: { location: a, history: n, navigate: r, reset: i }, children: e });
|
|
@@ -462,7 +462,7 @@ function km() {
|
|
|
462
462
|
}
|
|
463
463
|
function Gn() {
|
|
464
464
|
const e = Vo();
|
|
465
|
-
return
|
|
465
|
+
return Se(
|
|
466
466
|
(n, s) => {
|
|
467
467
|
Ja.track(n, {
|
|
468
468
|
path: e,
|
|
@@ -480,14 +480,14 @@ const Im = {
|
|
|
480
480
|
/** https://github.com/initia-labs/initia/blob/main/crypto/ethsecp256k1/ethsecp256k1.go#L40 */
|
|
481
481
|
ethsecp256k1: "initia/PubKeyEthSecp256k1"
|
|
482
482
|
};
|
|
483
|
-
function
|
|
483
|
+
function Sc(e) {
|
|
484
484
|
if (Cm(e)) {
|
|
485
|
-
const t =
|
|
485
|
+
const t = Pa.fromPartial({
|
|
486
486
|
key: Gt(e.value)
|
|
487
487
|
});
|
|
488
488
|
return yu.fromPartial({
|
|
489
489
|
typeUrl: "/initia.crypto.v1beta1.ethsecp256k1.PubKey",
|
|
490
|
-
value: Uint8Array.from(
|
|
490
|
+
value: Uint8Array.from(Pa.encode(t).finish())
|
|
491
491
|
});
|
|
492
492
|
}
|
|
493
493
|
return fu(e);
|
|
@@ -502,7 +502,7 @@ function lr(e) {
|
|
|
502
502
|
value: lt(e)
|
|
503
503
|
};
|
|
504
504
|
}
|
|
505
|
-
function
|
|
505
|
+
function xc(e, t) {
|
|
506
506
|
if (t.length !== 64)
|
|
507
507
|
throw new Error(
|
|
508
508
|
"Signature must be 64 bytes long. Cosmos SDK uses a 2x32 byte fixed length encoding for the secp256k1 signature integers r and s."
|
|
@@ -519,7 +519,7 @@ Origin: ${e}
|
|
|
519
519
|
|
|
520
520
|
Sign this message to create a dedicated signing wallet for auto-sign transactions. This wallet will only be used to sign transactions on your behalf when auto-sign is enabled.`;
|
|
521
521
|
}
|
|
522
|
-
async function
|
|
522
|
+
async function Sm(e, t) {
|
|
523
523
|
const n = da(e);
|
|
524
524
|
if (n.length !== 65)
|
|
525
525
|
throw new Error(
|
|
@@ -535,7 +535,7 @@ async function xm(e, t) {
|
|
|
535
535
|
function Gs(e, t) {
|
|
536
536
|
return `${e}:${t}`;
|
|
537
537
|
}
|
|
538
|
-
const Ls = Ee(null), ps = Ee({}), gs = Ee({}), Ko = Ee({}), Xr = Ee(0),
|
|
538
|
+
const Ls = Ee(null), ps = Ee({}), gs = Ee({}), Ko = Ee({}), Xr = Ee(0), xm = "autosign:";
|
|
539
539
|
function Tm(e, t) {
|
|
540
540
|
const n = e.get(Xr) + 1;
|
|
541
541
|
return e.set(Xr, n), `${t}:${n}`;
|
|
@@ -578,20 +578,20 @@ function Mm(e, t) {
|
|
|
578
578
|
return delete s[t], s;
|
|
579
579
|
});
|
|
580
580
|
}
|
|
581
|
-
function
|
|
581
|
+
function Pm(e, t, n) {
|
|
582
582
|
e.set(ps, (s) => ({
|
|
583
583
|
...s,
|
|
584
584
|
[t]: n
|
|
585
585
|
}));
|
|
586
586
|
}
|
|
587
|
-
function
|
|
587
|
+
function Rm(e, t) {
|
|
588
588
|
e.set(ps, (n) => {
|
|
589
589
|
const s = { ...n };
|
|
590
590
|
return delete s[t], s;
|
|
591
591
|
});
|
|
592
592
|
}
|
|
593
593
|
function $c(e, t) {
|
|
594
|
-
return `${
|
|
594
|
+
return `${xm}${e}:${t}`;
|
|
595
595
|
}
|
|
596
596
|
function Dm(e, t, n) {
|
|
597
597
|
try {
|
|
@@ -667,7 +667,7 @@ class Km {
|
|
|
667
667
|
async signAmino(t, n) {
|
|
668
668
|
if (this.wallet.address !== t)
|
|
669
669
|
throw new Error("Signer address does not match the derived wallet address");
|
|
670
|
-
const s = Zi(Ji(n)), a = hs.hashMessage(s), r = ds(a.replace("0x", "")), i = await ms.createSignature(r, this.privateKey), c = new Uint8Array([...i.r(32), ...i.s(32)]), l =
|
|
670
|
+
const s = Zi(Ji(n)), a = hs.hashMessage(s), r = ds(a.replace("0x", "")), i = await ms.createSignature(r, this.privateKey), c = new Uint8Array([...i.r(32), ...i.s(32)]), l = xc(this.wallet.publicKey, c);
|
|
671
671
|
return { signed: n, signature: l };
|
|
672
672
|
}
|
|
673
673
|
}
|
|
@@ -684,9 +684,9 @@ function Wo() {
|
|
|
684
684
|
return p.promise;
|
|
685
685
|
const g = Tm(e, m), _ = (async () => {
|
|
686
686
|
try {
|
|
687
|
-
const y = window.location.origin, w = Am(y), v = await t({ message: w }), k = await
|
|
687
|
+
const y = window.location.origin, w = Am(y), v = await t({ message: w }), k = await Sm(v, u.bech32_prefix), b = Um(k);
|
|
688
688
|
if (Lm(e, m, g))
|
|
689
|
-
return qm(e, m, k.privateKey),
|
|
689
|
+
return qm(e, m, k.privateKey), Pm(e, m, b), b;
|
|
690
690
|
throw yo(k.privateKey), new Error("Wallet derivation was cancelled");
|
|
691
691
|
} finally {
|
|
692
692
|
Em(e, m, g);
|
|
@@ -705,7 +705,7 @@ function Wo() {
|
|
|
705
705
|
}, clearWallet: (d) => {
|
|
706
706
|
if (!s) return;
|
|
707
707
|
const u = n(d), m = Gs(s, u.bech32_prefix), f = Qs(e, m);
|
|
708
|
-
_o(e, m) && Tc(e, m), yo(f), Mm(e, m),
|
|
708
|
+
_o(e, m) && Tc(e, m), yo(f), Mm(e, m), Rm(e, m);
|
|
709
709
|
}, clearAllWallets: () => {
|
|
710
710
|
Lc(e);
|
|
711
711
|
} };
|
|
@@ -760,7 +760,7 @@ async function Wm({
|
|
|
760
760
|
yo(m);
|
|
761
761
|
}
|
|
762
762
|
}
|
|
763
|
-
const kt = "interwovenkit", et = "uinit", mt = "INIT", it = 6, jm = "uoinit", zm = "omniINIT", Mc = "https://app.initia.xyz", ur = `${Mc}/liquidity/my`, Hm = `${Mc}/vip/my`, Gm = 1e3,
|
|
763
|
+
const kt = "interwovenkit", et = "uinit", mt = "INIT", it = 6, jm = "uoinit", zm = "omniINIT", Mc = "https://app.initia.xyz", ur = `${Mc}/liquidity/my`, Hm = `${Mc}/vip/my`, Gm = 1e3, Pc = 60 * Gm, Rc = 60 * Pc, ei = 24 * Rc, ae = {
|
|
764
764
|
// wallet
|
|
765
765
|
PUBLIC_KEY: `${kt}:public-key`,
|
|
766
766
|
// bridge
|
|
@@ -829,14 +829,14 @@ function Ym() {
|
|
|
829
829
|
}
|
|
830
830
|
function Zm(e) {
|
|
831
831
|
if (e?.typeUrl === "/initia.crypto.v1beta1.ethsecp256k1.PubKey") {
|
|
832
|
-
const { key: t } =
|
|
832
|
+
const { key: t } = Pa.decode(e.value);
|
|
833
833
|
return Xa(t);
|
|
834
834
|
}
|
|
835
835
|
return pu(e);
|
|
836
836
|
}
|
|
837
837
|
function Jm({ typeUrl: e, value: t }) {
|
|
838
838
|
if (e === "/cosmos.auth.v1beta1.BaseAccount") {
|
|
839
|
-
const { address: n, pubKey: s, accountNumber: a, sequence: r } =
|
|
839
|
+
const { address: n, pubKey: s, accountNumber: a, sequence: r } = Su.decode(t), i = Zm(s);
|
|
840
840
|
return { address: n, pubkey: i, accountNumber: Number(a), sequence: Number(r) };
|
|
841
841
|
}
|
|
842
842
|
return wu({ typeUrl: e, value: t });
|
|
@@ -955,12 +955,12 @@ class th {
|
|
|
955
955
|
async signAmino(t, n) {
|
|
956
956
|
if (this.address !== t)
|
|
957
957
|
throw new Error("Signer address does not match the provided address");
|
|
958
|
-
const s = Zi(Ji(n)), a = await this.signMessage(s), r = ds(a.replace("0x", "")).subarray(0, -1), c = au.fromFixedLength(r).toFixedLength(), l =
|
|
958
|
+
const s = Zi(Ji(n)), a = await this.signMessage(s), r = ds(a.replace("0x", "")).subarray(0, -1), c = au.fromFixedLength(r).toFixedLength(), l = xc(await this.getCachedPublicKey(), c);
|
|
959
959
|
return { signed: n, signature: l };
|
|
960
960
|
}
|
|
961
961
|
}
|
|
962
962
|
function jc() {
|
|
963
|
-
const e = qs(), t = Ms(), n =
|
|
963
|
+
const e = qs(), t = Ms(), n = Ps(), s = jo();
|
|
964
964
|
return async function(a, r, i, c, l, d) {
|
|
965
965
|
const u = d?.customSigner ?? n;
|
|
966
966
|
if (!u) throw new Error("Signer not initialized");
|
|
@@ -970,14 +970,14 @@ function jc() {
|
|
|
970
970
|
incrementSequence: d?.incrementSequence ?? 0,
|
|
971
971
|
// Derived autosign wallets may not have an account yet. In that case, use zero defaults.
|
|
972
972
|
allowMissingAccount: !!d?.customSigner
|
|
973
|
-
}), [g] = await u.getAccounts(), _ =
|
|
973
|
+
}), [g] = await u.getAccounts(), _ = Sc(lr(g.pubkey)), y = sc.SIGN_MODE_EIP_191, w = i.map((C) => t.toAmino(C)), v = tu(w, c, a, l, f, p), { signature: k, signed: b } = await u.signAmino(r, v), I = {
|
|
974
974
|
typeUrl: "/cosmos.tx.v1beta1.TxBody",
|
|
975
975
|
value: {
|
|
976
976
|
messages: b.msgs.map((C) => t.fromAmino(C)),
|
|
977
977
|
memo: l
|
|
978
978
|
}
|
|
979
|
-
}, T = e.encode(I), E = Hr.fromString(b.fee.gas).toNumber(),
|
|
980
|
-
[{ pubkey: _, sequence:
|
|
979
|
+
}, T = e.encode(I), E = Hr.fromString(b.fee.gas).toNumber(), S = Hr.fromString(b.sequence).toNumber(), $ = _u(
|
|
980
|
+
[{ pubkey: _, sequence: S }],
|
|
981
981
|
b.fee.amount,
|
|
982
982
|
E,
|
|
983
983
|
b.fee.granter,
|
|
@@ -1009,9 +1009,9 @@ async function zc({
|
|
|
1009
1009
|
throw a;
|
|
1010
1010
|
}
|
|
1011
1011
|
}
|
|
1012
|
-
function
|
|
1012
|
+
function Ps() {
|
|
1013
1013
|
const e = se(), { signMessageAsync: t } = Ki(), n = ne();
|
|
1014
|
-
return
|
|
1014
|
+
return x(
|
|
1015
1015
|
() => new th(e, (s) => t({ message: s }), n.restUrl),
|
|
1016
1016
|
[e, t, n.restUrl]
|
|
1017
1017
|
);
|
|
@@ -1031,7 +1031,7 @@ function mr() {
|
|
|
1031
1031
|
};
|
|
1032
1032
|
}
|
|
1033
1033
|
function jo() {
|
|
1034
|
-
const e = qs(), t = Ms(), n =
|
|
1034
|
+
const e = qs(), t = Ms(), n = Ps(), s = se(), a = mr();
|
|
1035
1035
|
return async (r) => {
|
|
1036
1036
|
const i = `${s}:${r}`;
|
|
1037
1037
|
if (lo.has(i))
|
|
@@ -1367,7 +1367,7 @@ async function qn(e, t, n) {
|
|
|
1367
1367
|
const wh = 10;
|
|
1368
1368
|
function el() {
|
|
1369
1369
|
const e = se();
|
|
1370
|
-
return (t, n) =>
|
|
1370
|
+
return (t, n) => So({
|
|
1371
1371
|
queryKey: Uo.txs(t.indexerUrl, e).queryKey,
|
|
1372
1372
|
queryFn: async () => {
|
|
1373
1373
|
if (!n.enabled) return [];
|
|
@@ -1401,7 +1401,7 @@ async function tl(e) {
|
|
|
1401
1401
|
const { restUrl: t } = e, { gas_prices: n } = await H.create({ prefixUrl: t }).get("initia/tx/v1/gas_prices").json();
|
|
1402
1402
|
return n.toSorted(de(({ denom: s }) => s === "uinit")).map(({ denom: s, amount: a }) => {
|
|
1403
1403
|
const r = s === "uinit" ? 1 : dm;
|
|
1404
|
-
return { amount:
|
|
1404
|
+
return { amount: B(a).times(r).toFixed(18), denom: s };
|
|
1405
1405
|
});
|
|
1406
1406
|
}
|
|
1407
1407
|
return e.fees.fee_tokens.map(({ denom: t, fixed_min_gas_price: n }) => {
|
|
@@ -1468,7 +1468,7 @@ function Ah({
|
|
|
1468
1468
|
});
|
|
1469
1469
|
return $o(l, Eo.fromString(`${d.amount}${d.denom}`));
|
|
1470
1470
|
}
|
|
1471
|
-
function
|
|
1471
|
+
function Sh({
|
|
1472
1472
|
derivedAddress: e,
|
|
1473
1473
|
messages: t,
|
|
1474
1474
|
encoder: n
|
|
@@ -1481,7 +1481,7 @@ function xh({
|
|
|
1481
1481
|
})
|
|
1482
1482
|
};
|
|
1483
1483
|
}
|
|
1484
|
-
function
|
|
1484
|
+
function xh(e) {
|
|
1485
1485
|
if (!(e instanceof Error)) return !1;
|
|
1486
1486
|
const t = e.message.toLowerCase(), n = e.code, s = e.cause?.code, a = t.includes("user rejected") || t.includes("rejected the request") || t.includes("user denied") || t.includes("denied by user") || t.includes("user cancelled") || t.includes("user canceled") || t.includes("cancelled by user") || t.includes("canceled by user");
|
|
1487
1487
|
return n === 4001 || n === "ACTION_REJECTED" || s === 4001 || s === "ACTION_REJECTED" || a;
|
|
@@ -1493,7 +1493,7 @@ async function Th({
|
|
|
1493
1493
|
pubkey: s,
|
|
1494
1494
|
sequence: a
|
|
1495
1495
|
}) {
|
|
1496
|
-
const r = vu(e), i = new
|
|
1496
|
+
const r = vu(e), i = new xu(r), c = fo.fromPartial({
|
|
1497
1497
|
authInfo: ac.fromPartial({
|
|
1498
1498
|
fee: Cu.fromPartial({}),
|
|
1499
1499
|
signerInfos: [
|
|
@@ -1547,7 +1547,7 @@ async function Eh({
|
|
|
1547
1547
|
try {
|
|
1548
1548
|
p = await d.deriveWallet(t);
|
|
1549
1549
|
} catch (y) {
|
|
1550
|
-
if (
|
|
1550
|
+
if (xh(y))
|
|
1551
1551
|
throw y;
|
|
1552
1552
|
m("derive_wallet_failed", y), g = !0, p = void 0;
|
|
1553
1553
|
}
|
|
@@ -1598,28 +1598,28 @@ function ol() {
|
|
|
1598
1598
|
fallbackFeeDenom: b,
|
|
1599
1599
|
client: N
|
|
1600
1600
|
}) => {
|
|
1601
|
-
const I = n(_), T = await tl(I),
|
|
1601
|
+
const I = n(_), T = await tl(I), S = Sh({
|
|
1602
1602
|
derivedAddress: v.address,
|
|
1603
1603
|
messages: y,
|
|
1604
1604
|
encoder: r
|
|
1605
|
-
}).messages.map((j) => r.encodeAsAny(j)), $ =
|
|
1605
|
+
}).messages.map((j) => r.encodeAsAny(j)), $ = Sc(lr(v.publicKey)), { sequence: C } = await zc({
|
|
1606
1606
|
getSequence: (j) => N.getSequence(j),
|
|
1607
1607
|
signerAddress: v.address,
|
|
1608
1608
|
incrementSequence: 0,
|
|
1609
1609
|
allowMissingAccount: !0
|
|
1610
|
-
}), A = await s(_),
|
|
1611
|
-
queryClient:
|
|
1612
|
-
messages:
|
|
1610
|
+
}), A = await s(_), D = tc.withExtensions(A, nc), { gasInfo: L } = await Th({
|
|
1611
|
+
queryClient: D,
|
|
1612
|
+
messages: S,
|
|
1613
1613
|
memo: w,
|
|
1614
1614
|
pubkey: $,
|
|
1615
1615
|
sequence: C
|
|
1616
|
-
}), q = L ? Number(L.gasUsed.toString()) : 0,
|
|
1616
|
+
}), q = L ? Number(L.gasUsed.toString()) : 0, R = f(_);
|
|
1617
1617
|
return Ah({
|
|
1618
1618
|
simulatedGas: q,
|
|
1619
1619
|
gasPrices: T,
|
|
1620
1620
|
preferredFeeDenom: k,
|
|
1621
1621
|
fallbackFeeDenom: b,
|
|
1622
|
-
policy:
|
|
1622
|
+
policy: R
|
|
1623
1623
|
});
|
|
1624
1624
|
}, g = async (_, y, w, v, k, b) => {
|
|
1625
1625
|
let N = b ?? c(_);
|
|
@@ -1668,43 +1668,43 @@ function al() {
|
|
|
1668
1668
|
return e;
|
|
1669
1669
|
}
|
|
1670
1670
|
function Qo() {
|
|
1671
|
-
const e = Le(), t = se(), { defaultChainId: n, registryUrl: s } = te(), a = tt(), { openDrawer: r, closeDrawer: i } = Ot(), { openModal: c, closeModal: l } = Ho(), d = On(Go), u = On(sl), m = mr(), f = jo(), p =
|
|
1671
|
+
const e = Le(), t = se(), { defaultChainId: n, registryUrl: s } = te(), a = tt(), { openDrawer: r, closeDrawer: i } = Ot(), { openModal: c, closeModal: l } = Ho(), d = On(Go), u = On(sl), m = mr(), f = jo(), p = Ps(), g = qs(), _ = ol(), y = async ({ messages: S, memo: $, chainId: C = n }) => {
|
|
1672
1672
|
try {
|
|
1673
|
-
return await (await f(C)).simulate(t,
|
|
1673
|
+
return await (await f(C)).simulate(t, S, $);
|
|
1674
1674
|
} catch (A) {
|
|
1675
1675
|
throw await qn(A, a(C), s);
|
|
1676
1676
|
}
|
|
1677
|
-
}, w = async ({ messages:
|
|
1678
|
-
const A = await m(C),
|
|
1679
|
-
return
|
|
1677
|
+
}, w = async ({ messages: S, memo: $, chainId: C = n }) => {
|
|
1678
|
+
const A = await m(C), D = tc.withExtensions(A, nc), L = S.map((F) => g.encodeAsAny(F)), [q] = await p.getAccounts(), R = Xa(q.pubkey), j = await f(C), { sequence: K } = await j.getSequence(t);
|
|
1679
|
+
return D.tx.simulate(L, $, R, K);
|
|
1680
1680
|
}, v = async ({
|
|
1681
|
-
txRequest:
|
|
1681
|
+
txRequest: S,
|
|
1682
1682
|
broadcaster: $
|
|
1683
1683
|
}) => {
|
|
1684
1684
|
const A = { ...{
|
|
1685
1685
|
memo: "",
|
|
1686
1686
|
chainId: n,
|
|
1687
|
-
gas:
|
|
1687
|
+
gas: S.gas || await y(S),
|
|
1688
1688
|
gasAdjustment: Fn,
|
|
1689
1689
|
gasPrices: null,
|
|
1690
1690
|
spendCoins: [],
|
|
1691
1691
|
internal: !1
|
|
1692
|
-
}, ...
|
|
1693
|
-
return new Promise((
|
|
1692
|
+
}, ...S };
|
|
1693
|
+
return new Promise((D, L) => {
|
|
1694
1694
|
d({
|
|
1695
1695
|
txRequest: A,
|
|
1696
|
-
resolve: async (
|
|
1696
|
+
resolve: async (R) => {
|
|
1697
1697
|
try {
|
|
1698
|
-
const j = await f(A.chainId), K = await $(j, io.encode(
|
|
1699
|
-
|
|
1698
|
+
const j = await f(A.chainId), K = await $(j, io.encode(R).finish());
|
|
1699
|
+
D(K), typeof A.internal == "string" && e(A.internal);
|
|
1700
1700
|
} catch (j) {
|
|
1701
1701
|
L(await qn(j, a(A.chainId), s));
|
|
1702
1702
|
} finally {
|
|
1703
1703
|
q();
|
|
1704
1704
|
}
|
|
1705
1705
|
},
|
|
1706
|
-
reject: (
|
|
1707
|
-
L(
|
|
1706
|
+
reject: (R) => {
|
|
1707
|
+
L(R), q();
|
|
1708
1708
|
}
|
|
1709
1709
|
}), A.internal ? c({ path: "/tx" }) : r("/tx");
|
|
1710
1710
|
const q = () => {
|
|
@@ -1715,83 +1715,83 @@ function Qo() {
|
|
|
1715
1715
|
l();
|
|
1716
1716
|
};
|
|
1717
1717
|
});
|
|
1718
|
-
}, k = async (
|
|
1719
|
-
const $ =
|
|
1718
|
+
}, k = async (S) => {
|
|
1719
|
+
const $ = S.chainId ?? n;
|
|
1720
1720
|
try {
|
|
1721
1721
|
const C = await v({
|
|
1722
|
-
txRequest:
|
|
1723
|
-
broadcaster: async (A,
|
|
1722
|
+
txRequest: S,
|
|
1723
|
+
broadcaster: async (A, D) => await A.broadcastTxSync(D)
|
|
1724
1724
|
});
|
|
1725
|
-
return
|
|
1725
|
+
return S.internal && typeof S.internal != "number" && (u({ txHash: C, chainId: $, status: "loading" }), E({ txHash: C, chainId: S.chainId }).then((A) => {
|
|
1726
1726
|
u({ status: A.code === 0 ? "success" : "error", chainId: $, txHash: C });
|
|
1727
1727
|
}).catch(() => {
|
|
1728
1728
|
u({ status: "error", chainId: $, txHash: C });
|
|
1729
1729
|
})), C;
|
|
1730
1730
|
} catch (C) {
|
|
1731
|
-
throw
|
|
1731
|
+
throw S.internal && typeof S.internal != "number" && u({ status: "error", chainId: $, error: C }), C;
|
|
1732
1732
|
}
|
|
1733
|
-
}, b = (
|
|
1734
|
-
txRequest:
|
|
1735
|
-
broadcaster: async (A,
|
|
1736
|
-
const L = await A.broadcastTx(
|
|
1733
|
+
}, b = (S, $ = 30 * 1e3, C = 0.5 * 1e3) => v({
|
|
1734
|
+
txRequest: S,
|
|
1735
|
+
broadcaster: async (A, D) => {
|
|
1736
|
+
const L = await A.broadcastTx(D, $, C);
|
|
1737
1737
|
if (L.code !== 0) throw new Error(L.rawLog);
|
|
1738
1738
|
return L;
|
|
1739
1739
|
}
|
|
1740
1740
|
}), N = async ({
|
|
1741
|
-
chainId:
|
|
1741
|
+
chainId: S,
|
|
1742
1742
|
messages: $,
|
|
1743
1743
|
memo: C = "",
|
|
1744
1744
|
fee: A,
|
|
1745
|
-
preferredFeeDenom:
|
|
1745
|
+
preferredFeeDenom: D
|
|
1746
1746
|
}) => {
|
|
1747
|
-
const L = await f(
|
|
1748
|
-
chainId:
|
|
1747
|
+
const L = await f(S), q = await _({
|
|
1748
|
+
chainId: S,
|
|
1749
1749
|
messages: $,
|
|
1750
1750
|
memo: C,
|
|
1751
1751
|
fee: A,
|
|
1752
|
-
preferredFeeDenom:
|
|
1752
|
+
preferredFeeDenom: D,
|
|
1753
1753
|
client: L,
|
|
1754
1754
|
// Re-derive once per page session when auto-sign is enabled so direct
|
|
1755
1755
|
// signing continues to work after reload.
|
|
1756
1756
|
allowWalletDerivation: !0
|
|
1757
1757
|
});
|
|
1758
1758
|
return { client: L, signedTx: q };
|
|
1759
|
-
}, I = async (
|
|
1760
|
-
const $ =
|
|
1759
|
+
}, I = async (S) => {
|
|
1760
|
+
const $ = S.chainId ?? n;
|
|
1761
1761
|
try {
|
|
1762
1762
|
const { client: C, signedTx: A } = await N({
|
|
1763
|
-
...
|
|
1763
|
+
...S,
|
|
1764
1764
|
chainId: $
|
|
1765
1765
|
});
|
|
1766
1766
|
return await C.broadcastTxSync(io.encode(A).finish());
|
|
1767
1767
|
} catch (C) {
|
|
1768
1768
|
throw await qn(C, a($), s);
|
|
1769
1769
|
}
|
|
1770
|
-
}, T = async (
|
|
1771
|
-
const A =
|
|
1770
|
+
}, T = async (S, $ = 30 * 1e3, C = 0.5 * 1e3) => {
|
|
1771
|
+
const A = S.chainId ?? n;
|
|
1772
1772
|
try {
|
|
1773
|
-
const { client:
|
|
1774
|
-
...
|
|
1773
|
+
const { client: D, signedTx: L } = await N({
|
|
1774
|
+
...S,
|
|
1775
1775
|
chainId: A
|
|
1776
|
-
}), q = await
|
|
1776
|
+
}), q = await D.broadcastTx(
|
|
1777
1777
|
io.encode(L).finish(),
|
|
1778
1778
|
$,
|
|
1779
1779
|
C
|
|
1780
1780
|
);
|
|
1781
1781
|
if (q.code !== 0) throw new Error(q.rawLog);
|
|
1782
1782
|
return q;
|
|
1783
|
-
} catch (
|
|
1784
|
-
throw await qn(
|
|
1783
|
+
} catch (D) {
|
|
1784
|
+
throw await qn(D, a(A), s);
|
|
1785
1785
|
}
|
|
1786
1786
|
}, E = async ({
|
|
1787
|
-
chainId:
|
|
1787
|
+
chainId: S = n,
|
|
1788
1788
|
...$
|
|
1789
1789
|
}) => {
|
|
1790
1790
|
try {
|
|
1791
|
-
const C = await f(
|
|
1791
|
+
const C = await f(S);
|
|
1792
1792
|
return await rl({ ...$, client: C });
|
|
1793
1793
|
} catch (C) {
|
|
1794
|
-
throw await qn(C, a(
|
|
1794
|
+
throw await qn(C, a(S), s);
|
|
1795
1795
|
}
|
|
1796
1796
|
};
|
|
1797
1797
|
return {
|
|
@@ -1841,11 +1841,11 @@ function Mh(e) {
|
|
|
1841
1841
|
);
|
|
1842
1842
|
return [...new Set(t)];
|
|
1843
1843
|
}
|
|
1844
|
-
function
|
|
1844
|
+
function Ph(e) {
|
|
1845
1845
|
const { isEnabledOnTargetChain: t, hasEnabledSibling: n, didBroadcast: s, hasExplicitGrantee: a } = e;
|
|
1846
1846
|
return n ? !1 : t === !1 ? !0 : t === void 0 && s && !a;
|
|
1847
1847
|
}
|
|
1848
|
-
function
|
|
1848
|
+
function Rh(e) {
|
|
1849
1849
|
return [...new Set(e.map((t) => t.authorization.msg))].filter(
|
|
1850
1850
|
(t) => !!t
|
|
1851
1851
|
);
|
|
@@ -1866,7 +1866,7 @@ function cl() {
|
|
|
1866
1866
|
typeUrl: "/cosmos.feegrant.v1beta1.MsgRevokeAllowance",
|
|
1867
1867
|
value: qu.fromPartial({ granter: e, grantee: r })
|
|
1868
1868
|
}
|
|
1869
|
-
] : [], u =
|
|
1869
|
+
] : [], u = Rh(c).map((m) => ({
|
|
1870
1870
|
typeUrl: "/cosmos.authz.v1beta1.MsgRevoke",
|
|
1871
1871
|
value: du.fromPartial({ granter: e, grantee: r, msgTypeUrl: m })
|
|
1872
1872
|
}));
|
|
@@ -1974,7 +1974,7 @@ function ll(e) {
|
|
|
1974
1974
|
(b) => y?.isEnabledByChain[b]
|
|
1975
1975
|
));
|
|
1976
1976
|
const v = f ? _?.isEnabledByChain[m] : (_ ?? d)?.isEnabledByChain[m];
|
|
1977
|
-
|
|
1977
|
+
Ph({
|
|
1978
1978
|
isEnabledOnTargetChain: v,
|
|
1979
1979
|
hasEnabledSibling: w,
|
|
1980
1980
|
didBroadcast: f,
|
|
@@ -2002,7 +2002,7 @@ function dl(e) {
|
|
|
2002
2002
|
return e.assets.reduce((t, { value: n }) => t + (n ?? 0), 0);
|
|
2003
2003
|
}
|
|
2004
2004
|
function Oh(e) {
|
|
2005
|
-
return e.assets.reduce((t, { quantity: n }) => t.plus(n),
|
|
2005
|
+
return e.assets.reduce((t, { quantity: n }) => t.plus(n), B(0)).toString();
|
|
2006
2006
|
}
|
|
2007
2007
|
function Uh(e, t) {
|
|
2008
2008
|
return { symbol: t?.symbol ?? e, logoUrl: t?.logoUrl ?? ir };
|
|
@@ -2044,8 +2044,8 @@ function jh(e, t, n, s, a) {
|
|
|
2044
2044
|
for (const m of e) {
|
|
2045
2045
|
const f = m.chainId, p = t[f] ?? [], g = n[f], _ = s[f], y = [];
|
|
2046
2046
|
for (const { amount: w, denom: v } of p) {
|
|
2047
|
-
if (!
|
|
2048
|
-
const k = g?.find((E) => E.denom === v), b = _?.find((E) => E.id === v)?.price, N = k?.decimals ?? 0, I = ue(w, { decimals: N }), T = b ?
|
|
2047
|
+
if (!B(w).gt(0)) continue;
|
|
2048
|
+
const k = g?.find((E) => E.denom === v), b = _?.find((E) => E.id === v)?.price, N = k?.decimals ?? 0, I = ue(w, { decimals: N }), T = b ? B(I).times(b).toNumber() : void 0;
|
|
2049
2049
|
y.push({
|
|
2050
2050
|
...Uh(v, k),
|
|
2051
2051
|
amount: w,
|
|
@@ -2080,7 +2080,7 @@ function jh(e, t, n, s, a) {
|
|
|
2080
2080
|
for (const [m, f] of l) {
|
|
2081
2081
|
const p = ks(f);
|
|
2082
2082
|
if (!p) continue;
|
|
2083
|
-
const g = Vh(f), _ = g.reduce((w, { value: v }) => w + (v ?? 0), 0), y = g.reduce((w, { quantity: v }) => w.plus(v),
|
|
2083
|
+
const g = Vh(f), _ = g.reduce((w, { value: v }) => w + (v ?? 0), 0), y = g.reduce((w, { quantity: v }) => w.plus(v), B(0)).toNumber();
|
|
2084
2084
|
d.push({
|
|
2085
2085
|
symbol: m,
|
|
2086
2086
|
logoUrl: p.logoUrl,
|
|
@@ -2113,15 +2113,15 @@ function ul() {
|
|
|
2113
2113
|
} };
|
|
2114
2114
|
}
|
|
2115
2115
|
function se() {
|
|
2116
|
-
const e =
|
|
2116
|
+
const e = Rs();
|
|
2117
2117
|
return e ? J(e).bech32 : "";
|
|
2118
2118
|
}
|
|
2119
|
-
function
|
|
2119
|
+
function Rs() {
|
|
2120
2120
|
const { address: e } = wn();
|
|
2121
2121
|
return e ? J(e).hex : "";
|
|
2122
2122
|
}
|
|
2123
2123
|
function kn() {
|
|
2124
|
-
const e = Nn(), t = se(), n =
|
|
2124
|
+
const e = Nn(), t = se(), n = Rs();
|
|
2125
2125
|
return e.metadata?.minitia?.type === "minievm" ? n : t;
|
|
2126
2126
|
}
|
|
2127
2127
|
function zh() {
|
|
@@ -2134,7 +2134,7 @@ function zh() {
|
|
|
2134
2134
|
});
|
|
2135
2135
|
}
|
|
2136
2136
|
function dt() {
|
|
2137
|
-
const e = kn(), t = se(), n =
|
|
2137
|
+
const e = kn(), t = se(), n = Rs(), { data: s } = zh(), a = Ps(), r = Oc(), i = Bh(), { isDrawerOpen: c, openDrawer: l } = Ot(), { isModalOpen: d } = Qn(), u = () => {
|
|
2138
2138
|
l("/");
|
|
2139
2139
|
}, m = () => {
|
|
2140
2140
|
l("/connect");
|
|
@@ -2162,7 +2162,7 @@ function dt() {
|
|
|
2162
2162
|
const Hh = "_status_tn9m1_1", Gh = "_error_tn9m1_9", ni = {
|
|
2163
2163
|
status: Hh,
|
|
2164
2164
|
error: Gh
|
|
2165
|
-
}, be = ({ error: e, children: t }) => /* @__PURE__ */ o("p", { className:
|
|
2165
|
+
}, be = ({ error: e, children: t }) => /* @__PURE__ */ o("p", { className: P(ni.status, { [ni.error]: e }), children: t }), ge = ({
|
|
2166
2166
|
errorBoundaryProps: e = { fallbackRender: ({ error: s }) => /* @__PURE__ */ o(be, { error: !0, children: s.message }) },
|
|
2167
2167
|
suspenseFallback: t = /* @__PURE__ */ o(be, { children: "Loading..." }),
|
|
2168
2168
|
children: n
|
|
@@ -2405,7 +2405,7 @@ function bf(e) {
|
|
|
2405
2405
|
staleTime: V.MINUTE
|
|
2406
2406
|
}))
|
|
2407
2407
|
}).map((r) => r.data);
|
|
2408
|
-
return
|
|
2408
|
+
return x(() => {
|
|
2409
2409
|
const r = /* @__PURE__ */ new Map();
|
|
2410
2410
|
return e.forEach((i, c) => {
|
|
2411
2411
|
r.set(i, a[c] ?? null);
|
|
@@ -2435,7 +2435,7 @@ function vf(e) {
|
|
|
2435
2435
|
staleTime: V.MINUTE
|
|
2436
2436
|
}))
|
|
2437
2437
|
}).map((r) => r.data);
|
|
2438
|
-
return
|
|
2438
|
+
return x(() => {
|
|
2439
2439
|
const r = /* @__PURE__ */ new Map();
|
|
2440
2440
|
return e.forEach((i, c) => {
|
|
2441
2441
|
const l = a[c];
|
|
@@ -2471,7 +2471,7 @@ function Nf(e) {
|
|
|
2471
2471
|
staleTime: V.MINUTE
|
|
2472
2472
|
}))
|
|
2473
2473
|
}).map((r) => r.data);
|
|
2474
|
-
return
|
|
2474
|
+
return x(() => {
|
|
2475
2475
|
const r = /* @__PURE__ */ new Map();
|
|
2476
2476
|
return e.forEach((i, c) => {
|
|
2477
2477
|
r.set(fl(i.tokenAddress, i.incentiveAddress), a[c] || "0");
|
|
@@ -2492,7 +2492,7 @@ function pl(e) {
|
|
|
2492
2492
|
staleTime: V.MINUTE
|
|
2493
2493
|
}))
|
|
2494
2494
|
}).map((a) => a.data);
|
|
2495
|
-
return
|
|
2495
|
+
return x(() => {
|
|
2496
2496
|
const a = /* @__PURE__ */ new Map();
|
|
2497
2497
|
return e.forEach((r, i) => {
|
|
2498
2498
|
a.set(r, s[i] ?? null);
|
|
@@ -2506,13 +2506,13 @@ function kf(e) {
|
|
|
2506
2506
|
return pl(e);
|
|
2507
2507
|
}
|
|
2508
2508
|
function Cf(e) {
|
|
2509
|
-
const t = ne(), n = Zt(t), s =
|
|
2509
|
+
const t = ne(), n = Zt(t), s = x(() => {
|
|
2510
2510
|
const i = /* @__PURE__ */ new Map();
|
|
2511
2511
|
for (const c of n)
|
|
2512
2512
|
i.set(c.denom, c);
|
|
2513
2513
|
return i;
|
|
2514
|
-
}, [n]), a =
|
|
2515
|
-
return
|
|
2514
|
+
}, [n]), a = x(() => e.map((i) => bn(i)), [e]), r = pl(a);
|
|
2515
|
+
return x(() => {
|
|
2516
2516
|
const i = /* @__PURE__ */ new Map();
|
|
2517
2517
|
return e.forEach((c, l) => {
|
|
2518
2518
|
const d = a[l];
|
|
@@ -2650,12 +2650,12 @@ function yl(e) {
|
|
|
2650
2650
|
for (const n of e.total) {
|
|
2651
2651
|
if (!n?.denom || !n?.dec_coins) continue;
|
|
2652
2652
|
const s = bn(n.denom);
|
|
2653
|
-
let a = new
|
|
2653
|
+
let a = new B(0);
|
|
2654
2654
|
for (const i of n.dec_coins)
|
|
2655
2655
|
i?.amount && (a = a.plus(i.amount));
|
|
2656
2656
|
const r = t.get(s);
|
|
2657
2657
|
if (r) {
|
|
2658
|
-
const i = new
|
|
2658
|
+
const i = new B(r.amount);
|
|
2659
2659
|
a = a.plus(i);
|
|
2660
2660
|
}
|
|
2661
2661
|
t.set(s, {
|
|
@@ -2684,24 +2684,24 @@ function bl() {
|
|
|
2684
2684
|
});
|
|
2685
2685
|
}
|
|
2686
2686
|
function kr() {
|
|
2687
|
-
const e = ne(), t = Zt(e), { data: n, isLoading: s } = Bt(e), { data: a } = br(), { data: r } = vr(), { data: i } = Nr(), c =
|
|
2687
|
+
const e = ne(), t = Zt(e), { data: n, isLoading: s } = Bt(e), { data: a } = br(), { data: r } = vr(), { data: i } = Nr(), c = x(() => {
|
|
2688
2688
|
const p = /* @__PURE__ */ new Set();
|
|
2689
2689
|
for (const g of a.keys()) p.add(g);
|
|
2690
2690
|
for (const g of i.keys()) p.add(g);
|
|
2691
2691
|
for (const g of r.keys()) p.add(g);
|
|
2692
2692
|
return Array.from(p);
|
|
2693
|
-
}, [a, i, r]), l = go(c), d =
|
|
2693
|
+
}, [a, i, r]), l = go(c), d = x(() => {
|
|
2694
2694
|
const p = /* @__PURE__ */ new Map();
|
|
2695
2695
|
if (n)
|
|
2696
2696
|
for (const g of n)
|
|
2697
2697
|
p.set(g.id, g.price);
|
|
2698
2698
|
return p;
|
|
2699
|
-
}, [n]), u =
|
|
2699
|
+
}, [n]), u = x(() => {
|
|
2700
2700
|
const p = /* @__PURE__ */ new Map();
|
|
2701
2701
|
for (const g of t)
|
|
2702
2702
|
p.set(g.denom, g);
|
|
2703
2703
|
return p;
|
|
2704
|
-
}, [t]), m =
|
|
2704
|
+
}, [t]), m = x(() => {
|
|
2705
2705
|
const p = [], g = (_) => {
|
|
2706
2706
|
const y = u.get(_);
|
|
2707
2707
|
return y ? {
|
|
@@ -2747,11 +2747,11 @@ function kr() {
|
|
|
2747
2747
|
formattedAmount: T,
|
|
2748
2748
|
decimals: I,
|
|
2749
2749
|
value: T * k
|
|
2750
|
-
},
|
|
2750
|
+
}, S = Number(b.releaseTime);
|
|
2751
2751
|
p.push({
|
|
2752
2752
|
type: "lockstaking",
|
|
2753
2753
|
validator: b.validator,
|
|
2754
|
-
releaseTime: Number.isNaN(
|
|
2754
|
+
releaseTime: Number.isNaN(S) ? 0 : S,
|
|
2755
2755
|
balance: E
|
|
2756
2756
|
});
|
|
2757
2757
|
}
|
|
@@ -2771,7 +2771,7 @@ function kr() {
|
|
|
2771
2771
|
formattedAmount: T,
|
|
2772
2772
|
decimals: I,
|
|
2773
2773
|
value: T * k
|
|
2774
|
-
},
|
|
2774
|
+
}, S = new Date(b.completionTime).getTime(), $ = Number.isNaN(S) ? 0 : Math.floor(S / 1e3);
|
|
2775
2775
|
p.push({
|
|
2776
2776
|
type: "unstaking",
|
|
2777
2777
|
validator: b.validator,
|
|
@@ -2783,7 +2783,7 @@ function kr() {
|
|
|
2783
2783
|
return p.filter(
|
|
2784
2784
|
(_) => _.type !== "fungible-position" && _.balance.denom === et
|
|
2785
2785
|
);
|
|
2786
|
-
}, [a, i, r, l, u, d]), f =
|
|
2786
|
+
}, [a, i, r, l, u, d]), f = x(() => m.reduce((p, g) => g.type === "fungible-position" || g.balance.type === "unknown" ? p : p + (g.balance.value ?? 0), 0), [m]);
|
|
2787
2787
|
return {
|
|
2788
2788
|
positions: m,
|
|
2789
2789
|
totalValue: f,
|
|
@@ -2798,10 +2798,10 @@ function Af(e) {
|
|
|
2798
2798
|
}
|
|
2799
2799
|
return t;
|
|
2800
2800
|
}
|
|
2801
|
-
function
|
|
2801
|
+
function Sf(e, t) {
|
|
2802
2802
|
return e.map((n) => t.get(n)?.symbol || n).join("/");
|
|
2803
2803
|
}
|
|
2804
|
-
function
|
|
2804
|
+
function xf(e) {
|
|
2805
2805
|
const { dexUrl: t } = te();
|
|
2806
2806
|
return ye({
|
|
2807
2807
|
queryKey: Cn.checkLpTokens(t, e).queryKey,
|
|
@@ -2814,8 +2814,8 @@ function Sf(e) {
|
|
|
2814
2814
|
});
|
|
2815
2815
|
}
|
|
2816
2816
|
function Tf() {
|
|
2817
|
-
const e = ne(), t = Es(e), n =
|
|
2818
|
-
return
|
|
2817
|
+
const e = ne(), t = Es(e), n = x(() => t.map((a) => a.denom), [t]), { data: s } = xf(n);
|
|
2818
|
+
return x(() => {
|
|
2819
2819
|
const a = t.filter((r) => s.get(r.denom) === !0);
|
|
2820
2820
|
return Af(a);
|
|
2821
2821
|
}, [t, s]);
|
|
@@ -2898,7 +2898,7 @@ function Mf(e, t, n, s, a) {
|
|
|
2898
2898
|
}
|
|
2899
2899
|
}
|
|
2900
2900
|
}
|
|
2901
|
-
function
|
|
2901
|
+
function Pf(e, t, n, s) {
|
|
2902
2902
|
for (const [a, r] of e) {
|
|
2903
2903
|
const i = bn(a), c = t?.get(i), l = c ? ue(c.amount, { decimals: it }) : "0", d = n?.get(i), u = d ? ue(d.amount, { decimals: it }) : "0", m = Number(l) + Number(u);
|
|
2904
2904
|
m <= 0 || (r.claimableInit = {
|
|
@@ -2909,61 +2909,61 @@ function Rf(e, t, n, s) {
|
|
|
2909
2909
|
});
|
|
2910
2910
|
}
|
|
2911
2911
|
}
|
|
2912
|
-
function
|
|
2912
|
+
function Rf(e) {
|
|
2913
2913
|
return `#${e.replace(/^0x/, "").slice(-6)}`;
|
|
2914
2914
|
}
|
|
2915
2915
|
function Yo() {
|
|
2916
|
-
const e = ne(), t = Zt(e), n = se(), s = Tf(), { data: a } = br(), { data: r } = Nr(), { data: i } = vr(), { data: c } = wl(), { data: l } = bl(), { data: d } = Bt(e), { data: u } = wf(n), m =
|
|
2916
|
+
const e = ne(), t = Zt(e), n = se(), s = Tf(), { data: a } = br(), { data: r } = Nr(), { data: i } = vr(), { data: c } = wl(), { data: l } = bl(), { data: d } = Bt(e), { data: u } = wf(n), m = x(() => {
|
|
2917
2917
|
const L = /* @__PURE__ */ new Map();
|
|
2918
2918
|
for (const q of u) {
|
|
2919
|
-
const
|
|
2920
|
-
|
|
2919
|
+
const R = L.get(q.lpMetadata) ?? [];
|
|
2920
|
+
R.push(q), L.set(q.lpMetadata, R);
|
|
2921
2921
|
}
|
|
2922
2922
|
return L;
|
|
2923
|
-
}, [u]), f =
|
|
2923
|
+
}, [u]), f = x(
|
|
2924
2924
|
() => Array.from(m.keys()),
|
|
2925
2925
|
[m]
|
|
2926
|
-
), p = kf(f), g = bf(f), _ =
|
|
2926
|
+
), p = kf(f), g = bf(f), _ = x(
|
|
2927
2927
|
() => u.map((L) => L.tokenAddress),
|
|
2928
2928
|
[u]
|
|
2929
|
-
), y = vf(_), w =
|
|
2929
|
+
), y = vf(_), w = x(() => {
|
|
2930
2930
|
const L = [];
|
|
2931
2931
|
for (const q of u)
|
|
2932
|
-
for (const
|
|
2932
|
+
for (const R of q.incentives)
|
|
2933
2933
|
L.push({
|
|
2934
2934
|
tokenAddress: q.tokenAddress,
|
|
2935
|
-
incentiveAddress:
|
|
2935
|
+
incentiveAddress: R.incentiveAddress
|
|
2936
2936
|
});
|
|
2937
2937
|
return L;
|
|
2938
|
-
}, [u]), v = Nf(w), k =
|
|
2938
|
+
}, [u]), v = Nf(w), k = x(() => {
|
|
2939
2939
|
const L = /* @__PURE__ */ new Set();
|
|
2940
2940
|
for (const q of u)
|
|
2941
|
-
for (const
|
|
2942
|
-
L.add(
|
|
2941
|
+
for (const R of q.incentives)
|
|
2942
|
+
L.add(R.rewardMetadata);
|
|
2943
2943
|
return Array.from(L);
|
|
2944
|
-
}, [u]), b = go(k, { failSoft: !0 }), N =
|
|
2944
|
+
}, [u]), b = go(k, { failSoft: !0 }), N = x(
|
|
2945
2945
|
() => Ef(s, a, r, i),
|
|
2946
2946
|
[s, a, r, i]
|
|
2947
|
-
), I = go(N), T =
|
|
2947
|
+
), I = go(N), T = x(() => Lf(I), [I]), { data: E } = $f(T), S = Cf(T), $ = x(() => {
|
|
2948
2948
|
const L = /* @__PURE__ */ new Map();
|
|
2949
2949
|
for (const q of t)
|
|
2950
2950
|
L.set(q.denom, q);
|
|
2951
2951
|
return L;
|
|
2952
|
-
}, [t]), C =
|
|
2952
|
+
}, [t]), C = x(() => {
|
|
2953
2953
|
const L = /* @__PURE__ */ new Map();
|
|
2954
2954
|
for (const q of d ?? [])
|
|
2955
2955
|
L.set(q.id, q.price);
|
|
2956
2956
|
return L;
|
|
2957
|
-
}, [d]), { rows: A, totalValue:
|
|
2957
|
+
}, [d]), { rows: A, totalValue: D } = x(() => {
|
|
2958
2958
|
const L = d?.find((K) => K.id === et)?.price ?? 0, q = /* @__PURE__ */ new Map();
|
|
2959
2959
|
for (const K of T)
|
|
2960
|
-
q.set(K, qf(K,
|
|
2961
|
-
ga(s, I, E, q, "deposit"), ga(a, I, E, q, "staking"), Mf(r, I, E, q, "lockStaking"), ga(i, I, E, q, "unstaking"),
|
|
2960
|
+
q.set(K, qf(K, S, $));
|
|
2961
|
+
ga(s, I, E, q, "deposit"), ga(a, I, E, q, "staking"), Mf(r, I, E, q, "lockStaking"), ga(i, I, E, q, "unstaking"), Pf(q, c, l, L);
|
|
2962
2962
|
for (const K of f) {
|
|
2963
2963
|
const F = m.get(K) ?? [];
|
|
2964
2964
|
if (F.length === 0) continue;
|
|
2965
|
-
const ie = p.get(K), Ne = g.get(K), fe = gf(K), ke = ie?.coins.map((oe) => oe.denom) ?? [], Ce = ie ? gl(ie, $).filter(Boolean) : [], je = ke.map((oe) => $.get(oe)?.symbol || oe), wt = ie?.symbol || je.join("-") || fe, Ft =
|
|
2966
|
-
let Ue, Zn, Jn, An = !1,
|
|
2965
|
+
const ie = p.get(K), Ne = g.get(K), fe = gf(K), ke = ie?.coins.map((oe) => oe.denom) ?? [], Ce = ie ? gl(ie, $).filter(Boolean) : [], je = ke.map((oe) => $.get(oe)?.symbol || oe), wt = ie?.symbol || je.join("-") || fe, Ft = Sf(ke, $), bt = F.map((oe) => {
|
|
2966
|
+
let Ue, Zn, Jn, An = !1, Sn = 0, Xn = 0;
|
|
2967
2967
|
try {
|
|
2968
2968
|
const vt = ff({
|
|
2969
2969
|
tickLower: oe.tickLower,
|
|
@@ -2975,8 +2975,8 @@ function Yo() {
|
|
|
2975
2975
|
}
|
|
2976
2976
|
if (Ne) {
|
|
2977
2977
|
try {
|
|
2978
|
-
const vt = lf(BigInt(Ne.sqrtPrice)), Xe = Jt(oe.tickLower), ut = Jt(oe.tickUpper),
|
|
2979
|
-
An = Number.isFinite(
|
|
2978
|
+
const vt = lf(BigInt(Ne.sqrtPrice)), Xe = Jt(oe.tickLower), ut = Jt(oe.tickUpper), xe = Number(Ne.tickSpacing);
|
|
2979
|
+
An = Number.isFinite(xe) && xe > 0 ? tf(oe.tickLower, oe.tickUpper, xe) : !1, Jn = An || vt >= Xe && vt < ut;
|
|
2980
2980
|
} catch {
|
|
2981
2981
|
Jn = void 0, An = !1;
|
|
2982
2982
|
}
|
|
@@ -2988,42 +2988,42 @@ function Yo() {
|
|
|
2988
2988
|
tickUpper: oe.tickUpper,
|
|
2989
2989
|
liquidity: oe.liquidity
|
|
2990
2990
|
}).forEach((Xe, ut) => {
|
|
2991
|
-
const
|
|
2992
|
-
if (!
|
|
2993
|
-
const nn = $.get(
|
|
2994
|
-
|
|
2991
|
+
const xe = ie.coins[ut];
|
|
2992
|
+
if (!xe) return;
|
|
2993
|
+
const nn = $.get(xe.denom)?.decimals ?? 6, sn = C.get(xe.denom) ?? 0, xn = Number(ue(String(Xe), { decimals: nn }));
|
|
2994
|
+
Sn += xn * sn;
|
|
2995
2995
|
});
|
|
2996
2996
|
} catch {
|
|
2997
|
-
|
|
2997
|
+
Sn = 0;
|
|
2998
2998
|
}
|
|
2999
2999
|
}
|
|
3000
3000
|
return ie && ((y.get(oe.tokenAddress) ?? []).forEach((Xe, ut) => {
|
|
3001
|
-
const
|
|
3002
|
-
if (!
|
|
3003
|
-
const nn = $.get(
|
|
3004
|
-
Xn +=
|
|
3001
|
+
const xe = ie.coins[ut];
|
|
3002
|
+
if (!xe) return;
|
|
3003
|
+
const nn = $.get(xe.denom)?.decimals ?? 6, sn = C.get(xe.denom) ?? 0, xn = Number(ue(Xe, { decimals: nn }));
|
|
3004
|
+
Xn += xn * sn;
|
|
3005
3005
|
}), oe.incentives.forEach((Xe) => {
|
|
3006
3006
|
const ut = v.get(
|
|
3007
3007
|
fl(oe.tokenAddress, Xe.incentiveAddress)
|
|
3008
|
-
) ?? "0",
|
|
3009
|
-
if (!
|
|
3010
|
-
const nn = $.get(
|
|
3011
|
-
Xn +=
|
|
3008
|
+
) ?? "0", xe = b.get(Xe.rewardMetadata);
|
|
3009
|
+
if (!xe) return;
|
|
3010
|
+
const nn = $.get(xe)?.decimals ?? 6, sn = C.get(xe) ?? 0, xn = Number(ue(ut, { decimals: nn }));
|
|
3011
|
+
Xn += xn * sn;
|
|
3012
3012
|
})), {
|
|
3013
3013
|
tokenAddress: oe.tokenAddress,
|
|
3014
|
-
positionId:
|
|
3014
|
+
positionId: Rf(oe.tokenAddress),
|
|
3015
3015
|
inRange: Jn,
|
|
3016
3016
|
isFullRange: An,
|
|
3017
3017
|
minPrice: Ue,
|
|
3018
3018
|
maxPrice: Zn,
|
|
3019
3019
|
pricePairLabel: Ft,
|
|
3020
3020
|
rewardValue: Xn,
|
|
3021
|
-
value:
|
|
3021
|
+
value: Sn
|
|
3022
3022
|
};
|
|
3023
3023
|
}), Me = bt.reduce((oe, Ue) => oe + Ue.value, 0), O = bt.reduce(
|
|
3024
3024
|
(oe, Ue) => oe + Ue.rewardValue,
|
|
3025
3025
|
0
|
|
3026
|
-
),
|
|
3026
|
+
), Pe = Ce.length > 0;
|
|
3027
3027
|
q.set(fe, {
|
|
3028
3028
|
denom: fe,
|
|
3029
3029
|
symbol: wt,
|
|
@@ -3032,7 +3032,7 @@ function Yo() {
|
|
|
3032
3032
|
decimals: 6,
|
|
3033
3033
|
poolType: "CLAMM",
|
|
3034
3034
|
logoUrl: void 0,
|
|
3035
|
-
coinLogos:
|
|
3035
|
+
coinLogos: Pe ? Ce : void 0,
|
|
3036
3036
|
breakdown: {
|
|
3037
3037
|
deposit: 0,
|
|
3038
3038
|
staking: 0,
|
|
@@ -3047,12 +3047,12 @@ function Yo() {
|
|
|
3047
3047
|
}
|
|
3048
3048
|
});
|
|
3049
3049
|
}
|
|
3050
|
-
const
|
|
3051
|
-
return { rows:
|
|
3050
|
+
const R = Array.from(q.values()).filter((K) => K.totalAmount > 0 || K.isClamm).sort((K, F) => F.totalValue - K.totalValue), j = R.reduce((K, F) => K + F.totalValue, 0);
|
|
3051
|
+
return { rows: R, totalValue: j };
|
|
3052
3052
|
}, [
|
|
3053
3053
|
d,
|
|
3054
3054
|
T,
|
|
3055
|
-
|
|
3055
|
+
S,
|
|
3056
3056
|
$,
|
|
3057
3057
|
s,
|
|
3058
3058
|
a,
|
|
@@ -3072,7 +3072,7 @@ function Yo() {
|
|
|
3072
3072
|
C
|
|
3073
3073
|
]);
|
|
3074
3074
|
return {
|
|
3075
|
-
totalValue:
|
|
3075
|
+
totalValue: D,
|
|
3076
3076
|
rows: A
|
|
3077
3077
|
};
|
|
3078
3078
|
}
|
|
@@ -3103,20 +3103,20 @@ function vl() {
|
|
|
3103
3103
|
}
|
|
3104
3104
|
function Of() {
|
|
3105
3105
|
const e = he();
|
|
3106
|
-
return
|
|
3106
|
+
return Se(
|
|
3107
3107
|
(t) => e.find(({ metadata: n }) => n?.op_bridge_id === String(t)),
|
|
3108
3108
|
[e]
|
|
3109
3109
|
);
|
|
3110
3110
|
}
|
|
3111
3111
|
function Zo() {
|
|
3112
|
-
const { data: e } = vl(), t = ne(), { data: n } = Bt(t), s = Of(), a =
|
|
3112
|
+
const { data: e } = vl(), t = ne(), { data: n } = Bt(t), s = Of(), a = x(() => n?.find((l) => l.id === et)?.price ?? 0, [n]), r = x(() => e ? Bf(e).map((l) => {
|
|
3113
3113
|
const d = s(l.rollup.bridgeId), u = Number(
|
|
3114
3114
|
ue(String(l.lockedReward), { decimals: it })
|
|
3115
3115
|
), m = Number(
|
|
3116
3116
|
ue(String(l.claimableReward), { decimals: it })
|
|
3117
|
-
), f =
|
|
3117
|
+
), f = B(
|
|
3118
3118
|
ue(String(l.lockedReward), { decimals: it })
|
|
3119
|
-
).times(a).toNumber(), p =
|
|
3119
|
+
).times(a).toNumber(), p = B(
|
|
3120
3120
|
ue(String(l.claimableReward), { decimals: it })
|
|
3121
3121
|
).times(a).toNumber();
|
|
3122
3122
|
return {
|
|
@@ -3129,15 +3129,15 @@ function Zo() {
|
|
|
3129
3129
|
claimableReward: m,
|
|
3130
3130
|
claimableRewardValue: p
|
|
3131
3131
|
};
|
|
3132
|
-
}).filter((l) => l.lockedReward + l.claimableReward > 0) : [], [e, a, s]), i =
|
|
3132
|
+
}).filter((l) => l.lockedReward + l.claimableReward > 0) : [], [e, a, s]), i = x(
|
|
3133
3133
|
() => r.reduce((c, l) => c + l.lockedRewardValue + l.claimableRewardValue, 0),
|
|
3134
3134
|
[r]
|
|
3135
3135
|
);
|
|
3136
3136
|
return { rows: r, totalValue: i };
|
|
3137
3137
|
}
|
|
3138
3138
|
function Nl() {
|
|
3139
|
-
const { totalValue: e } = Yo(), { data: t } = br(), { data: n } = Nr(), { data: s } = vr(), { data: a } = vl(), r =
|
|
3140
|
-
return
|
|
3139
|
+
const { totalValue: e } = Yo(), { data: t } = br(), { data: n } = Nr(), { data: s } = vr(), { data: a } = vl(), r = x(() => Array.from(n.keys()), [n]), i = go(r), c = ne(), { data: l } = Bt(c), d = x(() => l?.find((m) => m.id === et)?.price ?? 0, [l]);
|
|
3140
|
+
return x(() => {
|
|
3141
3141
|
let u = 0, m = 0;
|
|
3142
3142
|
const f = d ?? 0;
|
|
3143
3143
|
for (const [, g] of t)
|
|
@@ -3645,7 +3645,7 @@ function Bs() {
|
|
|
3645
3645
|
}
|
|
3646
3646
|
function lp() {
|
|
3647
3647
|
const e = he();
|
|
3648
|
-
return
|
|
3648
|
+
return x(() => {
|
|
3649
3649
|
const t = /* @__PURE__ */ new Map();
|
|
3650
3650
|
for (const n of e) {
|
|
3651
3651
|
const s = n.chain_name.toLowerCase();
|
|
@@ -3660,13 +3660,13 @@ function lp() {
|
|
|
3660
3660
|
}, [e]);
|
|
3661
3661
|
}
|
|
3662
3662
|
function dp() {
|
|
3663
|
-
const { balances: e, positions: t } = Bs(), n = he(), s =
|
|
3663
|
+
const { balances: e, positions: t } = Bs(), n = he(), s = x(() => {
|
|
3664
3664
|
const r = /* @__PURE__ */ new Map();
|
|
3665
3665
|
for (const i of n)
|
|
3666
3666
|
r.set(i.chain_name.toLowerCase(), i);
|
|
3667
3667
|
return r;
|
|
3668
3668
|
}, [n]);
|
|
3669
|
-
return
|
|
3669
|
+
return x(() => {
|
|
3670
3670
|
const r = (p) => p.type === "unknown" ? 0 : p.value ?? 0, i = (p) => p.positions.reduce((g, _) => {
|
|
3671
3671
|
if (_.type === "fungible-position")
|
|
3672
3672
|
return g + (_.value ?? 0);
|
|
@@ -3698,8 +3698,8 @@ function dp() {
|
|
|
3698
3698
|
}, [e, t, s]);
|
|
3699
3699
|
}
|
|
3700
3700
|
function up() {
|
|
3701
|
-
const { balances: e } = Bs(), t = he(), n = rr(), s =
|
|
3702
|
-
return
|
|
3701
|
+
const { balances: e } = Bs(), t = he(), n = rr(), s = x(() => kl(t, n), [t, n]);
|
|
3702
|
+
return x(() => {
|
|
3703
3703
|
const a = (l) => l.type === "unknown" ? 0 : l.value ?? 0;
|
|
3704
3704
|
let r = 0;
|
|
3705
3705
|
const i = Array.isArray(e) ? e : [], c = Zf(i, s);
|
|
@@ -3712,7 +3712,7 @@ function up() {
|
|
|
3712
3712
|
}
|
|
3713
3713
|
function mp() {
|
|
3714
3714
|
const { positions: e } = Bs();
|
|
3715
|
-
return
|
|
3715
|
+
return x(() => {
|
|
3716
3716
|
const t = (r) => r.positions.reduce((i, c) => {
|
|
3717
3717
|
if (c.type === "fungible-position")
|
|
3718
3718
|
return i + (c.value ?? 0);
|
|
@@ -3737,7 +3737,7 @@ const Ie = qe("interwovenkit:skip", {
|
|
|
3737
3737
|
allBalances: (e, t) => [e, t],
|
|
3738
3738
|
balances: (e, t) => [e, t],
|
|
3739
3739
|
route: (e, t) => [
|
|
3740
|
-
{ ...e, quantity:
|
|
3740
|
+
{ ...e, quantity: B(e.quantity || 0).toString() },
|
|
3741
3741
|
t
|
|
3742
3742
|
],
|
|
3743
3743
|
routeErrorInfo: (e) => [e],
|
|
@@ -3746,10 +3746,10 @@ const Ie = qe("interwovenkit:skip", {
|
|
|
3746
3746
|
});
|
|
3747
3747
|
function We() {
|
|
3748
3748
|
const { routerApiUrl: e } = te();
|
|
3749
|
-
return
|
|
3749
|
+
return x(
|
|
3750
3750
|
() => H.create({
|
|
3751
3751
|
prefixUrl: e,
|
|
3752
|
-
headers: { "InterwovenKit-Version": "2.4.
|
|
3752
|
+
headers: { "InterwovenKit-Version": "2.4.5" }
|
|
3753
3753
|
}),
|
|
3754
3754
|
[e]
|
|
3755
3755
|
);
|
|
@@ -3789,7 +3789,7 @@ const fp = () => (Nm(), km(), null), pp = "_loader_1vxch_1", gp = {
|
|
|
3789
3789
|
"button",
|
|
3790
3790
|
{
|
|
3791
3791
|
...c,
|
|
3792
|
-
className:
|
|
3792
|
+
className: P(un.button, { [un.sm]: t, [un.full]: n }, a),
|
|
3793
3793
|
disabled: !!s || i,
|
|
3794
3794
|
children: s ? /* @__PURE__ */ h(z, { children: [
|
|
3795
3795
|
/* @__PURE__ */ o($t, { color: "currentColor", size: 16 }),
|
|
@@ -3797,19 +3797,19 @@ const fp = () => (Nm(), km(), null), pp = "_loader_1vxch_1", gp = {
|
|
|
3797
3797
|
] }) : r
|
|
3798
3798
|
}
|
|
3799
3799
|
);
|
|
3800
|
-
}, kp = ({ className: e, ...t }) => /* @__PURE__ */ o(Il, { ...t, className:
|
|
3800
|
+
}, kp = ({ className: e, ...t }) => /* @__PURE__ */ o(Il, { ...t, className: P(un.outline, e) }), Cp = ({ className: e, unpadded: t, ...n }) => /* @__PURE__ */ o("button", { ...n, className: P(un.small, { [un.unpadded]: t }, e) }), le = {
|
|
3801
3801
|
White: Il,
|
|
3802
3802
|
Outline: kp,
|
|
3803
3803
|
Small: Cp
|
|
3804
3804
|
}, Ip = "_footer_1vp4h_1", Ap = "_actions_1vp4h_10", di = {
|
|
3805
3805
|
footer: Ip,
|
|
3806
3806
|
actions: Ap
|
|
3807
|
-
}, $e = ({ extra: e, className: t, children: n }) => /* @__PURE__ */ h("footer", { className:
|
|
3807
|
+
}, $e = ({ extra: e, className: t, children: n }) => /* @__PURE__ */ h("footer", { className: P(di.footer, t), children: [
|
|
3808
3808
|
e,
|
|
3809
3809
|
/* @__PURE__ */ o("div", { className: di.actions, children: n })
|
|
3810
|
-
] }),
|
|
3811
|
-
scrollable:
|
|
3812
|
-
}, yt = ({ className: e, children: t, ref: n }) => /* @__PURE__ */ o("div", { ref: n, className:
|
|
3810
|
+
] }), Sp = "_scrollable_13su7_1", xp = {
|
|
3811
|
+
scrollable: Sp
|
|
3812
|
+
}, yt = ({ className: e, children: t, ref: n }) => /* @__PURE__ */ o("div", { ref: n, className: P(xp.scrollable, e), children: t }), Tp = "interwovenkit:";
|
|
3813
3813
|
function $p(e) {
|
|
3814
3814
|
const [t] = e;
|
|
3815
3815
|
return typeof t == "string" && t.startsWith(Tp);
|
|
@@ -3820,20 +3820,20 @@ function Ep(e) {
|
|
|
3820
3820
|
});
|
|
3821
3821
|
}
|
|
3822
3822
|
function Jo() {
|
|
3823
|
-
return
|
|
3823
|
+
return Pu("(max-width: 576px)");
|
|
3824
3824
|
}
|
|
3825
3825
|
const Oa = "interwoven-kit";
|
|
3826
3826
|
function Al() {
|
|
3827
3827
|
const e = document.querySelector(Oa) || document.body.appendChild(document.createElement(Oa));
|
|
3828
3828
|
return e.shadowRoot || e.attachShadow({ mode: "open" });
|
|
3829
3829
|
}
|
|
3830
|
-
function
|
|
3830
|
+
function Sl() {
|
|
3831
3831
|
const { theme: e, container: t } = te();
|
|
3832
3832
|
return G(() => {
|
|
3833
3833
|
document.querySelector(Oa)?.setAttribute("data-theme", e);
|
|
3834
3834
|
}, [e]), t ?? Al();
|
|
3835
3835
|
}
|
|
3836
|
-
function
|
|
3836
|
+
function SA(e) {
|
|
3837
3837
|
const t = Al(), n = document.createElement("style");
|
|
3838
3838
|
n.textContent = e, t.appendChild(n);
|
|
3839
3839
|
}
|
|
@@ -3842,12 +3842,12 @@ function yn() {
|
|
|
3842
3842
|
const { container: e } = Lt(Xo);
|
|
3843
3843
|
return e;
|
|
3844
3844
|
}
|
|
3845
|
-
function
|
|
3845
|
+
function xl(e) {
|
|
3846
3846
|
const t = yn();
|
|
3847
3847
|
return t ? getComputedStyle(t).getPropertyValue(e) : "";
|
|
3848
3848
|
}
|
|
3849
3849
|
function Lp() {
|
|
3850
|
-
return
|
|
3850
|
+
return Ru(), null;
|
|
3851
3851
|
}
|
|
3852
3852
|
function qp(e) {
|
|
3853
3853
|
return /^[A-F0-9]{64}$/i.test(e);
|
|
@@ -3862,7 +3862,7 @@ function Mp(e, t) {
|
|
|
3862
3862
|
return i && a ? i + a : i;
|
|
3863
3863
|
}
|
|
3864
3864
|
}
|
|
3865
|
-
function
|
|
3865
|
+
function Pp(e) {
|
|
3866
3866
|
try {
|
|
3867
3867
|
const t = new URL(e, window.location.href);
|
|
3868
3868
|
if (!["http:", "https:"].includes(t.protocol))
|
|
@@ -3872,16 +3872,16 @@ function Rp(e) {
|
|
|
3872
3872
|
return "#";
|
|
3873
3873
|
}
|
|
3874
3874
|
}
|
|
3875
|
-
const
|
|
3876
|
-
link:
|
|
3875
|
+
const Rp = "_link_j1lkz_1", ui = {
|
|
3876
|
+
link: Rp
|
|
3877
3877
|
}, ea = ({ chainId: e, txHash: t, accountAddress: n, pathSuffix: s, ...a }) => {
|
|
3878
3878
|
const { showIcon: r, className: i, children: c, onClick: l, ...d } = a, u = _t(e), m = Mp(u, { txHash: t, accountAddress: n, pathSuffix: s }), f = t ? Ze(t) : n ? Ze(n) : "", p = c ?? f;
|
|
3879
3879
|
return m ? /* @__PURE__ */ h(
|
|
3880
3880
|
"a",
|
|
3881
3881
|
{
|
|
3882
3882
|
...d,
|
|
3883
|
-
href: Uu(
|
|
3884
|
-
className:
|
|
3883
|
+
href: Uu(Pp(m)),
|
|
3884
|
+
className: P(ui.link, i),
|
|
3885
3885
|
onClick: l,
|
|
3886
3886
|
target: "_blank",
|
|
3887
3887
|
children: [
|
|
@@ -3889,7 +3889,7 @@ const Pp = "_link_j1lkz_1", ui = {
|
|
|
3889
3889
|
r && /* @__PURE__ */ o(ft, { size: 12 })
|
|
3890
3890
|
]
|
|
3891
3891
|
}
|
|
3892
|
-
) : /* @__PURE__ */ o("span", { ...d, className:
|
|
3892
|
+
) : /* @__PURE__ */ o("span", { ...d, className: P(ui.link, i), children: p });
|
|
3893
3893
|
}, Tl = Xt(null), ta = () => Lt(Tl), Dp = () => {
|
|
3894
3894
|
const [e, t] = Be(sl), { showNotification: n, updateNotification: s, hideNotification: a } = ta();
|
|
3895
3895
|
return G(() => {
|
|
@@ -3934,7 +3934,7 @@ const Pp = "_link_j1lkz_1", ui = {
|
|
|
3934
3934
|
const [c, l] = W(void 0), { width: d, height: u } = i, m = n ?? /* @__PURE__ */ o(
|
|
3935
3935
|
"div",
|
|
3936
3936
|
{
|
|
3937
|
-
className:
|
|
3937
|
+
className: P(mi.placeholder, s?.placeholder),
|
|
3938
3938
|
style: { width: d, height: u, ...a }
|
|
3939
3939
|
}
|
|
3940
3940
|
);
|
|
@@ -3942,7 +3942,7 @@ const Pp = "_link_j1lkz_1", ui = {
|
|
|
3942
3942
|
"img",
|
|
3943
3943
|
{
|
|
3944
3944
|
...i,
|
|
3945
|
-
className:
|
|
3945
|
+
className: P(i.className, { [mi.logo]: r }),
|
|
3946
3946
|
style: { width: d, height: u, ...a },
|
|
3947
3947
|
src: e,
|
|
3948
3948
|
alt: t,
|
|
@@ -3984,18 +3984,18 @@ const Up = "_header_1q8ju_1", Fp = "_account_1q8ju_17", Vp = "_name_1q8ju_28", K
|
|
|
3984
3984
|
return G(() => () => {
|
|
3985
3985
|
c.current && clearTimeout(c.current);
|
|
3986
3986
|
}, []), t ? /* @__PURE__ */ h("header", { className: st.header, children: [
|
|
3987
|
-
/* @__PURE__ */ o(No, { value: t, children: ({ copy: f, copied: p }) => /* @__PURE__ */ h("button", { className:
|
|
3987
|
+
/* @__PURE__ */ o(No, { value: t, children: ({ copy: f, copied: p }) => /* @__PURE__ */ h("button", { className: P(st.account, { [st.copied]: p }), onClick: f, children: [
|
|
3988
3988
|
/* @__PURE__ */ o(X, { src: s, width: 18, height: 18 }),
|
|
3989
3989
|
/* @__PURE__ */ o("div", { className: st.address, children: Ze(t) }),
|
|
3990
3990
|
/* @__PURE__ */ o("div", { className: st.name, children: Ze(a) }),
|
|
3991
|
-
/* @__PURE__ */ o(
|
|
3991
|
+
/* @__PURE__ */ o(Ra, { className: st.icon, size: 12 }),
|
|
3992
3992
|
p ? "Copied!" : ""
|
|
3993
3993
|
] }) }),
|
|
3994
3994
|
/* @__PURE__ */ o(
|
|
3995
3995
|
Bn,
|
|
3996
3996
|
{
|
|
3997
3997
|
to: "/settings",
|
|
3998
|
-
className:
|
|
3998
|
+
className: P(st.button, st.settings),
|
|
3999
3999
|
"aria-label": "Open settings",
|
|
4000
4000
|
children: /* @__PURE__ */ o(dc, { size: 16 })
|
|
4001
4001
|
}
|
|
@@ -4003,7 +4003,7 @@ const Up = "_header_1q8ju_1", Fp = "_account_1q8ju_17", Vp = "_name_1q8ju_28", K
|
|
|
4003
4003
|
/* @__PURE__ */ h(
|
|
4004
4004
|
Ts.button,
|
|
4005
4005
|
{
|
|
4006
|
-
className:
|
|
4006
|
+
className: P(st.button, st.disconnect, { [st.expanded]: r }),
|
|
4007
4007
|
style: l,
|
|
4008
4008
|
onClick: d,
|
|
4009
4009
|
onMouseLeave: u,
|
|
@@ -4020,7 +4020,7 @@ const Up = "_header_1q8ju_1", Fp = "_account_1q8ju_17", Vp = "_name_1q8ju_28", K
|
|
|
4020
4020
|
content: Xp,
|
|
4021
4021
|
inner: eg
|
|
4022
4022
|
}, tg = ({ children: e }) => {
|
|
4023
|
-
const { isDrawerOpen: t, closeDrawer: n } = Ot(), { setContainer: s } = Lt(Xo), a = Jo(), r =
|
|
4023
|
+
const { isDrawerOpen: t, closeDrawer: n } = Ot(), { setContainer: s } = Lt(Xo), a = Jo(), r = Sl(), i = Un(Go), c = Un(Ls), l = Bd({ mutationKey: [nl] }), d = () => {
|
|
4024
4024
|
const g = l ? "User exited before response arrived. Transaction may succeed or fail." : "User rejected";
|
|
4025
4025
|
n(), i?.reject(new Error(g)), c?.reject(new Error("User rejected"));
|
|
4026
4026
|
}, u = Vo(), m = Le(), f = Ke(), p = {
|
|
@@ -4047,7 +4047,7 @@ const Up = "_header_1q8ju_1", Fp = "_account_1q8ju_17", Vp = "_name_1q8ju_28", K
|
|
|
4047
4047
|
/* @__PURE__ */ o("path", { d: "M7.168 14.04 l 6.028 -6.028 l -6.028 -6.028 L8.57 .582 L16 8.012 l -7.43 7.43 l -1.402 -1.402 Z" }),
|
|
4048
4048
|
/* @__PURE__ */ o("path", { d: "M0.028 14.04 l 6.028 -6.028 L0.028 1.984 L1.43 .582 l 7.43 7.43 l -7.43 7.43 L0.028 14.04 Z" })
|
|
4049
4049
|
] }) }),
|
|
4050
|
-
/* @__PURE__ */ o(Ve.Popup, { className: _a.content, children: /* @__PURE__ */ h("div", { className:
|
|
4050
|
+
/* @__PURE__ */ o(Ve.Popup, { className: _a.content, children: /* @__PURE__ */ h("div", { className: P(_a.inner, "body"), ref: s, children: [
|
|
4051
4051
|
a && /* @__PURE__ */ o(Lp, {}),
|
|
4052
4052
|
/* @__PURE__ */ o(Dp, {}),
|
|
4053
4053
|
/* @__PURE__ */ o(Zp, {}),
|
|
@@ -4061,7 +4061,7 @@ const Up = "_header_1q8ju_1", Fp = "_account_1q8ju_17", Vp = "_name_1q8ju_28", K
|
|
|
4061
4061
|
modal: sg,
|
|
4062
4062
|
closeButton: og
|
|
4063
4063
|
}, ag = ({ children: e }) => {
|
|
4064
|
-
const { isModalOpen: t, closeModal: n } = Qn(), { setContainer: s } = Lt(Xo), a =
|
|
4064
|
+
const { isModalOpen: t, closeModal: n } = Qn(), { setContainer: s } = Lt(Xo), a = Sl();
|
|
4065
4065
|
return /* @__PURE__ */ o(Ve.Root, { open: t, onOpenChange: (r) => !r && n(), children: /* @__PURE__ */ h(Ve.Portal, { container: a, children: [
|
|
4066
4066
|
/* @__PURE__ */ o(Ve.Backdrop, { className: ya.backdrop, onClick: n }),
|
|
4067
4067
|
/* @__PURE__ */ h(Ve.Popup, { className: ya.modal, ref: s, children: [
|
|
@@ -4090,12 +4090,12 @@ const Up = "_header_1q8ju_1", Fp = "_account_1q8ju_17", Vp = "_name_1q8ju_28", K
|
|
|
4090
4090
|
/* @__PURE__ */ o(
|
|
4091
4091
|
Ve.Backdrop,
|
|
4092
4092
|
{
|
|
4093
|
-
className:
|
|
4093
|
+
className: P(on.overlay, { [on.fullscreen]: c }),
|
|
4094
4094
|
onClick: () => r(!1),
|
|
4095
4095
|
forceRender: !0
|
|
4096
4096
|
}
|
|
4097
4097
|
),
|
|
4098
|
-
/* @__PURE__ */ h(Ve.Popup, { className:
|
|
4098
|
+
/* @__PURE__ */ h(Ve.Popup, { className: P(on.content, { [on.fullscreen]: c }), children: [
|
|
4099
4099
|
e && /* @__PURE__ */ h("header", { className: on.header, children: [
|
|
4100
4100
|
/* @__PURE__ */ o(Ve.Title, { className: on.title, children: e }),
|
|
4101
4101
|
/* @__PURE__ */ o(Ve.Close, { className: on.close, children: /* @__PURE__ */ o(Mo, { size: 20 }) })
|
|
@@ -4140,12 +4140,12 @@ const Up = "_header_1q8ju_1", Fp = "_account_1q8ju_17", Vp = "_name_1q8ju_28", K
|
|
|
4140
4140
|
return /* @__PURE__ */ o(nr, { size: 12 });
|
|
4141
4141
|
case "warning":
|
|
4142
4142
|
case "error":
|
|
4143
|
-
return /* @__PURE__ */ o(Po, { size: 12 });
|
|
4144
|
-
default:
|
|
4145
4143
|
return /* @__PURE__ */ o(Ro, { size: 12 });
|
|
4144
|
+
default:
|
|
4145
|
+
return /* @__PURE__ */ o(Po, { size: 12 });
|
|
4146
4146
|
}
|
|
4147
4147
|
};
|
|
4148
|
-
return /* @__PURE__ */ h("div", { className:
|
|
4148
|
+
return /* @__PURE__ */ h("div", { className: P(wa.help, e && wa[e], t), style: { marginTop: n }, children: [
|
|
4149
4149
|
/* @__PURE__ */ o("div", { className: wa.icon, children: a() }),
|
|
4150
4150
|
s
|
|
4151
4151
|
] });
|
|
@@ -4156,13 +4156,13 @@ const Up = "_header_1q8ju_1", Fp = "_account_1q8ju_17", Vp = "_name_1q8ju_28", K
|
|
|
4156
4156
|
warning: vg,
|
|
4157
4157
|
error: Ng,
|
|
4158
4158
|
success: kg
|
|
4159
|
-
}, Cg = ({ children: e }) => !e || Array.isArray(e) && e.filter(Boolean).length === 0 ? null : /* @__PURE__ */ o(_s, { children: /* @__PURE__ */ o("div", { className: Ua.stack, children: e }) }), we = ({ mt: e = 0, ...t }) => /* @__PURE__ */ o(Mn, { ...t, className:
|
|
4159
|
+
}, Cg = ({ children: e }) => !e || Array.isArray(e) && e.filter(Boolean).length === 0 ? null : /* @__PURE__ */ o(_s, { children: /* @__PURE__ */ o("div", { className: Ua.stack, children: e }) }), we = ({ mt: e = 0, ...t }) => /* @__PURE__ */ o(Mn, { ...t, className: P(Ua.help, Ua[t.level]), mt: e });
|
|
4160
4160
|
we.Stack = Cg;
|
|
4161
|
-
const Ig = "_root_16p5j_1", Ag = "_item_16p5j_10",
|
|
4161
|
+
const Ig = "_root_16p5j_1", Ag = "_item_16p5j_10", Sg = "_chevron_16p5j_14", xg = "_trigger_16p5j_19", Tg = "_content_16p5j_39", ns = {
|
|
4162
4162
|
root: Ig,
|
|
4163
4163
|
item: Ag,
|
|
4164
|
-
chevron:
|
|
4165
|
-
trigger:
|
|
4164
|
+
chevron: Sg,
|
|
4165
|
+
trigger: xg,
|
|
4166
4166
|
content: Tg
|
|
4167
4167
|
};
|
|
4168
4168
|
function $g(e) {
|
|
@@ -4186,13 +4186,13 @@ function $g(e) {
|
|
|
4186
4186
|
r
|
|
4187
4187
|
] });
|
|
4188
4188
|
}
|
|
4189
|
-
const Eg = "_trigger_u613p_1", Lg = "_icon_u613p_18", qg = "_content_u613p_27", Mg = "_item_u613p_36",
|
|
4189
|
+
const Eg = "_trigger_u613p_1", Lg = "_icon_u613p_18", qg = "_content_u613p_27", Mg = "_item_u613p_36", Pg = "_itemText_u613p_52", Rg = "_itemIndicator_u613p_57", Dg = "_active_u613p_60", Wt = {
|
|
4190
4190
|
trigger: Eg,
|
|
4191
4191
|
icon: Lg,
|
|
4192
4192
|
content: qg,
|
|
4193
4193
|
item: Mg,
|
|
4194
|
-
itemText:
|
|
4195
|
-
itemIndicator:
|
|
4194
|
+
itemText: Pg,
|
|
4195
|
+
itemIndicator: Rg,
|
|
4196
4196
|
active: Dg
|
|
4197
4197
|
};
|
|
4198
4198
|
function Ar({
|
|
@@ -4208,30 +4208,30 @@ function Ar({
|
|
|
4208
4208
|
if (!l) throw new Error(`Option not found: ${c}`);
|
|
4209
4209
|
n(l.value);
|
|
4210
4210
|
};
|
|
4211
|
-
return /* @__PURE__ */ h(
|
|
4212
|
-
/* @__PURE__ */ h(
|
|
4213
|
-
/* @__PURE__ */ o(
|
|
4214
|
-
/* @__PURE__ */ o(
|
|
4211
|
+
return /* @__PURE__ */ h(Rt.Root, { value: String(t), onValueChange: i, modal: !1, children: [
|
|
4212
|
+
/* @__PURE__ */ h(Rt.Trigger, { className: P(Wt.trigger, s?.trigger), children: [
|
|
4213
|
+
/* @__PURE__ */ o(Rt.Value, { children: r.triggerLabel || r.label }),
|
|
4214
|
+
/* @__PURE__ */ o(Rt.Icon, { className: Wt.icon, children: /* @__PURE__ */ o(Oe, { size: 12 }) })
|
|
4215
4215
|
] }),
|
|
4216
|
-
/* @__PURE__ */ o(
|
|
4217
|
-
|
|
4216
|
+
/* @__PURE__ */ o(Rt.Portal, { container: a, children: /* @__PURE__ */ o(
|
|
4217
|
+
Rt.Positioner,
|
|
4218
4218
|
{
|
|
4219
4219
|
className: Wt.content,
|
|
4220
4220
|
alignItemWithTrigger: !1,
|
|
4221
4221
|
sideOffset: 6,
|
|
4222
4222
|
align: "end",
|
|
4223
|
-
children: /* @__PURE__ */ o(
|
|
4224
|
-
|
|
4223
|
+
children: /* @__PURE__ */ o(Rt.Popup, { className: Wt.popup, children: e.map((c) => /* @__PURE__ */ h(
|
|
4224
|
+
Rt.Item,
|
|
4225
4225
|
{
|
|
4226
|
-
className:
|
|
4226
|
+
className: P(Wt.item, s?.item),
|
|
4227
4227
|
value: String(c.value),
|
|
4228
4228
|
children: [
|
|
4229
|
-
/* @__PURE__ */ o(
|
|
4229
|
+
/* @__PURE__ */ o(Rt.ItemText, { className: P(Wt.itemText, s?.itemText), children: c.label }),
|
|
4230
4230
|
/* @__PURE__ */ o(
|
|
4231
|
-
|
|
4231
|
+
Ss,
|
|
4232
4232
|
{
|
|
4233
4233
|
size: 12,
|
|
4234
|
-
className:
|
|
4234
|
+
className: P(Wt.itemIndicator, {
|
|
4235
4235
|
[Wt.active]: c.value === t
|
|
4236
4236
|
})
|
|
4237
4237
|
}
|
|
@@ -4253,7 +4253,7 @@ const Bg = "_root_1t37n_1", Og = "_trigger_1t37n_7", Ug = "_item_1t37n_11", Fg =
|
|
|
4253
4253
|
const { txRequest: s } = al(), a = _t(s.chainId), r = qt(a), i = (g, _) => {
|
|
4254
4254
|
if (_e(g, { decimals: _ }) === "0.000000") return 8;
|
|
4255
4255
|
}, c = ({ amount: [{ amount: g, denom: _ }] }) => {
|
|
4256
|
-
if (
|
|
4256
|
+
if (B(g).isZero()) return "0";
|
|
4257
4257
|
const { symbol: y, decimals: w } = r(_), v = i(g, w);
|
|
4258
4258
|
return `${_e(g, { decimals: w, dp: v })} ${y}`;
|
|
4259
4259
|
}, l = e.map((g) => {
|
|
@@ -4370,9 +4370,9 @@ const Yg = "_container_1xzyq_1", Zg = "_toggle_1xzyq_5", Jg = "_list_1xzyq_11",
|
|
|
4370
4370
|
/* @__PURE__ */ o("div", { className: va.content, children: t })
|
|
4371
4371
|
] });
|
|
4372
4372
|
function Z(e) {
|
|
4373
|
-
const t = e ?
|
|
4373
|
+
const t = e ? B(e).abs() : void 0;
|
|
4374
4374
|
if (t && t.gt(0) && t.lt(0.01)) return "< $0.01";
|
|
4375
|
-
const n = e &&
|
|
4375
|
+
const n = e && B(e).lt(0), s = xt(t?.toString() ?? e, { dp: 2 });
|
|
4376
4376
|
return s ? n ? `-$${s}` : `$${s}` : "";
|
|
4377
4377
|
}
|
|
4378
4378
|
function ql(e, t) {
|
|
@@ -4437,7 +4437,7 @@ function Ml(e, t) {
|
|
|
4437
4437
|
metadata: s
|
|
4438
4438
|
}));
|
|
4439
4439
|
}
|
|
4440
|
-
const
|
|
4440
|
+
const Pl = ({ metadata: e, chain: t, children: n }) => {
|
|
4441
4441
|
const { restUrl: s } = t, { data: a } = ye({
|
|
4442
4442
|
queryKey: Vn.denom(s, e).queryKey,
|
|
4443
4443
|
queryFn: () => H.create({ prefixUrl: s }).get("initia/move/v1/denom", { searchParams: { metadata: e } }).json(),
|
|
@@ -4453,8 +4453,8 @@ const Rl = ({ metadata: e, chain: t, children: n }) => {
|
|
|
4453
4453
|
amount: p_,
|
|
4454
4454
|
text: g_,
|
|
4455
4455
|
value: __
|
|
4456
|
-
},
|
|
4457
|
-
const { denom: s, symbol: a, decimals: r, logoUrl: i } = t, c = _e(e, { decimals: r }), l = n &&
|
|
4456
|
+
}, Rl = ({ amount: e, asset: t, price: n }) => {
|
|
4457
|
+
const { denom: s, symbol: a, decimals: r, logoUrl: i } = t, c = _e(e, { decimals: r }), l = n && B(ue(e, { decimals: r })).times(n).abs();
|
|
4458
4458
|
return /* @__PURE__ */ h("div", { className: mn.change, children: [
|
|
4459
4459
|
/* @__PURE__ */ h("div", { className: mn.amount, children: [
|
|
4460
4460
|
/* @__PURE__ */ o(X, { src: i, width: 14, height: 14, logo: !0 }),
|
|
@@ -4470,16 +4470,16 @@ const Rl = ({ metadata: e, chain: t, children: n }) => {
|
|
|
4470
4470
|
const n = qt(t), { data: s } = Bt(t);
|
|
4471
4471
|
return e.map(({ amount: a, denom: r }, i) => {
|
|
4472
4472
|
const c = n(r), l = s?.find(({ id: d }) => d === r)?.price;
|
|
4473
|
-
return /* @__PURE__ */ o(
|
|
4473
|
+
return /* @__PURE__ */ o(Rl, { amount: a, asset: c, price: l }, i);
|
|
4474
4474
|
});
|
|
4475
4475
|
}, w_ = ({
|
|
4476
4476
|
changes: e,
|
|
4477
4477
|
chain: t
|
|
4478
4478
|
}) => {
|
|
4479
4479
|
const n = qt(t), { data: s } = Bt(t);
|
|
4480
|
-
return e.map(({ amount: a, metadata: r }, i) => /* @__PURE__ */ o(
|
|
4480
|
+
return e.map(({ amount: a, metadata: r }, i) => /* @__PURE__ */ o(Pl, { metadata: r, chain: t, children: (c) => {
|
|
4481
4481
|
const l = s?.find(({ id: d }) => d === c)?.price;
|
|
4482
|
-
return /* @__PURE__ */ o(
|
|
4482
|
+
return /* @__PURE__ */ o(Rl, { amount: a, asset: n(c), price: l });
|
|
4483
4483
|
} }, i));
|
|
4484
4484
|
};
|
|
4485
4485
|
function b_(e, t) {
|
|
@@ -4507,7 +4507,7 @@ const v_ = qe("interwovenkit:tx", {
|
|
|
4507
4507
|
return m.length === 0 ? null : l(/* @__PURE__ */ o(y_, { changes: m, chain: r }));
|
|
4508
4508
|
};
|
|
4509
4509
|
function fi(e) {
|
|
4510
|
-
return zi((t) => new
|
|
4510
|
+
return zi((t) => new B(t.amount).isNegative(), e);
|
|
4511
4511
|
}
|
|
4512
4512
|
const k_ = "_title_1d032_1", C_ = "_meta_1d032_7", I_ = "_footer_1d032_14", A_ = "_rejectButton_1d032_19", Ys = {
|
|
4513
4513
|
title: k_,
|
|
@@ -4516,43 +4516,43 @@ const k_ = "_title_1d032_1", C_ = "_meta_1d032_7", I_ = "_footer_1d032_14", A_ =
|
|
|
4516
4516
|
rejectButton: A_
|
|
4517
4517
|
}, Dl = () => {
|
|
4518
4518
|
const { txRequest: e, resolve: t, reject: n } = al(), { messages: s, memo: a, chainId: r, gas: i, gasAdjustment: c, spendCoins: l } = e, d = _t(r), u = Es(d), m = pr(d), f = gr(d), p = qt(d), g = ol(), _ = (e.gasPrices ?? m).map(
|
|
4519
|
-
({ amount:
|
|
4520
|
-
), y = _.map((
|
|
4521
|
-
const $ = u.find((j) => j.denom ===
|
|
4519
|
+
({ amount: S, denom: $ }) => $o(Math.ceil(i * c), Eo.fromString(S + $))
|
|
4520
|
+
), y = _.map((S) => S.amount[0]), w = (S) => {
|
|
4521
|
+
const $ = u.find((j) => j.denom === S)?.amount ?? "0", C = y.find((j) => j.denom === S)?.amount ?? "0", A = l.filter((j) => j.denom === S).reduce((j, K) => B(j).plus(K.amount), B("0")), D = B(C).plus(A), L = B($).gte(D), { symbol: q, decimals: R } = p(S);
|
|
4522
4522
|
return {
|
|
4523
4523
|
symbol: q,
|
|
4524
|
-
decimals:
|
|
4524
|
+
decimals: R,
|
|
4525
4525
|
spend: A.gt(0) ? A.toFixed() : null,
|
|
4526
4526
|
fee: C,
|
|
4527
|
-
total:
|
|
4527
|
+
total: D.toFixed(),
|
|
4528
4528
|
balance: $,
|
|
4529
4529
|
isSufficient: L
|
|
4530
4530
|
};
|
|
4531
4531
|
}, v = () => {
|
|
4532
4532
|
if (f && w(f).isSufficient)
|
|
4533
4533
|
return f;
|
|
4534
|
-
for (const { denom:
|
|
4535
|
-
if (w(
|
|
4536
|
-
return
|
|
4534
|
+
for (const { denom: S } of y)
|
|
4535
|
+
if (w(S).isSufficient)
|
|
4536
|
+
return S;
|
|
4537
4537
|
return y[0]?.denom;
|
|
4538
4538
|
}, [k, b] = W(v), { mutate: N, isPending: I } = pt({
|
|
4539
4539
|
mutationKey: [nl],
|
|
4540
4540
|
mutationFn: async () => {
|
|
4541
|
-
const
|
|
4542
|
-
if (!
|
|
4541
|
+
const S = _.find((C) => C.amount[0].denom === k);
|
|
4542
|
+
if (!S) throw new Error("Fee not found");
|
|
4543
4543
|
const $ = await g({
|
|
4544
4544
|
chainId: r,
|
|
4545
4545
|
messages: s,
|
|
4546
4546
|
memo: a || "",
|
|
4547
|
-
fee:
|
|
4547
|
+
fee: S,
|
|
4548
4548
|
preferredFeeDenom: k,
|
|
4549
4549
|
allowAutoSign: !e.internal,
|
|
4550
4550
|
allowWalletDerivation: !0
|
|
4551
4551
|
});
|
|
4552
4552
|
await t($);
|
|
4553
4553
|
},
|
|
4554
|
-
onError: async (
|
|
4555
|
-
n(
|
|
4554
|
+
onError: async (S) => {
|
|
4555
|
+
n(S);
|
|
4556
4556
|
}
|
|
4557
4557
|
}), T = w(k), E = !T.isSufficient;
|
|
4558
4558
|
return /* @__PURE__ */ h(z, { children: [
|
|
@@ -4575,8 +4575,8 @@ const k_ = "_title_1d032_1", C_ = "_meta_1d032_7", I_ = "_footer_1d032_14", A_ =
|
|
|
4575
4575
|
$g,
|
|
4576
4576
|
{
|
|
4577
4577
|
list: s,
|
|
4578
|
-
renderHeader: ({ typeUrl:
|
|
4579
|
-
renderContent: (
|
|
4578
|
+
renderHeader: ({ typeUrl: S }) => ar(S.split(".").pop().replace(/^Msg/, "")),
|
|
4579
|
+
renderContent: (S) => /* @__PURE__ */ o(i_, { message: S, chainId: r })
|
|
4580
4580
|
}
|
|
4581
4581
|
)
|
|
4582
4582
|
] }),
|
|
@@ -4594,12 +4594,12 @@ const k_ = "_title_1d032_1", C_ = "_meta_1d032_7", I_ = "_footer_1d032_14", A_ =
|
|
|
4594
4594
|
/* @__PURE__ */ o(le.White, { onClick: () => N(), disabled: E, loading: I, children: "Approve" })
|
|
4595
4595
|
] })
|
|
4596
4596
|
] });
|
|
4597
|
-
},
|
|
4598
|
-
const [{ title: t, content: n, path: s }, a] = W({}), [r, i] = W(!1), c = Un(Go), l =
|
|
4597
|
+
}, S_ = ({ children: e }) => {
|
|
4598
|
+
const [{ title: t, content: n, path: s }, a] = W({}), [r, i] = W(!1), c = Un(Go), l = Se((m) => {
|
|
4599
4599
|
a(m), i(!0);
|
|
4600
|
-
}, []), d =
|
|
4600
|
+
}, []), d = Se(() => {
|
|
4601
4601
|
a({}), i(!1);
|
|
4602
|
-
}, []), u =
|
|
4602
|
+
}, []), u = Se(
|
|
4603
4603
|
(m) => {
|
|
4604
4604
|
m || (c?.reject(new Error("User rejected")), a({})), i(m);
|
|
4605
4605
|
},
|
|
@@ -4617,16 +4617,16 @@ const k_ = "_title_1d032_1", C_ = "_meta_1d032_7", I_ = "_footer_1d032_14", A_ =
|
|
|
4617
4617
|
}
|
|
4618
4618
|
)
|
|
4619
4619
|
] });
|
|
4620
|
-
},
|
|
4621
|
-
container:
|
|
4620
|
+
}, x_ = "_container_1w1hx_1", T_ = "_toast_1w1hx_11", $_ = "_info_1w1hx_24", E_ = "_success_1w1hx_28", L_ = "_error_1w1hx_32", q_ = "_icon_1w1hx_37", M_ = "_content_1w1hx_45", P_ = "_title_1w1hx_48", R_ = "_description_1w1hx_53", D_ = "_close_1w1hx_75", jt = {
|
|
4621
|
+
container: x_,
|
|
4622
4622
|
toast: T_,
|
|
4623
4623
|
info: $_,
|
|
4624
4624
|
success: E_,
|
|
4625
4625
|
error: L_,
|
|
4626
4626
|
icon: q_,
|
|
4627
4627
|
content: M_,
|
|
4628
|
-
title:
|
|
4629
|
-
description:
|
|
4628
|
+
title: P_,
|
|
4629
|
+
description: R_,
|
|
4630
4630
|
close: D_
|
|
4631
4631
|
}, B_ = ({ notification: e, onClose: t, ...n }) => {
|
|
4632
4632
|
const s = uc(e, {
|
|
@@ -4641,9 +4641,9 @@ const k_ = "_title_1d032_1", C_ = "_meta_1d032_7", I_ = "_footer_1d032_14", A_ =
|
|
|
4641
4641
|
return /* @__PURE__ */ o($t, { size: 16 });
|
|
4642
4642
|
case "info":
|
|
4643
4643
|
case "success":
|
|
4644
|
-
return /* @__PURE__ */ o(
|
|
4644
|
+
return /* @__PURE__ */ o(Po, { size: 16 });
|
|
4645
4645
|
case "error":
|
|
4646
|
-
return /* @__PURE__ */ o(
|
|
4646
|
+
return /* @__PURE__ */ o(xs, { size: 16 });
|
|
4647
4647
|
default:
|
|
4648
4648
|
return null;
|
|
4649
4649
|
}
|
|
@@ -4651,7 +4651,7 @@ const k_ = "_title_1d032_1", C_ = "_meta_1d032_7", I_ = "_footer_1d032_14", A_ =
|
|
|
4651
4651
|
return s((r, i) => {
|
|
4652
4652
|
if (!i) return null;
|
|
4653
4653
|
const { type: c, title: l, description: d } = i, u = a(c);
|
|
4654
|
-
return /* @__PURE__ */ o(Ts.div, { style: r, className: jt.container, children: /* @__PURE__ */ h("div", { className:
|
|
4654
|
+
return /* @__PURE__ */ o(Ts.div, { style: r, className: jt.container, children: /* @__PURE__ */ h("div", { className: P(jt.toast, c && jt[c]), ...n, children: [
|
|
4655
4655
|
u && /* @__PURE__ */ o("div", { className: jt.icon, children: u }),
|
|
4656
4656
|
/* @__PURE__ */ h("div", { className: jt.content, children: [
|
|
4657
4657
|
/* @__PURE__ */ o("p", { className: jt.title, children: l }),
|
|
@@ -4663,14 +4663,14 @@ const k_ = "_title_1d032_1", C_ = "_meta_1d032_7", I_ = "_footer_1d032_14", A_ =
|
|
|
4663
4663
|
}, ka = 5e3, O_ = ({ children: e }) => {
|
|
4664
4664
|
const t = yn(), [n, s] = W(null), a = Je(null), r = Je(!1), i = () => {
|
|
4665
4665
|
a.current && (clearTimeout(a.current), a.current = null);
|
|
4666
|
-
}, c =
|
|
4666
|
+
}, c = Se(() => {
|
|
4667
4667
|
i(), s(null);
|
|
4668
|
-
}, []), l =
|
|
4668
|
+
}, []), l = Se(
|
|
4669
4669
|
(f) => {
|
|
4670
4670
|
i(), s({ ...f, id: Yr() }), f.autoHide && !r.current && (a.current = setTimeout(() => c(), ka));
|
|
4671
4671
|
},
|
|
4672
4672
|
[c]
|
|
4673
|
-
), d =
|
|
4673
|
+
), d = Se(
|
|
4674
4674
|
(f) => {
|
|
4675
4675
|
i(), s((p) => p ? { ...p, ...f } : { ...f, id: Yr() }), f.autoHide && !r.current && (a.current = setTimeout(() => c(), ka));
|
|
4676
4676
|
},
|
|
@@ -4705,8 +4705,8 @@ const k_ = "_title_1d032_1", C_ = "_meta_1d032_7", I_ = "_footer_1d032_14", A_ =
|
|
|
4705
4705
|
const [t, n] = W(null);
|
|
4706
4706
|
return /* @__PURE__ */ o(Xo.Provider, { value: { container: t, setContainer: n }, children: e });
|
|
4707
4707
|
}, Bl = [
|
|
4708
|
-
{ value: 10 *
|
|
4709
|
-
{ value:
|
|
4708
|
+
{ value: 10 * Pc, label: "for 10 minutes" },
|
|
4709
|
+
{ value: Rc, label: "for 1 hour" },
|
|
4710
4710
|
{ value: ei, label: "for 1 day" },
|
|
4711
4711
|
{ value: 7 * ei, label: "for 7 days" },
|
|
4712
4712
|
{ value: 0, label: "until revoked" }
|
|
@@ -4804,7 +4804,7 @@ const py = qe("interwovenkit:account", {
|
|
|
4804
4804
|
u(e);
|
|
4805
4805
|
}, T = () => {
|
|
4806
4806
|
n?.reject(new Error("User cancelled")), s(null), f();
|
|
4807
|
-
}, E = !N && !a,
|
|
4807
|
+
}, E = !N && !a, S = !w && !v && y === !1, $ = !w && v, C = E || w || v || y === !1;
|
|
4808
4808
|
return /* @__PURE__ */ h(z, { children: [
|
|
4809
4809
|
/* @__PURE__ */ h(yt, { className: re.container, children: [
|
|
4810
4810
|
/* @__PURE__ */ h("header", { children: [
|
|
@@ -4882,7 +4882,7 @@ const py = qe("interwovenkit:account", {
|
|
|
4882
4882
|
{
|
|
4883
4883
|
className: re.footer,
|
|
4884
4884
|
extra: /* @__PURE__ */ h("div", { className: re.feedbackContainer, children: [
|
|
4885
|
-
|
|
4885
|
+
S && /* @__PURE__ */ o(we, { level: "error", children: "Insufficient balance for fee" }),
|
|
4886
4886
|
$ && /* @__PURE__ */ o(we, { level: "warning", children: "Unable to verify account status. Try again." }),
|
|
4887
4887
|
!N && !a && /* @__PURE__ */ o(we, { level: "warning", children: /* @__PURE__ */ h("div", { className: re.warningContent, children: [
|
|
4888
4888
|
/* @__PURE__ */ o("span", { children: "You are on an unverified website" }),
|
|
@@ -4901,7 +4901,7 @@ const py = qe("interwovenkit:account", {
|
|
|
4901
4901
|
badge: wy
|
|
4902
4902
|
}, Ul = (e) => {
|
|
4903
4903
|
const { offset: t = -4, disabled: n, children: s, className: a } = e;
|
|
4904
|
-
return /* @__PURE__ */ h("div", { className:
|
|
4904
|
+
return /* @__PURE__ */ h("div", { className: P(pi.container, a), children: [
|
|
4905
4905
|
s,
|
|
4906
4906
|
!n && /* @__PURE__ */ o("div", { className: pi.badge, style: { right: t, top: t } })
|
|
4907
4907
|
] });
|
|
@@ -4928,7 +4928,7 @@ const py = qe("interwovenkit:account", {
|
|
|
4928
4928
|
/* @__PURE__ */ o(yt, { children: s })
|
|
4929
4929
|
] });
|
|
4930
4930
|
};
|
|
4931
|
-
function
|
|
4931
|
+
function Sr() {
|
|
4932
4932
|
const e = he();
|
|
4933
4933
|
return (t) => e.some((n) => n.chain_id === t);
|
|
4934
4934
|
}
|
|
@@ -4936,7 +4936,7 @@ function ky(e, t) {
|
|
|
4936
4936
|
return t(e.chain_id) && e.chain_name.toLowerCase() !== "initia";
|
|
4937
4937
|
}
|
|
4938
4938
|
function Os() {
|
|
4939
|
-
const e =
|
|
4939
|
+
const e = Sr();
|
|
4940
4940
|
return (t) => e(t.chain_id) ? "initia" : t.chain_type;
|
|
4941
4941
|
}
|
|
4942
4942
|
function ys(e) {
|
|
@@ -4999,7 +4999,7 @@ function Fl() {
|
|
|
4999
4999
|
}
|
|
5000
5000
|
};
|
|
5001
5001
|
}
|
|
5002
|
-
function
|
|
5002
|
+
function xr() {
|
|
5003
5003
|
const e = Ut(), t = Os();
|
|
5004
5004
|
return (n, s) => {
|
|
5005
5005
|
const a = e(s);
|
|
@@ -5049,7 +5049,7 @@ function Us() {
|
|
|
5049
5049
|
const {
|
|
5050
5050
|
data: { chain_to_assets_map: e }
|
|
5051
5051
|
} = Iy(), t = na(), n = Ke();
|
|
5052
|
-
return
|
|
5052
|
+
return x(() => {
|
|
5053
5053
|
const s = [];
|
|
5054
5054
|
for (const a in e) {
|
|
5055
5055
|
if (!t.some((i) => i.chain_id === a)) continue;
|
|
@@ -5089,10 +5089,10 @@ function Vl(e) {
|
|
|
5089
5089
|
function Et(e, t) {
|
|
5090
5090
|
return Vl(t)(e);
|
|
5091
5091
|
}
|
|
5092
|
-
const Ay = "_root_ekn9t_1",
|
|
5092
|
+
const Ay = "_root_ekn9t_1", Sy = "_header_ekn9t_6", xy = "_title_ekn9t_12", Ty = "_warning_ekn9t_18", $y = "_content_ekn9t_22", Ey = "_footer_ekn9t_26", Ly = "_secondary_ekn9t_36", an = {
|
|
5093
5093
|
root: Ay,
|
|
5094
|
-
header:
|
|
5095
|
-
title:
|
|
5094
|
+
header: Sy,
|
|
5095
|
+
title: xy,
|
|
5096
5096
|
warning: Ty,
|
|
5097
5097
|
content: $y,
|
|
5098
5098
|
footer: Ey,
|
|
@@ -5100,7 +5100,7 @@ const Ay = "_root_ekn9t_1", xy = "_header_ekn9t_6", Sy = "_title_ekn9t_12", Ty =
|
|
|
5100
5100
|
}, Kl = (e) => {
|
|
5101
5101
|
const { type: t, icon: n, title: s, children: a, primaryButton: r, secondaryButton: i } = e;
|
|
5102
5102
|
return /* @__PURE__ */ h(yt, { className: an.root, children: [
|
|
5103
|
-
/* @__PURE__ */ h("header", { className:
|
|
5103
|
+
/* @__PURE__ */ h("header", { className: P(an.header, t && an[t]), children: [
|
|
5104
5104
|
n,
|
|
5105
5105
|
/* @__PURE__ */ o("h1", { className: an.title, children: s })
|
|
5106
5106
|
] }),
|
|
@@ -5113,11 +5113,11 @@ const Ay = "_root_ekn9t_1", xy = "_header_ekn9t_6", Sy = "_title_ekn9t_12", Ty =
|
|
|
5113
5113
|
] })
|
|
5114
5114
|
] })
|
|
5115
5115
|
] });
|
|
5116
|
-
}, qy = "_list_k4n3k_1", My = "_row_k4n3k_9",
|
|
5116
|
+
}, qy = "_list_k4n3k_1", My = "_row_k4n3k_9", Py = "_dt_k4n3k_20", Ry = "_asset_k4n3k_26", Zs = {
|
|
5117
5117
|
list: qy,
|
|
5118
5118
|
row: My,
|
|
5119
|
-
dt:
|
|
5120
|
-
asset:
|
|
5119
|
+
dt: Py,
|
|
5120
|
+
asset: Ry
|
|
5121
5121
|
}, Dy = ({ list: e, onNavigate: t, onDismiss: n }) => {
|
|
5122
5122
|
const s = ne(), a = tt(), r = qt(s);
|
|
5123
5123
|
return /* @__PURE__ */ o(
|
|
@@ -5148,30 +5148,30 @@ function Ia(e, t) {
|
|
|
5148
5148
|
}
|
|
5149
5149
|
const Js = ({ chainId: e, txHash: t }) => `${ae.OP_REMINDER}:${e}:${t}`, By = sm(ae.OP_REMINDER, []);
|
|
5150
5150
|
function Yn() {
|
|
5151
|
-
const e = se(), [t = [], n] = Be(By), s =
|
|
5151
|
+
const e = se(), [t = [], n] = Be(By), s = x(() => t.map((l) => {
|
|
5152
5152
|
const d = localStorage.getItem(Js(l));
|
|
5153
5153
|
return d ? JSON.parse(d) : null;
|
|
5154
5154
|
}).filter((l) => {
|
|
5155
5155
|
if (!l) return !1;
|
|
5156
5156
|
const { recipient: d, claimableAt: u } = l;
|
|
5157
5157
|
return d !== e ? !1 : er(u);
|
|
5158
|
-
}), [e, t]), a =
|
|
5158
|
+
}), [e, t]), a = Se(
|
|
5159
5159
|
(l, d) => {
|
|
5160
5160
|
t.some((u) => Ia(u, l)) || (n((u = []) => [...u, l]), localStorage.setItem(Js(l), JSON.stringify(d)));
|
|
5161
5161
|
},
|
|
5162
5162
|
[t, n]
|
|
5163
|
-
), r =
|
|
5163
|
+
), r = Se(
|
|
5164
5164
|
(l) => {
|
|
5165
5165
|
n((d = []) => d.filter((u) => !Ia(u, l))), localStorage.removeItem(Js(l));
|
|
5166
5166
|
},
|
|
5167
5167
|
[n]
|
|
5168
|
-
), i =
|
|
5168
|
+
), i = Se(
|
|
5169
5169
|
(l) => {
|
|
5170
5170
|
const d = l.filter((u) => !t.some((m) => Ia(m, u)));
|
|
5171
5171
|
d.length !== 0 && n((u = []) => [...u, ...d]);
|
|
5172
5172
|
},
|
|
5173
5173
|
[t, n]
|
|
5174
|
-
), c =
|
|
5174
|
+
), c = Se(
|
|
5175
5175
|
(l, d) => {
|
|
5176
5176
|
localStorage.setItem(Js(l), JSON.stringify(d)), n((u = []) => [...u]);
|
|
5177
5177
|
},
|
|
@@ -5248,7 +5248,7 @@ const Oy = "_wrapper_5ssm8_1", Uy = "_balance_5ssm8_11", Fy = "_button_5ssm8_15"
|
|
|
5248
5248
|
r && /* @__PURE__ */ o("div", { className: Dt.value, children: r })
|
|
5249
5249
|
] }),
|
|
5250
5250
|
i && /* @__PURE__ */ h("footer", { className: Dt.error, children: [
|
|
5251
|
-
/* @__PURE__ */ o(
|
|
5251
|
+
/* @__PURE__ */ o(Ro, { size: 12 }),
|
|
5252
5252
|
/* @__PURE__ */ o("p", { children: i })
|
|
5253
5253
|
] })
|
|
5254
5254
|
] })
|
|
@@ -5276,7 +5276,7 @@ function zl(e) {
|
|
|
5276
5276
|
{
|
|
5277
5277
|
value: l.value,
|
|
5278
5278
|
getInputRef: mc([l.ref, c]),
|
|
5279
|
-
className:
|
|
5279
|
+
className: P(Jy.input, a),
|
|
5280
5280
|
onValueChange: (d) => {
|
|
5281
5281
|
l.onChange(d.value);
|
|
5282
5282
|
},
|
|
@@ -5295,17 +5295,17 @@ function zl(e) {
|
|
|
5295
5295
|
const Xy = "_input_19r9r_1", e1 = "_placeholder_19r9r_18", Ka = {
|
|
5296
5296
|
input: Xy,
|
|
5297
5297
|
placeholder: e1
|
|
5298
|
-
}, t1 = ({ children: e }) => /* @__PURE__ */ o("p", { className:
|
|
5298
|
+
}, t1 = ({ children: e }) => /* @__PURE__ */ o("p", { className: P(Ka.input, { [Ka.placeholder]: B(e).isZero() }), children: e }), ws = ({ balance: e, decimals: t, className: n }) => {
|
|
5299
5299
|
const { control: s } = vn(), a = {
|
|
5300
5300
|
required: "Enter amount",
|
|
5301
|
-
validate: (r) =>
|
|
5301
|
+
validate: (r) => B(r).isZero() ? "Enter amount" : B(xo(r, { decimals: t })).gt(e ?? 0) ? "Insufficient balance" : !0
|
|
5302
5302
|
};
|
|
5303
5303
|
return /* @__PURE__ */ o(
|
|
5304
5304
|
zl,
|
|
5305
5305
|
{
|
|
5306
5306
|
name: "quantity",
|
|
5307
5307
|
control: s,
|
|
5308
|
-
className:
|
|
5308
|
+
className: P(Ka.input, n),
|
|
5309
5309
|
rules: a
|
|
5310
5310
|
}
|
|
5311
5311
|
);
|
|
@@ -5332,7 +5332,7 @@ const jn = ({ title: e, content: t, children: n, className: s }) => {
|
|
|
5332
5332
|
/* @__PURE__ */ o(Ln.Portal, { container: yn(), children: /* @__PURE__ */ h(
|
|
5333
5333
|
Ln.Content,
|
|
5334
5334
|
{
|
|
5335
|
-
className:
|
|
5335
|
+
className: P(_i.tooltip, { small: n }),
|
|
5336
5336
|
collisionBoundary: yn(),
|
|
5337
5337
|
collisionPadding: 8,
|
|
5338
5338
|
sideOffset: 4,
|
|
@@ -5344,7 +5344,7 @@ const jn = ({ title: e, content: t, children: n, className: s }) => {
|
|
|
5344
5344
|
) })
|
|
5345
5345
|
] });
|
|
5346
5346
|
function Tr(e, t) {
|
|
5347
|
-
const n = We(), s =
|
|
5347
|
+
const n = We(), s = xr(), a = !!t && !!e && s(e, t);
|
|
5348
5348
|
return ve({
|
|
5349
5349
|
queryKey: Ie.balances(t, e).queryKey,
|
|
5350
5350
|
queryFn: () => n.post("v2/info/balances", { json: { chains: { [t]: { address: e, denoms: [] } } } }).json(),
|
|
@@ -5382,7 +5382,7 @@ function bs(e) {
|
|
|
5382
5382
|
return t.join(" ");
|
|
5383
5383
|
}
|
|
5384
5384
|
function Hl(e, t) {
|
|
5385
|
-
return
|
|
5385
|
+
return B(e).times(B(100).minus(t)).div(100).integerValue(B.ROUND_FLOOR).toFixed(0);
|
|
5386
5386
|
}
|
|
5387
5387
|
function $r(e) {
|
|
5388
5388
|
return e?.map((t) => {
|
|
@@ -5400,7 +5400,7 @@ function Gl(e, t, n, s) {
|
|
|
5400
5400
|
return e.post("v2/fungible/route", {
|
|
5401
5401
|
signal: s?.signal,
|
|
5402
5402
|
json: {
|
|
5403
|
-
amount_in:
|
|
5403
|
+
amount_in: xo(i, { decimals: u }),
|
|
5404
5404
|
source_asset_chain_id: a,
|
|
5405
5405
|
source_asset_denom: r,
|
|
5406
5406
|
dest_asset_chain_id: c,
|
|
@@ -5416,7 +5416,7 @@ function Wa(e, t) {
|
|
|
5416
5416
|
dstChainId: s.dstChainId,
|
|
5417
5417
|
dstDenom: s.dstDenom,
|
|
5418
5418
|
quantity: e
|
|
5419
|
-
}, i = !r.srcChainId || !r.srcDenom || !r.dstChainId || !r.dstDenom, c =
|
|
5419
|
+
}, i = !r.srcChainId || !r.srcDenom || !r.dstChainId || !r.dstDenom, c = B(r.quantity || 0), l = c.isFinite() && c.gt(0), d = t?.refreshMs ?? 1e4, u = l && !t?.disabled && !i, m = Ke();
|
|
5420
5420
|
return ve({
|
|
5421
5421
|
// eslint-disable-next-line @tanstack/query/exhaustive-deps -- skip and queryClient are stable refs
|
|
5422
5422
|
queryKey: Ie.route(r, t?.isOpWithdraw).queryKey,
|
|
@@ -5508,7 +5508,7 @@ const c1 = "_label_t93ix_1", l1 = "_wrapper_t93ix_7", d1 = "_input_t93ix_10", u1
|
|
|
5508
5508
|
"input",
|
|
5509
5509
|
{
|
|
5510
5510
|
id: "recipient",
|
|
5511
|
-
className:
|
|
5511
|
+
className: P(Xs.input, "monospace"),
|
|
5512
5512
|
value: p,
|
|
5513
5513
|
onChange: (E) => g(E.target.value.trim()),
|
|
5514
5514
|
placeholder: a === "initia" ? "Address or username" : "Enter address",
|
|
@@ -5526,7 +5526,7 @@ const c1 = "_label_t93ix_1", l1 = "_wrapper_t93ix_7", d1 = "_input_t93ix_10", u1
|
|
|
5526
5526
|
className: Xs.clear,
|
|
5527
5527
|
onClick: () => g(""),
|
|
5528
5528
|
"aria-label": "Clear recipient",
|
|
5529
|
-
children: /* @__PURE__ */ o(
|
|
5529
|
+
children: /* @__PURE__ */ o(xs, { size: 16 })
|
|
5530
5530
|
}
|
|
5531
5531
|
)
|
|
5532
5532
|
] }),
|
|
@@ -5593,7 +5593,7 @@ const g1 = "_account_h04x1_8", _1 = "_clear_h04x1_28", y1 = "_white_h04x1_39", o
|
|
|
5593
5593
|
clear: _1,
|
|
5594
5594
|
white: y1
|
|
5595
5595
|
}, yi = ({ type: e }) => {
|
|
5596
|
-
const { watch: t, setValue: n } = en(), { srcChainId: s, dstChainId: a, cosmosWalletName: r } = t(), c = t(e === "src" ? "sender" : "recipient"), l = ys(ct(a)), { list: d, find: u } = sa(), m = u(r), f = Fl(), p =
|
|
5596
|
+
const { watch: t, setValue: n } = en(), { srcChainId: s, dstChainId: a, cosmosWalletName: r } = t(), c = t(e === "src" ? "sender" : "recipient"), l = ys(ct(a)), { list: d, find: u } = sa(), m = u(r), f = Fl(), p = xr(), g = f(a), _ = J.equals(c, g), y = () => /* @__PURE__ */ o(
|
|
5597
5597
|
jn,
|
|
5598
5598
|
{
|
|
5599
5599
|
title: "Connect wallet",
|
|
@@ -5612,7 +5612,7 @@ const g1 = "_account_h04x1_8", _1 = "_clear_h04x1_28", y1 = "_white_h04x1_39", o
|
|
|
5612
5612
|
getKey: (b) => b.name
|
|
5613
5613
|
}
|
|
5614
5614
|
),
|
|
5615
|
-
className:
|
|
5615
|
+
className: P(os.account, { [os.white]: !c }),
|
|
5616
5616
|
children: c ? /* @__PURE__ */ h(z, { children: [
|
|
5617
5617
|
m && /* @__PURE__ */ o(X, { src: m.image, width: 18, height: 18 }),
|
|
5618
5618
|
/* @__PURE__ */ o("span", { className: "monospace", children: Ze(c) })
|
|
@@ -5651,7 +5651,7 @@ const g1 = "_account_h04x1_8", _1 = "_clear_h04x1_28", y1 = "_white_h04x1_39", o
|
|
|
5651
5651
|
className: os.clear,
|
|
5652
5652
|
onClick: () => n("recipient", g, { shouldValidate: !0 }),
|
|
5653
5653
|
"aria-label": "Reset to my address",
|
|
5654
|
-
children: /* @__PURE__ */ o(
|
|
5654
|
+
children: /* @__PURE__ */ o(xs, { size: 14 })
|
|
5655
5655
|
}
|
|
5656
5656
|
)
|
|
5657
5657
|
] });
|
|
@@ -5670,7 +5670,7 @@ const g1 = "_account_h04x1_8", _1 = "_clear_h04x1_28", y1 = "_white_h04x1_39", o
|
|
|
5670
5670
|
case "dst":
|
|
5671
5671
|
return v();
|
|
5672
5672
|
}
|
|
5673
|
-
}, w1 = "_images_cj4xz_1",
|
|
5673
|
+
}, w1 = "_images_cj4xz_1", Sa = {
|
|
5674
5674
|
images: w1
|
|
5675
5675
|
}, oa = ({
|
|
5676
5676
|
assetLogoUrl: e,
|
|
@@ -5679,14 +5679,14 @@ const g1 = "_account_h04x1_8", _1 = "_clear_h04x1_28", y1 = "_white_h04x1_39", o
|
|
|
5679
5679
|
chainLogoSize: s = 18,
|
|
5680
5680
|
chainLogoOffset: a = 6,
|
|
5681
5681
|
className: r
|
|
5682
|
-
}) => /* @__PURE__ */ h("div", { className:
|
|
5682
|
+
}) => /* @__PURE__ */ h("div", { className: P(Sa.images, r), style: { position: "relative" }, children: [
|
|
5683
5683
|
/* @__PURE__ */ o(
|
|
5684
5684
|
X,
|
|
5685
5685
|
{
|
|
5686
5686
|
src: e,
|
|
5687
5687
|
width: t,
|
|
5688
5688
|
height: t,
|
|
5689
|
-
className:
|
|
5689
|
+
className: Sa.asset,
|
|
5690
5690
|
logo: !0
|
|
5691
5691
|
}
|
|
5692
5692
|
),
|
|
@@ -5696,7 +5696,7 @@ const g1 = "_account_h04x1_8", _1 = "_clear_h04x1_28", y1 = "_white_h04x1_39", o
|
|
|
5696
5696
|
src: n,
|
|
5697
5697
|
width: s,
|
|
5698
5698
|
height: s,
|
|
5699
|
-
className:
|
|
5699
|
+
className: Sa.chain,
|
|
5700
5700
|
style: { position: "absolute", bottom: 0, right: -1 * a },
|
|
5701
5701
|
logo: !0
|
|
5702
5702
|
}
|
|
@@ -5730,9 +5730,9 @@ function A1(e, t, n) {
|
|
|
5730
5730
|
return Hd(ji(t.toLowerCase()), a);
|
|
5731
5731
|
});
|
|
5732
5732
|
}
|
|
5733
|
-
const
|
|
5734
|
-
root:
|
|
5735
|
-
label:
|
|
5733
|
+
const S1 = "_root_1sh27_1", x1 = "_label_1sh27_8", T1 = "_input_1sh27_21", $1 = "_hasValue_1sh27_31", E1 = "_clear_1sh27_35", as = {
|
|
5734
|
+
root: S1,
|
|
5735
|
+
label: x1,
|
|
5736
5736
|
input: T1,
|
|
5737
5737
|
hasValue: $1,
|
|
5738
5738
|
clear: E1
|
|
@@ -5741,7 +5741,7 @@ const x1 = "_root_1sh27_1", S1 = "_label_1sh27_8", T1 = "_input_1sh27_21", $1 =
|
|
|
5741
5741
|
return /* @__PURE__ */ h(
|
|
5742
5742
|
"div",
|
|
5743
5743
|
{
|
|
5744
|
-
className:
|
|
5744
|
+
className: P(as.root, t, { [as.hasValue]: i.value }),
|
|
5745
5745
|
style: {
|
|
5746
5746
|
"--search-input-padding": `${n}px`,
|
|
5747
5747
|
"--search-input-icon-size": `${s}px`
|
|
@@ -5767,18 +5767,18 @@ const x1 = "_root_1sh27_1", S1 = "_label_1sh27_8", T1 = "_input_1sh27_21", $1 =
|
|
|
5767
5767
|
"aria-label": "Clear search",
|
|
5768
5768
|
onMouseDown: (c) => c.preventDefault(),
|
|
5769
5769
|
onClick: a,
|
|
5770
|
-
children: /* @__PURE__ */ o(
|
|
5770
|
+
children: /* @__PURE__ */ o(xs, { size: s })
|
|
5771
5771
|
}
|
|
5772
5772
|
)
|
|
5773
5773
|
]
|
|
5774
5774
|
}
|
|
5775
5775
|
);
|
|
5776
|
-
}, L1 = "_container_5tajg_1", q1 = "_search_5tajg_7", M1 = "_list_5tajg_11",
|
|
5776
|
+
}, L1 = "_container_5tajg_1", q1 = "_search_5tajg_7", M1 = "_list_5tajg_11", P1 = "_item_5tajg_15", R1 = "_logo_5tajg_37", D1 = "_info_5tajg_41", B1 = "_symbol_5tajg_47", O1 = "_name_5tajg_56", U1 = "_balance_5tajg_62", F1 = "_value_5tajg_69", rt = {
|
|
5777
5777
|
container: L1,
|
|
5778
5778
|
search: q1,
|
|
5779
5779
|
list: M1,
|
|
5780
|
-
item:
|
|
5781
|
-
logo:
|
|
5780
|
+
item: P1,
|
|
5781
|
+
logo: R1,
|
|
5782
5782
|
info: D1,
|
|
5783
5783
|
symbol: B1,
|
|
5784
5784
|
name: O1,
|
|
@@ -5836,7 +5836,7 @@ const x1 = "_root_1sh27_1", S1 = "_label_1sh27_8", T1 = "_input_1sh27_21", $1 =
|
|
|
5836
5836
|
/* @__PURE__ */ o(be, { children: "Loading..." })
|
|
5837
5837
|
] });
|
|
5838
5838
|
Ws.Placeholder = V1;
|
|
5839
|
-
const K1 = "_stack_16oqn_1", W1 = "_title_16oqn_9", j1 = "_grid_16oqn_16", z1 = "_item_16oqn_22", H1 = "_button_16oqn_26", G1 = "_active_16oqn_44",
|
|
5839
|
+
const K1 = "_stack_16oqn_1", W1 = "_title_16oqn_9", j1 = "_grid_16oqn_16", z1 = "_item_16oqn_22", H1 = "_button_16oqn_26", G1 = "_active_16oqn_44", Pn = {
|
|
5840
5840
|
stack: K1,
|
|
5841
5841
|
title: W1,
|
|
5842
5842
|
grid: j1,
|
|
@@ -5844,18 +5844,18 @@ const K1 = "_stack_16oqn_1", W1 = "_title_16oqn_9", j1 = "_grid_16oqn_16", z1 =
|
|
|
5844
5844
|
button: H1,
|
|
5845
5845
|
active: G1
|
|
5846
5846
|
}, pn = ({ label: e, chains: t, value: n, onSelect: s, getShowIndicator: a }) => /* @__PURE__ */ h("div", { children: [
|
|
5847
|
-
e && /* @__PURE__ */ o("h2", { className:
|
|
5848
|
-
/* @__PURE__ */ o("div", { className:
|
|
5847
|
+
e && /* @__PURE__ */ o("h2", { className: Pn.title, children: e }),
|
|
5848
|
+
/* @__PURE__ */ o("div", { className: Pn.grid, children: t.map(({ chainId: r, name: i, logoUrl: c }) => /* @__PURE__ */ o(
|
|
5849
5849
|
Ul,
|
|
5850
5850
|
{
|
|
5851
5851
|
offset: -2,
|
|
5852
5852
|
disabled: !a?.(r),
|
|
5853
|
-
className:
|
|
5853
|
+
className: Pn.item,
|
|
5854
5854
|
children: /* @__PURE__ */ o(Vs, { label: i, disableHoverableContent: !0, children: /* @__PURE__ */ o(
|
|
5855
5855
|
"button",
|
|
5856
5856
|
{
|
|
5857
5857
|
type: "button",
|
|
5858
|
-
className:
|
|
5858
|
+
className: P(Pn.button, { [Pn.active]: r === n }),
|
|
5859
5859
|
onClick: () => s(r),
|
|
5860
5860
|
children: /* @__PURE__ */ o(X, { src: c, width: 28, height: 28, logo: !0 })
|
|
5861
5861
|
}
|
|
@@ -5863,7 +5863,7 @@ const K1 = "_stack_16oqn_1", W1 = "_title_16oqn_9", j1 = "_grid_16oqn_16", z1 =
|
|
|
5863
5863
|
},
|
|
5864
5864
|
r
|
|
5865
5865
|
)) })
|
|
5866
|
-
] }), Q1 = ({ children: e }) => /* @__PURE__ */ o("div", { className:
|
|
5866
|
+
] }), Q1 = ({ children: e }) => /* @__PURE__ */ o("div", { className: Pn.stack, children: e });
|
|
5867
5867
|
pn.Stack = Q1;
|
|
5868
5868
|
const Y1 = ({ address: e, chain: t, onSelect: n }) => {
|
|
5869
5869
|
const s = Co(t.chain_id), { data: a = {} } = Tr(e, t.chain_id);
|
|
@@ -5874,7 +5874,7 @@ const Y1 = ({ address: e, chain: t, onSelect: n }) => {
|
|
|
5874
5874
|
[
|
|
5875
5875
|
de((r) => r.symbol === "INIT"),
|
|
5876
5876
|
de((r) => r.value),
|
|
5877
|
-
({ balance: r = "0" }, { balance: i = "0" }) =>
|
|
5877
|
+
({ balance: r = "0" }, { balance: i = "0" }) => B(i).comparedTo(r) ?? 0,
|
|
5878
5878
|
Yt((r) => r.symbol.toLowerCase())
|
|
5879
5879
|
],
|
|
5880
5880
|
s.filter((r) => !r.hidden).map((r) => {
|
|
@@ -5894,7 +5894,7 @@ const Y1 = ({ address: e, chain: t, onSelect: n }) => {
|
|
|
5894
5894
|
}
|
|
5895
5895
|
);
|
|
5896
5896
|
}, Z1 = ({ type: e, afterSelect: t }) => {
|
|
5897
|
-
const n = e === "src" ? "srcChainId" : "dstChainId", s = e === "src" ? "srcDenom" : "dstDenom", a = e === "src" ? "sender" : "recipient", r = kn(), i = na(), { watch: c, setValue: l } = en(), d = c(a), u = c(n), m = c(s), [f, p] = W(u), g = ct(f), _ = Cy(), y =
|
|
5897
|
+
const n = e === "src" ? "srcChainId" : "dstChainId", s = e === "src" ? "srcDenom" : "dstDenom", a = e === "src" ? "sender" : "recipient", r = kn(), i = na(), { watch: c, setValue: l } = en(), d = c(a), u = c(n), m = c(s), [f, p] = W(u), g = ct(f), _ = Cy(), y = Sr(), [w, v] = zi(
|
|
5898
5898
|
(b) => y(b.chain_id),
|
|
5899
5899
|
i.filter((b) => !b.hidden)
|
|
5900
5900
|
), k = (b) => {
|
|
@@ -5984,7 +5984,7 @@ const Y1 = ({ address: e, chain: t, onSelect: n }) => {
|
|
|
5984
5984
|
"button",
|
|
5985
5985
|
{
|
|
5986
5986
|
type: "button",
|
|
5987
|
-
className:
|
|
5987
|
+
className: P(at.button, {
|
|
5988
5988
|
[at.isLoading]: i,
|
|
5989
5989
|
[at.disabled]: f,
|
|
5990
5990
|
[at.checked]: m
|
|
@@ -5996,9 +5996,9 @@ const Y1 = ({ address: e, chain: t, onSelect: n }) => {
|
|
|
5996
5996
|
/* @__PURE__ */ h("div", { className: at.header, children: [
|
|
5997
5997
|
/* @__PURE__ */ h("div", { className: at.title, children: [
|
|
5998
5998
|
/* @__PURE__ */ o("span", { children: e }),
|
|
5999
|
-
m && /* @__PURE__ */ o(
|
|
5999
|
+
m && /* @__PURE__ */ o(Ss, { size: 14 })
|
|
6000
6000
|
] }),
|
|
6001
|
-
i ? /* @__PURE__ */ o(gn, { width: 80, height: 16 }) : r ? /* @__PURE__ */ h("div", { className:
|
|
6001
|
+
i ? /* @__PURE__ */ o(gn, { width: 80, height: 16 }) : r ? /* @__PURE__ */ h("div", { className: P(at.duration, { [at.warning]: n === "op" }), children: [
|
|
6002
6002
|
/* @__PURE__ */ o(ju, { size: 12 }),
|
|
6003
6003
|
/* @__PURE__ */ o("span", { children: bs(r.estimated_route_duration_seconds) })
|
|
6004
6004
|
] }) : /* @__PURE__ */ o("div", { className: at.duration, children: "Not available" })
|
|
@@ -6032,7 +6032,7 @@ const m0 = "_description_nuyvt_1", h0 = "_presets_nuyvt_8", f0 = "_preset_nuyvt_
|
|
|
6032
6032
|
l("value", _), a(y);
|
|
6033
6033
|
}, m = () => {
|
|
6034
6034
|
a(null);
|
|
6035
|
-
}, f =
|
|
6035
|
+
}, f = x(() => Number(d) > 100 ? { type: "error", text: "Slippage must be less than 100%" } : Number(d) > 5 ? { type: "warning", text: "Your transaction may be frontrun" } : Number(d) < 0.1 ? { type: "warning", text: "Your transaction may fail" } : null, [d]), p = f?.type === "error", g = ({ value: _ }) => {
|
|
6036
6036
|
t.setValue("slippagePercent", _), e();
|
|
6037
6037
|
};
|
|
6038
6038
|
return /* @__PURE__ */ h(yt, { children: [
|
|
@@ -6042,7 +6042,7 @@ const m0 = "_description_nuyvt_1", h0 = "_presets_nuyvt_8", f0 = "_preset_nuyvt_
|
|
|
6042
6042
|
"button",
|
|
6043
6043
|
{
|
|
6044
6044
|
type: "button",
|
|
6045
|
-
className:
|
|
6045
|
+
className: P(Ct.preset, { [Ct.active]: s === y }),
|
|
6046
6046
|
onClick: () => u(_, y),
|
|
6047
6047
|
children: [
|
|
6048
6048
|
_,
|
|
@@ -6055,7 +6055,7 @@ const m0 = "_description_nuyvt_1", h0 = "_presets_nuyvt_8", f0 = "_preset_nuyvt_
|
|
|
6055
6055
|
"button",
|
|
6056
6056
|
{
|
|
6057
6057
|
type: "button",
|
|
6058
|
-
className:
|
|
6058
|
+
className: P(Ct.preset, Ct.custom),
|
|
6059
6059
|
onClick: () => a(null),
|
|
6060
6060
|
children: "Custom"
|
|
6061
6061
|
}
|
|
@@ -6068,7 +6068,7 @@ const m0 = "_description_nuyvt_1", h0 = "_presets_nuyvt_8", f0 = "_preset_nuyvt_
|
|
|
6068
6068
|
dp: 2,
|
|
6069
6069
|
onFocus: m,
|
|
6070
6070
|
placeholder: "",
|
|
6071
|
-
className:
|
|
6071
|
+
className: P(Ct.preset, Ct.active)
|
|
6072
6072
|
}
|
|
6073
6073
|
),
|
|
6074
6074
|
/* @__PURE__ */ o("span", { className: Ct.percent, children: "%" })
|
|
@@ -6077,7 +6077,7 @@ const m0 = "_description_nuyvt_1", h0 = "_presets_nuyvt_8", f0 = "_preset_nuyvt_
|
|
|
6077
6077
|
f && /* @__PURE__ */ o(we, { level: f.type, children: f.text }),
|
|
6078
6078
|
/* @__PURE__ */ o($e, { children: /* @__PURE__ */ o(le.White, { type: "button", onClick: () => g(c()), disabled: p, children: "Confirm" }) })
|
|
6079
6079
|
] });
|
|
6080
|
-
}, b0 = "_form_1owk5_1", v0 = "_arrow_1owk5_5", N0 = "_divider_1owk5_14", k0 = "_flip_1owk5_23", C0 = "_meta_1owk5_41", I0 = "_row_1owk5_54", A0 = "_title_1owk5_60",
|
|
6080
|
+
}, b0 = "_form_1owk5_1", v0 = "_arrow_1owk5_5", N0 = "_divider_1owk5_14", k0 = "_flip_1owk5_23", C0 = "_meta_1owk5_41", I0 = "_row_1owk5_54", A0 = "_title_1owk5_60", S0 = "_description_1owk5_64", x0 = "_icon_1owk5_71", T0 = "_edit_1owk5_76", $0 = "_warning_1owk5_99", ze = {
|
|
6081
6081
|
form: b0,
|
|
6082
6082
|
arrow: v0,
|
|
6083
6083
|
divider: N0,
|
|
@@ -6085,8 +6085,8 @@ const m0 = "_description_nuyvt_1", h0 = "_presets_nuyvt_8", f0 = "_preset_nuyvt_
|
|
|
6085
6085
|
meta: C0,
|
|
6086
6086
|
row: I0,
|
|
6087
6087
|
title: A0,
|
|
6088
|
-
description:
|
|
6089
|
-
icon:
|
|
6088
|
+
description: S0,
|
|
6089
|
+
icon: x0,
|
|
6090
6090
|
edit: T0,
|
|
6091
6091
|
warning: $0
|
|
6092
6092
|
};
|
|
@@ -6100,16 +6100,16 @@ const L0 = () => {
|
|
|
6100
6100
|
const e = Le(), t = Jo(), n = Gn(), [s, a] = W(void 0), [r, i] = W(!1), [c, l] = tr(
|
|
6101
6101
|
ae.BRIDGE_ROUTE_TYPE,
|
|
6102
6102
|
"default"
|
|
6103
|
-
), { watch: d, setValue: u, handleSubmit: m, formState: f } = en(), p = d(), { srcChainId: g, srcDenom: _, dstChainId: y, dstDenom: w, quantity: v, sender: k, slippagePercent: b } = p, N = tt(), I = ne(), T = ct(g), E = ys(T),
|
|
6103
|
+
), { watch: d, setValue: u, handleSubmit: m, formState: f } = en(), p = d(), { srcChainId: g, srcDenom: _, dstChainId: y, dstDenom: w, quantity: v, sender: k, slippagePercent: b } = p, N = tt(), I = ne(), T = ct(g), E = ys(T), S = ct(y), $ = ys(S), C = Et(_, g), A = Et(w, y), { data: D } = Tr(k, g), L = o1(k, g, _), q = !L?.amount || B(L.amount).isZero(), [R] = ic(v, 300), j = g === y, K = j && g === I.chainId, ie = E0({ isLayer1Swap: K, isL2Swap: j && E === "initia" && !K }), Ne = E !== "initia" && $ !== "initia", fe = i1(), ke = Wa(R, {
|
|
6104
6104
|
disabled: Ne,
|
|
6105
6105
|
refreshMs: ie
|
|
6106
|
-
}), Ce = Wa(
|
|
6106
|
+
}), Ce = Wa(R, {
|
|
6107
6107
|
isOpWithdraw: !0,
|
|
6108
6108
|
disabled: !fe,
|
|
6109
6109
|
refreshMs: ie
|
|
6110
|
-
}), je = fe && c === "op", wt = je ? Ce : ke, Ft = je ? ke : Ce, bt = je ? !Ne : fe, Me = wt.error && bt ? Ft : wt, { data: O, isLoading:
|
|
6110
|
+
}), je = fe && c === "op", wt = je ? Ce : ke, Ft = je ? ke : Ce, bt = je ? !Ne : fe, Me = wt.error && bt ? Ft : wt, { data: O, isLoading: Pe, error: oe } = Me, { data: Ue } = r1(oe), Zn = R && Pe && !r, Jn = () => {
|
|
6111
6111
|
u("srcChainId", y), u("srcDenom", w), u("dstChainId", g), u("dstDenom", _), u("quantity", "", { shouldTouch: !1, shouldDirty: !1 });
|
|
6112
|
-
}, { openModal: An, closeModal:
|
|
6112
|
+
}, { openModal: An, closeModal: Sn } = Ho(), Xn = m(async (ee) => {
|
|
6113
6113
|
a(void 0), i(!0);
|
|
6114
6114
|
let Fe, es;
|
|
6115
6115
|
try {
|
|
@@ -6137,9 +6137,9 @@ const L0 = () => {
|
|
|
6137
6137
|
Kl,
|
|
6138
6138
|
{
|
|
6139
6139
|
type: "warning",
|
|
6140
|
-
icon: /* @__PURE__ */ o(
|
|
6140
|
+
icon: /* @__PURE__ */ o(Ro, { size: 40 }),
|
|
6141
6141
|
title: ar(Nt),
|
|
6142
|
-
primaryButton: { label: "Cancel", onClick:
|
|
6142
|
+
primaryButton: { label: "Cancel", onClick: Sn },
|
|
6143
6143
|
secondaryButton: {
|
|
6144
6144
|
label: "Proceed anyway",
|
|
6145
6145
|
onClick: () => {
|
|
@@ -6147,7 +6147,7 @@ const L0 = () => {
|
|
|
6147
6147
|
route: Fe,
|
|
6148
6148
|
values: ee,
|
|
6149
6149
|
quoteVerifiedAt: es
|
|
6150
|
-
}),
|
|
6150
|
+
}), Sn();
|
|
6151
6151
|
}
|
|
6152
6152
|
},
|
|
6153
6153
|
children: /* @__PURE__ */ o("p", { className: ze.warning, children: $d })
|
|
@@ -6161,23 +6161,23 @@ const L0 = () => {
|
|
|
6161
6161
|
values: ee,
|
|
6162
6162
|
quoteVerifiedAt: es
|
|
6163
6163
|
});
|
|
6164
|
-
}), vt =
|
|
6164
|
+
}), vt = x(() => O?.estimated_fees?.filter(
|
|
6165
6165
|
({ fee_behavior: ee }) => ee === "FEE_BEHAVIOR_DEDUCTED"
|
|
6166
|
-
) ?? [], [O]), Xe =
|
|
6166
|
+
) ?? [], [O]), Xe = x(() => O?.estimated_fees?.filter(
|
|
6167
6167
|
({ fee_behavior: ee }) => ee === "FEE_BEHAVIOR_ADDITIONAL"
|
|
6168
|
-
) ?? [], [O]), ut =
|
|
6168
|
+
) ?? [], [O]), ut = x(() => {
|
|
6169
6169
|
for (const ee of Xe) {
|
|
6170
|
-
const Fe =
|
|
6171
|
-
if (
|
|
6170
|
+
const Fe = D?.[ee.origin_asset.denom]?.amount ?? "0", es = O?.source_asset_denom === ee.origin_asset.denom ? O.amount_in : "0";
|
|
6171
|
+
if (B(Fe).lt(B(es).plus(ee.amount ?? "0"))) return `Insufficient ${ee.origin_asset.symbol} for fees`;
|
|
6172
6172
|
}
|
|
6173
|
-
}, [
|
|
6173
|
+
}, [D, O, Xe]), xe = x(() => {
|
|
6174
6174
|
if (!p.sender) return "Connect wallet";
|
|
6175
|
-
if (!p.quantity || !
|
|
6175
|
+
if (!p.quantity || !R) return "Enter amount";
|
|
6176
6176
|
if (!p.recipient) return "Enter recipient address";
|
|
6177
6177
|
if (f.errors.quantity) return f.errors.quantity.message;
|
|
6178
6178
|
if (!O) return "Route not found";
|
|
6179
6179
|
if (ut) return ut;
|
|
6180
|
-
}, [
|
|
6180
|
+
}, [R, ut, f, O, p]), nn = O ? _e(O.amount_out, { decimals: A.decimals }) : "0", sn = B(v).gt(0) && B(v).isEqualTo(
|
|
6181
6181
|
ue(L?.amount, { decimals: L?.decimals ?? 0 })
|
|
6182
6182
|
), Td = (() => {
|
|
6183
6183
|
switch (E) {
|
|
@@ -6190,13 +6190,13 @@ const L0 = () => {
|
|
|
6190
6190
|
default:
|
|
6191
6191
|
return !1;
|
|
6192
6192
|
}
|
|
6193
|
-
})(), la =
|
|
6193
|
+
})(), la = Se(
|
|
6194
6194
|
(ee, Fe) => ee.length ? /* @__PURE__ */ h("div", { className: ze.description, children: [
|
|
6195
6195
|
$r(ee),
|
|
6196
6196
|
!t && /* @__PURE__ */ o(Vs, { label: Fe, children: /* @__PURE__ */ o("span", { className: ze.icon, children: /* @__PURE__ */ o(nr, { size: 12 }) }) })
|
|
6197
6197
|
] }) : null,
|
|
6198
6198
|
[t]
|
|
6199
|
-
), zs =
|
|
6199
|
+
), zs = B(v).gt(0) && fe && ke.data && Ce.data && Ce.data.estimated_route_duration_seconds > ke.data.estimated_route_duration_seconds, Fr = x(() => {
|
|
6200
6200
|
if (!O) return [];
|
|
6201
6201
|
const ee = Hl(O.amount_out, b);
|
|
6202
6202
|
return [
|
|
@@ -6331,8 +6331,8 @@ const L0 = () => {
|
|
|
6331
6331
|
le.White,
|
|
6332
6332
|
{
|
|
6333
6333
|
loading: r ? "Refreshing route..." : Zn && "Simulating...",
|
|
6334
|
-
disabled: !!
|
|
6335
|
-
children:
|
|
6334
|
+
disabled: !!xe || r,
|
|
6335
|
+
children: xe ?? "Preview route"
|
|
6336
6336
|
}
|
|
6337
6337
|
)
|
|
6338
6338
|
}
|
|
@@ -6348,16 +6348,16 @@ const L0 = () => {
|
|
|
6348
6348
|
// eslint-disable-next-line react-hooks/incompatible-library
|
|
6349
6349
|
r()
|
|
6350
6350
|
);
|
|
6351
|
-
r((A, { name:
|
|
6352
|
-
(
|
|
6351
|
+
r((A, { name: D }) => {
|
|
6352
|
+
(D === "srcChainId" || D === "srcDenom") && i("quantity", "", { shouldTouch: !1, shouldDirty: !1 });
|
|
6353
6353
|
});
|
|
6354
|
-
const g = Fl(), _ = g(c), y = g(l), v =
|
|
6354
|
+
const g = Fl(), _ = g(c), y = g(l), v = xr()(p, l);
|
|
6355
6355
|
G(() => {
|
|
6356
6356
|
i("cosmosWalletName", void 0), i("sender", _);
|
|
6357
6357
|
}, [c, _, i]), G(() => {
|
|
6358
6358
|
v || i("recipient", y);
|
|
6359
6359
|
}, [y, v, i]);
|
|
6360
|
-
const { showNotification: k } = ta(), b = ct(c), N = ct(l), I = Co(c), T = Co(l), E = I.some((A) => A.denom === d),
|
|
6360
|
+
const { showNotification: k } = ta(), b = ct(c), N = ct(l), I = Co(c), T = Co(l), E = I.some((A) => A.denom === d), S = T.some((A) => A.denom === u);
|
|
6361
6361
|
G(() => {
|
|
6362
6362
|
I.length > 0 && !E && (i("srcDenom", I[0].denom), k({
|
|
6363
6363
|
type: "info",
|
|
@@ -6366,14 +6366,14 @@ const L0 = () => {
|
|
|
6366
6366
|
autoHide: !0
|
|
6367
6367
|
}));
|
|
6368
6368
|
}, [I, E, i, k, b.pretty_name]), G(() => {
|
|
6369
|
-
T.length > 0 && !
|
|
6369
|
+
T.length > 0 && !S && (i("dstDenom", T[0].denom), k({
|
|
6370
6370
|
type: "info",
|
|
6371
6371
|
title: `Switched to ${T[0].symbol}`,
|
|
6372
6372
|
description: `The selected asset is not available on ${N.pretty_name}.`,
|
|
6373
6373
|
autoHide: !0
|
|
6374
6374
|
}));
|
|
6375
|
-
}, [T,
|
|
6376
|
-
!E || !
|
|
6375
|
+
}, [T, S, i, k, N.pretty_name]), G(() => {
|
|
6376
|
+
!E || !S || (localStorage.setItem(ae.BRIDGE_SRC_CHAIN_ID, c), localStorage.setItem(ae.BRIDGE_SRC_DENOM, d), localStorage.setItem(ae.BRIDGE_DST_CHAIN_ID, l), localStorage.setItem(ae.BRIDGE_DST_DENOM, u), localStorage.setItem(ae.BRIDGE_QUANTITY, m), localStorage.setItem(ae.BRIDGE_SLIPPAGE_PERCENT, f));
|
|
6377
6377
|
}, [
|
|
6378
6378
|
c,
|
|
6379
6379
|
d,
|
|
@@ -6382,7 +6382,7 @@ const L0 = () => {
|
|
|
6382
6382
|
m,
|
|
6383
6383
|
f,
|
|
6384
6384
|
E,
|
|
6385
|
-
|
|
6385
|
+
S
|
|
6386
6386
|
]);
|
|
6387
6387
|
const $ = e[0].path === "/bridge", { reminders: C } = Yn();
|
|
6388
6388
|
return /* @__PURE__ */ o(
|
|
@@ -6397,15 +6397,15 @@ const L0 = () => {
|
|
|
6397
6397
|
] }) }),
|
|
6398
6398
|
/* @__PURE__ */ o(Ul, { offset: 0, disabled: C.length === 0, children: /* @__PURE__ */ o(le.Small, { onClick: () => t("/op/withdrawals"), disabled: !n, children: /* @__PURE__ */ o("span", { children: "Withdrawal status" }) }) })
|
|
6399
6399
|
] }),
|
|
6400
|
-
children: E &&
|
|
6400
|
+
children: E && S && /* @__PURE__ */ o(qo, { ...a, children: /* @__PURE__ */ o(ge, { children: /* @__PURE__ */ o(L0, {}) }) })
|
|
6401
6401
|
}
|
|
6402
6402
|
);
|
|
6403
|
-
}, M0 = "_button_1crvp_1",
|
|
6403
|
+
}, M0 = "_button_1crvp_1", P0 = "_checkbox_1crvp_11", R0 = "_checked_1crvp_25", to = {
|
|
6404
6404
|
button: M0,
|
|
6405
|
-
checkbox:
|
|
6406
|
-
checked:
|
|
6407
|
-
}, D0 = ({ checked: e, onClick: t, label: n, className: s }) => /* @__PURE__ */ h("button", { type: "button", className:
|
|
6408
|
-
/* @__PURE__ */ o("div", { className:
|
|
6405
|
+
checkbox: P0,
|
|
6406
|
+
checked: R0
|
|
6407
|
+
}, D0 = ({ checked: e, onClick: t, label: n, className: s }) => /* @__PURE__ */ h("button", { type: "button", className: P(to.button, s), onClick: t, children: [
|
|
6408
|
+
/* @__PURE__ */ o("div", { className: P(to.checkbox, { [to.checked]: e }), children: e && /* @__PURE__ */ o(Ss, { size: 12 }) }),
|
|
6409
6409
|
/* @__PURE__ */ o("span", { className: to.label, children: n })
|
|
6410
6410
|
] }), B0 = "_button_aoxv2_1", O0 = {
|
|
6411
6411
|
button: B0
|
|
@@ -6438,7 +6438,7 @@ function Jl(e, t) {
|
|
|
6438
6438
|
}
|
|
6439
6439
|
const mo = ({ chainId: e, txHash: t }) => `${ae.BRIDGE_HISTORY}:${e}:${t}`, Io = 100, vi = 10;
|
|
6440
6440
|
function Xl() {
|
|
6441
|
-
const [e, t] = tr(ae.BRIDGE_HISTORY, []), n =
|
|
6441
|
+
const [e, t] = tr(ae.BRIDGE_HISTORY, []), n = Se(
|
|
6442
6442
|
(a, r) => {
|
|
6443
6443
|
localStorage.setItem(mo(a), JSON.stringify(r));
|
|
6444
6444
|
for (const i of e.slice(Io - 1))
|
|
@@ -6446,7 +6446,7 @@ function Xl() {
|
|
|
6446
6446
|
t((i = []) => [a, ...i.slice(0, Io - 1)]);
|
|
6447
6447
|
},
|
|
6448
6448
|
[e, t]
|
|
6449
|
-
), s =
|
|
6449
|
+
), s = Se((a) => {
|
|
6450
6450
|
const r = localStorage.getItem(mo(a));
|
|
6451
6451
|
return r ? JSON.parse(r) : null;
|
|
6452
6452
|
}, []);
|
|
@@ -6465,7 +6465,7 @@ const In = qe("interwovenkit:op", {
|
|
|
6465
6465
|
});
|
|
6466
6466
|
function aa() {
|
|
6467
6467
|
const { restUrl: e } = ne();
|
|
6468
|
-
return
|
|
6468
|
+
return x(() => H.create({ prefixUrl: e }), [e]);
|
|
6469
6469
|
}
|
|
6470
6470
|
function U0(e) {
|
|
6471
6471
|
const t = aa(), { data: n } = ye({
|
|
@@ -6551,12 +6551,12 @@ function td(e, t) {
|
|
|
6551
6551
|
function rs(e) {
|
|
6552
6552
|
return rm.create().update(e).digest();
|
|
6553
6553
|
}
|
|
6554
|
-
function
|
|
6554
|
+
function xa(e, t) {
|
|
6555
6555
|
const n = new ArrayBuffer(t);
|
|
6556
6556
|
return new DataView(n).setBigUint64(0, BigInt(e), !1), new Uint8Array(n);
|
|
6557
6557
|
}
|
|
6558
6558
|
function nd(e) {
|
|
6559
|
-
const { bridge_id: t, sequence: n, amount: s, from: a, to: r } = e, i =
|
|
6559
|
+
const { bridge_id: t, sequence: n, amount: s, from: a, to: r } = e, i = xa(t.toString(), 8), c = xa(n.toString(), 8), l = xa(s.amount, 8), d = im(
|
|
6560
6560
|
i,
|
|
6561
6561
|
c,
|
|
6562
6562
|
rs(co(a)),
|
|
@@ -6610,17 +6610,17 @@ async function ja(e, t) {
|
|
|
6610
6610
|
]);
|
|
6611
6611
|
}
|
|
6612
6612
|
}
|
|
6613
|
-
function
|
|
6613
|
+
function Pt() {
|
|
6614
6614
|
return nt();
|
|
6615
6615
|
}
|
|
6616
6616
|
function H0(e, t) {
|
|
6617
|
-
const { customFee: n, onCompleted: s } = t ?? {}, a = Le(), { showNotification: r, updateNotification: i, hideNotification: c } = ta(), { addHistoryItem: l } = Xl(), d = Gn(), { route: u, values: m } =
|
|
6617
|
+
const { customFee: n, onCompleted: s } = t ?? {}, a = Le(), { showNotification: r, updateNotification: i, hideNotification: c } = ta(), { addHistoryItem: l } = Xl(), d = Gn(), { route: u, values: m } = Pt(), { srcChainId: f, sender: p, recipient: g, cosmosWalletName: _ } = m, y = Hc(), { requestTxSync: w, submitTxSync: v, waitForTxConfirmation: k } = dt(), { find: b } = sa(), N = qs(), I = Ms(), T = ct(f), E = ys(T), S = Vl(f), $ = Ke(), { registryUrl: C } = te(), A = tt(), D = ne(), { addReminder: L } = Yn(), q = We();
|
|
6618
6618
|
return pt({
|
|
6619
6619
|
mutationFn: async () => {
|
|
6620
6620
|
try {
|
|
6621
6621
|
if ("cosmos_tx" in e) {
|
|
6622
6622
|
if (!e.cosmos_tx.msgs) throw new Error("Invalid transaction data");
|
|
6623
|
-
const
|
|
6623
|
+
const R = e.cosmos_tx.msgs.map(({ msg_type_url: Me, msg: O }) => {
|
|
6624
6624
|
if (!(Me && O)) throw new Error("Invalid transaction data");
|
|
6625
6625
|
return I.fromAmino({
|
|
6626
6626
|
type: Cs[Me].aminoType,
|
|
@@ -6628,15 +6628,15 @@ function H0(e, t) {
|
|
|
6628
6628
|
});
|
|
6629
6629
|
});
|
|
6630
6630
|
if (E === "initia") {
|
|
6631
|
-
const { srcDenom: Me, quantity: O } = m, { decimals:
|
|
6632
|
-
messages:
|
|
6631
|
+
const { srcDenom: Me, quantity: O } = m, { decimals: Pe } = S(Me), oe = n ? await v({
|
|
6632
|
+
messages: R,
|
|
6633
6633
|
chainId: f,
|
|
6634
6634
|
fee: n
|
|
6635
6635
|
}) : await w({
|
|
6636
|
-
messages:
|
|
6636
|
+
messages: R,
|
|
6637
6637
|
chainId: f,
|
|
6638
6638
|
internal: 1,
|
|
6639
|
-
spendCoins: [{ denom: Me, amount:
|
|
6639
|
+
spendCoins: [{ denom: Me, amount: xo(O, { decimals: Pe }) }]
|
|
6640
6640
|
}), Ue = k({ txHash: oe, chainId: f });
|
|
6641
6641
|
return { txHash: oe, wait: Ue };
|
|
6642
6642
|
}
|
|
@@ -6648,36 +6648,36 @@ function H0(e, t) {
|
|
|
6648
6648
|
{ registry: N, aminoTypes: I }
|
|
6649
6649
|
), ie = await F.getAllBalances(p), Ne = T.fee_assets.find(
|
|
6650
6650
|
(Me) => ie.some(
|
|
6651
|
-
(O) => O.denom === Me.denom &&
|
|
6651
|
+
(O) => O.denom === Me.denom && B(O.amount).gt(0)
|
|
6652
6652
|
)
|
|
6653
6653
|
);
|
|
6654
6654
|
if (!Ne) {
|
|
6655
6655
|
const O = [
|
|
6656
6656
|
"Insufficient balance for fees.",
|
|
6657
|
-
`Available fee assets: ${T.fee_assets.map((
|
|
6657
|
+
`Available fee assets: ${T.fee_assets.map((Pe) => S(Pe.denom).symbol).join(", ")}`,
|
|
6658
6658
|
"(note: asset symbols may refer to different tokens across chains)"
|
|
6659
6659
|
].join(" ");
|
|
6660
6660
|
throw new Error(O);
|
|
6661
6661
|
}
|
|
6662
6662
|
const { denom: fe, gas_price: ke } = Ne;
|
|
6663
6663
|
if (!ke) throw new Error(`Gas price not found for ${fe}`);
|
|
6664
|
-
const Ce = await F.simulate(p,
|
|
6664
|
+
const Ce = await F.simulate(p, R, ""), je = Eo.fromString(ke.average + fe), wt = $o(Math.ceil(Ce * Fn), je), Ft = await F.signAndBroadcastSync(p, R, wt), bt = rl({ txHash: Ft, client: F });
|
|
6665
6665
|
return { txHash: Ft, wait: bt };
|
|
6666
6666
|
}
|
|
6667
6667
|
if ("evm_tx" in e) {
|
|
6668
|
-
const { chain_id:
|
|
6668
|
+
const { chain_id: R, to: j, value: K, data: F } = e.evm_tx, ie = await y(), Ne = await ie.getSigner();
|
|
6669
6669
|
await ja(ie, T);
|
|
6670
|
-
const fe = await Ne.sendTransaction({ chainId:
|
|
6670
|
+
const fe = await Ne.sendTransaction({ chainId: R, to: j, value: K, data: `0x${F}` });
|
|
6671
6671
|
return { txHash: fe.hash, wait: fe.wait() };
|
|
6672
6672
|
}
|
|
6673
6673
|
throw new Error("Unlisted chain type");
|
|
6674
|
-
} catch (
|
|
6675
|
-
throw await Tt(
|
|
6674
|
+
} catch (R) {
|
|
6675
|
+
throw await Tt(R);
|
|
6676
6676
|
}
|
|
6677
6677
|
},
|
|
6678
|
-
onSuccess: async ({ txHash:
|
|
6678
|
+
onSuccess: async ({ txHash: R, wait: j }) => {
|
|
6679
6679
|
localStorage.removeItem(ae.BRIDGE_QUANTITY), $.removeQueries({ queryKey: Ie.route._def }), $.removeQueries({ queryKey: Ie.routeErrorInfo._def }), s ? s({
|
|
6680
|
-
txhash:
|
|
6680
|
+
txhash: R,
|
|
6681
6681
|
chainId: f,
|
|
6682
6682
|
timestamp: Date.now(),
|
|
6683
6683
|
success: !0,
|
|
@@ -6689,7 +6689,7 @@ function H0(e, t) {
|
|
|
6689
6689
|
}));
|
|
6690
6690
|
try {
|
|
6691
6691
|
await j;
|
|
6692
|
-
const K = ra(u) === "OP Bridge withdrawal", F = K ? { success: !0, error: null } : await J0(q,
|
|
6692
|
+
const K = ra(u) === "OP Bridge withdrawal", F = K ? { success: !0, error: null } : await J0(q, R, f);
|
|
6693
6693
|
if (!s && !F.success && F.error) {
|
|
6694
6694
|
const Ce = F.error instanceof Error ? F.error.message : String(F.error);
|
|
6695
6695
|
r({
|
|
@@ -6699,13 +6699,13 @@ function H0(e, t) {
|
|
|
6699
6699
|
autoHide: !0
|
|
6700
6700
|
});
|
|
6701
6701
|
}
|
|
6702
|
-
const ie = F.success, fe = Y0({ txHash:
|
|
6702
|
+
const ie = F.success, fe = Y0({ txHash: R, srcChainId: f, route: u, values: m, recipient: g }, ie);
|
|
6703
6703
|
l(fe.tx, fe.details), s || i(Q0(c));
|
|
6704
|
-
const ke = Ta(m,
|
|
6704
|
+
const ke = Ta(m, R);
|
|
6705
6705
|
if (d("Bridge Transaction Success", ke), K) {
|
|
6706
6706
|
const Ce = A(f).metadata?.op_bridge_id;
|
|
6707
6707
|
if (Ce && !await j0(
|
|
6708
|
-
|
|
6708
|
+
D.restUrl,
|
|
6709
6709
|
Number(Ce),
|
|
6710
6710
|
u.dest_asset_denom
|
|
6711
6711
|
)) {
|
|
@@ -6721,7 +6721,7 @@ function H0(e, t) {
|
|
|
6721
6721
|
description: F
|
|
6722
6722
|
});
|
|
6723
6723
|
const ie = {
|
|
6724
|
-
...Ta(m,
|
|
6724
|
+
...Ta(m, R),
|
|
6725
6725
|
error: F
|
|
6726
6726
|
};
|
|
6727
6727
|
d("Bridge Confirmation Failed", ie);
|
|
@@ -6731,8 +6731,8 @@ function H0(e, t) {
|
|
|
6731
6731
|
});
|
|
6732
6732
|
}
|
|
6733
6733
|
},
|
|
6734
|
-
onError: async (
|
|
6735
|
-
const j = E === "initia" ? await qn(
|
|
6734
|
+
onError: async (R) => {
|
|
6735
|
+
const j = E === "initia" ? await qn(R, A(f), C) : R;
|
|
6736
6736
|
s ? s({ success: !1, error: j.message, route: u, values: m }) : r({
|
|
6737
6737
|
type: "error",
|
|
6738
6738
|
title: "Transaction failed",
|
|
@@ -6747,7 +6747,7 @@ function H0(e, t) {
|
|
|
6747
6747
|
});
|
|
6748
6748
|
}
|
|
6749
6749
|
function G0() {
|
|
6750
|
-
const e = We(), t = se(), n = jc(), { route: s, values: a } =
|
|
6750
|
+
const e = We(), t = se(), n = jc(), { route: s, values: a } = Pt(), r = Ut();
|
|
6751
6751
|
return pt({
|
|
6752
6752
|
mutationFn: async () => {
|
|
6753
6753
|
try {
|
|
@@ -6901,9 +6901,9 @@ const X0 = "_success_t4dfk_1", e2 = "_error_t4dfk_5", ki = {
|
|
|
6901
6901
|
});
|
|
6902
6902
|
}, [n, a]), a) {
|
|
6903
6903
|
case "error":
|
|
6904
|
-
return /* @__PURE__ */ o("div", { className: ki.error, children: /* @__PURE__ */ o(
|
|
6904
|
+
return /* @__PURE__ */ o("div", { className: ki.error, children: /* @__PURE__ */ o(xs, { size: 14 }) });
|
|
6905
6905
|
case "success":
|
|
6906
|
-
return /* @__PURE__ */ o("div", { className: ki.success, children: /* @__PURE__ */ o(
|
|
6906
|
+
return /* @__PURE__ */ o("div", { className: ki.success, children: /* @__PURE__ */ o(Po, { size: 14 }) });
|
|
6907
6907
|
default:
|
|
6908
6908
|
return /* @__PURE__ */ o($t, { size: 14 });
|
|
6909
6909
|
}
|
|
@@ -6921,7 +6921,7 @@ function n2(e) {
|
|
|
6921
6921
|
return "loading";
|
|
6922
6922
|
}
|
|
6923
6923
|
}
|
|
6924
|
-
const s2 = "_link_104m3_1", o2 = "_header_104m3_23", a2 = "_title_104m3_31", r2 = "_date_104m3_37", i2 = "_explorer_104m3_41", c2 = "_fees_104m3_57", l2 = "_label_104m3_65", d2 = "_content_104m3_69", u2 = "_route_104m3_75", m2 = "_row_104m3_80", h2 = "_asset_104m3_86", f2 = "_amount_104m3_94", p2 = "_chain_104m3_99", g2 = "_account_104m3_108", _2 = "_arrow_104m3_115",
|
|
6924
|
+
const s2 = "_link_104m3_1", o2 = "_header_104m3_23", a2 = "_title_104m3_31", r2 = "_date_104m3_37", i2 = "_explorer_104m3_41", c2 = "_fees_104m3_57", l2 = "_label_104m3_65", d2 = "_content_104m3_69", u2 = "_route_104m3_75", m2 = "_row_104m3_80", h2 = "_asset_104m3_86", f2 = "_amount_104m3_94", p2 = "_chain_104m3_99", g2 = "_account_104m3_108", _2 = "_arrow_104m3_115", Re = {
|
|
6925
6925
|
link: s2,
|
|
6926
6926
|
header: o2,
|
|
6927
6927
|
title: a2,
|
|
@@ -6955,25 +6955,25 @@ const s2 = "_link_104m3_1", o2 = "_header_104m3_23", a2 = "_title_104m3_31", r2
|
|
|
6955
6955
|
dest_asset_chain_id: w,
|
|
6956
6956
|
dest_asset_denom: v,
|
|
6957
6957
|
estimated_fees: k = []
|
|
6958
|
-
} = r, b = ct(_), N = ct(w), I = Et(y, _), T = Et(v, w), E = (q,
|
|
6958
|
+
} = r, b = ct(_), N = ct(w), I = Et(y, _), T = Et(v, w), E = (q, R) => R ? /* @__PURE__ */ o(X, { src: R, width: 12, height: 12 }) : J.equals(q, u) ? /* @__PURE__ */ o(X, { src: m?.icon, width: 12, height: 12 }) : /* @__PURE__ */ o(Hn, { size: 12 }), S = (q, { symbol: R, decimals: j, logo_uri: K }, { chain_name: F, pretty_name: ie, ...Ne }, fe, ke) => /* @__PURE__ */ h("div", { className: Re.row, children: [
|
|
6959
6959
|
/* @__PURE__ */ o(oa, { assetLogoUrl: K, chainLogoUrl: Ne.logo_uri ?? void 0 }),
|
|
6960
6960
|
/* @__PURE__ */ h("div", { children: [
|
|
6961
|
-
/* @__PURE__ */ h("div", { className:
|
|
6962
|
-
/* @__PURE__ */ o("span", { className:
|
|
6963
|
-
/* @__PURE__ */ o("span", { children:
|
|
6961
|
+
/* @__PURE__ */ h("div", { className: Re.asset, children: [
|
|
6962
|
+
/* @__PURE__ */ o("span", { className: Re.amount, children: _e(q, { decimals: j }) }),
|
|
6963
|
+
/* @__PURE__ */ o("span", { children: R })
|
|
6964
6964
|
] }),
|
|
6965
|
-
/* @__PURE__ */ h("div", { className:
|
|
6965
|
+
/* @__PURE__ */ h("div", { className: Re.chain, children: [
|
|
6966
6966
|
/* @__PURE__ */ h("span", { children: [
|
|
6967
6967
|
"on ",
|
|
6968
6968
|
ie || F
|
|
6969
6969
|
] }),
|
|
6970
|
-
/* @__PURE__ */ h("div", { className:
|
|
6970
|
+
/* @__PURE__ */ h("div", { className: Re.account, children: [
|
|
6971
6971
|
ke,
|
|
6972
6972
|
/* @__PURE__ */ o("span", { className: "monospace", children: Ze(fe) })
|
|
6973
6973
|
] })
|
|
6974
6974
|
] })
|
|
6975
6975
|
] })
|
|
6976
|
-
] }), $ = ra(r), C =
|
|
6976
|
+
] }), $ = ra(r), C = x(() => {
|
|
6977
6977
|
switch ($) {
|
|
6978
6978
|
case us.SKIP:
|
|
6979
6979
|
return "Skip Explorer";
|
|
@@ -6981,26 +6981,26 @@ const s2 = "_link_104m3_1", o2 = "_header_104m3_23", a2 = "_title_104m3_31", r2
|
|
|
6981
6981
|
return "Initia Scan";
|
|
6982
6982
|
}
|
|
6983
6983
|
}, [$]), A = /* @__PURE__ */ h(z, { children: [
|
|
6984
|
-
/* @__PURE__ */ h("header", { className:
|
|
6985
|
-
/* @__PURE__ */ h("div", { className:
|
|
6984
|
+
/* @__PURE__ */ h("header", { className: Re.header, children: [
|
|
6985
|
+
/* @__PURE__ */ h("div", { className: Re.title, children: [
|
|
6986
6986
|
l ? /* @__PURE__ */ o(t2, { tx: e }) : /* @__PURE__ */ o($t, { size: 14 }),
|
|
6987
|
-
/* @__PURE__ */ o("div", { className:
|
|
6987
|
+
/* @__PURE__ */ o("div", { className: Re.date, children: rc(new Date(c), "h:mm a") })
|
|
6988
6988
|
] }),
|
|
6989
|
-
/* @__PURE__ */ h("div", { className:
|
|
6989
|
+
/* @__PURE__ */ h("div", { className: Re.explorer, children: [
|
|
6990
6990
|
/* @__PURE__ */ o("span", { children: C }),
|
|
6991
6991
|
/* @__PURE__ */ o(ft, { size: 12 })
|
|
6992
6992
|
] })
|
|
6993
6993
|
] }),
|
|
6994
|
-
/* @__PURE__ */ h("div", { className:
|
|
6995
|
-
|
|
6994
|
+
/* @__PURE__ */ h("div", { className: Re.route, children: [
|
|
6995
|
+
S(
|
|
6996
6996
|
p,
|
|
6997
6997
|
I,
|
|
6998
6998
|
b,
|
|
6999
6999
|
i.sender,
|
|
7000
7000
|
E(i.sender, f(i.cosmosWalletName)?.image)
|
|
7001
7001
|
),
|
|
7002
|
-
/* @__PURE__ */ o("div", { className:
|
|
7003
|
-
|
|
7002
|
+
/* @__PURE__ */ o("div", { className: Re.arrow, children: /* @__PURE__ */ o(Da, { size: 12 }) }),
|
|
7003
|
+
S(
|
|
7004
7004
|
g,
|
|
7005
7005
|
T,
|
|
7006
7006
|
N,
|
|
@@ -7008,15 +7008,15 @@ const s2 = "_link_104m3_1", o2 = "_header_104m3_23", a2 = "_title_104m3_31", r2
|
|
|
7008
7008
|
E(i.recipient)
|
|
7009
7009
|
)
|
|
7010
7010
|
] }),
|
|
7011
|
-
k.length > 0 && /* @__PURE__ */ h("div", { className:
|
|
7012
|
-
/* @__PURE__ */ o("span", { className:
|
|
7013
|
-
/* @__PURE__ */ o("span", { className:
|
|
7011
|
+
k.length > 0 && /* @__PURE__ */ h("div", { className: Re.fees, children: [
|
|
7012
|
+
/* @__PURE__ */ o("span", { className: Re.label, children: "Fees" }),
|
|
7013
|
+
/* @__PURE__ */ o("span", { className: Re.content, children: $r(k) })
|
|
7014
7014
|
] })
|
|
7015
7015
|
] });
|
|
7016
7016
|
if ($ === us.OP_WITHDRAW)
|
|
7017
|
-
return /* @__PURE__ */ o(ea, { chainId: s, txHash: a, className:
|
|
7018
|
-
const
|
|
7019
|
-
return /* @__PURE__ */ o("a", { href: L.toString(), className:
|
|
7017
|
+
return /* @__PURE__ */ o(ea, { chainId: s, txHash: a, className: Re.link, children: A });
|
|
7018
|
+
const D = new URLSearchParams({ tx_hash: a, chain_id: s }), L = new URL(`?${D.toString()}`, "https://explorer.skip.build");
|
|
7019
|
+
return /* @__PURE__ */ o("a", { href: L.toString(), className: Re.link, target: "_blank", children: A });
|
|
7020
7020
|
}, w2 = "_history_13u9z_1", b2 = "_header_13u9z_5", v2 = "_checkbox_13u9z_9", N2 = "_groups_13u9z_13", k2 = "_dateGroup_13u9z_21", C2 = "_dateHeader_13u9z_26", I2 = "_list_13u9z_32", cn = {
|
|
7021
7021
|
history: w2,
|
|
7022
7022
|
header: b2,
|
|
@@ -7031,7 +7031,7 @@ const s2 = "_link_104m3_1", o2 = "_header_104m3_23", a2 = "_title_104m3_31", r2
|
|
|
7031
7031
|
if (!g) return !1;
|
|
7032
7032
|
const { values: _ } = g, { sender: y, recipient: w } = _;
|
|
7033
7033
|
return [y, w].some((v) => [e, t].includes(v));
|
|
7034
|
-
}), [i, c] = W(1), [l, d] = Lo(!r.length), u = l ? a : r, m = u.slice(0, i * vi), f =
|
|
7034
|
+
}), [i, c] = W(1), [l, d] = Lo(!r.length), u = l ? a : r, m = u.slice(0, i * vi), f = x(() => Jl(m, (p) => {
|
|
7035
7035
|
const g = s(p);
|
|
7036
7036
|
if (g)
|
|
7037
7037
|
return new Date(g.timestamp);
|
|
@@ -7072,7 +7072,7 @@ function ad({
|
|
|
7072
7072
|
requiresReconfirm: a
|
|
7073
7073
|
};
|
|
7074
7074
|
}
|
|
7075
|
-
function
|
|
7075
|
+
function S2({
|
|
7076
7076
|
currentState: e,
|
|
7077
7077
|
route: t,
|
|
7078
7078
|
values: n,
|
|
@@ -7086,7 +7086,7 @@ function x2({
|
|
|
7086
7086
|
requiresReconfirm: !0
|
|
7087
7087
|
});
|
|
7088
7088
|
}
|
|
7089
|
-
function
|
|
7089
|
+
function x2({
|
|
7090
7090
|
currentState: e,
|
|
7091
7091
|
route: t,
|
|
7092
7092
|
values: n,
|
|
@@ -7141,7 +7141,7 @@ function $2(e, t, n) {
|
|
|
7141
7141
|
const v = Ci(w) !== Ci(e), k = Date.now();
|
|
7142
7142
|
return v ? (s(
|
|
7143
7143
|
0,
|
|
7144
|
-
|
|
7144
|
+
S2({
|
|
7145
7145
|
currentState: a,
|
|
7146
7146
|
route: w,
|
|
7147
7147
|
values: t,
|
|
@@ -7163,7 +7163,7 @@ function E2(e, t) {
|
|
|
7163
7163
|
return t ? "Confirm updated route" : e || "Confirm";
|
|
7164
7164
|
}
|
|
7165
7165
|
const Lr = ({ tx: e, fee: t, onCompleted: n, confirmMessage: s, error: a }) => {
|
|
7166
|
-
const r = Le(), i = nt(), { route: c, values: l, quoteVerifiedAt: d, requiresReconfirm: u } =
|
|
7166
|
+
const r = Le(), i = nt(), { route: c, values: l, quoteVerifiedAt: d, requiresReconfirm: u } = Pt(), { mutate: m, isPending: f } = H0(e, { customFee: t, onCompleted: n }), { refreshRouteIfNeeded: p, isRefreshing: g, refreshError: _, clearRefreshError: y } = $2(
|
|
7167
7167
|
c,
|
|
7168
7168
|
l,
|
|
7169
7169
|
d
|
|
@@ -7172,7 +7172,7 @@ const Lr = ({ tx: e, fee: t, onCompleted: n, confirmMessage: s, error: a }) => {
|
|
|
7172
7172
|
if (u) {
|
|
7173
7173
|
r(
|
|
7174
7174
|
0,
|
|
7175
|
-
|
|
7175
|
+
x2({
|
|
7176
7176
|
currentState: i,
|
|
7177
7177
|
route: c,
|
|
7178
7178
|
values: l,
|
|
@@ -7199,12 +7199,12 @@ const Lr = ({ tx: e, fee: t, onCompleted: n, confirmMessage: s, error: a }) => {
|
|
|
7199
7199
|
)
|
|
7200
7200
|
}
|
|
7201
7201
|
);
|
|
7202
|
-
}, L2 = "_content_1hzj2_1", q2 = "_info_1hzj2_6", M2 = "_arrow_1hzj2_11",
|
|
7202
|
+
}, L2 = "_content_1hzj2_1", q2 = "_info_1hzj2_6", M2 = "_arrow_1hzj2_11", P2 = "_divider_1hzj2_19", R2 = "_type_1hzj2_27", D2 = "_asset_1hzj2_47", B2 = "_amount_1hzj2_55", O2 = "_lower_1hzj2_60", U2 = "_chain_1hzj2_66", F2 = "_address_1hzj2_72", ot = {
|
|
7203
7203
|
content: L2,
|
|
7204
7204
|
info: q2,
|
|
7205
7205
|
arrow: M2,
|
|
7206
|
-
divider:
|
|
7207
|
-
type:
|
|
7206
|
+
divider: P2,
|
|
7207
|
+
type: R2,
|
|
7208
7208
|
asset: D2,
|
|
7209
7209
|
amount: B2,
|
|
7210
7210
|
lower: O2,
|
|
@@ -7238,11 +7238,11 @@ const Lr = ({ tx: e, fee: t, onCompleted: n, confirmMessage: s, error: a }) => {
|
|
|
7238
7238
|
] })
|
|
7239
7239
|
] })
|
|
7240
7240
|
] });
|
|
7241
|
-
},
|
|
7241
|
+
}, Rn = (e) => {
|
|
7242
7242
|
const t = Et(e.denom, e.chainId);
|
|
7243
7243
|
return /* @__PURE__ */ o(rd, { ...e, ...t });
|
|
7244
7244
|
};
|
|
7245
|
-
|
|
7245
|
+
Rn.Placeholder = rd;
|
|
7246
7246
|
const V2 = "_root_1hbar_1", K2 = "_flexEnd_1hbar_6", W2 = "_toggle_1hbar_11", j2 = "_route_1hbar_36", z2 = "_content_1hbar_43", is = {
|
|
7247
7247
|
root: V2,
|
|
7248
7248
|
flexEnd: K2,
|
|
@@ -7283,7 +7283,7 @@ function H2(e) {
|
|
|
7283
7283
|
throw new Error("Unknown operation type");
|
|
7284
7284
|
}
|
|
7285
7285
|
const G2 = ({ addressList: e }) => {
|
|
7286
|
-
const { values: t, route: n } =
|
|
7286
|
+
const { values: t, route: n } = Pt(), { source_asset_denom: s, source_asset_chain_id: a, amount_in: r, operations: i } = n, c = ro(n.required_chain_addresses, e), { find: l } = sa(), { connector: d, address: u = "" } = wn(), [m, f] = Lo(!1), p = i.length > 1, g = /* @__PURE__ */ o(
|
|
7287
7287
|
X,
|
|
7288
7288
|
{
|
|
7289
7289
|
src: t.cosmosWalletName ? l(t.cosmosWalletName)?.image : d?.icon,
|
|
@@ -7297,14 +7297,14 @@ const G2 = ({ addressList: e }) => {
|
|
|
7297
7297
|
address: t.sender,
|
|
7298
7298
|
walletIcon: g
|
|
7299
7299
|
}, y = (N) => J.equals(N, u) ? g : /* @__PURE__ */ o(Hn, { size: 11 }), w = (N) => {
|
|
7300
|
-
const { label: I, amount_out: T, denom: E, denom_out:
|
|
7300
|
+
const { label: I, amount_out: T, denom: E, denom_out: S = E, chain_id: $, from_chain_id: C, to_chain_id: A = $ ?? C } = N, D = c[A];
|
|
7301
7301
|
return {
|
|
7302
7302
|
label: p && !m ? void 0 : I,
|
|
7303
7303
|
amount: T,
|
|
7304
|
-
denom:
|
|
7304
|
+
denom: S,
|
|
7305
7305
|
chainId: A,
|
|
7306
|
-
address:
|
|
7307
|
-
walletIcon: y(
|
|
7306
|
+
address: D,
|
|
7307
|
+
walletIcon: y(D)
|
|
7308
7308
|
};
|
|
7309
7309
|
}, v = i.map(H2).map(w), k = v.slice(0, -1), b = v[v.length - 1];
|
|
7310
7310
|
return /* @__PURE__ */ h(me.Root, { className: is.root, open: m, onOpenChange: f, children: [
|
|
@@ -7316,24 +7316,24 @@ const G2 = ({ addressList: e }) => {
|
|
|
7316
7316
|
/* @__PURE__ */ o("span", { children: "Show details" })
|
|
7317
7317
|
] }) }) }),
|
|
7318
7318
|
/* @__PURE__ */ h("div", { className: is.route, children: [
|
|
7319
|
-
/* @__PURE__ */ o(
|
|
7319
|
+
/* @__PURE__ */ o(Rn, { ..._, source: !0 }),
|
|
7320
7320
|
/* @__PURE__ */ o(me.Content, { className: is.content, children: k.map((N, I) => /* @__PURE__ */ o(
|
|
7321
7321
|
ge,
|
|
7322
7322
|
{
|
|
7323
|
-
suspenseFallback: /* @__PURE__ */ o(
|
|
7324
|
-
errorBoundaryProps: { fallback: /* @__PURE__ */ o(
|
|
7325
|
-
children: /* @__PURE__ */ o(
|
|
7323
|
+
suspenseFallback: /* @__PURE__ */ o(Rn.Placeholder, { ...N }),
|
|
7324
|
+
errorBoundaryProps: { fallback: /* @__PURE__ */ o(Rn.Placeholder, { ...N }) },
|
|
7325
|
+
children: /* @__PURE__ */ o(Rn, { ...N })
|
|
7326
7326
|
},
|
|
7327
7327
|
I
|
|
7328
7328
|
)) }),
|
|
7329
|
-
/* @__PURE__ */ o(
|
|
7329
|
+
/* @__PURE__ */ o(Rn, { ...b })
|
|
7330
7330
|
] })
|
|
7331
7331
|
] });
|
|
7332
7332
|
}, id = ({ error: e }) => {
|
|
7333
7333
|
const t = Le();
|
|
7334
7334
|
return /* @__PURE__ */ o($e, { extra: /* @__PURE__ */ o(we, { level: "error", children: e.message }), children: /* @__PURE__ */ o(le.White, { onClick: () => t("/bridge"), children: "Home" }) });
|
|
7335
7335
|
}, cd = ({ children: e }) => {
|
|
7336
|
-
const t =
|
|
7336
|
+
const t = Pt(), { route: n, values: s } = t, { required_chain_addresses: a } = n, { srcChainId: r, dstChainId: i, sender: c, recipient: l } = s, { initiaAddress: d, hexAddress: u } = dt(), m = Ps(), f = Ut(), p = Os(), g = f(r), _ = p(g), y = a.slice(0, -1).some((T) => {
|
|
7337
7337
|
const E = f(T);
|
|
7338
7338
|
return p(E) === "cosmos";
|
|
7339
7339
|
}) && _ !== "cosmos", [w, v] = W(void 0), [k, b] = W(!1), [N, I] = W(null);
|
|
@@ -7356,19 +7356,19 @@ const G2 = ({ addressList: e }) => {
|
|
|
7356
7356
|
if (k)
|
|
7357
7357
|
return /* @__PURE__ */ o($e, { children: /* @__PURE__ */ o(le.White, { loading: k && "Generating intermediary addresses..." }) });
|
|
7358
7358
|
if (!y || w) {
|
|
7359
|
-
const T = a.map((E,
|
|
7360
|
-
if (
|
|
7359
|
+
const T = a.map((E, S) => {
|
|
7360
|
+
if (S === a.length - 1) {
|
|
7361
7361
|
const L = f(i);
|
|
7362
7362
|
return p(L) === "initia" ? J(l).bech32 : l;
|
|
7363
7363
|
}
|
|
7364
|
-
const $ = f(E), C = p($), A = f(r),
|
|
7364
|
+
const $ = f(E), C = p($), A = f(r), D = p(A);
|
|
7365
7365
|
switch (C) {
|
|
7366
7366
|
case "initia":
|
|
7367
7367
|
return d;
|
|
7368
7368
|
case "evm":
|
|
7369
7369
|
return u;
|
|
7370
7370
|
case "cosmos": {
|
|
7371
|
-
if (
|
|
7371
|
+
if (D === "cosmos")
|
|
7372
7372
|
return Gi($.bech32_prefix, Qi(c).data);
|
|
7373
7373
|
if (!w) throw new Error("Pubkey not found");
|
|
7374
7374
|
return hu(Xa(w), $.bech32_prefix);
|
|
@@ -7418,7 +7418,7 @@ const G2 = ({ addressList: e }) => {
|
|
|
7418
7418
|
});
|
|
7419
7419
|
return r ? /* @__PURE__ */ o($e, { children: /* @__PURE__ */ o(le.White, { loading: "Checking approvals..." }) }) : a && a.length > 0 && !c ? /* @__PURE__ */ o($e, { extra: /* @__PURE__ */ o(we, { level: "error", children: d?.message }), children: /* @__PURE__ */ o(le.White, { onClick: () => i(), loading: l && "Approving tokens...", children: "Approve tokens" }) }) : t;
|
|
7420
7420
|
}, ld = ({ addressList: e, signedOpHook: t, children: n }) => {
|
|
7421
|
-
const s = We(), { route: a, values: r } =
|
|
7421
|
+
const s = We(), { route: a, values: r } = Pt(), [i, c] = W(void 0), [l, d] = W(!1), [u, m] = W(null), f = JSON.stringify(e), p = JSON.stringify(a.operations), g = JSON.stringify(t ?? null), _ = x(() => e, [f]), y = x(() => a.operations, [p]), w = x(() => t, [g]);
|
|
7422
7422
|
return G(() => {
|
|
7423
7423
|
let v = !1;
|
|
7424
7424
|
return (async () => {
|
|
@@ -7466,7 +7466,7 @@ const G2 = ({ addressList: e }) => {
|
|
|
7466
7466
|
s
|
|
7467
7467
|
]), u ? /* @__PURE__ */ o(id, { error: u }) : l || !i ? /* @__PURE__ */ o($e, { children: /* @__PURE__ */ o(le.White, { loading: "Fetching messages..." }) }) : n(i);
|
|
7468
7468
|
}, dd = ({ children: e }) => {
|
|
7469
|
-
const { route: t } =
|
|
7469
|
+
const { route: t } = Pt(), n = G0();
|
|
7470
7470
|
return t.required_op_hook && !n.data ? /* @__PURE__ */ o($e, { extra: /* @__PURE__ */ o(we, { level: "error", children: n.error?.message }), children: /* @__PURE__ */ o(
|
|
7471
7471
|
le.White,
|
|
7472
7472
|
{
|
|
@@ -7532,11 +7532,11 @@ const Y2 = "_button_17r1o_1", Z2 = "_claimed_17r1o_24", Ii = {
|
|
|
7532
7532
|
}
|
|
7533
7533
|
});
|
|
7534
7534
|
return y ? /* @__PURE__ */ h("div", { className: Ii.claimed, children: [
|
|
7535
|
-
/* @__PURE__ */ o(
|
|
7535
|
+
/* @__PURE__ */ o(Po, { size: 14 }),
|
|
7536
7536
|
/* @__PURE__ */ o("span", { children: "Claimed" })
|
|
7537
7537
|
] }) : /* @__PURE__ */ o("button", { className: Ii.button, onClick: () => v(), disabled: k, children: "Claim" });
|
|
7538
7538
|
}, X2 = ({ children: e }) => {
|
|
7539
|
-
const { withdrawalTx: t } = ia(), n = U0(t.bridge_id), s = K0(t), a =
|
|
7539
|
+
const { withdrawalTx: t } = ia(), n = U0(t.bridge_id), s = K0(t), a = x(() => {
|
|
7540
7540
|
if (!s) return null;
|
|
7541
7541
|
const { bridge_config: r } = n, { output_proposal: i } = s;
|
|
7542
7542
|
return Eu(
|
|
@@ -7546,7 +7546,7 @@ const Y2 = "_button_17r1o_1", Z2 = "_claimed_17r1o_24", Ii = {
|
|
|
7546
7546
|
}, [n, s]);
|
|
7547
7547
|
return e(a);
|
|
7548
7548
|
}, md = 1e3, ew = 60, tw = 60, nw = 24, Ha = md * ew, Ga = Ha * tw, Ai = Ga * nw, sw = ({ date: e }) => {
|
|
7549
|
-
const t =
|
|
7549
|
+
const t = Se(() => {
|
|
7550
7550
|
const d = (/* @__PURE__ */ new Date()).getTime(), m = e.getTime() - d;
|
|
7551
7551
|
if (m <= 0)
|
|
7552
7552
|
return { days: 0, hours: 0, minutes: 0, seconds: 0 };
|
|
@@ -7570,20 +7570,20 @@ const Y2 = "_button_17r1o_1", Z2 = "_claimed_17r1o_24", Ii = {
|
|
|
7570
7570
|
a(l),
|
|
7571
7571
|
"s"
|
|
7572
7572
|
] }) });
|
|
7573
|
-
}, ow = "_container_1lz3w_1", aw = "_title_1lz3w_5",
|
|
7573
|
+
}, ow = "_container_1lz3w_1", aw = "_title_1lz3w_5", Si = {
|
|
7574
7574
|
container: ow,
|
|
7575
7575
|
title: aw
|
|
7576
|
-
}, rw = ({ date: e }) => /* @__PURE__ */ h("div", { className:
|
|
7577
|
-
/* @__PURE__ */ o("div", { className:
|
|
7576
|
+
}, rw = ({ date: e }) => /* @__PURE__ */ h("div", { className: Si.container, children: [
|
|
7577
|
+
/* @__PURE__ */ o("div", { className: Si.title, children: "Claimable in" }),
|
|
7578
7578
|
/* @__PURE__ */ o(sw, { date: e })
|
|
7579
|
-
] }), iw = "_container_1oldz_1", cw = "_icon_1oldz_7",
|
|
7579
|
+
] }), iw = "_container_1oldz_1", cw = "_icon_1oldz_7", xi = {
|
|
7580
7580
|
container: iw,
|
|
7581
7581
|
icon: cw
|
|
7582
7582
|
}, lw = "Withdrawal will begin within an hour", Ti = () => {
|
|
7583
7583
|
const e = Jo();
|
|
7584
|
-
return /* @__PURE__ */ h("div", { className:
|
|
7584
|
+
return /* @__PURE__ */ h("div", { className: xi.container, children: [
|
|
7585
7585
|
/* @__PURE__ */ o("span", { children: "In progress" }),
|
|
7586
|
-
!e && /* @__PURE__ */ o(Vs, { label: lw, children: /* @__PURE__ */ o("span", { className:
|
|
7586
|
+
!e && /* @__PURE__ */ o(Vs, { label: lw, children: /* @__PURE__ */ o("span", { className: xi.icon, children: /* @__PURE__ */ o(nr, { size: 12 }) }) })
|
|
7587
7587
|
] });
|
|
7588
7588
|
}, dw = ({ children: e }) => {
|
|
7589
7589
|
const { withdrawalTx: t } = ia(), n = V0(t.bridge_id), s = t.output_index > Number(n?.output_index);
|
|
@@ -7620,7 +7620,7 @@ const Y2 = "_button_17r1o_1", Z2 = "_claimed_17r1o_24", Ii = {
|
|
|
7620
7620
|
}, ww = ({ chain: e }) => {
|
|
7621
7621
|
const t = e.metadata?.executor_uri;
|
|
7622
7622
|
if (!t) throw new Error("Executor URL is not defined");
|
|
7623
|
-
const { data: n, fetchNextPage: s, hasNextPage: a, isFetching: r } = F0(t), i =
|
|
7623
|
+
const { data: n, fetchNextPage: s, hasNextPage: a, isFetching: r } = F0(t), i = x(() => n?.pages.flat() ?? [], [n]), { syncReminders: c } = Yn();
|
|
7624
7624
|
return G(() => {
|
|
7625
7625
|
const l = i.map((d) => ({
|
|
7626
7626
|
chainId: e.chainId,
|
|
@@ -7668,17 +7668,17 @@ const Y2 = "_button_17r1o_1", Z2 = "_claimed_17r1o_24", Ii = {
|
|
|
7668
7668
|
staleTime: V.INFINITY,
|
|
7669
7669
|
gcTime: V.INFINITY,
|
|
7670
7670
|
retry: 2
|
|
7671
|
-
}),
|
|
7672
|
-
page:
|
|
7673
|
-
pageTop:
|
|
7671
|
+
}), Sw = "_page_13y8q_1", xw = "_pageTop_13y8q_19", Tw = "_backButtonFixed_13y8q_63", $w = "_listItem_13y8q_64", Ew = "_socialButton_13y8q_65", Lw = "_arrowIcon_13y8q_66", qw = "_searchInputUnderline_13y8q_67", Mw = "_header_13y8q_72", Pw = "_title_13y8q_81", Rw = "_headerSpacer_13y8q_116", Dw = "_icon_13y8q_120", Bw = "_installedText_13y8q_124", Ow = "_divider_13y8q_131", Uw = "_dividerText_13y8q_152", Fw = "_loading_13y8q_193", Vw = "_socialIcons_13y8q_198", Kw = "_socialText_13y8q_204", Ww = "_searchWrapper_13y8q_214", jw = "_scrollable_13y8q_248", zw = "_list_13y8q_64", Hw = "_listIconWrapper_13y8q_332", Gw = "_moreIconSmall_13y8q_342", Qw = "_externalLinkIcon_13y8q_364", Yw = "_listName_13y8q_368", Zw = "_listNameMuted_13y8q_381", Jw = "_recentBadge_13y8q_394", Xw = "_learnMoreLink_13y8q_408", U = {
|
|
7672
|
+
page: Sw,
|
|
7673
|
+
pageTop: xw,
|
|
7674
7674
|
backButtonFixed: Tw,
|
|
7675
7675
|
listItem: $w,
|
|
7676
7676
|
socialButton: Ew,
|
|
7677
7677
|
arrowIcon: Lw,
|
|
7678
7678
|
searchInputUnderline: qw,
|
|
7679
7679
|
header: Mw,
|
|
7680
|
-
title:
|
|
7681
|
-
headerSpacer:
|
|
7680
|
+
title: Pw,
|
|
7681
|
+
headerSpacer: Rw,
|
|
7682
7682
|
icon: Dw,
|
|
7683
7683
|
installedText: Bw,
|
|
7684
7684
|
divider: Ow,
|
|
@@ -7716,11 +7716,11 @@ const Y2 = "_button_17r1o_1", Z2 = "_claimed_17r1o_24", Ii = {
|
|
|
7716
7716
|
isError: d,
|
|
7717
7717
|
isLoading: u,
|
|
7718
7718
|
isFetching: m
|
|
7719
|
-
} = Aw(), f = u || m && l.length === 0, p =
|
|
7719
|
+
} = Aw(), f = u || m && l.length === 0, p = x(() => {
|
|
7720
7720
|
if (!i) return e;
|
|
7721
7721
|
const _ = i.toLowerCase();
|
|
7722
7722
|
return e.filter((y) => y.name.toLowerCase().includes(_));
|
|
7723
|
-
}, [e, i]), g =
|
|
7723
|
+
}, [e, i]), g = x(() => {
|
|
7724
7724
|
const _ = new Set(
|
|
7725
7725
|
e.map((w) => Ao(w.name))
|
|
7726
7726
|
), y = i.toLowerCase();
|
|
@@ -7751,7 +7751,7 @@ const Y2 = "_button_17r1o_1", Z2 = "_claimed_17r1o_24", Ii = {
|
|
|
7751
7751
|
"button",
|
|
7752
7752
|
{
|
|
7753
7753
|
type: "button",
|
|
7754
|
-
className:
|
|
7754
|
+
className: P(U.listItem, { [U.loading]: b }),
|
|
7755
7755
|
onClick: () => a(_),
|
|
7756
7756
|
disabled: t || !N,
|
|
7757
7757
|
"aria-busy": b,
|
|
@@ -7764,7 +7764,7 @@ const Y2 = "_button_17r1o_1", Z2 = "_claimed_17r1o_24", Ii = {
|
|
|
7764
7764
|
`connector:${v}`
|
|
7765
7765
|
);
|
|
7766
7766
|
}),
|
|
7767
|
-
f && /* @__PURE__ */ h("div", { className:
|
|
7767
|
+
f && /* @__PURE__ */ h("div", { className: P(U.listItem, U.loading), role: "status", "aria-live": "polite", children: [
|
|
7768
7768
|
/* @__PURE__ */ o("div", { className: U.listIconWrapper, children: /* @__PURE__ */ o($t, { size: 16 }) }),
|
|
7769
7769
|
/* @__PURE__ */ o("span", { className: U.listNameMuted, children: "Loading more wallets..." })
|
|
7770
7770
|
] }),
|
|
@@ -7902,7 +7902,7 @@ const Y2 = "_button_17r1o_1", Z2 = "_claimed_17r1o_24", Ii = {
|
|
|
7902
7902
|
"button",
|
|
7903
7903
|
{
|
|
7904
7904
|
type: "button",
|
|
7905
|
-
className:
|
|
7905
|
+
className: P(U.socialButton, {
|
|
7906
7906
|
[U.loading]: s === t.id
|
|
7907
7907
|
}),
|
|
7908
7908
|
onClick: () => r(t),
|
|
@@ -7927,7 +7927,7 @@ const Y2 = "_button_17r1o_1", Z2 = "_claimed_17r1o_24", Ii = {
|
|
|
7927
7927
|
"button",
|
|
7928
7928
|
{
|
|
7929
7929
|
type: "button",
|
|
7930
|
-
className:
|
|
7930
|
+
className: P(U.listItem, { [U.loading]: v }),
|
|
7931
7931
|
onClick: () => r(g),
|
|
7932
7932
|
disabled: n,
|
|
7933
7933
|
"aria-busy": v,
|
|
@@ -8011,13 +8011,13 @@ const Y2 = "_button_17r1o_1", Z2 = "_claimed_17r1o_24", Ii = {
|
|
|
8011
8011
|
onSuccess: () => {
|
|
8012
8012
|
e?.();
|
|
8013
8013
|
}
|
|
8014
|
-
}), f =
|
|
8014
|
+
}), f = x(
|
|
8015
8015
|
() => [...t].sort((_, y) => _.id === s ? -1 : y.id === s ? 1 : _.name.localeCompare(y.name)),
|
|
8016
8016
|
[t, s]
|
|
8017
|
-
), p =
|
|
8017
|
+
), p = x(
|
|
8018
8018
|
() => f.find((_) => _.id === po.id),
|
|
8019
8019
|
[f]
|
|
8020
|
-
), g =
|
|
8020
|
+
), g = x(
|
|
8021
8021
|
() => f.filter((_) => _.id !== po.id),
|
|
8022
8022
|
[f]
|
|
8023
8023
|
);
|
|
@@ -8100,7 +8100,7 @@ function hb() {
|
|
|
8100
8100
|
return { chains: t ?? [], error: n };
|
|
8101
8101
|
}
|
|
8102
8102
|
function Mr() {
|
|
8103
|
-
const e = We(), t =
|
|
8103
|
+
const e = We(), t = Rs(), n = se(), { chains: s, error: a } = hb(), r = x(() => s.map(({ chain_id: d }) => d), [s]), { data: i, error: c, isLoading: l } = ve({
|
|
8104
8104
|
queryKey: Ie.allBalances(r, [t, n]).queryKey,
|
|
8105
8105
|
queryFn: () => {
|
|
8106
8106
|
const d = Object.fromEntries(
|
|
@@ -8119,13 +8119,13 @@ function Mr() {
|
|
|
8119
8119
|
});
|
|
8120
8120
|
return { data: i, error: c, isLoading: l, chainsError: a };
|
|
8121
8121
|
}
|
|
8122
|
-
function
|
|
8122
|
+
function Pr() {
|
|
8123
8123
|
const { localOptions: e = [] } = nt(), t = Ke(), n = We(), { data: s, isLoading: a } = ve({
|
|
8124
8124
|
queryKey: Ie.allAssets().queryKey,
|
|
8125
8125
|
queryFn: () => n.get("v2/fungible/assets").json(),
|
|
8126
8126
|
staleTime: V.MINUTE
|
|
8127
8127
|
});
|
|
8128
|
-
return { data:
|
|
8128
|
+
return { data: x(() => {
|
|
8129
8129
|
if (s) {
|
|
8130
8130
|
const i = Object.values(s.chain_to_assets_map).flatMap(
|
|
8131
8131
|
(l) => l?.assets ?? []
|
|
@@ -8153,7 +8153,7 @@ function Rr() {
|
|
|
8153
8153
|
});
|
|
8154
8154
|
}, [e, s, t]), isLoading: a };
|
|
8155
8155
|
}
|
|
8156
|
-
function
|
|
8156
|
+
function Rr(e) {
|
|
8157
8157
|
const { local: t } = js(e), n = Us(), { watch: s } = tn(), a = s(), r = a[t.chainIdKey], i = a[t.denomKey];
|
|
8158
8158
|
return n.find(({ denom: c, chain_id: l }) => i === c && l === r) || null;
|
|
8159
8159
|
}
|
|
@@ -8162,15 +8162,15 @@ function fb(e) {
|
|
|
8162
8162
|
return n.find(({ denom: c, chain_id: l }) => i === c && l === r) || null;
|
|
8163
8163
|
}
|
|
8164
8164
|
function pd(e) {
|
|
8165
|
-
const t = Us(), n = na(), s = Ut(), a =
|
|
8165
|
+
const t = Us(), n = na(), s = Ut(), a = Sr(), { data: r, isLoading: i } = Mr(), { remoteOptions: c = [] } = nt(), l = Rr(e);
|
|
8166
8166
|
if (!l) return { ...ub, isLoading: i };
|
|
8167
8167
|
const d = db(l.symbol), u = d?.sourceSymbol ?? l.symbol, m = c.length > 0, f = d?.extraExternalOptions ?? [], p = d?.extraInitiaSourceSymbols ?? [], g = d?.externalChainListSource ?? "supported-assets", _ = new Map(n.map((N) => [N.chain_id, N])), y = t.filter(({ symbol: N, denom: I, chain_id: T }) => {
|
|
8168
|
+
if (m)
|
|
8169
|
+
return c.some((D) => Li(D, T, I));
|
|
8168
8170
|
const E = f.some(
|
|
8169
|
-
(
|
|
8170
|
-
),
|
|
8171
|
-
return
|
|
8172
|
-
(L) => Li(L, T, I)
|
|
8173
|
-
) || C : A || C;
|
|
8171
|
+
(D) => Li(D, T, I)
|
|
8172
|
+
), S = _.get(T), $ = !!S && a(S.chain_id) && p.includes(N), C = E || $;
|
|
8173
|
+
return N === l.symbol || C;
|
|
8174
8174
|
}).map((N) => {
|
|
8175
8175
|
if (N.hidden || N.chain_id === l.chain_id) return null;
|
|
8176
8176
|
const I = s(N.chain_id);
|
|
@@ -8246,7 +8246,7 @@ function wb({
|
|
|
8246
8246
|
description: `You can deposit ${e} using ${t} from ${i}.`
|
|
8247
8247
|
} : { title: a, description: `You can deposit ${e} from ${i}.` } : l ? { title: a, description: `You can deposit ${e} ${c}.` } : { title: a, description: "No deposit sources are currently available." };
|
|
8248
8248
|
}
|
|
8249
|
-
const bb = "_container_pjkfr_1", vb = "_title_pjkfr_5", Nb = "_close_pjkfr_12", kb = "_emptyIcon_pjkfr_24", Cb = "_empty_pjkfr_24", Ib = "_emptyDescription_pjkfr_39", Ab = "_list_pjkfr_60",
|
|
8249
|
+
const bb = "_container_pjkfr_1", vb = "_title_pjkfr_5", Nb = "_close_pjkfr_12", kb = "_emptyIcon_pjkfr_24", Cb = "_empty_pjkfr_24", Ib = "_emptyDescription_pjkfr_39", Ab = "_list_pjkfr_60", Sb = "_asset_pjkfr_75", xb = "_placeholder_pjkfr_91", Tb = "_activeAsset_pjkfr_104", $b = "_iconContainer_pjkfr_108", Eb = "_assetIcon_pjkfr_118", Lb = "_chainIcon_pjkfr_128", qb = "_assetPlaceholder_pjkfr_142", Mb = "_assetName_pjkfr_163", Pb = "_assetChain_pjkfr_178", Rb = "_balance_pjkfr_186", Db = "_value_pjkfr_195", pe = {
|
|
8250
8250
|
container: bb,
|
|
8251
8251
|
title: vb,
|
|
8252
8252
|
close: Nb,
|
|
@@ -8254,16 +8254,16 @@ const bb = "_container_pjkfr_1", vb = "_title_pjkfr_5", Nb = "_close_pjkfr_12",
|
|
|
8254
8254
|
empty: Cb,
|
|
8255
8255
|
emptyDescription: Ib,
|
|
8256
8256
|
list: Ab,
|
|
8257
|
-
asset:
|
|
8258
|
-
placeholder:
|
|
8257
|
+
asset: Sb,
|
|
8258
|
+
placeholder: xb,
|
|
8259
8259
|
activeAsset: Tb,
|
|
8260
8260
|
iconContainer: $b,
|
|
8261
8261
|
assetIcon: Eb,
|
|
8262
8262
|
chainIcon: Lb,
|
|
8263
8263
|
assetPlaceholder: qb,
|
|
8264
8264
|
assetName: Mb,
|
|
8265
|
-
assetChain:
|
|
8266
|
-
balance:
|
|
8265
|
+
assetChain: Pb,
|
|
8266
|
+
balance: Rb,
|
|
8267
8267
|
value: Db
|
|
8268
8268
|
}, Bb = ({ mode: e }) => {
|
|
8269
8269
|
const { external: t } = js(e), {
|
|
@@ -8273,7 +8273,7 @@ const bb = "_container_pjkfr_1", vb = "_title_pjkfr_5", Nb = "_close_pjkfr_12",
|
|
|
8273
8273
|
appchainSourceSymbols: r,
|
|
8274
8274
|
externalSourceSymbol: i,
|
|
8275
8275
|
localSymbol: c
|
|
8276
|
-
} = pd(e), { setValue: l, watch: d } = tn(), u =
|
|
8276
|
+
} = pd(e), { setValue: l, watch: d } = tn(), u = Rr(e), { data: m } = Pr(), { theme: f } = te(), p = d(), g = p[t.denomKey], _ = p[t.chainIdKey], y = !s && n.length === 1 ? `${n[0].chain.chain_id}:${n[0].asset.denom}` : "", w = fn(() => {
|
|
8277
8277
|
if (!y) return;
|
|
8278
8278
|
const [{ asset: k, chain: b }] = n;
|
|
8279
8279
|
if (g === k.denom && _ === b.chain_id) {
|
|
@@ -8328,7 +8328,7 @@ const bb = "_container_pjkfr_1", vb = "_title_pjkfr_5", Nb = "_close_pjkfr_12",
|
|
|
8328
8328
|
" "
|
|
8329
8329
|
] }),
|
|
8330
8330
|
/* @__PURE__ */ h("div", { className: pe.list, children: [
|
|
8331
|
-
s && Array.from({ length: 5 }).map((k, b) => /* @__PURE__ */ h("div", { className:
|
|
8331
|
+
s && Array.from({ length: 5 }).map((k, b) => /* @__PURE__ */ h("div", { className: P(pe.asset, pe.placeholder), children: [
|
|
8332
8332
|
/* @__PURE__ */ h("div", { className: pe.iconContainer, children: [
|
|
8333
8333
|
/* @__PURE__ */ o("div", { className: pe.assetIcon }),
|
|
8334
8334
|
/* @__PURE__ */ o("div", { className: pe.chainIcon })
|
|
@@ -8342,7 +8342,7 @@ const bb = "_container_pjkfr_1", vb = "_title_pjkfr_5", Nb = "_close_pjkfr_12",
|
|
|
8342
8342
|
return /* @__PURE__ */ h(
|
|
8343
8343
|
"button",
|
|
8344
8344
|
{
|
|
8345
|
-
className:
|
|
8345
|
+
className: P(pe.asset, I && pe.activeAsset),
|
|
8346
8346
|
onClick: () => {
|
|
8347
8347
|
l(t.denomKey, k.denom), l(t.chainIdKey, b.chain_id), e === "deposit" && l("quantity", ""), l("page", "fields");
|
|
8348
8348
|
},
|
|
@@ -8361,7 +8361,7 @@ const bb = "_container_pjkfr_1", vb = "_title_pjkfr_5", Nb = "_close_pjkfr_12",
|
|
|
8361
8361
|
/* @__PURE__ */ h("p", { className: pe.assetName, children: [
|
|
8362
8362
|
k.symbol,
|
|
8363
8363
|
" ",
|
|
8364
|
-
I && /* @__PURE__ */ o("span", { children: /* @__PURE__ */ o(
|
|
8364
|
+
I && /* @__PURE__ */ o("span", { children: /* @__PURE__ */ o(Ss, { size: 16 }) })
|
|
8365
8365
|
] }),
|
|
8366
8366
|
/* @__PURE__ */ h("p", { className: pe.assetChain, children: [
|
|
8367
8367
|
"on ",
|
|
@@ -8384,7 +8384,7 @@ const bb = "_container_pjkfr_1", vb = "_title_pjkfr_5", Nb = "_close_pjkfr_12",
|
|
|
8384
8384
|
asset: Fb,
|
|
8385
8385
|
imgPlaceholder: Vb
|
|
8386
8386
|
}, Kb = ({ mode: e }) => {
|
|
8387
|
-
const { local: t, external: n } = js(e), { setValue: s } = tn(), { data: a, isLoading: r } =
|
|
8387
|
+
const { local: t, external: n } = js(e), { setValue: s } = tn(), { data: a, isLoading: r } = Pr(), [i, c] = Jd(), l = (u, m) => {
|
|
8388
8388
|
s(t.denomKey, u), s(t.chainIdKey, m), s("quantity", ""), s(n.denomKey, ""), s(n.chainIdKey, ""), c(() => {
|
|
8389
8389
|
s("page", e === "withdraw" ? "fields" : "select-external");
|
|
8390
8390
|
});
|
|
@@ -8450,11 +8450,11 @@ function Qa({ type: e }) {
|
|
|
8450
8450
|
/* @__PURE__ */ o("p", { className: De.error, children: a?.error }),
|
|
8451
8451
|
/* @__PURE__ */ o(le.White, { fullWidth: !0, onClick: t, children: "Close" })
|
|
8452
8452
|
] });
|
|
8453
|
-
const T = bs(u.estimated_route_duration_seconds), E = new URLSearchParams({ tx_hash: c, chain_id: l }),
|
|
8453
|
+
const T = bs(u.estimated_route_duration_seconds), E = new URLSearchParams({ tx_hash: c, chain_id: l }), S = new URL(`?${E.toString()}`, "https://explorer.skip.build"), $ = () => /* @__PURE__ */ h("div", { className: De.linkContainer, children: [
|
|
8454
8454
|
/* @__PURE__ */ o(
|
|
8455
8455
|
"a",
|
|
8456
8456
|
{
|
|
8457
|
-
href:
|
|
8457
|
+
href: S.toString(),
|
|
8458
8458
|
target: "_blank",
|
|
8459
8459
|
rel: "noopener noreferrer",
|
|
8460
8460
|
className: De.link,
|
|
@@ -8536,7 +8536,7 @@ function Qa({ type: e }) {
|
|
|
8536
8536
|
const tv = qe("interwovenkit:tx-gas-estimate", {
|
|
8537
8537
|
estimate: (e) => [e]
|
|
8538
8538
|
}), nv = ({ tx: e, children: t }) => {
|
|
8539
|
-
const { values: n } =
|
|
8539
|
+
const { values: n } = Pt(), { srcChainId: s } = n, a = se(), r = Ms(), i = jo(), { data: c, isLoading: l } = ve({
|
|
8540
8540
|
queryKey: tv.estimate({ tx: e, address: a, chainId: s }).queryKey,
|
|
8541
8541
|
queryFn: async () => {
|
|
8542
8542
|
if (!("cosmos_tx" in e) || !e.cosmos_tx.msgs) return null;
|
|
@@ -8607,7 +8607,7 @@ const av = "_container_eg177_1", rv = "_back_eg177_6", iv = "_title_eg177_18", c
|
|
|
8607
8607
|
detailToken: kv,
|
|
8608
8608
|
minimumReceived: Cv
|
|
8609
8609
|
}, _d = ({ renderFee: e }) => {
|
|
8610
|
-
const { route: t } = nt(), { values: n } =
|
|
8610
|
+
const { route: t } = nt(), { values: n } = Pt(), { dstDenom: s, dstChainId: a } = n, i = Us().find(
|
|
8611
8611
|
({ denom: p, chain_id: g }) => p === s && g === a
|
|
8612
8612
|
), c = se(), l = $l(), [d, u] = Lo(!1), m = t && t.estimated_route_duration_seconds > 60;
|
|
8613
8613
|
if (!t || !i) return null;
|
|
@@ -8654,13 +8654,13 @@ const av = "_container_eg177_1", rv = "_back_eg177_6", iv = "_title_eg177_18", c
|
|
|
8654
8654
|
/* @__PURE__ */ o(
|
|
8655
8655
|
"p",
|
|
8656
8656
|
{
|
|
8657
|
-
className:
|
|
8657
|
+
className: P(Q.detailValue),
|
|
8658
8658
|
style: m ? { color: "var(--warning)" } : void 0,
|
|
8659
8659
|
children: bs(t.estimated_route_duration_seconds)
|
|
8660
8660
|
}
|
|
8661
8661
|
)
|
|
8662
8662
|
] }),
|
|
8663
|
-
/* @__PURE__ */ h("div", { className:
|
|
8663
|
+
/* @__PURE__ */ h("div", { className: P(Q.detail, Q.minimumReceived), children: [
|
|
8664
8664
|
/* @__PURE__ */ o("p", { className: Q.detailLabel, children: "Minimum received" }),
|
|
8665
8665
|
/* @__PURE__ */ h("p", { className: Q.detailValue, children: [
|
|
8666
8666
|
/* @__PURE__ */ o("img", { src: i.logo_uri, alt: i.symbol, className: Q.detailToken }),
|
|
@@ -8671,25 +8671,25 @@ const av = "_container_eg177_1", rv = "_back_eg177_6", iv = "_title_eg177_18", c
|
|
|
8671
8671
|
] })
|
|
8672
8672
|
] })
|
|
8673
8673
|
] }) });
|
|
8674
|
-
}, Iv = "_trigger_1c7d7_1", Av = "_item_1c7d7_5",
|
|
8674
|
+
}, Iv = "_trigger_1c7d7_1", Av = "_item_1c7d7_5", Sv = "_itemText_1c7d7_13", xv = {
|
|
8675
8675
|
trigger: Iv,
|
|
8676
8676
|
item: Av,
|
|
8677
|
-
itemText:
|
|
8677
|
+
itemText: Sv
|
|
8678
8678
|
}, Tv = ({ tx: e, gas: t, confirmMessage: n, onCompleted: s }) => {
|
|
8679
|
-
const { values: a } =
|
|
8679
|
+
const { values: a } = Pt(), { srcChainId: r, srcDenom: i, quantity: c } = a, d = Us().find(
|
|
8680
8680
|
({ denom: C, chain_id: A }) => C === i && A === r
|
|
8681
8681
|
), u = _t(r), m = Es(u), f = pr(u), p = gr(u), g = qt(u), _ = f.map(
|
|
8682
8682
|
({ amount: C, denom: A }) => $o(Math.ceil(t * Fn), Eo.fromString(C + A))
|
|
8683
8683
|
), y = _.map((C) => C.amount[0]), w = (C) => {
|
|
8684
|
-
const A = m.find((F) => F.denom === C)?.amount ?? "0",
|
|
8684
|
+
const A = m.find((F) => F.denom === C)?.amount ?? "0", D = y.find((F) => F.denom === C)?.amount ?? "0", L = d && i === C ? B(c || "0").times(B(10).pow(d.decimals)).toFixed(0) : "0", q = B(D).plus(L), R = B(A).gte(q), { symbol: j, decimals: K } = g(C);
|
|
8685
8685
|
return {
|
|
8686
8686
|
symbol: j,
|
|
8687
8687
|
decimals: K,
|
|
8688
|
-
spend:
|
|
8689
|
-
fee:
|
|
8688
|
+
spend: B(L).gt(0) ? L : null,
|
|
8689
|
+
fee: D,
|
|
8690
8690
|
total: q.toFixed(),
|
|
8691
8691
|
balance: A,
|
|
8692
|
-
isSufficient:
|
|
8692
|
+
isSufficient: R
|
|
8693
8693
|
};
|
|
8694
8694
|
}, v = () => {
|
|
8695
8695
|
if (!y.length) return null;
|
|
@@ -8701,24 +8701,24 @@ const av = "_container_eg177_1", rv = "_back_eg177_6", iv = "_title_eg177_18", c
|
|
|
8701
8701
|
return y[0]?.denom;
|
|
8702
8702
|
}, [k, b] = W(v), N = _.find((C) => C.amount[0].denom === k) ?? void 0, I = k ? w(k) : null, T = I && !I.isSufficient ? "Insufficient balance" : void 0, E = (C, A) => {
|
|
8703
8703
|
if (_e(C, { decimals: A }) === "0.000000") return 8;
|
|
8704
|
-
},
|
|
8705
|
-
const [{ amount: A, denom:
|
|
8706
|
-
if (
|
|
8707
|
-
const { symbol: L, decimals: q } = g(
|
|
8708
|
-
return `${_e(A, { decimals: q, dp:
|
|
8704
|
+
}, S = (C) => {
|
|
8705
|
+
const [{ amount: A, denom: D }] = C.amount;
|
|
8706
|
+
if (B(A).isZero()) return "0";
|
|
8707
|
+
const { symbol: L, decimals: q } = g(D), R = E(A, q);
|
|
8708
|
+
return `${_e(A, { decimals: q, dp: R })} ${L}`;
|
|
8709
8709
|
}, $ = () => {
|
|
8710
8710
|
if (_.length === 0) return null;
|
|
8711
8711
|
if (_.length === 1)
|
|
8712
|
-
return /* @__PURE__ */ o("span", { className: "monospace", children:
|
|
8712
|
+
return /* @__PURE__ */ o("span", { className: "monospace", children: S(_[0]) });
|
|
8713
8713
|
if (!N || !k) return null;
|
|
8714
|
-
const C = _.map((
|
|
8715
|
-
const [{ denom: j }] =
|
|
8714
|
+
const C = _.map((R) => {
|
|
8715
|
+
const [{ denom: j }] = R.amount, { symbol: K } = g(j);
|
|
8716
8716
|
return {
|
|
8717
8717
|
value: j,
|
|
8718
|
-
label:
|
|
8718
|
+
label: S(R),
|
|
8719
8719
|
triggerLabel: K
|
|
8720
8720
|
};
|
|
8721
|
-
}), [{ amount: A, denom:
|
|
8721
|
+
}), [{ amount: A, denom: D }] = N.amount, { decimals: L } = g(D), q = E(A, L);
|
|
8722
8722
|
return /* @__PURE__ */ h("div", { style: { display: "flex", alignItems: "center", gap: "8px" }, children: [
|
|
8723
8723
|
/* @__PURE__ */ o("span", { className: "monospace", children: _e(A, { decimals: L, dp: q }) }),
|
|
8724
8724
|
/* @__PURE__ */ o(
|
|
@@ -8727,7 +8727,7 @@ const av = "_container_eg177_1", rv = "_back_eg177_6", iv = "_title_eg177_18", c
|
|
|
8727
8727
|
options: C,
|
|
8728
8728
|
value: k,
|
|
8729
8729
|
onChange: b,
|
|
8730
|
-
classNames:
|
|
8730
|
+
classNames: xv
|
|
8731
8731
|
}
|
|
8732
8732
|
)
|
|
8733
8733
|
] });
|
|
@@ -8770,17 +8770,17 @@ const av = "_container_eg177_1", rv = "_back_eg177_6", iv = "_title_eg177_18", c
|
|
|
8770
8770
|
}
|
|
8771
8771
|
);
|
|
8772
8772
|
}, Lv = ({ mode: e }) => {
|
|
8773
|
-
const t = js(e), n = Le(), s = nt(), { data: a } =
|
|
8773
|
+
const t = js(e), n = Le(), s = nt(), { data: a } = Pr(), r = Ut(), { data: i, error: c, chainsError: l } = Mr(), d = Rs(), { watch: u, setValue: m, getValues: f } = tn(), p = u(), { srcChainId: g, srcDenom: _, quantity: y = "" } = p, w = p[t.external.denomKey], v = p[t.external.chainIdKey], k = Rr(e), b = fb(e), { data: N, isLoading: I } = pd(e), T = !I && N.length === 1, E = e === "withdraw" && !I && N.length > 0 && new Set(N.map(({ chain: O }) => O.chain_id)).size === 1, S = I || !N.length ? null : T ? N[0] : E ? N.reduce((O, Pe) => {
|
|
8774
8774
|
const oe = Number(O.balance?.value_usd ?? 0);
|
|
8775
|
-
return Number(
|
|
8776
|
-
}, N[0]) : null, $ =
|
|
8775
|
+
return Number(Pe.balance?.value_usd ?? 0) > oe ? Pe : O;
|
|
8776
|
+
}, N[0]) : null, $ = S ? `${S.chain.chain_id}:${S.asset.denom}` : "", C = v ? r(v) : null, A = i?.[g]?.[_]?.amount, D = i?.[g]?.[_]?.price || 0, L = B(D || 0).times(y || 0), [q] = ic(y, 300), R = e === "withdraw" ? k : b, j = x(() => {
|
|
8777
8777
|
if (e === "deposit" && !b) return "Select asset";
|
|
8778
|
-
const O =
|
|
8778
|
+
const O = B(y || 0);
|
|
8779
8779
|
if (!O.isFinite() || O.lte(0)) return "Enter amount";
|
|
8780
|
-
const
|
|
8781
|
-
if (O.gt(
|
|
8780
|
+
const Pe = ue(A ?? "0", { decimals: R?.decimals || 6 });
|
|
8781
|
+
if (O.gt(Pe)) return "Insufficient balance";
|
|
8782
8782
|
if (e === "withdraw" && !b) return "Select destination";
|
|
8783
|
-
}, [e, y, A,
|
|
8783
|
+
}, [e, y, A, R, b]), {
|
|
8784
8784
|
data: K,
|
|
8785
8785
|
error: F,
|
|
8786
8786
|
dataUpdatedAt: ie
|
|
@@ -8802,14 +8802,14 @@ const av = "_container_eg177_1", rv = "_back_eg177_6", iv = "_title_eg177_18", c
|
|
|
8802
8802
|
ke();
|
|
8803
8803
|
}, [Ne, d]);
|
|
8804
8804
|
const Ce = fn(() => {
|
|
8805
|
-
if (!
|
|
8806
|
-
const { asset: O, chain:
|
|
8807
|
-
m(t.external.denomKey, O.denom), m(t.external.chainIdKey,
|
|
8805
|
+
if (!S || w && v) return;
|
|
8806
|
+
const { asset: O, chain: Pe } = S;
|
|
8807
|
+
m(t.external.denomKey, O.denom), m(t.external.chainIdKey, Pe.chain_id), e === "deposit" && m("quantity", "");
|
|
8808
8808
|
});
|
|
8809
8809
|
if (G(() => {
|
|
8810
8810
|
Ce();
|
|
8811
8811
|
}, [$]), !k || e === "deposit" && !b) return null;
|
|
8812
|
-
const je =
|
|
8812
|
+
const je = R?.decimals || 6, wt = e === "withdraw" ? "Select chain" : "Select asset", Ft = () => {
|
|
8813
8813
|
m("quantity", ""), m(t.external.denomKey, ""), m(t.external.chainIdKey, ""), (e === "withdraw" || T) && (m(t.local.denomKey, ""), m(t.local.chainIdKey, "")), m("page", e === "withdraw" || T ? "select-local" : "select-external");
|
|
8814
8814
|
}, bt = /* @__PURE__ */ h(z, { children: [
|
|
8815
8815
|
/* @__PURE__ */ o("p", { className: Q.label, children: e === "withdraw" ? "Destination" : "From" }),
|
|
@@ -8854,7 +8854,7 @@ const av = "_container_eg177_1", rv = "_back_eg177_6", iv = "_title_eg177_18", c
|
|
|
8854
8854
|
className: Q.maxButton,
|
|
8855
8855
|
onClick: () => {
|
|
8856
8856
|
const O = ue(A ?? "0", { decimals: je });
|
|
8857
|
-
|
|
8857
|
+
B(y || 0).eq(O) || m("quantity", O);
|
|
8858
8858
|
},
|
|
8859
8859
|
children: [
|
|
8860
8860
|
/* @__PURE__ */ o(Hn, { size: 16 }),
|
|
@@ -8902,9 +8902,9 @@ const av = "_container_eg177_1", rv = "_back_eg177_6", iv = "_title_eg177_18", c
|
|
|
8902
8902
|
fullWidth: !0,
|
|
8903
8903
|
children: F ? "No route found" : j
|
|
8904
8904
|
}
|
|
8905
|
-
) }) : /* @__PURE__ */ o(cd, { children: (O) => /* @__PURE__ */ o(dd, { children: (
|
|
8905
|
+
) }) : /* @__PURE__ */ o(cd, { children: (O) => /* @__PURE__ */ o(dd, { children: (Pe) => /* @__PURE__ */ o(ld, { addressList: O, signedOpHook: Pe, children: (oe) => /* @__PURE__ */ o(nv, { tx: oe, children: (Ue) => /* @__PURE__ */ o(Ev, { tx: oe, gas: Ue, mode: e }) }) }) }) })
|
|
8906
8906
|
] });
|
|
8907
|
-
}, qv = "_container_7nl9j_1", Mv = "_page_7nl9j_5",
|
|
8907
|
+
}, qv = "_container_7nl9j_1", Mv = "_page_7nl9j_5", Pi = {
|
|
8908
8908
|
container: qv,
|
|
8909
8909
|
page: Mv
|
|
8910
8910
|
}, yd = ({ mode: e }) => {
|
|
@@ -8919,8 +8919,8 @@ const av = "_container_eg177_1", rv = "_back_eg177_6", iv = "_title_eg177_18", c
|
|
|
8919
8919
|
dstChainId: ""
|
|
8920
8920
|
}
|
|
8921
8921
|
});
|
|
8922
|
-
return Mr(), /* @__PURE__ */ o(qo, { ...t, children: /* @__PURE__ */ o(
|
|
8923
|
-
},
|
|
8922
|
+
return Mr(), /* @__PURE__ */ o(qo, { ...t, children: /* @__PURE__ */ o(Pv, { mode: e }) });
|
|
8923
|
+
}, Pv = ({ mode: e }) => {
|
|
8924
8924
|
const { watch: t } = tn(), n = t("page"), s = uc(n, {
|
|
8925
8925
|
keys: n,
|
|
8926
8926
|
from: { opacity: 0 },
|
|
@@ -8939,8 +8939,8 @@ const av = "_container_eg177_1", rv = "_back_eg177_6", iv = "_title_eg177_18", c
|
|
|
8939
8939
|
return /* @__PURE__ */ o(Qa, { type: e });
|
|
8940
8940
|
}
|
|
8941
8941
|
};
|
|
8942
|
-
return /* @__PURE__ */ o(_s, { children: /* @__PURE__ */ o("div", { className:
|
|
8943
|
-
},
|
|
8942
|
+
return /* @__PURE__ */ o(_s, { children: /* @__PURE__ */ o("div", { className: Pi.container, children: s((r, i) => /* @__PURE__ */ o(Ts.div, { style: r, className: Pi.page, children: a(i) })) }) });
|
|
8943
|
+
}, Rv = () => /* @__PURE__ */ o(yd, { mode: "deposit" }), Dv = () => /* @__PURE__ */ o(yd, { mode: "withdraw" }), Bv = "_root_1lo0i_1", Ov = "_address_1lo0i_9", Uv = "_copy_1lo0i_19", Fv = "_labelWrapper_1lo0i_33", Vv = "_labelCopy_1lo0i_43", Kv = "_labelCopied_1lo0i_47", Wv = "_copied_1lo0i_55", jv = "_derived_1lo0i_65", zv = "_derivedLabel_1lo0i_79", Hv = "_derivedAddress_1lo0i_83", Gv = "_hexAddress_1lo0i_89", Qv = "_derivedCopy_1lo0i_94", He = {
|
|
8944
8944
|
root: Bv,
|
|
8945
8945
|
address: Ov,
|
|
8946
8946
|
copy: Uv,
|
|
@@ -8954,7 +8954,7 @@ const av = "_container_eg177_1", rv = "_back_eg177_6", iv = "_title_eg177_18", c
|
|
|
8954
8954
|
hexAddress: Gv,
|
|
8955
8955
|
derivedCopy: Qv
|
|
8956
8956
|
}, Yv = () => {
|
|
8957
|
-
const e = Je(null), t = Je(null), { initiaAddress: n, hexAddress: s } = dt(), a =
|
|
8957
|
+
const e = Je(null), t = Je(null), { initiaAddress: n, hexAddress: s } = dt(), a = xl("--gray-0");
|
|
8958
8958
|
return G(() => {
|
|
8959
8959
|
e.current && (t.current ? t.current.update({
|
|
8960
8960
|
data: n
|
|
@@ -8975,18 +8975,18 @@ const av = "_container_eg177_1", rv = "_back_eg177_6", iv = "_title_eg177_18", c
|
|
|
8975
8975
|
}, [n, a]), /* @__PURE__ */ o(Mt, { title: "Receive", children: /* @__PURE__ */ h("div", { className: He.root, children: [
|
|
8976
8976
|
/* @__PURE__ */ o("div", { ref: e, style: { width: 200, height: 200 } }),
|
|
8977
8977
|
/* @__PURE__ */ o("span", { className: He.address, children: n }),
|
|
8978
|
-
/* @__PURE__ */ o(No, { value: n, children: ({ copy: r, copied: i }) => /* @__PURE__ */ h("button", { className:
|
|
8979
|
-
/* @__PURE__ */ o(
|
|
8978
|
+
/* @__PURE__ */ o(No, { value: n, children: ({ copy: r, copied: i }) => /* @__PURE__ */ h("button", { className: P(He.copy, { [He.copied]: i }), onClick: r, children: [
|
|
8979
|
+
/* @__PURE__ */ o(Ra, { size: 12 }),
|
|
8980
8980
|
/* @__PURE__ */ h("div", { className: He.labelWrapper, children: [
|
|
8981
8981
|
/* @__PURE__ */ o("span", { className: He.labelCopy, children: "Copy address" }),
|
|
8982
8982
|
/* @__PURE__ */ o("span", { className: He.labelCopied, children: "Copied!" })
|
|
8983
8983
|
] })
|
|
8984
8984
|
] }) }),
|
|
8985
|
-
/* @__PURE__ */ o(No, { value: s, children: ({ copy: r, copied: i }) => /* @__PURE__ */ h("button", { className:
|
|
8985
|
+
/* @__PURE__ */ o(No, { value: s, children: ({ copy: r, copied: i }) => /* @__PURE__ */ h("button", { className: P(He.derived, { [He.copied]: i }), onClick: r, children: [
|
|
8986
8986
|
/* @__PURE__ */ o("span", { className: He.derivedLabel, children: "Derived from" }),
|
|
8987
8987
|
/* @__PURE__ */ h("span", { className: He.derivedAddress, children: [
|
|
8988
8988
|
/* @__PURE__ */ o("span", { className: He.hexAddress, children: Ze(s) }),
|
|
8989
|
-
/* @__PURE__ */ o(
|
|
8989
|
+
/* @__PURE__ */ o(Ra, { size: 12, className: He.derivedCopy }),
|
|
8990
8990
|
i && /* @__PURE__ */ o("span", { className: He.copiedText, children: "Copied!" })
|
|
8991
8991
|
] })
|
|
8992
8992
|
] }) })
|
|
@@ -9075,7 +9075,7 @@ const Xv = "_countdown_vfms8_1", eN = {
|
|
|
9075
9075
|
version: hN
|
|
9076
9076
|
}, pN = () => /* @__PURE__ */ h("aside", { className: fN.version, children: [
|
|
9077
9077
|
"v",
|
|
9078
|
-
"2.4.
|
|
9078
|
+
"2.4.5"
|
|
9079
9079
|
] }), gN = "_link_se23z_1", _N = "_title_se23z_17", yN = "_subtitle_se23z_23", wN = "_icon_se23z_30", so = {
|
|
9080
9080
|
link: gN,
|
|
9081
9081
|
title: _N,
|
|
@@ -9097,12 +9097,12 @@ const Xv = "_countdown_vfms8_1", eN = {
|
|
|
9097
9097
|
onClick: () => window.open(bN, "_blank", e)
|
|
9098
9098
|
}
|
|
9099
9099
|
);
|
|
9100
|
-
}, NN = "_container_1vxr7_1", kN = "_separator_1vxr7_7",
|
|
9100
|
+
}, NN = "_container_1vxr7_1", kN = "_separator_1vxr7_7", Ri = {
|
|
9101
9101
|
container: NN,
|
|
9102
9102
|
separator: kN
|
|
9103
9103
|
}, CN = () => {
|
|
9104
9104
|
const e = Le(), { connector: t } = wn();
|
|
9105
|
-
return /* @__PURE__ */ o(Mt, { title: "Settings", backButton: "/", children: /* @__PURE__ */ h("div", { className:
|
|
9105
|
+
return /* @__PURE__ */ o(Mt, { title: "Settings", backButton: "/", children: /* @__PURE__ */ h("div", { className: Ri.container, children: [
|
|
9106
9106
|
/* @__PURE__ */ o(
|
|
9107
9107
|
wd,
|
|
9108
9108
|
{
|
|
@@ -9112,22 +9112,22 @@ const Xv = "_countdown_vfms8_1", eN = {
|
|
|
9112
9112
|
}
|
|
9113
9113
|
),
|
|
9114
9114
|
t?.id === fc && /* @__PURE__ */ o(vN, {}),
|
|
9115
|
-
/* @__PURE__ */ o(lm, { className:
|
|
9115
|
+
/* @__PURE__ */ o(lm, { className: Ri.separator }),
|
|
9116
9116
|
/* @__PURE__ */ o(pN, {})
|
|
9117
9117
|
] }) });
|
|
9118
|
-
}, IN = "_trigger_1yjkd_1", AN = "_icon_1yjkd_23",
|
|
9118
|
+
}, IN = "_trigger_1yjkd_1", AN = "_icon_1yjkd_23", SN = "_full_1yjkd_27", xN = "_triggerContent_1yjkd_32", TN = "_triggerText_1yjkd_40", $N = "_popoverBackdrop_1yjkd_51", EN = "_popoverPositioner_1yjkd_70", LN = "_popoverPopup_1yjkd_74", qN = "_search_1yjkd_99", MN = "_viewport_1yjkd_105", PN = "_item_1yjkd_111", RN = "_highlighted_1yjkd_127", DN = "_active_1yjkd_131", BN = "_itemContent_1yjkd_136", ON = "_extra_1yjkd_142", UN = "_connectedTag_1yjkd_149", Te = {
|
|
9119
9119
|
trigger: IN,
|
|
9120
9120
|
icon: AN,
|
|
9121
|
-
full:
|
|
9122
|
-
triggerContent:
|
|
9121
|
+
full: SN,
|
|
9122
|
+
triggerContent: xN,
|
|
9123
9123
|
triggerText: TN,
|
|
9124
9124
|
popoverBackdrop: $N,
|
|
9125
9125
|
popoverPositioner: EN,
|
|
9126
9126
|
popoverPopup: LN,
|
|
9127
9127
|
search: qN,
|
|
9128
9128
|
viewport: MN,
|
|
9129
|
-
item:
|
|
9130
|
-
highlighted:
|
|
9129
|
+
item: PN,
|
|
9130
|
+
highlighted: RN,
|
|
9131
9131
|
active: DN,
|
|
9132
9132
|
itemContent: BN,
|
|
9133
9133
|
extra: ON,
|
|
@@ -9148,27 +9148,27 @@ const Xv = "_countdown_vfms8_1", eN = {
|
|
|
9148
9148
|
d: "M9.66003 2.63379C10.85 3.71879 11.6025 5.26754 11.6025 7.00004C11.6025 8.73254 10.85 10.2813 9.66003 11.3663C11.7513 10.99 13.3438 9.19629 13.3438 7.00004C13.3438 4.80379 11.7513 3.00129 9.66003 2.63379Z"
|
|
9149
9149
|
}
|
|
9150
9150
|
)
|
|
9151
|
-
] }), k =
|
|
9151
|
+
] }), k = x(
|
|
9152
9152
|
() => ({ chainId: "", name: "All", logoUrl: v }),
|
|
9153
9153
|
[]
|
|
9154
|
-
), b =
|
|
9154
|
+
), b = x(() => {
|
|
9155
9155
|
const C = [k, ...w];
|
|
9156
9156
|
if (!i) return C;
|
|
9157
9157
|
const A = i.toLowerCase();
|
|
9158
9158
|
return C.filter(
|
|
9159
|
-
(
|
|
9159
|
+
(D) => D.name.toLowerCase().includes(A) || D.chainId.toLowerCase().includes(A)
|
|
9160
9160
|
);
|
|
9161
|
-
}, [w, i, k]), N = w.find((C) => C.chainId === e) || k, I = parseInt(
|
|
9161
|
+
}, [w, i, k]), N = w.find((C) => C.chainId === e) || k, I = parseInt(xl("--drawer-offset")), T = 6, E = () => {
|
|
9162
9162
|
if (c(""), m(-1), _.current) {
|
|
9163
|
-
const A = _.current.getBoundingClientRect().bottom + T,
|
|
9164
|
-
p(
|
|
9163
|
+
const A = _.current.getBoundingClientRect().bottom + T, D = window.innerHeight - A - 2 * I;
|
|
9164
|
+
p(D);
|
|
9165
9165
|
}
|
|
9166
9166
|
d(!0);
|
|
9167
9167
|
};
|
|
9168
9168
|
G(() => {
|
|
9169
9169
|
u >= 0 && u < g.current.length && g.current[u]?.scrollIntoView({ block: "nearest", behavior: "auto" });
|
|
9170
9170
|
}, [u]);
|
|
9171
|
-
const
|
|
9171
|
+
const S = Se(
|
|
9172
9172
|
(C) => {
|
|
9173
9173
|
switch (C.key) {
|
|
9174
9174
|
case "ArrowDown":
|
|
@@ -9196,7 +9196,7 @@ const Xv = "_countdown_vfms8_1", eN = {
|
|
|
9196
9196
|
render: /* @__PURE__ */ h(
|
|
9197
9197
|
"button",
|
|
9198
9198
|
{
|
|
9199
|
-
className:
|
|
9199
|
+
className: P(Te.trigger, { [Te.full]: a }),
|
|
9200
9200
|
"aria-expanded": l,
|
|
9201
9201
|
role: "listbox",
|
|
9202
9202
|
ref: _,
|
|
@@ -9224,7 +9224,7 @@ const Xv = "_countdown_vfms8_1", eN = {
|
|
|
9224
9224
|
children: /* @__PURE__ */ h(
|
|
9225
9225
|
Tn.Popup,
|
|
9226
9226
|
{
|
|
9227
|
-
className:
|
|
9227
|
+
className: P(Te.popoverPopup, { [Te.full]: a }),
|
|
9228
9228
|
style: { maxHeight: f },
|
|
9229
9229
|
children: [
|
|
9230
9230
|
/* @__PURE__ */ o(
|
|
@@ -9235,16 +9235,16 @@ const Xv = "_countdown_vfms8_1", eN = {
|
|
|
9235
9235
|
c(C.target.value), m(0);
|
|
9236
9236
|
},
|
|
9237
9237
|
onClear: () => c(""),
|
|
9238
|
-
onKeyDown:
|
|
9238
|
+
onKeyDown: S,
|
|
9239
9239
|
placeholder: "Search appchains",
|
|
9240
9240
|
rootClassName: Te.search,
|
|
9241
9241
|
ref: Fs()
|
|
9242
9242
|
}
|
|
9243
9243
|
),
|
|
9244
|
-
/* @__PURE__ */ o("div", { className: Te.viewport, role: "listbox", children: b.length === 0 ? /* @__PURE__ */ o(be, { children: "No appchains found" }) : b.map(({ chainId: C, name: A, logoUrl:
|
|
9244
|
+
/* @__PURE__ */ o("div", { className: Te.viewport, role: "listbox", children: b.length === 0 ? /* @__PURE__ */ o(be, { children: "No appchains found" }) : b.map(({ chainId: C, name: A, logoUrl: D }, L) => /* @__PURE__ */ h(
|
|
9245
9245
|
"div",
|
|
9246
9246
|
{
|
|
9247
|
-
className:
|
|
9247
|
+
className: P(Te.item, {
|
|
9248
9248
|
[Te.highlighted]: L === u,
|
|
9249
9249
|
[Te.active]: e === C
|
|
9250
9250
|
}),
|
|
@@ -9261,7 +9261,7 @@ const Xv = "_countdown_vfms8_1", eN = {
|
|
|
9261
9261
|
},
|
|
9262
9262
|
children: [
|
|
9263
9263
|
/* @__PURE__ */ h("div", { className: Te.itemContent, children: [
|
|
9264
|
-
typeof
|
|
9264
|
+
typeof D == "string" ? /* @__PURE__ */ o(X, { src: D, width: 16, height: 16, logo: !0 }) : D(16),
|
|
9265
9265
|
/* @__PURE__ */ o("span", { className: Te.name, children: A }),
|
|
9266
9266
|
C === r && /* @__PURE__ */ o("span", { className: Te.connectedTag, children: "Connected" })
|
|
9267
9267
|
] }),
|
|
@@ -9290,8 +9290,8 @@ const Xv = "_countdown_vfms8_1", eN = {
|
|
|
9290
9290
|
positive: ZN,
|
|
9291
9291
|
negative: JN
|
|
9292
9292
|
}, Nd = ({ amount: e, asset: t }) => {
|
|
9293
|
-
const { denom: n, symbol: s, decimals: a } = t, r = new
|
|
9294
|
-
return /* @__PURE__ */ h("div", { className:
|
|
9293
|
+
const { denom: n, symbol: s, decimals: a } = t, r = new B(e).isPositive(), i = new B(e).abs().toString();
|
|
9294
|
+
return /* @__PURE__ */ h("div", { className: P(Ea.change, r ? Ea.positive : Ea.negative), children: [
|
|
9295
9295
|
r ? "+" : "-",
|
|
9296
9296
|
_e(i, { decimals: a }),
|
|
9297
9297
|
" ",
|
|
@@ -9305,7 +9305,7 @@ const Xv = "_countdown_vfms8_1", eN = {
|
|
|
9305
9305
|
chain: t
|
|
9306
9306
|
}) => {
|
|
9307
9307
|
const n = qt(t);
|
|
9308
|
-
return e.map(({ amount: s, metadata: a }, r) => /* @__PURE__ */ o(
|
|
9308
|
+
return e.map(({ amount: s, metadata: a }, r) => /* @__PURE__ */ o(Pl, { metadata: a, chain: t, children: (i) => /* @__PURE__ */ o(Nd, { amount: s, asset: n(i) }) }, r));
|
|
9309
9309
|
}, tk = ({ events: e, chain: t }) => {
|
|
9310
9310
|
const { initiaAddress: n, hexAddress: s } = dt();
|
|
9311
9311
|
return t.metadata?.is_l1 || t.metadata?.minitia?.type === "minimove" ? /* @__PURE__ */ o(ek, { changes: Ml(e, s), chain: t }) : /* @__PURE__ */ o(XN, { changes: ql(e, n), chain: t });
|
|
@@ -9329,7 +9329,7 @@ const Xv = "_countdown_vfms8_1", eN = {
|
|
|
9329
9329
|
}, pk = ({ txItem: e, chain: t }) => /* @__PURE__ */ o(ea, { txHash: e.txhash, chainId: t.chainId, className: It.link, children: /* @__PURE__ */ h("div", { className: It.inner, children: [
|
|
9330
9330
|
/* @__PURE__ */ h("div", { className: It.header, children: [
|
|
9331
9331
|
/* @__PURE__ */ h("div", { className: It.time, children: [
|
|
9332
|
-
e.code !== 0 && /* @__PURE__ */ o(
|
|
9332
|
+
e.code !== 0 && /* @__PURE__ */ o(Ro, { size: 14, className: It.error }),
|
|
9333
9333
|
/* @__PURE__ */ o("span", { className: It.timestamp, children: rc(new Date(e.timestamp), "h:mm a") })
|
|
9334
9334
|
] }),
|
|
9335
9335
|
/* @__PURE__ */ h("div", { className: It.chainInfo, children: [
|
|
@@ -9347,7 +9347,7 @@ const Xv = "_countdown_vfms8_1", eN = {
|
|
|
9347
9347
|
dateHeader: yk,
|
|
9348
9348
|
more: wk
|
|
9349
9349
|
}, bk = ({ list: e, chainId: t }) => {
|
|
9350
|
-
const n = se(), s =
|
|
9350
|
+
const n = se(), s = x(() => Jl(e, (a) => {
|
|
9351
9351
|
if (a.timestamp)
|
|
9352
9352
|
return new Date(a.timestamp);
|
|
9353
9353
|
}), [e]);
|
|
@@ -9369,7 +9369,7 @@ const Xv = "_countdown_vfms8_1", eN = {
|
|
|
9369
9369
|
)
|
|
9370
9370
|
] });
|
|
9371
9371
|
}, vk = () => {
|
|
9372
|
-
const { activities: e, isLoading: t } = Nh(), [n, s] = Be(QN), a = ne(), r =
|
|
9372
|
+
const { activities: e, isLoading: t } = Nh(), [n, s] = Be(QN), a = ne(), r = x(() => Array.from(new Set(e.map((c) => c.chain.chainId))), [e]), i = x(() => n ? e.filter((c) => c.chain.chainId === n) : e, [e, n]);
|
|
9373
9373
|
return t && e.length === 0 ? /* @__PURE__ */ o(be, { children: "Loading activities..." }) : !e.length && !t ? /* @__PURE__ */ o(be, { children: "No activity yet" }) : /* @__PURE__ */ h(ht.Root, { children: [
|
|
9374
9374
|
/* @__PURE__ */ o(ht.Controls, { children: /* @__PURE__ */ o(
|
|
9375
9375
|
ca,
|
|
@@ -9394,16 +9394,16 @@ const Xv = "_countdown_vfms8_1", eN = {
|
|
|
9394
9394
|
return n ? /* @__PURE__ */ o(
|
|
9395
9395
|
"button",
|
|
9396
9396
|
{
|
|
9397
|
-
className:
|
|
9397
|
+
className: P(cs.thumbnail, cs.clickable),
|
|
9398
9398
|
onClick: n,
|
|
9399
9399
|
style: { width: t, height: t },
|
|
9400
9400
|
children: /* @__PURE__ */ o(X, { src: l, classNames: { placeholder: cs.placeholder } })
|
|
9401
9401
|
}
|
|
9402
9402
|
) : /* @__PURE__ */ o("div", { className: cs.thumbnail, style: { width: t, height: t }, children: /* @__PURE__ */ o(X, { src: l, classNames: { placeholder: cs.placeholder } }) });
|
|
9403
|
-
}, Ak = "_collectionName_qs5tw_1",
|
|
9403
|
+
}, Ak = "_collectionName_qs5tw_1", Sk = "_nftName_qs5tw_6", xk = "_chainInfo_qs5tw_10", La = {
|
|
9404
9404
|
collectionName: Ak,
|
|
9405
|
-
nftName:
|
|
9406
|
-
chainInfo:
|
|
9405
|
+
nftName: Sk,
|
|
9406
|
+
chainInfo: xk
|
|
9407
9407
|
}, Br = ({
|
|
9408
9408
|
normalizedNft: e,
|
|
9409
9409
|
onThumbnailClick: t,
|
|
@@ -9415,9 +9415,9 @@ const Xv = "_countdown_vfms8_1", eN = {
|
|
|
9415
9415
|
return /* @__PURE__ */ h("div", { className: a?.root, children: [
|
|
9416
9416
|
/* @__PURE__ */ o(Ik, { nftInfo: e, onClick: t, size: n }),
|
|
9417
9417
|
/* @__PURE__ */ h("div", { children: [
|
|
9418
|
-
/* @__PURE__ */ o("div", { className:
|
|
9419
|
-
/* @__PURE__ */ o("div", { className:
|
|
9420
|
-
/* @__PURE__ */ h("div", { className:
|
|
9418
|
+
/* @__PURE__ */ o("div", { className: P(La.collectionName, a?.collectionName), children: r }),
|
|
9419
|
+
/* @__PURE__ */ o("div", { className: P(La.nftName, a?.nftName), children: i }),
|
|
9420
|
+
/* @__PURE__ */ h("div", { className: P(La.chainInfo, a?.chainInfo), children: [
|
|
9421
9421
|
/* @__PURE__ */ o(X, { src: c.logoUrl, width: s, height: s, logo: !0 }),
|
|
9422
9422
|
/* @__PURE__ */ o("span", { children: c.name })
|
|
9423
9423
|
] })
|
|
@@ -9473,14 +9473,14 @@ function Bi(e) {
|
|
|
9473
9473
|
const qk = ({ nftInfo: e, children: t }) => {
|
|
9474
9474
|
const { data: n = {} } = Lk(e.nft.uri), s = Tk(e, n);
|
|
9475
9475
|
return t(s);
|
|
9476
|
-
}, Mk = "_grid_1wwdn_1",
|
|
9476
|
+
}, Mk = "_grid_1wwdn_1", Pk = "_root_1wwdn_7", Rk = "_collectionName_1wwdn_15", Dk = "_nftName_1wwdn_23", Bk = "_chainInfo_1wwdn_32", Oi = {
|
|
9477
9477
|
grid: Mk,
|
|
9478
|
-
root:
|
|
9479
|
-
collectionName:
|
|
9478
|
+
root: Pk,
|
|
9479
|
+
collectionName: Rk,
|
|
9480
9480
|
nftName: Dk,
|
|
9481
9481
|
chainInfo: Bk
|
|
9482
9482
|
}, Ok = () => {
|
|
9483
|
-
const [e, t] = Be(HN), [n, s] = Be(GN), { nftInfos: a, chainCounts: r, totalCount: i, isLoading: c } = Ek(), l = Le(), d =
|
|
9483
|
+
const [e, t] = Be(HN), [n, s] = Be(GN), { nftInfos: a, chainCounts: r, totalCount: i, isLoading: c } = Ek(), l = Le(), d = x(() => a.filter(({ collection_addr: m, collection_name: f, nft: p, object_addr: g, chain: _ }) => {
|
|
9484
9484
|
if (n && _.chainId !== n)
|
|
9485
9485
|
return !1;
|
|
9486
9486
|
if (e) {
|
|
@@ -9488,7 +9488,7 @@ const qk = ({ nftInfo: e, children: t }) => {
|
|
|
9488
9488
|
return m.toLowerCase().includes(y) || f.toLowerCase().includes(y) || p.token_id.toLowerCase().includes(y) || g.toLowerCase().includes(y);
|
|
9489
9489
|
}
|
|
9490
9490
|
return !0;
|
|
9491
|
-
}), [a, n, e]), u =
|
|
9491
|
+
}), [a, n, e]), u = x(() => Array.from(new Set(a.map(({ chain: m }) => m.chainId))), [a]);
|
|
9492
9492
|
return c && a.length === 0 ? /* @__PURE__ */ o(be, { children: "Loading NFTs..." }) : !a.length && !e && !c ? /* @__PURE__ */ o(be, { children: "No NFTs" }) : /* @__PURE__ */ h(ht.Root, { children: [
|
|
9493
9493
|
/* @__PURE__ */ h(ht.Controls, { children: [
|
|
9494
9494
|
/* @__PURE__ */ o(
|
|
@@ -9530,7 +9530,7 @@ const Uk = "_popup_nbecp_1", Fk = "_item_nbecp_19", ao = {
|
|
|
9530
9530
|
popup: Uk,
|
|
9531
9531
|
item: Fk
|
|
9532
9532
|
}, Id = ({ asset: e, children: t }) => {
|
|
9533
|
-
const { denom: n, decimals: s, symbol: a, logoUrl: r, unlisted: i, address: c, chain: l } = e, { chainId: d } = l, [u, m] = W(!1), f = Le(), p = Cd(), { showNotification: g } = ta(), { defaultChainId: _ } = te(), { evm_chain_id: y } = Nn(), w =
|
|
9533
|
+
const { denom: n, decimals: s, symbol: a, logoUrl: r, unlisted: i, address: c, chain: l } = e, { chainId: d } = l, [u, m] = W(!1), f = Le(), p = Cd(), { showNotification: g } = ta(), { defaultChainId: _ } = te(), { evm_chain_id: y } = Nn(), w = Pd(), { switchChainAsync: v } = Rd(), { watchAssetAsync: k } = Dd(), b = () => {
|
|
9534
9534
|
m(!1), f("/send", { denom: n, chain: l });
|
|
9535
9535
|
}, N = () => {
|
|
9536
9536
|
m(!1), f("/bridge", { srcChainId: d, srcDenom: n, quantity: "" });
|
|
@@ -9573,7 +9573,7 @@ const Uk = "_popup_nbecp_1", Fk = "_item_nbecp_19", ao = {
|
|
|
9573
9573
|
onClick: () => I.mutate(),
|
|
9574
9574
|
disabled: I.isPending || I.data,
|
|
9575
9575
|
children: [
|
|
9576
|
-
I.data ? /* @__PURE__ */ o(
|
|
9576
|
+
I.data ? /* @__PURE__ */ o(Ss, { size: 16 }) : /* @__PURE__ */ o(Yu, { size: 16 }),
|
|
9577
9577
|
/* @__PURE__ */ o("span", { children: "Add to Wallet" })
|
|
9578
9578
|
]
|
|
9579
9579
|
}
|
|
@@ -9630,7 +9630,7 @@ const Uk = "_popup_nbecp_1", Fk = "_item_nbecp_19", ao = {
|
|
|
9630
9630
|
collapsibleContent: mC,
|
|
9631
9631
|
chainsList: hC
|
|
9632
9632
|
}, fC = Ee([]), Ur = ({ assetGroup: e }) => {
|
|
9633
|
-
const { symbol: t, logoUrl: n, assets: s } = e, a = s.length === 1, [r, i] = Be(fC), c =
|
|
9633
|
+
const { symbol: t, logoUrl: n, assets: s } = e, a = s.length === 1, [r, i] = Be(fC), c = x(() => Oh(e), [e]), l = x(() => dl(e), [e]), d = r.includes(t), u = () => {
|
|
9634
9634
|
i(
|
|
9635
9635
|
(f) => d ? f.filter((p) => p !== t) : [.../* @__PURE__ */ new Set([...f, t])]
|
|
9636
9636
|
);
|
|
@@ -9659,14 +9659,14 @@ const Uk = "_popup_nbecp_1", Fk = "_item_nbecp_19", ao = {
|
|
|
9659
9659
|
Oe,
|
|
9660
9660
|
{
|
|
9661
9661
|
size: 16,
|
|
9662
|
-
className:
|
|
9662
|
+
className: P(Ae.expandIcon, { [Ae.expanded]: d })
|
|
9663
9663
|
}
|
|
9664
9664
|
)
|
|
9665
9665
|
] })
|
|
9666
9666
|
] })
|
|
9667
9667
|
] }),
|
|
9668
9668
|
/* @__PURE__ */ h("div", { className: Ae.valueColumn, children: [
|
|
9669
|
-
/* @__PURE__ */ o("div", { className: Ae.amount, children:
|
|
9669
|
+
/* @__PURE__ */ o("div", { className: Ae.amount, children: xt(c, { dp: s[0].unlisted ? 0 : 6 }) }),
|
|
9670
9670
|
l > 0 && /* @__PURE__ */ o("div", { className: Ae.value, children: Z(l) })
|
|
9671
9671
|
] })
|
|
9672
9672
|
] });
|
|
@@ -9707,7 +9707,7 @@ const Uk = "_popup_nbecp_1", Fk = "_item_nbecp_19", ao = {
|
|
|
9707
9707
|
height: t ? r : 0,
|
|
9708
9708
|
opacity: t ? 1 : 0,
|
|
9709
9709
|
config: { tension: 500, friction: 30, clamp: !0 }
|
|
9710
|
-
}), u =
|
|
9710
|
+
}), u = x(() => e.map(
|
|
9711
9711
|
(m) => ({
|
|
9712
9712
|
...m,
|
|
9713
9713
|
assets: [m],
|
|
@@ -9741,8 +9741,8 @@ const Uk = "_popup_nbecp_1", Fk = "_item_nbecp_19", ao = {
|
|
|
9741
9741
|
title: CC,
|
|
9742
9742
|
totalValue: IC,
|
|
9743
9743
|
list: AC
|
|
9744
|
-
},
|
|
9745
|
-
const [e, t] = Be(bd), [n, s] = Be(vd), { assetGroups: a, unlistedAssets: r, chainsByValue: i, totalValue: c, isLoading: l } = ul(), d = i.map(({ chainId: f }) => f), u =
|
|
9744
|
+
}, SC = () => {
|
|
9745
|
+
const [e, t] = Be(bd), [n, s] = Be(vd), { assetGroups: a, unlistedAssets: r, chainsByValue: i, totalValue: c, isLoading: l } = ul(), d = i.map(({ chainId: f }) => f), u = x(() => {
|
|
9746
9746
|
const f = e ? a.filter((g) => {
|
|
9747
9747
|
const { symbol: _, assets: y } = g;
|
|
9748
9748
|
return _.toLowerCase().includes(e.toLowerCase()) || y.some(({ denom: w, address: v }) => w.toLowerCase().includes(e.toLowerCase()) || v?.toLowerCase().includes(e.toLowerCase()));
|
|
@@ -9751,7 +9751,7 @@ const Uk = "_popup_nbecp_1", Fk = "_item_nbecp_19", ao = {
|
|
|
9751
9751
|
...g,
|
|
9752
9752
|
assets: g.assets.filter(({ chain: _ }) => _.chainId === n)
|
|
9753
9753
|
})).filter((g) => g.assets.length > 0) : f;
|
|
9754
|
-
}, [a, e, n]), m =
|
|
9754
|
+
}, [a, e, n]), m = x(() => {
|
|
9755
9755
|
const f = e ? r.filter(
|
|
9756
9756
|
({ denom: g, address: _ }) => g.toLowerCase().includes(e.toLowerCase()) || _?.toLowerCase().includes(e.toLowerCase())
|
|
9757
9757
|
) : r;
|
|
@@ -9787,9 +9787,9 @@ const Uk = "_popup_nbecp_1", Fk = "_item_nbecp_19", ao = {
|
|
|
9787
9787
|
/* @__PURE__ */ o(Ad, { unlistedAssets: m })
|
|
9788
9788
|
] }) })
|
|
9789
9789
|
] });
|
|
9790
|
-
},
|
|
9791
|
-
container:
|
|
9792
|
-
},
|
|
9790
|
+
}, xC = "_container_11k2x_1", TC = {
|
|
9791
|
+
container: xC
|
|
9792
|
+
}, St = ({ height: e, length: t = 1, width: n = "100%" }) => {
|
|
9793
9793
|
const s = Array.from({ length: t }, (a, r) => r);
|
|
9794
9794
|
return t === 1 ? /* @__PURE__ */ o(gn, { height: e, width: n }) : /* @__PURE__ */ o("div", { className: TC.container, children: s.map((a) => /* @__PURE__ */ o(gn, { height: e, width: n }, a)) });
|
|
9795
9795
|
}, $C = Hi(
|
|
@@ -9801,13 +9801,13 @@ const Uk = "_popup_nbecp_1", Fk = "_item_nbecp_19", ao = {
|
|
|
9801
9801
|
chainInfoMap: a,
|
|
9802
9802
|
chainPrices: r
|
|
9803
9803
|
}) => {
|
|
9804
|
-
const { balances: i, isLoading: c } = Bs(), l = ne(), { listedGroups: d, unlistedAssets: u } =
|
|
9804
|
+
const { balances: i, isLoading: c } = Bs(), l = ne(), { listedGroups: d, unlistedAssets: u } = x(
|
|
9805
9805
|
() => sp(i, a, r, l.chainId),
|
|
9806
9806
|
[i, a, r, l.chainId]
|
|
9807
|
-
), m =
|
|
9807
|
+
), m = x(
|
|
9808
9808
|
() => Xf(d, n, s),
|
|
9809
9809
|
[d, n, s]
|
|
9810
|
-
), { filteredAssets: f, totalAssetsValue: p, filteredUnlistedAssets: g } =
|
|
9810
|
+
), { filteredAssets: f, totalAssetsValue: p, filteredUnlistedAssets: g } = x(
|
|
9811
9811
|
() => np(m, u, e, t),
|
|
9812
9812
|
[m, u, e, t]
|
|
9813
9813
|
);
|
|
@@ -9819,16 +9819,16 @@ const Uk = "_popup_nbecp_1", Fk = "_item_nbecp_19", ao = {
|
|
|
9819
9819
|
f.length > 0 ? /* @__PURE__ */ h("div", { children: [
|
|
9820
9820
|
/* @__PURE__ */ o("div", { className: Dn.list, children: f.map((_) => /* @__PURE__ */ o(Ur, { assetGroup: _ }, _.symbol)) }),
|
|
9821
9821
|
/* @__PURE__ */ o(Ad, { unlistedAssets: g })
|
|
9822
|
-
] }) : m.length === 0 && c ? /* @__PURE__ */ o(
|
|
9822
|
+
] }) : m.length === 0 && c ? /* @__PURE__ */ o(St, { height: 56, length: 3 }) : /* @__PURE__ */ o(be, { children: "No liquid assets" })
|
|
9823
9823
|
] });
|
|
9824
9824
|
}
|
|
9825
|
-
), EC = "_container_1n61l_1", LC = "_section_1n61l_7", qC = "_sectionHeader_1n61l_19", MC = "_sectionTitle_1n61l_25",
|
|
9825
|
+
), EC = "_container_1n61l_1", LC = "_section_1n61l_7", qC = "_sectionHeader_1n61l_19", MC = "_sectionTitle_1n61l_25", PC = "_sectionLabel_1n61l_31", RC = "_externalLink_1n61l_37", DC = "_sectionValue_1n61l_49", BC = "_tokenList_1n61l_56", OC = "_stakingTokenList_1n61l_62", UC = "_tokenRow_1n61l_72", FC = "_tokenMain_1n61l_78", VC = "_tokenTrigger_1n61l_84", KC = "_tokenChevron_1n61l_100", WC = "_expanded_1n61l_111", jC = "_triggerValue_1n61l_115", zC = "_tokenInfo_1n61l_122", HC = "_tokenInfoLabel_1n61l_128", GC = "_tokenLogo_1n61l_134", QC = "_tokenSymbol_1n61l_138", YC = "_tokenValues_1n61l_144", ZC = "_tokenAmount_1n61l_150", JC = "_tokenValue_1n61l_144", XC = "_typeBreakdown_1n61l_164", e3 = "_typeRow_1n61l_172", t3 = "_typeLabel_1n61l_180", n3 = "_typeValues_1n61l_186", s3 = "_typeAmount_1n61l_192", o3 = "_typeValue_1n61l_186", a3 = "_collapsibleContent_1n61l_206", Y = {
|
|
9826
9826
|
container: EC,
|
|
9827
9827
|
section: LC,
|
|
9828
9828
|
sectionHeader: qC,
|
|
9829
9829
|
sectionTitle: MC,
|
|
9830
|
-
sectionLabel:
|
|
9831
|
-
externalLink:
|
|
9830
|
+
sectionLabel: PC,
|
|
9831
|
+
externalLink: RC,
|
|
9832
9832
|
sectionValue: DC,
|
|
9833
9833
|
tokenList: BC,
|
|
9834
9834
|
stakingTokenList: OC,
|
|
@@ -9852,14 +9852,14 @@ const Uk = "_popup_nbecp_1", Fk = "_item_nbecp_19", ao = {
|
|
|
9852
9852
|
typeAmount: s3,
|
|
9853
9853
|
typeValue: o3,
|
|
9854
9854
|
collapsibleContent: a3
|
|
9855
|
-
},
|
|
9855
|
+
}, Sd = ({
|
|
9856
9856
|
protocols: e,
|
|
9857
9857
|
denomLogoMap: t,
|
|
9858
9858
|
isInitia: n,
|
|
9859
9859
|
getClaimableInitByType: s,
|
|
9860
9860
|
initPrice: a
|
|
9861
9861
|
}) => {
|
|
9862
|
-
const r = e[0]?.manageUrl, i =
|
|
9862
|
+
const r = e[0]?.manageUrl, i = x(() => {
|
|
9863
9863
|
const c = e.flatMap((l) => l.positions);
|
|
9864
9864
|
return Kf(c);
|
|
9865
9865
|
}, [e]);
|
|
@@ -9885,7 +9885,7 @@ const Uk = "_popup_nbecp_1", Fk = "_item_nbecp_19", ao = {
|
|
|
9885
9885
|
getClaimableInitByType: r,
|
|
9886
9886
|
initPrice: i
|
|
9887
9887
|
}) => {
|
|
9888
|
-
const { positions: c, totalValue: l } = t, d = Vf(e, s), u =
|
|
9888
|
+
const { positions: c, totalValue: l } = t, d = Vf(e, s), u = x(() => Yf(c), [c]), m = e === "staking";
|
|
9889
9889
|
return /* @__PURE__ */ h("div", { className: Y.section, children: [
|
|
9890
9890
|
/* @__PURE__ */ h("div", { className: Y.sectionHeader, children: [
|
|
9891
9891
|
/* @__PURE__ */ h("div", { className: Y.sectionTitle, children: [
|
|
@@ -9904,7 +9904,7 @@ const Uk = "_popup_nbecp_1", Fk = "_item_nbecp_19", ao = {
|
|
|
9904
9904
|
] }),
|
|
9905
9905
|
/* @__PURE__ */ o("span", { className: Y.sectionValue, children: Z(l) })
|
|
9906
9906
|
] }),
|
|
9907
|
-
/* @__PURE__ */ o("div", { className:
|
|
9907
|
+
/* @__PURE__ */ o("div", { className: P(Y.tokenList, { [Y.stakingTokenList]: m }), children: u.map((f) => /* @__PURE__ */ o(
|
|
9908
9908
|
i3,
|
|
9909
9909
|
{
|
|
9910
9910
|
group: f,
|
|
@@ -9923,7 +9923,7 @@ const Uk = "_popup_nbecp_1", Fk = "_item_nbecp_19", ao = {
|
|
|
9923
9923
|
getClaimableInitByType: s,
|
|
9924
9924
|
initPrice: a
|
|
9925
9925
|
}) => {
|
|
9926
|
-
const { denom: r, symbol: i, totalAmount: c, totalValue: l, positions: d } = e, u = n.get(r), [m, f] = W(!1), p =
|
|
9926
|
+
const { denom: r, symbol: i, totalAmount: c, totalValue: l, positions: d } = e, u = n.get(r), [m, f] = W(!1), p = x(() => {
|
|
9927
9927
|
if (!t) return null;
|
|
9928
9928
|
const g = Gf(d);
|
|
9929
9929
|
return g.size > 0 ? g : null;
|
|
@@ -9935,7 +9935,7 @@ const Uk = "_popup_nbecp_1", Fk = "_item_nbecp_19", ao = {
|
|
|
9935
9935
|
Oe,
|
|
9936
9936
|
{
|
|
9937
9937
|
size: 14,
|
|
9938
|
-
className:
|
|
9938
|
+
className: P(Y.tokenChevron, { [Y.expanded]: m })
|
|
9939
9939
|
}
|
|
9940
9940
|
),
|
|
9941
9941
|
/* @__PURE__ */ h("div", { className: Y.tokenInfoLabel, children: [
|
|
@@ -9961,7 +9961,7 @@ const Uk = "_popup_nbecp_1", Fk = "_item_nbecp_19", ao = {
|
|
|
9961
9961
|
/* @__PURE__ */ o("span", { className: Y.tokenSymbol, children: i })
|
|
9962
9962
|
] }),
|
|
9963
9963
|
/* @__PURE__ */ h("div", { className: Y.tokenValues, children: [
|
|
9964
|
-
/* @__PURE__ */ o("span", { className: Y.tokenAmount, children:
|
|
9964
|
+
/* @__PURE__ */ o("span", { className: Y.tokenAmount, children: xt(c, { dp: 6 }) }),
|
|
9965
9965
|
/* @__PURE__ */ o("span", { className: Y.tokenValue, children: Z(l) })
|
|
9966
9966
|
] })
|
|
9967
9967
|
] }) });
|
|
@@ -9972,10 +9972,10 @@ const Uk = "_popup_nbecp_1", Fk = "_item_nbecp_19", ao = {
|
|
|
9972
9972
|
getClaimableInitByType: s,
|
|
9973
9973
|
initPrice: a
|
|
9974
9974
|
}) => {
|
|
9975
|
-
const r =
|
|
9975
|
+
const r = x(() => Array.from(e.entries()).map(([l, d]) => {
|
|
9976
9976
|
const u = d.reduce((f, p) => p.type === "fungible-position" || p.balance.type === "unknown" ? f : f + p.balance.formattedAmount, 0), m = d.reduce((f, p) => f + Wn(p), 0);
|
|
9977
9977
|
return { type: l, typeAmount: u, typeValue: m };
|
|
9978
|
-
}), [e]), i =
|
|
9978
|
+
}), [e]), i = x(() => {
|
|
9979
9979
|
if (!s) return 0;
|
|
9980
9980
|
let l = 0;
|
|
9981
9981
|
for (const { type: d } of r) {
|
|
@@ -9989,7 +9989,7 @@ const Uk = "_popup_nbecp_1", Fk = "_item_nbecp_19", ao = {
|
|
|
9989
9989
|
/* @__PURE__ */ o("span", { className: Y.typeLabel, children: Hf(l) }),
|
|
9990
9990
|
/* @__PURE__ */ h("div", { className: Y.typeValues, children: [
|
|
9991
9991
|
/* @__PURE__ */ h("span", { className: Y.typeAmount, children: [
|
|
9992
|
-
|
|
9992
|
+
xt(d, { dp: 6 }),
|
|
9993
9993
|
" ",
|
|
9994
9994
|
t
|
|
9995
9995
|
] }),
|
|
@@ -10000,7 +10000,7 @@ const Uk = "_popup_nbecp_1", Fk = "_item_nbecp_19", ao = {
|
|
|
10000
10000
|
/* @__PURE__ */ o("span", { className: Y.typeLabel, children: "Claimable rewards" }),
|
|
10001
10001
|
/* @__PURE__ */ h("div", { className: Y.typeValues, children: [
|
|
10002
10002
|
/* @__PURE__ */ h("span", { className: Y.typeAmount, children: [
|
|
10003
|
-
|
|
10003
|
+
xt(i, { dp: 6 }),
|
|
10004
10004
|
" ",
|
|
10005
10005
|
mt
|
|
10006
10006
|
] }),
|
|
@@ -10024,10 +10024,10 @@ const Uk = "_popup_nbecp_1", Fk = "_item_nbecp_19", ao = {
|
|
|
10024
10024
|
collapsibleContent: v3,
|
|
10025
10025
|
content: N3
|
|
10026
10026
|
}, k3 = Ee([]), C3 = ({ chainGroup: e }) => {
|
|
10027
|
-
const { chainId: t, chainLogo: n, protocols: s } = e, a = he(), r = $s(), { denomLogos: i, symbolLogos: c } =
|
|
10027
|
+
const { chainId: t, chainLogo: n, protocols: s } = e, a = he(), r = $s(), { denomLogos: i, symbolLogos: c } = x(
|
|
10028
10028
|
() => Cr(r, a),
|
|
10029
10029
|
[r, a]
|
|
10030
|
-
), l =
|
|
10030
|
+
), l = x(() => {
|
|
10031
10031
|
const d = /* @__PURE__ */ new Map();
|
|
10032
10032
|
for (const u of s)
|
|
10033
10033
|
for (const m of u.positions) {
|
|
@@ -10037,9 +10037,9 @@ const Uk = "_popup_nbecp_1", Fk = "_item_nbecp_19", ao = {
|
|
|
10037
10037
|
}
|
|
10038
10038
|
return d;
|
|
10039
10039
|
}, [s, i, c, t, n]);
|
|
10040
|
-
return /* @__PURE__ */ o(
|
|
10040
|
+
return /* @__PURE__ */ o(Sd, { protocols: s, denomLogoMap: l });
|
|
10041
10041
|
}, I3 = ({ chainGroup: e }) => {
|
|
10042
|
-
const { chainName: t, chainLogo: n, protocols: s } = e, a = s[0]?.manageUrl, [r, i] = Be(k3), c =
|
|
10042
|
+
const { chainName: t, chainLogo: n, protocols: s } = e, a = s[0]?.manageUrl, [r, i] = Be(k3), c = x(() => s.reduce((p, g) => p + g.positions.reduce(
|
|
10043
10043
|
(_, y) => _ + Wn(y),
|
|
10044
10044
|
0
|
|
10045
10045
|
), 0), [s]), l = ["civitia", "yominet"], d = r.includes(t), u = t?.toLowerCase(), m = l.includes(u), f = () => {
|
|
@@ -10072,25 +10072,25 @@ const Uk = "_popup_nbecp_1", Fk = "_item_nbecp_19", ao = {
|
|
|
10072
10072
|
Oe,
|
|
10073
10073
|
{
|
|
10074
10074
|
size: 16,
|
|
10075
|
-
className:
|
|
10075
|
+
className: P(Ge.expandIcon, { [Ge.expanded]: d })
|
|
10076
10076
|
}
|
|
10077
10077
|
)
|
|
10078
10078
|
] })
|
|
10079
10079
|
] }) }),
|
|
10080
10080
|
/* @__PURE__ */ o(me.Content, { className: Ge.collapsibleContent, children: /* @__PURE__ */ o("div", { className: Ge.content, children: /* @__PURE__ */ o(C3, { chainGroup: e }) }) })
|
|
10081
10081
|
] }) });
|
|
10082
|
-
}, A3 = "_container_g7q2b_1",
|
|
10082
|
+
}, A3 = "_container_g7q2b_1", S3 = "_section_g7q2b_6", x3 = "_sectionHeader_g7q2b_14", T3 = "_sectionTitle_g7q2b_20", $3 = "_sectionLabel_g7q2b_26", E3 = "_externalLink_g7q2b_32", L3 = "_sectionValue_g7q2b_44", q3 = "_tokenList_g7q2b_51", M3 = "_tokenTrigger_g7q2b_63", P3 = "_tokenChevron_g7q2b_79", R3 = "_expanded_g7q2b_90", D3 = "_tokenInfo_g7q2b_94", B3 = "_tokenInfoLabel_g7q2b_100", O3 = "_tokenLogo_g7q2b_106", U3 = "_pairedLogos_g7q2b_110", F3 = "_coinLogo_g7q2b_115", V3 = "_tokenSymbol_g7q2b_133", K3 = "_triggerValue_g7q2b_139", W3 = "_clammBreakdownContent_g7q2b_146", j3 = "_clammPositionRow_g7q2b_154", z3 = "_statusDot_g7q2b_163", H3 = "_inRange_g7q2b_170", G3 = "_outRange_g7q2b_174", Q3 = "_unknown_g7q2b_178", Y3 = "_clammStatusValue_g7q2b_182", Z3 = "_breakdownContent_g7q2b_192", J3 = "_breakdownRow_g7q2b_200", X3 = "_breakdownLabel_g7q2b_208", eI = "_breakdownValues_g7q2b_214", tI = "_breakdownAmount_g7q2b_220", nI = "_breakdownValue_g7q2b_214", sI = "_collapsibleContent_g7q2b_241", M = {
|
|
10083
10083
|
container: A3,
|
|
10084
|
-
section:
|
|
10085
|
-
sectionHeader:
|
|
10084
|
+
section: S3,
|
|
10085
|
+
sectionHeader: x3,
|
|
10086
10086
|
sectionTitle: T3,
|
|
10087
10087
|
sectionLabel: $3,
|
|
10088
10088
|
externalLink: E3,
|
|
10089
10089
|
sectionValue: L3,
|
|
10090
10090
|
tokenList: q3,
|
|
10091
10091
|
tokenTrigger: M3,
|
|
10092
|
-
tokenChevron:
|
|
10093
|
-
expanded:
|
|
10092
|
+
tokenChevron: P3,
|
|
10093
|
+
expanded: R3,
|
|
10094
10094
|
tokenInfo: D3,
|
|
10095
10095
|
tokenInfoLabel: B3,
|
|
10096
10096
|
tokenLogo: O3,
|
|
@@ -10147,9 +10147,9 @@ function iI(e) {
|
|
|
10147
10147
|
return e === void 0 ? "Status unavailable" : e ? "In range" : "Out of range";
|
|
10148
10148
|
}
|
|
10149
10149
|
function Ui(e, t) {
|
|
10150
|
-
return e === void 0 ? "-" : `${
|
|
10150
|
+
return e === void 0 ? "-" : `${xt(e, { dp: 6 })} ${t}`;
|
|
10151
10151
|
}
|
|
10152
|
-
function
|
|
10152
|
+
function xd({
|
|
10153
10153
|
isOpen: e,
|
|
10154
10154
|
symbol: t,
|
|
10155
10155
|
coinLogos: n,
|
|
@@ -10163,7 +10163,7 @@ function Sd({
|
|
|
10163
10163
|
Oe,
|
|
10164
10164
|
{
|
|
10165
10165
|
size: 14,
|
|
10166
|
-
className:
|
|
10166
|
+
className: P(M.tokenChevron, { [M.expanded]: e })
|
|
10167
10167
|
}
|
|
10168
10168
|
),
|
|
10169
10169
|
/* @__PURE__ */ h("div", { className: M.tokenInfoLabel, children: [
|
|
@@ -10198,7 +10198,7 @@ const cI = ({ position: e }) => {
|
|
|
10198
10198
|
/* @__PURE__ */ h("div", { className: M.breakdownRow, children: [
|
|
10199
10199
|
/* @__PURE__ */ o("span", { className: M.breakdownLabel, children: "Status" }),
|
|
10200
10200
|
/* @__PURE__ */ h("div", { className: M.clammStatusValue, children: [
|
|
10201
|
-
/* @__PURE__ */ o("span", { className:
|
|
10201
|
+
/* @__PURE__ */ o("span", { className: P(M.statusDot, t) }),
|
|
10202
10202
|
/* @__PURE__ */ o("span", { children: n })
|
|
10203
10203
|
] })
|
|
10204
10204
|
] }),
|
|
@@ -10225,7 +10225,7 @@ const cI = ({ position: e }) => {
|
|
|
10225
10225
|
if (!d) return null;
|
|
10226
10226
|
const m = l || u?.assetLogo;
|
|
10227
10227
|
return /* @__PURE__ */ h(me.Root, { open: n, onOpenChange: s, children: [
|
|
10228
|
-
/* @__PURE__ */ o(me.Trigger, { asChild: !0, children:
|
|
10228
|
+
/* @__PURE__ */ o(me.Trigger, { asChild: !0, children: xd({
|
|
10229
10229
|
isOpen: n,
|
|
10230
10230
|
symbol: r,
|
|
10231
10231
|
coinLogos: c,
|
|
@@ -10241,14 +10241,14 @@ const cI = ({ position: e }) => {
|
|
|
10241
10241
|
] }) })
|
|
10242
10242
|
] });
|
|
10243
10243
|
}, dI = ({ row: e, denomLogoMap: t }) => {
|
|
10244
|
-
const { denom: n, symbol: s, totalValue: a, breakdown: r, logoUrl: i, coinLogos: c, claimableInit: l } = e, [d, u] = W(!1), m = t.get(n), f = i || m?.assetLogo, p = e.totalAmount > 0 ? e.totalValue / e.totalAmount : 0, g =
|
|
10244
|
+
const { denom: n, symbol: s, totalValue: a, breakdown: r, logoUrl: i, coinLogos: c, claimableInit: l } = e, [d, u] = W(!1), m = t.get(n), f = i || m?.assetLogo, p = e.totalAmount > 0 ? e.totalValue / e.totalAmount : 0, g = x(
|
|
10245
10245
|
() => Object.entries(r).filter(
|
|
10246
10246
|
([, y]) => y > 0
|
|
10247
10247
|
),
|
|
10248
10248
|
[r]
|
|
10249
10249
|
), _ = l && Number(l.total) > 0;
|
|
10250
10250
|
return /* @__PURE__ */ h(me.Root, { open: d, onOpenChange: u, children: [
|
|
10251
|
-
/* @__PURE__ */ o(me.Trigger, { asChild: !0, children:
|
|
10251
|
+
/* @__PURE__ */ o(me.Trigger, { asChild: !0, children: xd({
|
|
10252
10252
|
isOpen: d,
|
|
10253
10253
|
symbol: s,
|
|
10254
10254
|
coinLogos: c,
|
|
@@ -10262,7 +10262,7 @@ const cI = ({ position: e }) => {
|
|
|
10262
10262
|
/* @__PURE__ */ o("span", { className: M.breakdownLabel, children: aI[y] }),
|
|
10263
10263
|
/* @__PURE__ */ h("div", { className: M.breakdownValues, children: [
|
|
10264
10264
|
/* @__PURE__ */ h("span", { className: M.breakdownAmount, children: [
|
|
10265
|
-
|
|
10265
|
+
xt(w, { dp: 6 }),
|
|
10266
10266
|
" LP"
|
|
10267
10267
|
] }),
|
|
10268
10268
|
/* @__PURE__ */ o("span", { className: M.breakdownValue, children: Z(v) })
|
|
@@ -10273,7 +10273,7 @@ const cI = ({ position: e }) => {
|
|
|
10273
10273
|
/* @__PURE__ */ o("span", { className: M.breakdownLabel, children: "Claimable rewards" }),
|
|
10274
10274
|
/* @__PURE__ */ h("div", { className: M.breakdownValues, children: [
|
|
10275
10275
|
/* @__PURE__ */ h("span", { className: M.breakdownAmount, children: [
|
|
10276
|
-
|
|
10276
|
+
xt(Number(l.total), { dp: 6 }),
|
|
10277
10277
|
" ",
|
|
10278
10278
|
mt
|
|
10279
10279
|
] }),
|
|
@@ -10282,7 +10282,7 @@ const cI = ({ position: e }) => {
|
|
|
10282
10282
|
] })
|
|
10283
10283
|
] }) })
|
|
10284
10284
|
] });
|
|
10285
|
-
}, uI = ({ row: e, denomLogoMap: t }) => e.clamm ? /* @__PURE__ */ o(lI, { row: e, denomLogoMap: t }) : /* @__PURE__ */ o(dI, { row: e, denomLogoMap: t }), mI = "_container_1nijk_1", hI = "_section_1nijk_6", fI = "_sectionHeader_1nijk_14", pI = "_sectionTitle_1nijk_20", gI = "_sectionLabel_1nijk_26", _I = "_externalLink_1nijk_32", yI = "_sectionValue_1nijk_44", wI = "_tokenList_1nijk_51", bI = "_tokenTrigger_1nijk_63", vI = "_tokenChevron_1nijk_79", NI = "_expanded_1nijk_90", kI = "_tokenInfo_1nijk_94", CI = "_tokenInfoLabel_1nijk_100", II = "_tokenLogo_1nijk_106", AI = "_tokenName_1nijk_110",
|
|
10285
|
+
}, uI = ({ row: e, denomLogoMap: t }) => e.clamm ? /* @__PURE__ */ o(lI, { row: e, denomLogoMap: t }) : /* @__PURE__ */ o(dI, { row: e, denomLogoMap: t }), mI = "_container_1nijk_1", hI = "_section_1nijk_6", fI = "_sectionHeader_1nijk_14", pI = "_sectionTitle_1nijk_20", gI = "_sectionLabel_1nijk_26", _I = "_externalLink_1nijk_32", yI = "_sectionValue_1nijk_44", wI = "_tokenList_1nijk_51", bI = "_tokenTrigger_1nijk_63", vI = "_tokenChevron_1nijk_79", NI = "_expanded_1nijk_90", kI = "_tokenInfo_1nijk_94", CI = "_tokenInfoLabel_1nijk_100", II = "_tokenLogo_1nijk_106", AI = "_tokenName_1nijk_110", SI = "_triggerValue_1nijk_116", xI = "_breakdownContent_1nijk_123", TI = "_breakdownRow_1nijk_131", $I = "_breakdownLabel_1nijk_139", EI = "_breakdownValues_1nijk_145", LI = "_breakdownAmount_1nijk_151", qI = "_breakdownValue_1nijk_145", MI = "_collapsibleContent_1nijk_165", ce = {
|
|
10286
10286
|
container: mI,
|
|
10287
10287
|
section: hI,
|
|
10288
10288
|
sectionHeader: fI,
|
|
@@ -10298,15 +10298,15 @@ const cI = ({ position: e }) => {
|
|
|
10298
10298
|
tokenInfoLabel: CI,
|
|
10299
10299
|
tokenLogo: II,
|
|
10300
10300
|
tokenName: AI,
|
|
10301
|
-
triggerValue:
|
|
10302
|
-
breakdownContent:
|
|
10301
|
+
triggerValue: SI,
|
|
10302
|
+
breakdownContent: xI,
|
|
10303
10303
|
breakdownRow: TI,
|
|
10304
10304
|
breakdownLabel: $I,
|
|
10305
10305
|
breakdownValues: EI,
|
|
10306
10306
|
breakdownAmount: LI,
|
|
10307
10307
|
breakdownValue: qI,
|
|
10308
10308
|
collapsibleContent: MI
|
|
10309
|
-
},
|
|
10309
|
+
}, PI = ({ data: e }) => {
|
|
10310
10310
|
const { totalValue: t, rows: n } = e;
|
|
10311
10311
|
return n.length === 0 ? null : /* @__PURE__ */ o("div", { className: ce.container, children: /* @__PURE__ */ h("div", { className: ce.section, children: [
|
|
10312
10312
|
/* @__PURE__ */ h("div", { className: ce.sectionHeader, children: [
|
|
@@ -10326,9 +10326,9 @@ const cI = ({ position: e }) => {
|
|
|
10326
10326
|
] }),
|
|
10327
10327
|
/* @__PURE__ */ o("span", { className: ce.sectionValue, children: Z(t) })
|
|
10328
10328
|
] }),
|
|
10329
|
-
/* @__PURE__ */ o("div", { className: ce.tokenList, children: n.map((s) => /* @__PURE__ */ o(
|
|
10329
|
+
/* @__PURE__ */ o("div", { className: ce.tokenList, children: n.map((s) => /* @__PURE__ */ o(RI, { row: s }, `${s.bridgeId}-${s.version}`)) })
|
|
10330
10330
|
] }) });
|
|
10331
|
-
},
|
|
10331
|
+
}, RI = ({ row: e }) => {
|
|
10332
10332
|
const { name: t, logoUrl: n, lockedReward: s, lockedRewardValue: a, claimableReward: r, claimableRewardValue: i } = e, [c, l] = W(!1), d = a + i;
|
|
10333
10333
|
return /* @__PURE__ */ h(me.Root, { open: c, onOpenChange: l, children: [
|
|
10334
10334
|
/* @__PURE__ */ o(me.Trigger, { asChild: !0, children: /* @__PURE__ */ h("button", { className: ce.tokenTrigger, children: [
|
|
@@ -10337,7 +10337,7 @@ const cI = ({ position: e }) => {
|
|
|
10337
10337
|
Oe,
|
|
10338
10338
|
{
|
|
10339
10339
|
size: 14,
|
|
10340
|
-
className:
|
|
10340
|
+
className: P(ce.tokenChevron, { [ce.expanded]: c })
|
|
10341
10341
|
}
|
|
10342
10342
|
),
|
|
10343
10343
|
/* @__PURE__ */ h("div", { className: ce.tokenInfoLabel, children: [
|
|
@@ -10352,7 +10352,7 @@ const cI = ({ position: e }) => {
|
|
|
10352
10352
|
/* @__PURE__ */ o("span", { className: ce.breakdownLabel, children: "Locked" }),
|
|
10353
10353
|
/* @__PURE__ */ h("div", { className: ce.breakdownValues, children: [
|
|
10354
10354
|
/* @__PURE__ */ h("span", { className: ce.breakdownAmount, children: [
|
|
10355
|
-
|
|
10355
|
+
xt(s, { dp: 2 }),
|
|
10356
10356
|
" INIT"
|
|
10357
10357
|
] }),
|
|
10358
10358
|
/* @__PURE__ */ o("span", { className: ce.breakdownValue, children: Z(a) })
|
|
@@ -10362,7 +10362,7 @@ const cI = ({ position: e }) => {
|
|
|
10362
10362
|
/* @__PURE__ */ o("span", { className: ce.breakdownLabel, children: "Claimable rewards" }),
|
|
10363
10363
|
/* @__PURE__ */ h("div", { className: ce.breakdownValues, children: [
|
|
10364
10364
|
/* @__PURE__ */ h("span", { className: ce.breakdownAmount, children: [
|
|
10365
|
-
|
|
10365
|
+
xt(r, { dp: 2 }),
|
|
10366
10366
|
" INIT"
|
|
10367
10367
|
] }),
|
|
10368
10368
|
/* @__PURE__ */ o("span", { className: ce.breakdownValue, children: Z(i) })
|
|
@@ -10395,7 +10395,7 @@ const cI = ({ position: e }) => {
|
|
|
10395
10395
|
symbolLogos: s,
|
|
10396
10396
|
initPrice: a
|
|
10397
10397
|
}) => {
|
|
10398
|
-
const { positions: r } = kr(), { data: i } = wl(), { data: c } = bl(), l =
|
|
10398
|
+
const { positions: r } = kr(), { data: i } = wl(), { data: c } = bl(), l = x(() => {
|
|
10399
10399
|
const m = /* @__PURE__ */ new Map();
|
|
10400
10400
|
for (const f of r) {
|
|
10401
10401
|
if (f.type === "fungible-position" || f.balance.type === "unknown") continue;
|
|
@@ -10403,7 +10403,7 @@ const cI = ({ position: e }) => {
|
|
|
10403
10403
|
w && m.set(p, { assetLogo: w, chainLogo: t });
|
|
10404
10404
|
}
|
|
10405
10405
|
return m;
|
|
10406
|
-
}, [r, n, s, e, t]), d =
|
|
10406
|
+
}, [r, n, s, e, t]), d = x(
|
|
10407
10407
|
() => (m, f) => {
|
|
10408
10408
|
const p = bn(m);
|
|
10409
10409
|
if (f === "staking") {
|
|
@@ -10417,7 +10417,7 @@ const cI = ({ position: e }) => {
|
|
|
10417
10417
|
return "0";
|
|
10418
10418
|
},
|
|
10419
10419
|
[i, c]
|
|
10420
|
-
), u =
|
|
10420
|
+
), u = x(() => r.length === 0 ? [] : [
|
|
10421
10421
|
{
|
|
10422
10422
|
protocol: "Initia",
|
|
10423
10423
|
manageUrl: ur,
|
|
@@ -10425,7 +10425,7 @@ const cI = ({ position: e }) => {
|
|
|
10425
10425
|
}
|
|
10426
10426
|
], [r]);
|
|
10427
10427
|
return u.length === 0 ? null : /* @__PURE__ */ o(
|
|
10428
|
-
|
|
10428
|
+
Sd,
|
|
10429
10429
|
{
|
|
10430
10430
|
protocols: u,
|
|
10431
10431
|
denomLogoMap: l,
|
|
@@ -10440,7 +10440,7 @@ const cI = ({ position: e }) => {
|
|
|
10440
10440
|
denomLogos: n,
|
|
10441
10441
|
symbolLogos: s
|
|
10442
10442
|
}) => {
|
|
10443
|
-
const a = Yo(), r =
|
|
10443
|
+
const a = Yo(), r = x(() => {
|
|
10444
10444
|
const i = /* @__PURE__ */ new Map();
|
|
10445
10445
|
for (const c of a.rows) {
|
|
10446
10446
|
const { denom: l, symbol: d } = c, u = d.toUpperCase(), m = `${e}:${l}`, f = n.get(m) ?? s.get(u);
|
|
@@ -10451,12 +10451,12 @@ const cI = ({ position: e }) => {
|
|
|
10451
10451
|
return a.rows.length === 0 ? null : /* @__PURE__ */ o(oI, { data: a, denomLogoMap: r });
|
|
10452
10452
|
}, t6 = () => {
|
|
10453
10453
|
const e = Zo();
|
|
10454
|
-
return e.rows.length === 0 ? null : /* @__PURE__ */ o(
|
|
10454
|
+
return e.rows.length === 0 ? null : /* @__PURE__ */ o(PI, { data: e });
|
|
10455
10455
|
}, n6 = ({ chainGroup: e }) => {
|
|
10456
|
-
const { chainId: t, chainName: n, chainLogo: s } = e, [a, r] = Be(ZI), i = he(), c = $s(), { denomLogos: l, symbolLogos: d } =
|
|
10456
|
+
const { chainId: t, chainName: n, chainLogo: s } = e, [a, r] = Be(ZI), i = he(), c = $s(), { denomLogos: l, symbolLogos: d } = x(
|
|
10457
10457
|
() => Cr(c, i),
|
|
10458
10458
|
[c, i]
|
|
10459
|
-
), u = ne(), { data: m } = Bt(u), f =
|
|
10459
|
+
), u = ne(), { data: m } = Bt(u), f = x(() => m?.find((g) => g.id === et)?.price ?? 0, [m]);
|
|
10460
10460
|
return /* @__PURE__ */ o("div", { className: Qe.container, children: /* @__PURE__ */ h(me.Root, { open: a, onOpenChange: r, children: [
|
|
10461
10461
|
/* @__PURE__ */ o(me.Trigger, { asChild: !0, children: /* @__PURE__ */ h("button", { className: Qe.trigger, children: [
|
|
10462
10462
|
/* @__PURE__ */ h("div", { className: Qe.chainInfo, children: [
|
|
@@ -10477,18 +10477,18 @@ const cI = ({ position: e }) => {
|
|
|
10477
10477
|
] })
|
|
10478
10478
|
] }),
|
|
10479
10479
|
/* @__PURE__ */ h("div", { className: Qe.valueColumn, children: [
|
|
10480
|
-
/* @__PURE__ */ o(ge, { suspenseFallback: /* @__PURE__ */ o(
|
|
10480
|
+
/* @__PURE__ */ o(ge, { suspenseFallback: /* @__PURE__ */ o(St, { height: 16, width: 60, length: 1 }), children: /* @__PURE__ */ o(JI, {}) }),
|
|
10481
10481
|
/* @__PURE__ */ o(
|
|
10482
10482
|
Oe,
|
|
10483
10483
|
{
|
|
10484
10484
|
size: 16,
|
|
10485
|
-
className:
|
|
10485
|
+
className: P(Qe.expandIcon, { [Qe.expanded]: a })
|
|
10486
10486
|
}
|
|
10487
10487
|
)
|
|
10488
10488
|
] })
|
|
10489
10489
|
] }) }),
|
|
10490
10490
|
/* @__PURE__ */ o(me.Content, { className: Qe.collapsibleContent, children: /* @__PURE__ */ h("div", { className: Qe.content, children: [
|
|
10491
|
-
/* @__PURE__ */ o(ge, { suspenseFallback: /* @__PURE__ */ o(
|
|
10491
|
+
/* @__PURE__ */ o(ge, { suspenseFallback: /* @__PURE__ */ o(St, { height: 36, length: 2 }), children: /* @__PURE__ */ o(
|
|
10492
10492
|
XI,
|
|
10493
10493
|
{
|
|
10494
10494
|
chainId: t,
|
|
@@ -10498,7 +10498,7 @@ const cI = ({ position: e }) => {
|
|
|
10498
10498
|
initPrice: f
|
|
10499
10499
|
}
|
|
10500
10500
|
) }),
|
|
10501
|
-
/* @__PURE__ */ o(ge, { suspenseFallback: /* @__PURE__ */ o(
|
|
10501
|
+
/* @__PURE__ */ o(ge, { suspenseFallback: /* @__PURE__ */ o(St, { height: 36, length: 2 }), children: /* @__PURE__ */ o(
|
|
10502
10502
|
e6,
|
|
10503
10503
|
{
|
|
10504
10504
|
chainId: t,
|
|
@@ -10507,13 +10507,13 @@ const cI = ({ position: e }) => {
|
|
|
10507
10507
|
symbolLogos: d
|
|
10508
10508
|
}
|
|
10509
10509
|
) }),
|
|
10510
|
-
/* @__PURE__ */ o(ge, { suspenseFallback: /* @__PURE__ */ o(
|
|
10510
|
+
/* @__PURE__ */ o(ge, { suspenseFallback: /* @__PURE__ */ o(St, { height: 36, length: 1 }), children: /* @__PURE__ */ o(t6, {}) })
|
|
10511
10511
|
] }) })
|
|
10512
10512
|
] }) });
|
|
10513
10513
|
}, s6 = "_totalValue_1v2ca_1", o6 = {
|
|
10514
10514
|
totalValue: s6
|
|
10515
10515
|
}, a6 = ({ filteredChainGroups: e }) => {
|
|
10516
|
-
const { totalValue: t } = kr(), { totalValue: n } = Yo(), { totalValue: s } = Zo(), a = t + n + s, r =
|
|
10516
|
+
const { totalValue: t } = kr(), { totalValue: n } = Yo(), { totalValue: s } = Zo(), a = t + n + s, r = x(() => {
|
|
10517
10517
|
const i = e.some((l) => l.isInitia);
|
|
10518
10518
|
return e.reduce((l, d) => d.isInitia ? l : l + d.totalValue, 0) + (i ? a : 0);
|
|
10519
10519
|
}, [e, a]);
|
|
@@ -10525,7 +10525,7 @@ const cI = ({ position: e }) => {
|
|
|
10525
10525
|
list: l6,
|
|
10526
10526
|
skeletonWrapper: d6
|
|
10527
10527
|
}, u6 = Hi(({ searchQuery: e, selectedChain: t, chainInfoMap: n }) => {
|
|
10528
|
-
const { positions: s, isLoading: a } = Bs(), r = ne(), i =
|
|
10528
|
+
const { positions: s, isLoading: a } = Bs(), r = ne(), i = x(() => {
|
|
10529
10529
|
const l = [];
|
|
10530
10530
|
for (const u of s) {
|
|
10531
10531
|
if (!Array.isArray(u.positions)) continue;
|
|
@@ -10563,16 +10563,16 @@ const cI = ({ position: e }) => {
|
|
|
10563
10563
|
return /* @__PURE__ */ h("div", { className: ls.container, children: [
|
|
10564
10564
|
/* @__PURE__ */ h("div", { className: ls.header, children: [
|
|
10565
10565
|
/* @__PURE__ */ o("span", { className: ls.title, children: "Positions" }),
|
|
10566
|
-
c && /* @__PURE__ */ o(ge, { suspenseFallback: /* @__PURE__ */ o(
|
|
10566
|
+
c && /* @__PURE__ */ o(ge, { suspenseFallback: /* @__PURE__ */ o(St, { height: 16, width: 60, length: 1 }), children: /* @__PURE__ */ o(a6, { filteredChainGroups: i }) })
|
|
10567
10567
|
] }),
|
|
10568
10568
|
c ? /* @__PURE__ */ o("div", { className: ls.list, children: i.map((l) => l.isInitia ? /* @__PURE__ */ o(
|
|
10569
10569
|
ge,
|
|
10570
10570
|
{
|
|
10571
|
-
suspenseFallback: /* @__PURE__ */ o("div", { className: ls.skeletonWrapper, children: /* @__PURE__ */ o(
|
|
10571
|
+
suspenseFallback: /* @__PURE__ */ o("div", { className: ls.skeletonWrapper, children: /* @__PURE__ */ o(St, { height: 56, length: 1 }) }),
|
|
10572
10572
|
children: /* @__PURE__ */ o(n6, { chainGroup: l })
|
|
10573
10573
|
},
|
|
10574
10574
|
l.chainName
|
|
10575
|
-
) : /* @__PURE__ */ o(I3, { chainGroup: l }, l.chainName)) }) : s.length === 0 && a ? /* @__PURE__ */ o(
|
|
10575
|
+
) : /* @__PURE__ */ o(I3, { chainGroup: l }, l.chainName)) }) : s.length === 0 && a ? /* @__PURE__ */ o(St, { height: 56, length: 3 }) : /* @__PURE__ */ o(be, { children: "No positions" })
|
|
10576
10576
|
] });
|
|
10577
10577
|
}), m6 = "_content_1w1ad_1", h6 = {
|
|
10578
10578
|
content: m6
|
|
@@ -10580,7 +10580,7 @@ const cI = ({ position: e }) => {
|
|
|
10580
10580
|
selectedChain: e,
|
|
10581
10581
|
setSelectedChain: t
|
|
10582
10582
|
}) => {
|
|
10583
|
-
const { defaultChainId: n } = te(), s = ne(), a = dp(), { totalValue: r } = Zo(), { chainIds: i, chainIdToValueMap: c, totalBalance: l } =
|
|
10583
|
+
const { defaultChainId: n } = te(), s = ne(), a = dp(), { totalValue: r } = Zo(), { chainIds: i, chainIdToValueMap: c, totalBalance: l } = x(() => {
|
|
10584
10584
|
const d = /* @__PURE__ */ new Map();
|
|
10585
10585
|
let u = 0;
|
|
10586
10586
|
for (const f of a)
|
|
@@ -10604,10 +10604,10 @@ const cI = ({ position: e }) => {
|
|
|
10604
10604
|
}
|
|
10605
10605
|
);
|
|
10606
10606
|
}, p6 = () => {
|
|
10607
|
-
const [e, t] = Be(bd), [n, s] = Be(vd), a = he(), r = $s(), { denomLogos: i, symbolLogos: c } =
|
|
10607
|
+
const [e, t] = Be(bd), [n, s] = Be(vd), a = he(), r = $s(), { denomLogos: i, symbolLogos: c } = x(
|
|
10608
10608
|
() => Cr(r, a),
|
|
10609
10609
|
[r, a]
|
|
10610
|
-
), l = rr(), d =
|
|
10610
|
+
), l = rr(), d = x(() => kl(a, l), [a, l]), u = lp();
|
|
10611
10611
|
return /* @__PURE__ */ h(ht.Root, { children: [
|
|
10612
10612
|
/* @__PURE__ */ h(ht.Controls, { children: [
|
|
10613
10613
|
/* @__PURE__ */ o(
|
|
@@ -10622,7 +10622,7 @@ const cI = ({ position: e }) => {
|
|
|
10622
10622
|
/* @__PURE__ */ o(ge, { suspenseFallback: /* @__PURE__ */ o(gn, { height: 44, width: 132 }), children: /* @__PURE__ */ o(f6, { selectedChain: n, setSelectedChain: s }) })
|
|
10623
10623
|
] }),
|
|
10624
10624
|
/* @__PURE__ */ h("div", { className: h6.content, children: [
|
|
10625
|
-
/* @__PURE__ */ o(ge, { suspenseFallback: /* @__PURE__ */ o(
|
|
10625
|
+
/* @__PURE__ */ o(ge, { suspenseFallback: /* @__PURE__ */ o(St, { height: 48, length: 5 }), children: /* @__PURE__ */ o(
|
|
10626
10626
|
$C,
|
|
10627
10627
|
{
|
|
10628
10628
|
searchQuery: e,
|
|
@@ -10633,7 +10633,7 @@ const cI = ({ position: e }) => {
|
|
|
10633
10633
|
chainPrices: d
|
|
10634
10634
|
}
|
|
10635
10635
|
) }),
|
|
10636
|
-
/* @__PURE__ */ o(ge, { suspenseFallback: /* @__PURE__ */ o(
|
|
10636
|
+
/* @__PURE__ */ o(ge, { suspenseFallback: /* @__PURE__ */ o(St, { height: 56, length: 3 }), children: /* @__PURE__ */ o(
|
|
10637
10637
|
u6,
|
|
10638
10638
|
{
|
|
10639
10639
|
searchQuery: e,
|
|
@@ -10655,11 +10655,11 @@ const cI = ({ position: e }) => {
|
|
|
10655
10655
|
tab: C6
|
|
10656
10656
|
}, I6 = () => {
|
|
10657
10657
|
const { totalValue: e, isLoading: t } = ul();
|
|
10658
|
-
return /* @__PURE__ */ o("div", { className:
|
|
10658
|
+
return /* @__PURE__ */ o("div", { className: P(Ye.totalAmount, { [Ye.loading]: t }), children: Z(e) });
|
|
10659
10659
|
}, A6 = () => {
|
|
10660
10660
|
const e = up(), t = mp(), n = Nl(), s = e + n + t;
|
|
10661
10661
|
return /* @__PURE__ */ o("div", { className: Ye.totalAmount, children: Z(s) });
|
|
10662
|
-
},
|
|
10662
|
+
}, S6 = () => {
|
|
10663
10663
|
Wl(), ip();
|
|
10664
10664
|
const e = Ir(), t = Le(), n = Vo(), s = Je(null);
|
|
10665
10665
|
return /* @__PURE__ */ o(kd.Provider, { value: s, children: /* @__PURE__ */ h(yt, { ref: s, children: [
|
|
@@ -10693,21 +10693,21 @@ const cI = ({ position: e }) => {
|
|
|
10693
10693
|
/* @__PURE__ */ o(Kt.Tab, { className: Ye.tab, value: "/nfts", children: "NFTs" }),
|
|
10694
10694
|
/* @__PURE__ */ o(Kt.Tab, { className: Ye.tab, value: "/activity", children: "Activity" })
|
|
10695
10695
|
] }),
|
|
10696
|
-
/* @__PURE__ */ o(Kt.Panel, { value: "/", children: e ? /* @__PURE__ */ o(
|
|
10696
|
+
/* @__PURE__ */ o(Kt.Panel, { value: "/", children: e ? /* @__PURE__ */ o(SC, {}) : /* @__PURE__ */ o(p6, {}) }),
|
|
10697
10697
|
/* @__PURE__ */ o(Kt.Panel, { value: "/nfts", children: /* @__PURE__ */ o(Ok, {}) }),
|
|
10698
10698
|
/* @__PURE__ */ o(Kt.Panel, { value: "/activity", children: /* @__PURE__ */ o(vk, {}) })
|
|
10699
10699
|
] })
|
|
10700
10700
|
] }) });
|
|
10701
|
-
},
|
|
10702
|
-
root:
|
|
10701
|
+
}, x6 = "_root_th990_1", T6 = "_collectionName_th990_9", $6 = "_nftName_th990_13", E6 = "_chainInfo_th990_17", L6 = "_attributes_th990_21", q6 = "_title_th990_24", M6 = "_count_th990_29", P6 = "_item_th990_33", R6 = "_type_th990_39", D6 = "_value_th990_45", dn = {
|
|
10702
|
+
root: x6,
|
|
10703
10703
|
collectionName: T6,
|
|
10704
10704
|
nftName: $6,
|
|
10705
10705
|
chainInfo: E6,
|
|
10706
10706
|
attributes: L6,
|
|
10707
10707
|
title: q6,
|
|
10708
10708
|
count: M6,
|
|
10709
|
-
item:
|
|
10710
|
-
type:
|
|
10709
|
+
item: P6,
|
|
10710
|
+
type: R6,
|
|
10711
10711
|
value: D6
|
|
10712
10712
|
}, B6 = () => {
|
|
10713
10713
|
const e = Le(), t = nt(), { attributes: n } = t;
|
|
@@ -10736,9 +10736,9 @@ function O6({
|
|
|
10736
10736
|
gas: n
|
|
10737
10737
|
}) {
|
|
10738
10738
|
return t.map(({ denom: s, amount: a }) => {
|
|
10739
|
-
const r =
|
|
10739
|
+
const r = B(a).times(n).toFixed(0, B.ROUND_CEIL), i = e.find((c) => c.denom === s)?.amount ?? "0";
|
|
10740
10740
|
return { amount: r, denom: s, balance: i };
|
|
10741
|
-
}).filter(({ amount: s, balance: a }) =>
|
|
10741
|
+
}).filter(({ amount: s, balance: a }) => B(a).gte(s));
|
|
10742
10742
|
}
|
|
10743
10743
|
function U6({
|
|
10744
10744
|
denom: e,
|
|
@@ -10751,15 +10751,15 @@ function U6({
|
|
|
10751
10751
|
if (i.length === 0)
|
|
10752
10752
|
return r;
|
|
10753
10753
|
if (e === s && c) {
|
|
10754
|
-
const d =
|
|
10755
|
-
return
|
|
10754
|
+
const d = B(r).minus(c.amount);
|
|
10755
|
+
return B.max(d, 0).toString();
|
|
10756
10756
|
}
|
|
10757
10757
|
const l = i.find((d) => d.denom !== e) || i[0];
|
|
10758
10758
|
if (!c && e === l.denom) {
|
|
10759
|
-
const d =
|
|
10760
|
-
return
|
|
10759
|
+
const d = B(r).minus(l.amount);
|
|
10760
|
+
return B.max(d, 0).toString();
|
|
10761
10761
|
}
|
|
10762
|
-
return
|
|
10762
|
+
return B(r).toString();
|
|
10763
10763
|
}
|
|
10764
10764
|
const F6 = ({ chain: e, onSelect: t }) => {
|
|
10765
10765
|
const n = bm(e);
|
|
@@ -10782,7 +10782,7 @@ const F6 = ({ chain: e, onSelect: t }) => {
|
|
|
10782
10782
|
}, j6 = qe("interwovenkit:send", {
|
|
10783
10783
|
gas: (e) => [e]
|
|
10784
10784
|
}), z6 = () => {
|
|
10785
|
-
const { address: e, initiaAddress: t, estimateGas: n, requestTxSync: s } = dt(), { register: a, watch: r, setValue: i, handleSubmit: c, formState: l } = vn(), { errors: d } = l, { chainId: u, denom: m, recipient: f, quantity: p, memo: g } = r(), _ = _t(u), y = Es(_), w = pr(_), v = gr(_), k = wc(m, _), { data: b } = Bt(_), { decimals: N } = k, I = y.find((F) => F.denom === m)?.amount ?? "0", T = b?.find(({ id: F }) => F === m)?.price, { data: E = 0, isLoading:
|
|
10785
|
+
const { address: e, initiaAddress: t, estimateGas: n, requestTxSync: s } = dt(), { register: a, watch: r, setValue: i, handleSubmit: c, formState: l } = vn(), { errors: d } = l, { chainId: u, denom: m, recipient: f, quantity: p, memo: g } = r(), _ = _t(u), y = Es(_), w = pr(_), v = gr(_), k = wc(m, _), { data: b } = Bt(_), { decimals: N } = k, I = y.find((F) => F.denom === m)?.amount ?? "0", T = b?.find(({ id: F }) => F === m)?.price, { data: E = 0, isLoading: S } = ve({
|
|
10786
10786
|
queryKey: j6.gas({ chainId: u, denom: m, recipient: f, initiaAddress: t }).queryKey,
|
|
10787
10787
|
queryFn: () => {
|
|
10788
10788
|
const F = [
|
|
@@ -10799,9 +10799,9 @@ const F6 = ({ chain: e, onSelect: t }) => {
|
|
|
10799
10799
|
},
|
|
10800
10800
|
enabled: J.validate(f),
|
|
10801
10801
|
staleTime: V.INFINITY
|
|
10802
|
-
}), $ = Math.ceil(E * Fn), C = U6({ denom: m, balances: y, gasPrices: w, lastFeeDenom: v, gas: $ }), A =
|
|
10802
|
+
}), $ = Math.ceil(E * Fn), C = U6({ denom: m, balances: y, gasPrices: w, lastFeeDenom: v, gas: $ }), A = B(I).isZero(), L = w.some(({ denom: F }) => F === m) && S, q = A || L, { mutate: R, isPending: j } = pt({
|
|
10803
10803
|
mutationFn: ({ chainId: F, denom: ie, quantity: Ne, recipient: fe, memo: ke }) => {
|
|
10804
|
-
const Ce =
|
|
10804
|
+
const Ce = xo(Ne, { decimals: N }), je = [
|
|
10805
10805
|
{
|
|
10806
10806
|
typeUrl: "/cosmos.bank.v1beta1.MsgSend",
|
|
10807
10807
|
value: Zr.fromPartial({
|
|
@@ -10822,14 +10822,14 @@ const F6 = ({ chain: e, onSelect: t }) => {
|
|
|
10822
10822
|
internal: "/"
|
|
10823
10823
|
});
|
|
10824
10824
|
}
|
|
10825
|
-
}), K =
|
|
10825
|
+
}), K = x(() => {
|
|
10826
10826
|
if (!p) return "Enter amount";
|
|
10827
10827
|
if (d.quantity) return d.quantity.message;
|
|
10828
10828
|
if (!f) return "Enter recipient address";
|
|
10829
10829
|
if (d.recipient) return d.recipient.message;
|
|
10830
10830
|
if (d.memo) return d.memo.message;
|
|
10831
10831
|
}, [p, f, d.quantity, d.recipient, d.memo]);
|
|
10832
|
-
return /* @__PURE__ */ o(Mt, { title: "Send", children: /* @__PURE__ */ h("form", { onSubmit: c((F) =>
|
|
10832
|
+
return /* @__PURE__ */ o(Mt, { title: "Send", children: /* @__PURE__ */ h("form", { onSubmit: c((F) => R(F)), children: [
|
|
10833
10833
|
/* @__PURE__ */ h("div", { className: Fi.fields, children: [
|
|
10834
10834
|
/* @__PURE__ */ o(
|
|
10835
10835
|
Va,
|
|
@@ -10853,7 +10853,7 @@ const F6 = ({ chain: e, onSelect: t }) => {
|
|
|
10853
10853
|
children: _e(I ?? "0", { decimals: N })
|
|
10854
10854
|
}
|
|
10855
10855
|
),
|
|
10856
|
-
value: p ? T ? Z(
|
|
10856
|
+
value: p ? T ? Z(B(p).times(T)) : "$-" : "$0"
|
|
10857
10857
|
}
|
|
10858
10858
|
),
|
|
10859
10859
|
/* @__PURE__ */ o("div", { className: Fi.divider }),
|
|
@@ -10877,7 +10877,7 @@ const F6 = ({ chain: e, onSelect: t }) => {
|
|
|
10877
10877
|
le.White,
|
|
10878
10878
|
{
|
|
10879
10879
|
type: "submit",
|
|
10880
|
-
loading: (
|
|
10880
|
+
loading: (S ? "Estimating gas..." : !1) || j,
|
|
10881
10881
|
disabled: !!K,
|
|
10882
10882
|
children: K ?? "Confirm"
|
|
10883
10883
|
}
|
|
@@ -11070,10 +11070,10 @@ const a4 = "_root_1tyvn_1", r4 = "_collectionName_1tyvn_10", i4 = "_nftName_1tyv
|
|
|
11070
11070
|
},
|
|
11071
11071
|
n.chainId !== v.chainId && await o4({ nft: t, srcChain: n, intermediaryChain: i })
|
|
11072
11072
|
), { msgs: A } = await H.create({ prefixUrl: a }).post("nft", { json: C }).json();
|
|
11073
|
-
return A.map((
|
|
11073
|
+
return A.map((D) => r.fromAmino(D));
|
|
11074
11074
|
},
|
|
11075
11075
|
enabled: J.validate(y)
|
|
11076
|
-
}), { data: b, isLoading: N, error: I } = k, T = Ke(), { mutate: E, isPending:
|
|
11076
|
+
}), { data: b, isLoading: N, error: I } = k, T = Ke(), { mutate: E, isPending: S } = pt({
|
|
11077
11077
|
mutationFn: async () => {
|
|
11078
11078
|
if (!b) throw new Error("Route not found");
|
|
11079
11079
|
await d({ messages: b, chainId: n.chainId, internal: "/nfts" });
|
|
@@ -11081,7 +11081,7 @@ const a4 = "_root_1tyvn_1", r4 = "_collectionName_1tyvn_10", i4 = "_nftName_1tyv
|
|
|
11081
11081
|
onSuccess: () => {
|
|
11082
11082
|
T.invalidateQueries({ queryKey: Or.nfts._def });
|
|
11083
11083
|
}
|
|
11084
|
-
}), $ =
|
|
11084
|
+
}), $ = x(() => {
|
|
11085
11085
|
if (!y) return "Enter recipient address";
|
|
11086
11086
|
if (g.recipient) return g.recipient.message;
|
|
11087
11087
|
if (I) return "Route not found";
|
|
@@ -11107,7 +11107,7 @@ const a4 = "_root_1tyvn_1", r4 = "_collectionName_1tyvn_10", i4 = "_nftName_1tyv
|
|
|
11107
11107
|
getKey: (A) => A.chainId
|
|
11108
11108
|
}
|
|
11109
11109
|
),
|
|
11110
|
-
className:
|
|
11110
|
+
className: P("input", qa.chain),
|
|
11111
11111
|
children: [
|
|
11112
11112
|
/* @__PURE__ */ o(X, { src: v.logoUrl, width: 20, height: 20, logo: !0 }),
|
|
11113
11113
|
/* @__PURE__ */ o("span", { children: v.name })
|
|
@@ -11120,7 +11120,7 @@ const a4 = "_root_1tyvn_1", r4 = "_collectionName_1tyvn_10", i4 = "_nftName_1tyv
|
|
|
11120
11120
|
/* @__PURE__ */ o($e, { children: /* @__PURE__ */ o(
|
|
11121
11121
|
le.White,
|
|
11122
11122
|
{
|
|
11123
|
-
loading: (N ? "Finding route..." : !1) ||
|
|
11123
|
+
loading: (N ? "Finding route..." : !1) || S,
|
|
11124
11124
|
disabled: !!$,
|
|
11125
11125
|
children: $ ?? "Confirm"
|
|
11126
11126
|
}
|
|
@@ -11150,7 +11150,7 @@ const a4 = "_root_1tyvn_1", r4 = "_collectionName_1tyvn_10", i4 = "_nftName_1tyv
|
|
|
11150
11150
|
case "/":
|
|
11151
11151
|
case "/nfts":
|
|
11152
11152
|
case "/activity":
|
|
11153
|
-
return /* @__PURE__ */ o(
|
|
11153
|
+
return /* @__PURE__ */ o(S6, {});
|
|
11154
11154
|
case "/send":
|
|
11155
11155
|
return /* @__PURE__ */ o(H6, {}, n);
|
|
11156
11156
|
case "/receive":
|
|
@@ -11176,7 +11176,7 @@ const a4 = "_root_1tyvn_1", r4 = "_collectionName_1tyvn_10", i4 = "_nftName_1tyv
|
|
|
11176
11176
|
case "/settings/autosign":
|
|
11177
11177
|
return /* @__PURE__ */ o(mN, {});
|
|
11178
11178
|
case "/deposit":
|
|
11179
|
-
return /* @__PURE__ */ o(
|
|
11179
|
+
return /* @__PURE__ */ o(Rv, {});
|
|
11180
11180
|
case "/deposit/completed":
|
|
11181
11181
|
return /* @__PURE__ */ o(Qa, { type: "deposit" });
|
|
11182
11182
|
case "/withdraw":
|
|
@@ -11189,11 +11189,11 @@ const a4 = "_root_1tyvn_1", r4 = "_collectionName_1tyvn_10", i4 = "_nftName_1tyv
|
|
|
11189
11189
|
/* @__PURE__ */ o("link", { rel: "preconnect", href: "https://fonts.gstatic.com", crossOrigin: "" }),
|
|
11190
11190
|
/* @__PURE__ */ o("link", { rel: "stylesheet", href: f4 }),
|
|
11191
11191
|
/* @__PURE__ */ o("link", { rel: "stylesheet", href: "https://assets.initia.xyz/fonts/PilatWide.css" })
|
|
11192
|
-
] }), g4 = () => (hp(), Vm(), hh(), he(), cp(), Nl(), $s(), null),
|
|
11192
|
+
] }), g4 = () => (hp(), Vm(), hh(), he(), cp(), Nl(), $s(), null), xA = ({ children: e, ...t }) => (G(() => {
|
|
11193
11193
|
Uf();
|
|
11194
11194
|
}, []), Ou() ? /* @__PURE__ */ h(z, { children: [
|
|
11195
11195
|
/* @__PURE__ */ o(p4, {}),
|
|
11196
|
-
/* @__PURE__ */ o(pc.Provider, { value: { ...um, ...t }, children: /* @__PURE__ */ o(Ac, { children: /* @__PURE__ */ o(U_, { children: /* @__PURE__ */ o(Ln.Provider, { delayDuration: 0, skipDelayDuration: 0, children: /* @__PURE__ */ o(O_, { children: /* @__PURE__ */ h(
|
|
11196
|
+
/* @__PURE__ */ o(pc.Provider, { value: { ...um, ...t }, children: /* @__PURE__ */ o(Ac, { children: /* @__PURE__ */ o(U_, { children: /* @__PURE__ */ o(Ln.Provider, { delayDuration: 0, skipDelayDuration: 0, children: /* @__PURE__ */ o(O_, { children: /* @__PURE__ */ h(S_, { children: [
|
|
11197
11197
|
e,
|
|
11198
11198
|
/* @__PURE__ */ o(fp, {}),
|
|
11199
11199
|
/* @__PURE__ */ o(ge, { suspenseFallback: null, errorBoundaryProps: { fallback: null }, children: /* @__PURE__ */ o(g4, {}) }),
|
|
@@ -11205,7 +11205,7 @@ export {
|
|
|
11205
11205
|
Fn as DEFAULT_GAS_ADJUSTMENT,
|
|
11206
11206
|
dm as DEFAULT_GAS_PRICE_MULTIPLIER,
|
|
11207
11207
|
TA as InterwovenKit,
|
|
11208
|
-
|
|
11208
|
+
xA as InterwovenKitProvider,
|
|
11209
11209
|
um as MAINNET,
|
|
11210
11210
|
fh as MoveError,
|
|
11211
11211
|
fc as PRIVY_APP_ID,
|
|
@@ -11213,9 +11213,9 @@ export {
|
|
|
11213
11213
|
AA as initiaPrivyWallet,
|
|
11214
11214
|
IA as initiaPrivyWalletConnector,
|
|
11215
11215
|
po as initiaPrivyWalletOptions,
|
|
11216
|
-
|
|
11216
|
+
SA as injectStyles,
|
|
11217
11217
|
kn as useAddress,
|
|
11218
|
-
|
|
11218
|
+
Rs as useHexAddress,
|
|
11219
11219
|
se as useInitiaAddress,
|
|
11220
11220
|
dt as useInterwovenKit,
|
|
11221
11221
|
ul as usePortfolio,
|