@chainrails/react 0.1.7 → 0.1.9

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.
@@ -1,5 +1,5 @@
1
- import { useState as X, useRef as ne, useEffect as re, useMemo as ye, useSyncExternalStore as Rt, useCallback as At, useLayoutEffect as vt, useDebugValue as Pt } from "react";
2
- import { jsx as C, Fragment as It, jsxs as we } from "react/jsx-runtime";
1
+ import { useState as X, useRef as ne, useEffect as re, useMemo as ye, useSyncExternalStore as Tt, useCallback as At, useLayoutEffect as vt, useDebugValue as Pt } from "react";
2
+ import { jsxs as we, jsx as N } from "react/jsx-runtime";
3
3
  import './index.css';class J extends Error {
4
4
  response;
5
5
  request;
@@ -50,7 +50,7 @@ const be = (() => {
50
50
  throw r;
51
51
  }
52
52
  return e && !t;
53
- })(), Ut = typeof globalThis.AbortController == "function", Be = typeof globalThis.AbortSignal == "function" && typeof globalThis.AbortSignal.any == "function", Ct = typeof globalThis.ReadableStream == "function", kt = typeof globalThis.FormData == "function", $e = ["get", "post", "put", "patch", "head", "delete"], xt = {
53
+ })(), It = typeof globalThis.AbortController == "function", Be = typeof globalThis.AbortSignal == "function" && typeof globalThis.AbortSignal.any == "function", Ut = typeof globalThis.ReadableStream == "function", Ct = typeof globalThis.FormData == "function", $e = ["get", "post", "put", "patch", "head", "delete"], kt = {
54
54
  json: "application/json",
55
55
  text: "text/*",
56
56
  formData: "multipart/form-data",
@@ -59,14 +59,14 @@ const be = (() => {
59
59
  // Supported in modern Fetch implementations (for example, browsers and recent Node.js/undici).
60
60
  // We still feature-check at runtime before exposing the shortcut.
61
61
  bytes: "*/*"
62
- }, H = 2147483647, Dt = new TextEncoder().encode("------WebKitFormBoundaryaxpyiPgbbPti10Rw").length, _e = Symbol("stop");
62
+ }, H = 2147483647, xt = new TextEncoder().encode("------WebKitFormBoundaryaxpyiPgbbPti10Rw").length, _e = Symbol("stop");
63
63
  class Le {
64
64
  options;
65
65
  constructor(t) {
66
66
  this.options = t;
67
67
  }
68
68
  }
69
- const Ot = (e) => new Le(e), Nt = {
69
+ const Dt = (e) => new Le(e), Ot = {
70
70
  json: !0,
71
71
  parseJson: !0,
72
72
  stringifyJson: !0,
@@ -80,10 +80,10 @@ const Ot = (e) => new Le(e), Nt = {
80
80
  onUploadProgress: !0,
81
81
  fetch: !0,
82
82
  context: !0
83
- }, Mt = {
83
+ }, Nt = {
84
84
  next: !0
85
85
  // Next.js cache revalidation (revalidate, tags)
86
- }, Bt = {
86
+ }, Mt = {
87
87
  method: !0,
88
88
  headers: !0,
89
89
  body: !0,
@@ -98,13 +98,13 @@ const Ot = (e) => new Le(e), Nt = {
98
98
  signal: !0,
99
99
  window: !0,
100
100
  duplex: !0
101
- }, $t = (e) => {
101
+ }, Bt = (e) => {
102
102
  if (!e)
103
103
  return 0;
104
104
  if (e instanceof FormData) {
105
105
  let t = 0;
106
106
  for (const [s, n] of e)
107
- t += Dt, t += new TextEncoder().encode(`Content-Disposition: form-data; name="${s}"`).length, t += typeof n == "string" ? new TextEncoder().encode(n).length : n.size;
107
+ t += xt, t += new TextEncoder().encode(`Content-Disposition: form-data; name="${s}"`).length, t += typeof n == "string" ? new TextEncoder().encode(n).length : n.size;
108
108
  return t;
109
109
  }
110
110
  if (e instanceof Blob)
@@ -140,7 +140,7 @@ const Ot = (e) => new Le(e), Nt = {
140
140
  n && (r += n.byteLength, s?.({ percent: 1, totalBytes: Math.max(t, r), transferredBytes: r }, n));
141
141
  }
142
142
  }));
143
- }, _t = (e, t) => {
143
+ }, $t = (e, t) => {
144
144
  if (!e.body)
145
145
  return e;
146
146
  if (e.status === 204)
@@ -155,10 +155,10 @@ const Ot = (e) => new Le(e), Nt = {
155
155
  statusText: e.statusText,
156
156
  headers: e.headers
157
157
  });
158
- }, Lt = (e, t, s) => {
158
+ }, _t = (e, t, s) => {
159
159
  if (!e.body)
160
160
  return e;
161
- const n = $t(s ?? e.body);
161
+ const n = Bt(s ?? e.body);
162
162
  return new Request(e, {
163
163
  // @ts-expect-error - Types are outdated.
164
164
  duplex: "half",
@@ -183,7 +183,7 @@ const qe = (e = {}, t = {}) => ({
183
183
  beforeRetry: B(e, t, "beforeRetry"),
184
184
  afterResponse: B(e, t, "afterResponse"),
185
185
  beforeError: B(e, t, "beforeError")
186
- }), zt = (e, t) => {
186
+ }), Lt = (e, t) => {
187
187
  const s = new URLSearchParams();
188
188
  for (const n of [e, t])
189
189
  if (n !== void 0)
@@ -227,7 +227,7 @@ const qe = (e = {}, t = {}) => ({
227
227
  continue;
228
228
  }
229
229
  if (a === "searchParams") {
230
- c == null ? r = void 0 : r = r === void 0 ? c : zt(r, c);
230
+ c == null ? r = void 0 : r = r === void 0 ? c : Lt(r, c);
231
231
  continue;
232
232
  }
233
233
  I(c) && a in t && (c = oe(t[a], c)), t = { ...t, [a]: c };
@@ -235,17 +235,17 @@ const qe = (e = {}, t = {}) => ({
235
235
  I(o.hooks) && (n = qe(n, o.hooks), t.hooks = n), I(o.headers) && (s = je(s, o.headers), t.headers = s);
236
236
  }
237
237
  return r !== void 0 && (t.searchParams = r), i.length > 0 && (i.length === 1 ? t.signal = i[0] : Be ? t.signal = AbortSignal.any(i) : t.signal = i.at(-1)), t.context === void 0 && (t.context = {}), t;
238
- }, jt = (e) => $e.includes(e) ? e.toUpperCase() : e, qt = ["get", "put", "head", "delete", "options", "trace"], Ft = [408, 413, 429, 500, 502, 503, 504], Ht = [413, 429, 503], Ee = {
238
+ }, zt = (e) => $e.includes(e) ? e.toUpperCase() : e, jt = ["get", "put", "head", "delete", "options", "trace"], qt = [408, 413, 429, 500, 502, 503, 504], Ft = [413, 429, 503], Ee = {
239
239
  limit: 2,
240
- methods: qt,
241
- statusCodes: Ft,
242
- afterStatusCodes: Ht,
240
+ methods: jt,
241
+ statusCodes: qt,
242
+ afterStatusCodes: Ft,
243
243
  maxRetryAfter: Number.POSITIVE_INFINITY,
244
244
  backoffLimit: Number.POSITIVE_INFINITY,
245
245
  delay: (e) => 0.3 * 2 ** (e - 1) * 1e3,
246
246
  jitter: void 0,
247
247
  retryOnTimeout: !1
248
- }, Kt = (e = {}) => {
248
+ }, Ht = (e = {}) => {
249
249
  if (typeof e == "number")
250
250
  return {
251
251
  ...Ee,
@@ -266,7 +266,7 @@ class G extends Error {
266
266
  super(`Request timed out: ${t.method} ${t.url}`), this.name = "TimeoutError", this.request = t;
267
267
  }
268
268
  }
269
- async function Wt(e, t, s, n) {
269
+ async function Kt(e, t, s, n) {
270
270
  return new Promise((r, i) => {
271
271
  const o = setTimeout(() => {
272
272
  s && s.abort(), i(new G(e));
@@ -276,7 +276,7 @@ async function Wt(e, t, s, n) {
276
276
  });
277
277
  });
278
278
  }
279
- async function Vt(e, { signal: t }) {
279
+ async function Wt(e, { signal: t }) {
280
280
  return new Promise((s, n) => {
281
281
  t && (t.throwIfAborted(), t.addEventListener("abort", r, { once: !0 }));
282
282
  function r() {
@@ -287,21 +287,21 @@ async function Vt(e, { signal: t }) {
287
287
  }, e);
288
288
  });
289
289
  }
290
- const Yt = (e, t) => {
290
+ const Vt = (e, t) => {
291
291
  const s = {};
292
292
  for (const n in t)
293
- Object.hasOwn(t, n) && !(n in Bt) && !(n in Nt) && (!(n in e) || n in Mt) && (s[n] = t[n]);
293
+ Object.hasOwn(t, n) && !(n in Mt) && !(n in Ot) && (!(n in e) || n in Nt) && (s[n] = t[n]);
294
294
  return s;
295
- }, Xt = (e) => e === void 0 ? !1 : Array.isArray(e) ? e.length > 0 : e instanceof URLSearchParams ? e.size > 0 : typeof e == "object" ? Object.keys(e).length > 0 : typeof e == "string" ? e.trim().length > 0 : !!e;
296
- function Jt(e) {
295
+ }, Yt = (e) => e === void 0 ? !1 : Array.isArray(e) ? e.length > 0 : e instanceof URLSearchParams ? e.size > 0 : typeof e == "object" ? Object.keys(e).length > 0 : typeof e == "string" ? e.trim().length > 0 : !!e;
296
+ function Xt(e) {
297
297
  return e instanceof J || e?.name === J.name;
298
298
  }
299
- function Gt(e) {
299
+ function Jt(e) {
300
300
  return e instanceof G || e?.name === G.name;
301
301
  }
302
- class O {
302
+ class D {
303
303
  static create(t, s) {
304
- const n = new O(t, s), r = async () => {
304
+ const n = new D(t, s), r = async () => {
305
305
  if (typeof n.#e.timeout == "number" && n.#e.timeout > H)
306
306
  throw new RangeError(`The \`timeout\` option cannot be greater than ${H}`);
307
307
  await Promise.resolve();
@@ -323,16 +323,16 @@ class O {
323
323
  if (n.#e.onDownloadProgress) {
324
324
  if (typeof n.#e.onDownloadProgress != "function")
325
325
  throw new TypeError("The `onDownloadProgress` option must be a function");
326
- if (!Ct)
326
+ if (!Ut)
327
327
  throw new Error("Streams are not supported in your environment. `ReadableStream` is missing.");
328
- return _t(o.clone(), n.#e.onDownloadProgress);
328
+ return $t(o.clone(), n.#e.onDownloadProgress);
329
329
  }
330
330
  return o;
331
331
  }, i = n.#f(r).finally(async () => {
332
332
  const o = n.#o, a = [];
333
333
  o && !o.bodyUsed && a.push(o.body?.cancel()), n.request.bodyUsed || a.push(n.request.body?.cancel()), await Promise.all(a);
334
334
  });
335
- for (const [o, a] of Object.entries(xt))
335
+ for (const [o, a] of Object.entries(kt))
336
336
  o === "bytes" && typeof globalThis.Response?.prototype?.bytes != "function" || (i[o] = async () => {
337
337
  n.request.headers.set("accept", n.request.headers.get("accept") || a);
338
338
  const c = await i;
@@ -370,10 +370,10 @@ class O {
370
370
  beforeError: [],
371
371
  afterResponse: []
372
372
  }, s.hooks),
373
- method: jt(s.method ?? this.#t.method ?? "GET"),
373
+ method: zt(s.method ?? this.#t.method ?? "GET"),
374
374
  // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing
375
375
  prefixUrl: String(s.prefixUrl || ""),
376
- retry: Kt(s.retry),
376
+ retry: Ht(s.retry),
377
377
  throwHttpErrors: s.throwHttpErrors ?? !0,
378
378
  timeout: s.timeout ?? 1e4,
379
379
  fetch: s.fetch ?? globalThis.fetch.bind(globalThis),
@@ -385,10 +385,10 @@ class O {
385
385
  throw new Error("`input` must not begin with a slash when using `prefixUrl`");
386
386
  this.#e.prefixUrl.endsWith("/") || (this.#e.prefixUrl += "/"), this.#t = this.#e.prefixUrl + this.#t;
387
387
  }
388
- Ut && Be && (this.#r = this.#e.signal ?? this.#t.signal, this.#n = new globalThis.AbortController(), this.#e.signal = this.#r ? AbortSignal.any([this.#r, this.#n.signal]) : this.#n.signal), be && (this.#e.duplex = "half"), this.#e.json !== void 0 && (this.#e.body = this.#e.stringifyJson?.(this.#e.json) ?? JSON.stringify(this.#e.json), this.#e.headers.set("content-type", this.#e.headers.get("content-type") ?? "application/json"));
388
+ It && Be && (this.#r = this.#e.signal ?? this.#t.signal, this.#n = new globalThis.AbortController(), this.#e.signal = this.#r ? AbortSignal.any([this.#r, this.#n.signal]) : this.#n.signal), be && (this.#e.duplex = "half"), this.#e.json !== void 0 && (this.#e.body = this.#e.stringifyJson?.(this.#e.json) ?? JSON.stringify(this.#e.json), this.#e.headers.set("content-type", this.#e.headers.get("content-type") ?? "application/json"));
389
389
  const n = s.headers && new globalThis.Headers(s.headers).has("content-type");
390
- if (this.#t instanceof globalThis.Request && (kt && this.#e.body instanceof globalThis.FormData || this.#e.body instanceof URLSearchParams) && !n && this.#e.headers.delete("content-type"), this.request = new globalThis.Request(this.#t, this.#e), Xt(this.#e.searchParams)) {
391
- const i = "?" + (typeof this.#e.searchParams == "string" ? this.#e.searchParams.replace(/^\?/, "") : new URLSearchParams(O.#d(this.#e.searchParams)).toString()), o = this.request.url.replace(/(?:\?.*?)?(?=#|$)/, i);
390
+ if (this.#t instanceof globalThis.Request && (Ct && this.#e.body instanceof globalThis.FormData || this.#e.body instanceof URLSearchParams) && !n && this.#e.headers.delete("content-type"), this.request = new globalThis.Request(this.#t, this.#e), Yt(this.#e.searchParams)) {
391
+ const i = "?" + (typeof this.#e.searchParams == "string" ? this.#e.searchParams.replace(/^\?/, "") : new URLSearchParams(D.#d(this.#e.searchParams)).toString()), o = this.request.url.replace(/(?:\?.*?)?(?=#|$)/, i);
392
392
  this.request = new globalThis.Request(o, this.#e);
393
393
  }
394
394
  if (this.#e.onUploadProgress) {
@@ -419,9 +419,9 @@ class O {
419
419
  if (n === !0)
420
420
  return this.#c();
421
421
  }
422
- if (Gt(t) && !this.#e.retry.retryOnTimeout)
422
+ if (Jt(t) && !this.#e.retry.retryOnTimeout)
423
423
  throw t;
424
- if (Jt(t)) {
424
+ if (Xt(t)) {
425
425
  if (!this.#e.retry.statusCodes.includes(t.response.status))
426
426
  throw t;
427
427
  const n = t.response.headers.get("Retry-After") ?? t.response.headers.get("RateLimit-Reset") ?? t.response.headers.get("X-RateLimit-Retry-After") ?? t.response.headers.get("X-RateLimit-Reset") ?? t.response.headers.get("X-Rate-Limit-Reset");
@@ -446,7 +446,7 @@ class O {
446
446
  const n = Math.min(await this.#p(s), H);
447
447
  if (this.#s < 1)
448
448
  throw s;
449
- if (await Vt(n, this.#r ? { signal: this.#r } : {}), s instanceof F && s.customRequest) {
449
+ if (await Wt(n, this.#r ? { signal: this.#r } : {}), s instanceof F && s.customRequest) {
450
450
  const r = this.#e.signal ? new globalThis.Request(s.customRequest, { signal: this.#e.signal }) : new globalThis.Request(s.customRequest);
451
451
  this.#u(r);
452
452
  }
@@ -480,8 +480,8 @@ class O {
480
480
  break;
481
481
  }
482
482
  }
483
- const t = Yt(this.request, this.#e);
484
- return this.#o = this.request, this.request = this.#o.clone(), this.#e.timeout === !1 ? this.#e.fetch(this.#o, t) : Wt(this.#o, t, this.#n, this.#e);
483
+ const t = Vt(this.request, this.#e);
484
+ return this.#o = this.request, this.request = this.#o.clone(), this.#e.timeout === !1 ? this.#e.fetch(this.#o, t) : Kt(this.#o, t, this.#n, this.#e);
485
485
  }
486
486
  #a() {
487
487
  if (!this.#i) {
@@ -494,16 +494,16 @@ class O {
494
494
  this.#i = void 0, this.request = this.#h(t);
495
495
  }
496
496
  #h(t, s) {
497
- return !this.#e.onUploadProgress || !t.body ? t : Lt(t, this.#e.onUploadProgress, s ?? this.#e.body ?? void 0);
497
+ return !this.#e.onUploadProgress || !t.body ? t : _t(t, this.#e.onUploadProgress, s ?? this.#e.body ?? void 0);
498
498
  }
499
499
  }
500
500
  /*! MIT License © Sindre Sorhus */
501
501
  const Z = (e) => {
502
- const t = (s, n) => O.create(s, M(e, n));
502
+ const t = (s, n) => D.create(s, M(e, n));
503
503
  for (const s of $e)
504
- t[s] = (n, r) => O.create(n, M(e, r, { method: s }));
505
- return t.create = (s) => Z(M(s)), t.extend = (s) => (typeof s == "function" && (s = s(e ?? {})), Z(M(e, s))), t.stop = _e, t.retry = Ot, t;
506
- }, Zt = Z();
504
+ t[s] = (n, r) => D.create(n, M(e, r, { method: s }));
505
+ return t.create = (s) => Z(M(s)), t.extend = (s) => (typeof s == "function" && (s = s(e ?? {})), Z(M(e, s))), t.stop = _e, t.retry = Dt, t;
506
+ }, Gt = Z();
507
507
  var S = /* @__PURE__ */ ((e) => (e.USDC = "USDC", e))(S || {});
508
508
  const Fe = {
509
509
  type: "evm",
@@ -634,9 +634,9 @@ class tt extends v {
634
634
  }
635
635
  }
636
636
  function q(e, { dir: t, size: s = 32 } = {}) {
637
- return typeof e == "string" ? Qt(e, { dir: t, size: s }) : es(e, { dir: t, size: s });
637
+ return typeof e == "string" ? Zt(e, { dir: t, size: s }) : Qt(e, { dir: t, size: s });
638
638
  }
639
- function Qt(e, { dir: t, size: s = 32 } = {}) {
639
+ function Zt(e, { dir: t, size: s = 32 } = {}) {
640
640
  if (s === null)
641
641
  return e;
642
642
  const n = e.replace("0x", "");
@@ -648,7 +648,7 @@ function Qt(e, { dir: t, size: s = 32 } = {}) {
648
648
  });
649
649
  return `0x${n[t === "right" ? "padEnd" : "padStart"](s * 2, "0")}`;
650
650
  }
651
- function es(e, { dir: t, size: s = 32 } = {}) {
651
+ function Qt(e, { dir: t, size: s = 32 } = {}) {
652
652
  if (s === null)
653
653
  return e;
654
654
  if (e.length > s)
@@ -664,31 +664,31 @@ function es(e, { dir: t, size: s = 32 } = {}) {
664
664
  }
665
665
  return n;
666
666
  }
667
- class ts extends v {
667
+ class es extends v {
668
668
  constructor({ max: t, min: s, signed: n, size: r, value: i }) {
669
669
  super(`Number "${i}" is not in safe ${r ? `${r * 8}-bit ${n ? "signed" : "unsigned"} ` : ""}integer range ${t ? `(${s} to ${t})` : `(above ${s})`}`, { name: "IntegerOutOfRangeError" });
670
670
  }
671
671
  }
672
- class ss extends v {
672
+ class ts extends v {
673
673
  constructor({ givenSize: t, maxSize: s }) {
674
674
  super(`Size cannot exceed ${s} bytes. Given size: ${t} bytes.`, { name: "SizeOverflowError" });
675
675
  }
676
676
  }
677
677
  function ae(e, { size: t }) {
678
678
  if (Se(e) > t)
679
- throw new ss({
679
+ throw new ts({
680
680
  givenSize: Se(e),
681
681
  maxSize: t
682
682
  });
683
683
  }
684
- function ns(e, t = {}) {
684
+ function ss(e, t = {}) {
685
685
  const { signed: s, size: n } = t, r = BigInt(e);
686
686
  let i;
687
687
  n ? s ? i = (1n << BigInt(n) * 8n - 1n) - 1n : i = 2n ** (BigInt(n) * 8n) - 1n : typeof e == "number" && (i = BigInt(Number.MAX_SAFE_INTEGER));
688
688
  const o = typeof i == "bigint" && s ? -i - 1n : 0;
689
689
  if (i && r > i || r < o) {
690
690
  const c = typeof e == "bigint" ? "n" : "";
691
- throw new ts({
691
+ throw new es({
692
692
  max: i ? `${i}${c}` : void 0,
693
693
  min: `${o}${c}`,
694
694
  signed: s,
@@ -699,15 +699,15 @@ function ns(e, t = {}) {
699
699
  const a = `0x${(s && r < 0 ? (1n << BigInt(n * 8)) + BigInt(r) : r).toString(16)}`;
700
700
  return n ? q(a, { size: n }) : a;
701
701
  }
702
- const rs = /* @__PURE__ */ new TextEncoder();
703
- function os(e, t = {}) {
704
- return typeof e == "number" || typeof e == "bigint" ? as(e, t) : typeof e == "boolean" ? is(e, t) : ie(e) ? st(e, t) : nt(e, t);
702
+ const ns = /* @__PURE__ */ new TextEncoder();
703
+ function rs(e, t = {}) {
704
+ return typeof e == "number" || typeof e == "bigint" ? is(e, t) : typeof e == "boolean" ? os(e, t) : ie(e) ? st(e, t) : nt(e, t);
705
705
  }
706
- function is(e, t = {}) {
706
+ function os(e, t = {}) {
707
707
  const s = new Uint8Array(1);
708
708
  return s[0] = Number(e), typeof t.size == "number" ? (ae(s, { size: t.size }), q(s, { size: t.size })) : s;
709
709
  }
710
- const T = {
710
+ const R = {
711
711
  zero: 48,
712
712
  nine: 57,
713
713
  A: 65,
@@ -715,13 +715,13 @@ const T = {
715
715
  a: 97,
716
716
  f: 102
717
717
  };
718
- function Te(e) {
719
- if (e >= T.zero && e <= T.nine)
720
- return e - T.zero;
721
- if (e >= T.A && e <= T.F)
722
- return e - (T.A - 10);
723
- if (e >= T.a && e <= T.f)
724
- return e - (T.a - 10);
718
+ function Re(e) {
719
+ if (e >= R.zero && e <= R.nine)
720
+ return e - R.zero;
721
+ if (e >= R.A && e <= R.F)
722
+ return e - (R.A - 10);
723
+ if (e >= R.a && e <= R.f)
724
+ return e - (R.a - 10);
725
725
  }
726
726
  function st(e, t = {}) {
727
727
  let s = e;
@@ -730,37 +730,37 @@ function st(e, t = {}) {
730
730
  n.length % 2 && (n = `0${n}`);
731
731
  const r = n.length / 2, i = new Uint8Array(r);
732
732
  for (let o = 0, a = 0; o < r; o++) {
733
- const c = Te(n.charCodeAt(a++)), u = Te(n.charCodeAt(a++));
733
+ const c = Re(n.charCodeAt(a++)), u = Re(n.charCodeAt(a++));
734
734
  if (c === void 0 || u === void 0)
735
735
  throw new v(`Invalid byte sequence ("${n[a - 2]}${n[a - 1]}" in "${n}").`);
736
736
  i[o] = c * 16 + u;
737
737
  }
738
738
  return i;
739
739
  }
740
- function as(e, t) {
741
- const s = ns(e, t);
740
+ function is(e, t) {
741
+ const s = ss(e, t);
742
742
  return st(s);
743
743
  }
744
744
  function nt(e, t = {}) {
745
- const s = rs.encode(e);
745
+ const s = ns.encode(e);
746
746
  return typeof t.size == "number" ? (ae(s, { size: t.size }), q(s, { dir: "right", size: t.size })) : s;
747
747
  }
748
- const $ = /* @__PURE__ */ BigInt(2 ** 32 - 1), Re = /* @__PURE__ */ BigInt(32);
749
- function cs(e, t = !1) {
750
- return t ? { h: Number(e & $), l: Number(e >> Re & $) } : { h: Number(e >> Re & $) | 0, l: Number(e & $) | 0 };
748
+ const $ = /* @__PURE__ */ BigInt(2 ** 32 - 1), Te = /* @__PURE__ */ BigInt(32);
749
+ function as(e, t = !1) {
750
+ return t ? { h: Number(e & $), l: Number(e >> Te & $) } : { h: Number(e >> Te & $) | 0, l: Number(e & $) | 0 };
751
751
  }
752
- function us(e, t = !1) {
752
+ function cs(e, t = !1) {
753
753
  const s = e.length;
754
754
  let n = new Uint32Array(s), r = new Uint32Array(s);
755
755
  for (let i = 0; i < s; i++) {
756
- const { h: o, l: a } = cs(e[i], t);
756
+ const { h: o, l: a } = as(e[i], t);
757
757
  [n[i], r[i]] = [o, a];
758
758
  }
759
759
  return [n, r];
760
760
  }
761
- const ls = (e, t, s) => e << s | t >>> 32 - s, fs = (e, t, s) => t << s | e >>> 32 - s, hs = (e, t, s) => t << s - 32 | e >>> 64 - s, ds = (e, t, s) => e << s - 32 | t >>> 64 - s;
761
+ const us = (e, t, s) => e << s | t >>> 32 - s, ls = (e, t, s) => t << s | e >>> 32 - s, fs = (e, t, s) => t << s - 32 | e >>> 64 - s, hs = (e, t, s) => e << s - 32 | t >>> 64 - s;
762
762
  /*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */
763
- function ps(e) {
763
+ function ds(e) {
764
764
  return e instanceof Uint8Array || ArrayBuffer.isView(e) && e.constructor.name === "Uint8Array";
765
765
  }
766
766
  function Ae(e) {
@@ -768,7 +768,7 @@ function Ae(e) {
768
768
  throw new Error("positive integer expected, got " + e);
769
769
  }
770
770
  function _(e, ...t) {
771
- if (!ps(e))
771
+ if (!ds(e))
772
772
  throw new Error("Uint8Array expected");
773
773
  if (t.length > 0 && !t.includes(e.length))
774
774
  throw new Error("Uint8Array expected of length " + t + ", got length=" + e.length);
@@ -779,53 +779,53 @@ function ve(e, t = !0) {
779
779
  if (t && e.finished)
780
780
  throw new Error("Hash#digest() has already been called");
781
781
  }
782
- function gs(e, t) {
782
+ function ps(e, t) {
783
783
  _(e);
784
784
  const s = t.outputLen;
785
785
  if (e.length < s)
786
786
  throw new Error("digestInto() expects output buffer of length at least " + s);
787
787
  }
788
- function ms(e) {
788
+ function gs(e) {
789
789
  return new Uint32Array(e.buffer, e.byteOffset, Math.floor(e.byteLength / 4));
790
790
  }
791
791
  function rt(...e) {
792
792
  for (let t = 0; t < e.length; t++)
793
793
  e[t].fill(0);
794
794
  }
795
- const ys = new Uint8Array(new Uint32Array([287454020]).buffer)[0] === 68;
796
- function ws(e) {
795
+ const ms = new Uint8Array(new Uint32Array([287454020]).buffer)[0] === 68;
796
+ function ys(e) {
797
797
  return e << 24 & 4278190080 | e << 8 & 16711680 | e >>> 8 & 65280 | e >>> 24 & 255;
798
798
  }
799
- function bs(e) {
799
+ function ws(e) {
800
800
  for (let t = 0; t < e.length; t++)
801
- e[t] = ws(e[t]);
801
+ e[t] = ys(e[t]);
802
802
  return e;
803
803
  }
804
- const Pe = ys ? (e) => e : bs;
805
- function Es(e) {
804
+ const Pe = ms ? (e) => e : ws;
805
+ function bs(e) {
806
806
  if (typeof e != "string")
807
807
  throw new Error("string expected");
808
808
  return new Uint8Array(new TextEncoder().encode(e));
809
809
  }
810
810
  function ot(e) {
811
- return typeof e == "string" && (e = Es(e)), _(e), e;
811
+ return typeof e == "string" && (e = bs(e)), _(e), e;
812
812
  }
813
- class Ss {
813
+ class Es {
814
814
  }
815
- function Ts(e) {
815
+ function Ss(e) {
816
816
  const t = (n) => e().update(ot(n)).digest(), s = e();
817
817
  return t.outputLen = s.outputLen, t.blockLen = s.blockLen, t.create = () => e(), t;
818
818
  }
819
- const Rs = BigInt(0), k = BigInt(1), As = BigInt(2), vs = BigInt(7), Ps = BigInt(256), Is = BigInt(113), it = [], at = [], ct = [];
820
- for (let e = 0, t = k, s = 1, n = 0; e < 24; e++) {
819
+ const Rs = BigInt(0), C = BigInt(1), Ts = BigInt(2), As = BigInt(7), vs = BigInt(256), Ps = BigInt(113), it = [], at = [], ct = [];
820
+ for (let e = 0, t = C, s = 1, n = 0; e < 24; e++) {
821
821
  [s, n] = [n, (2 * s + 3 * n) % 5], it.push(2 * (5 * n + s)), at.push((e + 1) * (e + 2) / 2 % 64);
822
822
  let r = Rs;
823
823
  for (let i = 0; i < 7; i++)
824
- t = (t << k ^ (t >> vs) * Is) % Ps, t & As && (r ^= k << (k << /* @__PURE__ */ BigInt(i)) - k);
824
+ t = (t << C ^ (t >> As) * Ps) % vs, t & Ts && (r ^= C << (C << /* @__PURE__ */ BigInt(i)) - C);
825
825
  ct.push(r);
826
826
  }
827
- const ut = us(ct, !0), Us = ut[0], Cs = ut[1], Ie = (e, t, s) => s > 32 ? hs(e, t, s) : ls(e, t, s), Ue = (e, t, s) => s > 32 ? ds(e, t, s) : fs(e, t, s);
828
- function ks(e, t = 24) {
827
+ const ut = cs(ct, !0), Is = ut[0], Us = ut[1], Ie = (e, t, s) => s > 32 ? fs(e, t, s) : us(e, t, s), Ue = (e, t, s) => s > 32 ? hs(e, t, s) : ls(e, t, s);
828
+ function Cs(e, t = 24) {
829
829
  const s = new Uint32Array(10);
830
830
  for (let n = 24 - t; n < 24; n++) {
831
831
  for (let o = 0; o < 10; o++)
@@ -846,22 +846,22 @@ function ks(e, t = 24) {
846
846
  for (let a = 0; a < 10; a++)
847
847
  e[o + a] ^= ~s[(a + 2) % 10] & s[(a + 4) % 10];
848
848
  }
849
- e[0] ^= Us[n], e[1] ^= Cs[n];
849
+ e[0] ^= Is[n], e[1] ^= Us[n];
850
850
  }
851
851
  rt(s);
852
852
  }
853
- class ce extends Ss {
853
+ class ce extends Es {
854
854
  // NOTE: we accept arguments in bytes instead of bits here.
855
855
  constructor(t, s, n, r = !1, i = 24) {
856
856
  if (super(), this.pos = 0, this.posOut = 0, this.finished = !1, this.destroyed = !1, this.enableXOF = !1, this.blockLen = t, this.suffix = s, this.outputLen = n, this.enableXOF = r, this.rounds = i, Ae(n), !(0 < t && t < 200))
857
857
  throw new Error("only keccak-f1600 function is supported");
858
- this.state = new Uint8Array(200), this.state32 = ms(this.state);
858
+ this.state = new Uint8Array(200), this.state32 = gs(this.state);
859
859
  }
860
860
  clone() {
861
861
  return this._cloneInto();
862
862
  }
863
863
  keccak() {
864
- Pe(this.state32), ks(this.state32, this.rounds), Pe(this.state32), this.posOut = 0, this.pos = 0;
864
+ Pe(this.state32), Cs(this.state32, this.rounds), Pe(this.state32), this.posOut = 0, this.pos = 0;
865
865
  }
866
866
  update(t) {
867
867
  ve(this), t = ot(t), _(t);
@@ -900,7 +900,7 @@ class ce extends Ss {
900
900
  return Ae(t), this.xofInto(new Uint8Array(t));
901
901
  }
902
902
  digestInto(t) {
903
- if (gs(t, this), this.finished)
903
+ if (ps(t, this), this.finished)
904
904
  throw new Error("digest() was already called");
905
905
  return this.writeInto(t), this.destroy(), t;
906
906
  }
@@ -915,11 +915,11 @@ class ce extends Ss {
915
915
  return t || (t = new ce(s, n, r, o, i)), t.state32.set(this.state32), t.pos = this.pos, t.posOut = this.posOut, t.finished = this.finished, t.rounds = i, t.suffix = n, t.outputLen = r, t.enableXOF = o, t.destroyed = this.destroyed, t;
916
916
  }
917
917
  }
918
- const xs = (e, t, s) => Ts(() => new ce(t, e, s)), Ds = xs(1, 136, 256 / 8);
919
- function Os(e, t) {
920
- return Ds(ie(e, { strict: !1 }) ? os(e) : e);
918
+ const ks = (e, t, s) => Ss(() => new ce(t, e, s)), xs = ks(1, 136, 256 / 8);
919
+ function Ds(e, t) {
920
+ return xs(ie(e, { strict: !1 }) ? rs(e) : e);
921
921
  }
922
- class Ns extends v {
922
+ class Os extends v {
923
923
  constructor({ address: t }) {
924
924
  super(`Address "${t}" is invalid.`, {
925
925
  metaMessages: [
@@ -955,95 +955,95 @@ const W = /* @__PURE__ */ new lt(8192);
955
955
  function ft(e, t) {
956
956
  if (W.has(`${e}.${t}`))
957
957
  return W.get(`${e}.${t}`);
958
- const s = e.substring(2).toLowerCase(), n = Os(nt(s)), r = s.split("");
958
+ const s = e.substring(2).toLowerCase(), n = Ds(nt(s)), r = s.split("");
959
959
  for (let o = 0; o < 40; o += 2)
960
960
  n[o >> 1] >> 4 >= 8 && r[o] && (r[o] = r[o].toUpperCase()), (n[o >> 1] & 15) >= 8 && r[o + 1] && (r[o + 1] = r[o + 1].toUpperCase());
961
961
  const i = `0x${r.join("")}`;
962
962
  return W.set(`${e}.${t}`, i), i;
963
963
  }
964
- function R(e, t) {
965
- if (!Bs(e, { strict: !1 }))
966
- throw new Ns({ address: e });
964
+ function T(e, t) {
965
+ if (!Ms(e, { strict: !1 }))
966
+ throw new Os({ address: e });
967
967
  return ft(e, t);
968
968
  }
969
- const Ms = /^0x[a-fA-F0-9]{40}$/, V = /* @__PURE__ */ new lt(8192);
970
- function Bs(e, t) {
969
+ const Ns = /^0x[a-fA-F0-9]{40}$/, V = /* @__PURE__ */ new lt(8192);
970
+ function Ms(e, t) {
971
971
  const { strict: s = !0 } = t ?? {}, n = `${e}.${s}`;
972
972
  if (V.has(n))
973
973
  return V.get(n);
974
- const r = Ms.test(e) ? e.toLowerCase() === e ? !0 : s ? ft(e) === e : !0 : !1;
974
+ const r = Ns.test(e) ? e.toLowerCase() === e ? !0 : s ? ft(e) === e : !0 : !1;
975
975
  return V.set(n, r), r;
976
976
  }
977
- const $s = {
977
+ const Bs = {
978
978
  chainId: He.chainId,
979
- address: R("0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d"),
979
+ address: T("0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d"),
980
980
  symbol: "USDC",
981
981
  fiatISO: "USD",
982
982
  decimals: 6,
983
983
  logoURI: "https://pay.daimo.com/coin-logos/usdc.png",
984
984
  logoSourceURI: "https://pay.daimo.com/coin-logos/usdc.png"
985
- }, _s = {
985
+ }, $s = {
986
986
  chainId: Fe.chainId,
987
- address: R("0xaf88d065e77c8cC2239327C5EDb3A432268e5831"),
987
+ address: T("0xaf88d065e77c8cC2239327C5EDb3A432268e5831"),
988
988
  symbol: "USDC",
989
989
  name: "USD Coin",
990
990
  decimals: 6,
991
991
  logoURI: "https://pay.daimo.com/coin-logos/usdc.png"
992
992
  /* USDC */
993
- }, Ls = {
993
+ }, _s = {
994
994
  chainId: Ge.chainId,
995
- address: R("0x5425890298aed601595a70ab815c96711a31bc65"),
995
+ address: T("0x5425890298aed601595a70ab815c96711a31bc65"),
996
996
  symbol: "USDC",
997
997
  fiatISO: "USD",
998
998
  decimals: 6,
999
999
  logoURI: "https://pay.daimo.com/coin-logos/usdc.png",
1000
1000
  logoSourceURI: "https://pay.daimo.com/coin-logos/usdc.png"
1001
- }, zs = {
1001
+ }, Ls = {
1002
1002
  chainId: Je.chainId,
1003
- address: R("0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E"),
1003
+ address: T("0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E"),
1004
1004
  symbol: "USDC",
1005
1005
  fiatISO: "USD",
1006
1006
  decimals: 6,
1007
1007
  logoURI: "https://pay.daimo.com/coin-logos/usdc.png",
1008
1008
  logoSourceURI: "https://pay.daimo.com/coin-logos/usdc.png"
1009
- }, js = {
1009
+ }, zs = {
1010
1010
  chainId: We.chainId,
1011
- address: R("0x036CbD53842c5426634e7929541eC2318f3dCF7e"),
1011
+ address: T("0x036CbD53842c5426634e7929541eC2318f3dCF7e"),
1012
1012
  symbol: "USDC",
1013
1013
  fiatISO: "USD",
1014
1014
  decimals: 6,
1015
1015
  logoURI: "https://pay.daimo.com/coin-logos/usdc.png",
1016
1016
  logoSourceURI: "https://pay.daimo.com/coin-logos/usdc.png"
1017
- }, qs = {
1017
+ }, js = {
1018
1018
  chainId: Ke.chainId,
1019
- address: R("0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"),
1019
+ address: T("0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"),
1020
1020
  symbol: "USDC",
1021
1021
  fiatISO: "USD",
1022
1022
  decimals: 6,
1023
1023
  logoURI: "https://pay.daimo.com/coin-logos/usdc.png",
1024
1024
  logoSourceURI: "https://pay.daimo.com/coin-logos/usdc.png"
1025
- }, Fs = {
1025
+ }, qs = {
1026
1026
  chainId: Ve.chainId,
1027
- address: R("0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d"),
1027
+ address: T("0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d"),
1028
1028
  symbol: "USDC",
1029
1029
  decimals: 18,
1030
1030
  logoURI: "https://pay.daimo.com/coin-logos/usdc.png",
1031
1031
  logoSourceURI: "https://pay.daimo.com/coin-logos/usdc.png"
1032
- }, Hs = {
1032
+ }, Fs = {
1033
1033
  chainId: Xe.chainId,
1034
- address: R("0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238"),
1034
+ address: T("0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238"),
1035
1035
  symbol: "USDC",
1036
1036
  decimals: 6,
1037
1037
  logoURI: "https://pay.daimo.com/coin-logos/usdc.png",
1038
1038
  logoSourceURI: "https://pay.daimo.com/coin-logos/usdc.png"
1039
- }, Ks = {
1039
+ }, Hs = {
1040
1040
  chainId: Ye.chainId,
1041
- address: R("0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"),
1041
+ address: T("0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"),
1042
1042
  symbol: "USDC",
1043
1043
  decimals: 6,
1044
1044
  logoURI: "https://pay.daimo.com/coin-logos/usdc.png",
1045
1045
  logoSourceURI: "https://pay.daimo.com/coin-logos/usdc.png"
1046
- }, Ws = {
1046
+ }, Ks = {
1047
1047
  chainId: Ze.chainId,
1048
1048
  address: "0x053C91253BC9682c04929cA02ED00b3E423f6710D2ee7e0D5EBB06F3eCF368A8",
1049
1049
  symbol: "USDC",
@@ -1054,7 +1054,7 @@ const $s = {
1054
1054
  ARBITRUM_MAINNET: {
1055
1055
  ...Fe,
1056
1056
  tokens: {
1057
- [S.USDC]: _s
1057
+ [S.USDC]: $s
1058
1058
  },
1059
1059
  explorer: "https://arbiscan.io"
1060
1060
  },
@@ -1062,74 +1062,74 @@ const $s = {
1062
1062
  ...He,
1063
1063
  explorer: "https://sepolia.arbiscan.io",
1064
1064
  tokens: {
1065
- [S.USDC]: $s
1065
+ [S.USDC]: Bs
1066
1066
  }
1067
1067
  },
1068
1068
  AVALANCHE_MAINNET: {
1069
1069
  ...Je,
1070
1070
  tokens: {
1071
- [S.USDC]: zs
1071
+ [S.USDC]: Ls
1072
1072
  },
1073
1073
  explorer: "https://snowtrace.io"
1074
1074
  },
1075
1075
  AVALANCHE_TESTNET: {
1076
1076
  ...Ge,
1077
1077
  tokens: {
1078
- [S.USDC]: Ls
1078
+ [S.USDC]: _s
1079
1079
  },
1080
1080
  explorer: "https://testnet.snowtrace.io"
1081
1081
  },
1082
1082
  BASE_MAINNET: {
1083
1083
  ...Ke,
1084
1084
  tokens: {
1085
- [S.USDC]: qs
1085
+ [S.USDC]: js
1086
1086
  },
1087
1087
  explorer: "https://basescan.org"
1088
1088
  },
1089
1089
  BASE_TESTNET: {
1090
1090
  ...We,
1091
1091
  tokens: {
1092
- [S.USDC]: js
1092
+ [S.USDC]: zs
1093
1093
  },
1094
1094
  explorer: "https://sepolia.basescan.org"
1095
1095
  },
1096
1096
  BSC_MAINNET: {
1097
1097
  ...Ve,
1098
1098
  tokens: {
1099
- [S.USDC]: Fs
1099
+ [S.USDC]: qs
1100
1100
  },
1101
1101
  explorer: "https://bscscan.com"
1102
1102
  },
1103
1103
  ETHEREUM_MAINNET: {
1104
1104
  ...Ye,
1105
1105
  tokens: {
1106
- [S.USDC]: Ks
1106
+ [S.USDC]: Hs
1107
1107
  },
1108
1108
  explorer: "https://etherscan.io"
1109
1109
  },
1110
1110
  ETHEREUM_TESTNET: {
1111
1111
  ...Xe,
1112
1112
  tokens: {
1113
- [S.USDC]: Hs
1113
+ [S.USDC]: Fs
1114
1114
  },
1115
1115
  explorer: "https://sepolia.etherscan.io"
1116
1116
  },
1117
1117
  STARKNET_MAINNET: {
1118
1118
  ...Ze,
1119
1119
  tokens: {
1120
- [S.USDC]: Ws
1120
+ [S.USDC]: Ks
1121
1121
  },
1122
1122
  explorer: ""
1123
1123
  }
1124
1124
  };
1125
1125
  var Q = /* @__PURE__ */ ((e) => (e.ARBITRUM = "ARBITRUM_MAINNET", e.ARBITRUM_TESTNET = "ARBITRUM_TESTNET", e.AVALANCHE = "AVALANCHE_MAINNET", e.AVALANCHE_TESTNET = "AVALANCHE_TESTNET", e.BASE = "BASE_MAINNET", e.BASE_TESTNET = "BASE_TESTNET", e.BSC = "BSC_MAINNET", e.ETHEREUM = "ETHEREUM_MAINNET", e.ETHEREUM_TESTNET = "ETHEREUM_TESTNET", e.STARKNET = "STARKNET_MAINNET", e))(Q || {}), ht = /* @__PURE__ */ ((e) => (e.USDC = "USDC", e))(ht || {});
1126
- const Vs = (e) => {
1126
+ const Ws = (e) => {
1127
1127
  const t = e?.trim().toUpperCase();
1128
1128
  if (Ce[t])
1129
1129
  return Ce[t];
1130
1130
  };
1131
- function Ys(e, t) {
1132
- return Vs(e)?.tokens[t]?.address;
1131
+ function Vs(e, t) {
1132
+ return Ws(e)?.tokens[t]?.address;
1133
1133
  }
1134
1134
  var ue = /* @__PURE__ */ ((e) => (e.PRODUCTION = "production", e.STAGING = "staging", e))(ue || {});
1135
1135
  class h {
@@ -1181,8 +1181,8 @@ class h {
1181
1181
  }
1182
1182
  }
1183
1183
  let ee = null;
1184
- function Xs() {
1185
- ee = Zt.create({
1184
+ function Ys() {
1185
+ ee = Gt.create({
1186
1186
  prefixUrl: h.getBaseUrl(),
1187
1187
  headers: {
1188
1188
  "Content-Type": "application/json"
@@ -1202,9 +1202,9 @@ function Xs() {
1202
1202
  });
1203
1203
  }
1204
1204
  function m() {
1205
- return ee || Xs(), ee;
1205
+ return ee || Ys(), ee;
1206
1206
  }
1207
- class Js {
1207
+ class Xs {
1208
1208
  async getById(t) {
1209
1209
  return await m().get("intents/" + t).json();
1210
1210
  }
@@ -1236,7 +1236,7 @@ class Js {
1236
1236
  return await m().post(`modal/sessions/intents/${t}/process`).json();
1237
1237
  }
1238
1238
  }
1239
- class Gs {
1239
+ class Js {
1240
1240
  async getFromSpecificBridge(t) {
1241
1241
  return await m().get("quotes/single", { searchParams: t }).json();
1242
1242
  }
@@ -1253,7 +1253,7 @@ class Gs {
1253
1253
  return await m().get("modal/sessions/quotes", { searchParams: t }).json();
1254
1254
  }
1255
1255
  }
1256
- class Zs {
1256
+ class Gs {
1257
1257
  async getOptimalRoutes(t) {
1258
1258
  return await m().get("router/optimal-route", { searchParams: t }).json();
1259
1259
  }
@@ -1267,21 +1267,21 @@ class Zs {
1267
1267
  return await m().get("router/supported-bridges/bridge/" + t, { searchParams: s }).json();
1268
1268
  }
1269
1269
  }
1270
- class Qs {
1270
+ class Zs {
1271
1271
  async getSupported(t) {
1272
1272
  return await m().get("chains", { searchParams: t }).json();
1273
1273
  }
1274
1274
  }
1275
- class en {
1275
+ class Qs {
1276
1276
  async getClientInfo() {
1277
1277
  return await m().get("client/auth/client-info").json();
1278
1278
  }
1279
1279
  }
1280
- class tn {
1280
+ class en {
1281
1281
  getSessionToken(t) {
1282
1282
  const s = {
1283
1283
  recipient: t.recipient,
1284
- tokenOut: Ys(
1284
+ tokenOut: Vs(
1285
1285
  Q[t.destinationChain],
1286
1286
  ht[t.token]
1287
1287
  ),
@@ -1291,13 +1291,13 @@ class tn {
1291
1291
  return m().post("modal/sessions", { json: s }).json();
1292
1292
  }
1293
1293
  }
1294
- const In = {
1295
- router: new Zs(),
1296
- quotes: new Gs(),
1297
- intents: new Js(),
1298
- chains: new Qs(),
1299
- client: new en(),
1300
- auth: new tn()
1294
+ const Pn = {
1295
+ router: new Gs(),
1296
+ quotes: new Js(),
1297
+ intents: new Xs(),
1298
+ chains: new Zs(),
1299
+ client: new Qs(),
1300
+ auth: new en()
1301
1301
  };
1302
1302
  function dt(e) {
1303
1303
  var t, s, n = "";
@@ -1308,11 +1308,11 @@ function dt(e) {
1308
1308
  } else for (s in e) e[s] && (n && (n += " "), n += s);
1309
1309
  return n;
1310
1310
  }
1311
- function sn() {
1311
+ function tn() {
1312
1312
  for (var e, t, s = 0, n = "", r = arguments.length; s < r; s++) (e = arguments[s]) && (t = dt(e)) && (n && (n += " "), n += t);
1313
1313
  return n;
1314
1314
  }
1315
- function Un(e) {
1315
+ function In(e) {
1316
1316
  const {
1317
1317
  recipient: t,
1318
1318
  token: s,
@@ -1325,13 +1325,13 @@ function Un(e) {
1325
1325
  onCancel: u,
1326
1326
  onSuccess: f,
1327
1327
  data: y
1328
- } = e, [g, w] = X(!0), E = ne(null);
1328
+ } = e, [g, w] = X(!0), b = ne(null);
1329
1329
  re(() => {
1330
1330
  l();
1331
1331
  const d = document.body.style.overflow;
1332
1332
  i ? (document.body.style.overflow = "hidden", document.body.style.overflow = "hidden") : document.body.style.overflow = d || "";
1333
- const p = (b) => {
1334
- b.data === "closed" && (c(), u?.()), b.data === "completed" && (window.setTimeout(c, 2e3), f?.());
1333
+ const p = (E) => {
1334
+ E.data === "closed" && (c(), u?.()), E.data === "completed" && (window.setTimeout(c, 2e3), f?.());
1335
1335
  };
1336
1336
  return window.addEventListener("message", p), () => {
1337
1337
  document.body.style.overflow = d || "", window.removeEventListener("message", p);
@@ -1347,11 +1347,11 @@ function Un(e) {
1347
1347
  session_token: y.sessionToken,
1348
1348
  environment: h.getEnv() || ue.PRODUCTION
1349
1349
  };
1350
- E.current?.contentWindow?.postMessage(d, "https://app.chainrails.io"), E.current?.contentWindow?.postMessage(d, "https://chainrails-frontend-git-staging-horus-labs.vercel.app");
1350
+ console.log(b.current, b.current?.contentWindow, b.current?.src), b.current?.contentWindow?.postMessage(d, "https://app.chainrails.io"), b.current?.contentWindow?.postMessage(d, "https://chainrails-frontend-git-staging-horus-labs.vercel.app");
1351
1351
  }
1352
- return y?.sessionToken ? /* @__PURE__ */ we("div", {
1353
- className: sn("payment-modal-wrapper", g || o ? "loading" : "not-loading", i ? "open" : "closed"),
1354
- children: [(g || o) && /* @__PURE__ */ C("div", {
1352
+ return /* @__PURE__ */ we("div", {
1353
+ className: tn("payment-modal-wrapper", g || o ? "loading" : "not-loading", i ? "open" : "closed"),
1354
+ children: [(g || o) && /* @__PURE__ */ N("div", {
1355
1355
  role: "status",
1356
1356
  className: "payment-modal-loader",
1357
1357
  children: /* @__PURE__ */ we("svg", {
@@ -1360,65 +1360,65 @@ function Un(e) {
1360
1360
  viewBox: "0 0 100 101",
1361
1361
  fill: "none",
1362
1362
  xmlns: "http://www.w3.org/2000/svg",
1363
- children: [/* @__PURE__ */ C("path", {
1363
+ children: [/* @__PURE__ */ N("path", {
1364
1364
  d: "M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z",
1365
1365
  fill: "currentColor"
1366
- }), /* @__PURE__ */ C("path", {
1366
+ }), /* @__PURE__ */ N("path", {
1367
1367
  d: "M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z",
1368
1368
  fill: "currentFill"
1369
1369
  })]
1370
1370
  })
1371
- }), /* @__PURE__ */ C("iframe", {
1371
+ }), /* @__PURE__ */ N("iframe", {
1372
1372
  allow: "clipboard-read *; clipboard-write *",
1373
1373
  src: h.getPayModalUrl(n, s, t, r),
1374
1374
  onLoad: A,
1375
1375
  className: `payment-modal ${g || o ? "invisible" : "visible"}`,
1376
1376
  "data-id": r,
1377
- ref: E
1377
+ ref: b
1378
1378
  })]
1379
- }) : /* @__PURE__ */ C(It, {});
1379
+ });
1380
1380
  }
1381
- function nn(e) {
1381
+ function sn(e) {
1382
1382
  return BigInt(e).toString();
1383
1383
  }
1384
- const rn = Symbol(), le = Symbol(), x = "a", pt = "f", ke = "p", gt = "c", mt = "t", fe = "h", D = "w", he = "o", de = "k";
1385
- let on = (e, t) => new Proxy(e, t);
1386
- const te = Object.getPrototypeOf, se = /* @__PURE__ */ new WeakMap(), yt = (e) => e && (se.has(e) ? se.get(e) : te(e) === Object.prototype || te(e) === Array.prototype), L = (e) => typeof e == "object" && e !== null, an = (e) => Object.values(Object.getOwnPropertyDescriptors(e)).some((t) => !t.configurable && !t.writable), cn = (e) => {
1384
+ const nn = Symbol(), le = Symbol(), k = "a", pt = "f", ke = "p", gt = "c", mt = "t", fe = "h", x = "w", he = "o", de = "k";
1385
+ let rn = (e, t) => new Proxy(e, t);
1386
+ const te = Object.getPrototypeOf, se = /* @__PURE__ */ new WeakMap(), yt = (e) => e && (se.has(e) ? se.get(e) : te(e) === Object.prototype || te(e) === Array.prototype), L = (e) => typeof e == "object" && e !== null, on = (e) => Object.values(Object.getOwnPropertyDescriptors(e)).some((t) => !t.configurable && !t.writable), an = (e) => {
1387
1387
  if (Array.isArray(e))
1388
1388
  return Array.from(e);
1389
1389
  const t = Object.getOwnPropertyDescriptors(e);
1390
1390
  return Object.values(t).forEach((s) => {
1391
1391
  s.configurable = !0;
1392
1392
  }), Object.create(te(e), t);
1393
- }, un = (e, t) => {
1393
+ }, cn = (e, t) => {
1394
1394
  const s = {
1395
1395
  [pt]: t
1396
1396
  };
1397
1397
  let n = !1;
1398
1398
  const r = (a, c) => {
1399
1399
  if (!n) {
1400
- let u = s[x].get(e);
1401
- if (u || (u = {}, s[x].set(e, u)), a === D)
1402
- u[D] = !0;
1400
+ let u = s[k].get(e);
1401
+ if (u || (u = {}, s[k].set(e, u)), a === x)
1402
+ u[x] = !0;
1403
1403
  else {
1404
1404
  let f = u[a];
1405
1405
  f || (f = /* @__PURE__ */ new Set(), u[a] = f), f.add(c);
1406
1406
  }
1407
1407
  }
1408
1408
  }, i = () => {
1409
- n = !0, s[x].delete(e);
1409
+ n = !0, s[k].delete(e);
1410
1410
  }, o = {
1411
1411
  get(a, c) {
1412
- return c === le ? e : (r(de, c), wt(Reflect.get(a, c), s[x], s[gt], s[mt]));
1412
+ return c === le ? e : (r(de, c), wt(Reflect.get(a, c), s[k], s[gt], s[mt]));
1413
1413
  },
1414
1414
  has(a, c) {
1415
- return c === rn ? (i(), !0) : (r(fe, c), Reflect.has(a, c));
1415
+ return c === nn ? (i(), !0) : (r(fe, c), Reflect.has(a, c));
1416
1416
  },
1417
1417
  getOwnPropertyDescriptor(a, c) {
1418
1418
  return r(he, c), Reflect.getOwnPropertyDescriptor(a, c);
1419
1419
  },
1420
1420
  ownKeys(a) {
1421
- return r(D), Reflect.ownKeys(a);
1421
+ return r(x), Reflect.ownKeys(a);
1422
1422
  }
1423
1423
  };
1424
1424
  return t && (o.set = o.deleteProperty = () => !1), [o, s];
@@ -1432,12 +1432,12 @@ const te = Object.getPrototypeOf, se = /* @__PURE__ */ new WeakMap(), yt = (e) =
1432
1432
  let r = n && n.get(e);
1433
1433
  if (!r) {
1434
1434
  const c = pe(e);
1435
- an(c) ? r = [c, cn(c)] : r = [c], n?.set(e, r);
1435
+ on(c) ? r = [c, an(c)] : r = [c], n?.set(e, r);
1436
1436
  }
1437
1437
  const [i, o] = r;
1438
1438
  let a = s && s.get(i);
1439
- return (!a || a[1][pt] !== !!o) && (a = un(i, !!o), a[1][ke] = on(o || i, a[0]), s && s.set(i, a)), a[1][x] = t, a[1][gt] = s, a[1][mt] = n, a[1][ke];
1440
- }, ln = (e, t) => {
1439
+ return (!a || a[1][pt] !== !!o) && (a = cn(i, !!o), a[1][ke] = rn(o || i, a[0]), s && s.set(i, a)), a[1][k] = t, a[1][gt] = s, a[1][mt] = n, a[1][ke];
1440
+ }, un = (e, t) => {
1441
1441
  const s = Reflect.ownKeys(e), n = Reflect.ownKeys(t);
1442
1442
  return s.length !== n.length || s.some((r, i) => r !== n[i]);
1443
1443
  }, bt = (e, t, s, n, r = Object.is) => {
@@ -1457,8 +1457,8 @@ const te = Object.getPrototypeOf, se = /* @__PURE__ */ new WeakMap(), yt = (e) =
1457
1457
  for (const a of i[fe] || [])
1458
1458
  if (o = Reflect.has(e, a) !== Reflect.has(t, a), o)
1459
1459
  return o;
1460
- if (i[D] === !0) {
1461
- if (o = ln(e, t), o)
1460
+ if (i[x] === !0) {
1461
+ if (o = un(e, t), o)
1462
1462
  return o;
1463
1463
  } else
1464
1464
  for (const a of i[he] || []) {
@@ -1472,9 +1472,9 @@ const te = Object.getPrototypeOf, se = /* @__PURE__ */ new WeakMap(), yt = (e) =
1472
1472
  if (o === null)
1473
1473
  throw new Error("invalid used");
1474
1474
  return o;
1475
- }, fn = (e) => yt(e) && e[le] || null, xe = (e, t = !0) => {
1475
+ }, ln = (e) => yt(e) && e[le] || null, xe = (e, t = !0) => {
1476
1476
  se.set(e, t);
1477
- }, hn = (e, t, s) => {
1477
+ }, fn = (e, t, s) => {
1478
1478
  const n = [], r = /* @__PURE__ */ new WeakSet(), i = (o, a) => {
1479
1479
  var c, u, f;
1480
1480
  if (r.has(o))
@@ -1485,7 +1485,7 @@ const te = Object.getPrototypeOf, se = /* @__PURE__ */ new WeakMap(), yt = (e) =
1485
1485
  if ((c = y[fe]) === null || c === void 0 || c.forEach((g) => {
1486
1486
  const w = `:has(${String(g)})`;
1487
1487
  n.push(a ? [...a, w] : [w]);
1488
- }), y[D] === !0) {
1488
+ }), y[x] === !0) {
1489
1489
  const g = ":ownKeys";
1490
1490
  n.push(a ? [...a, g] : [g]);
1491
1491
  } else
@@ -1499,7 +1499,7 @@ const te = Object.getPrototypeOf, se = /* @__PURE__ */ new WeakMap(), yt = (e) =
1499
1499
  } else a && n.push(a);
1500
1500
  };
1501
1501
  return i(e), n;
1502
- }, z = {}, ge = (e) => typeof e == "object" && e !== null, dn = (e) => ge(e) && !me.has(e) && (Array.isArray(e) || !(Symbol.iterator in e)) && !(e instanceof WeakMap) && !(e instanceof WeakSet) && !(e instanceof Error) && !(e instanceof Number) && !(e instanceof Date) && !(e instanceof String) && !(e instanceof RegExp) && !(e instanceof ArrayBuffer) && !(e instanceof Promise), Et = (e, t) => {
1502
+ }, z = {}, ge = (e) => typeof e == "object" && e !== null, hn = (e) => ge(e) && !me.has(e) && (Array.isArray(e) || !(Symbol.iterator in e)) && !(e instanceof WeakMap) && !(e instanceof WeakSet) && !(e instanceof Error) && !(e instanceof Number) && !(e instanceof Date) && !(e instanceof String) && !(e instanceof RegExp) && !(e instanceof ArrayBuffer) && !(e instanceof Promise), Et = (e, t) => {
1503
1503
  const s = De.get(e);
1504
1504
  if (s?.[0] === t)
1505
1505
  return s[1];
@@ -1527,7 +1527,7 @@ const te = Object.getPrototypeOf, se = /* @__PURE__ */ new WeakMap(), yt = (e) =
1527
1527
  }
1528
1528
  Object.defineProperty(n, r, a);
1529
1529
  }), Object.preventExtensions(n);
1530
- }, pn = (e, t, s, n) => ({
1530
+ }, dn = (e, t, s, n) => ({
1531
1531
  deleteProperty(r, i) {
1532
1532
  const o = Reflect.get(r, i);
1533
1533
  s(i);
@@ -1538,12 +1538,12 @@ const te = Object.getPrototypeOf, se = /* @__PURE__ */ new WeakMap(), yt = (e) =
1538
1538
  const c = !e() && Reflect.has(r, i), u = Reflect.get(r, i, a);
1539
1539
  if (c && (Oe(u, o) || j.has(o) && Oe(u, j.get(o))))
1540
1540
  return !0;
1541
- s(i), ge(o) && (o = fn(o) || o);
1542
- const f = !U.has(o) && mn(o) ? St(o) : o;
1541
+ s(i), ge(o) && (o = ln(o) || o);
1542
+ const f = !U.has(o) && gn(o) ? St(o) : o;
1543
1543
  return t(i, f), Reflect.set(r, i, f, a), n(["set", [i], o, u]), !0;
1544
1544
  }
1545
1545
  }), U = /* @__PURE__ */ new WeakMap(), me = /* @__PURE__ */ new WeakSet(), De = /* @__PURE__ */ new WeakMap(), Y = [1], j = /* @__PURE__ */ new WeakMap();
1546
- let Oe = Object.is, gn = (e, t) => new Proxy(e, t), mn = dn, yn = Et, wn = pn;
1546
+ let Oe = Object.is, pn = (e, t) => new Proxy(e, t), gn = hn, mn = Et, yn = dn;
1547
1547
  function St(e = {}) {
1548
1548
  if (!ge(e))
1549
1549
  throw new Error("object required");
@@ -1559,16 +1559,16 @@ function St(e = {}) {
1559
1559
  const p = d[1](l);
1560
1560
  p > s && (s = p);
1561
1561
  })), s), a = (l) => (d, p) => {
1562
- const b = [...d];
1563
- b[1] = [l, ...b[1]], r(b, p);
1562
+ const E = [...d];
1563
+ E[1] = [l, ...E[1]], r(E, p);
1564
1564
  }, c = /* @__PURE__ */ new Map(), u = (l, d) => {
1565
1565
  const p = !me.has(d) && U.get(d);
1566
1566
  if (p) {
1567
1567
  if ((z ? "production" : void 0) !== "production" && c.has(l))
1568
1568
  throw new Error("prop listener already exists");
1569
1569
  if (n.size) {
1570
- const b = p[2](a(l));
1571
- c.set(l, [p, b]);
1570
+ const E = p[2](a(l));
1571
+ c.set(l, [p, E]);
1572
1572
  } else
1573
1573
  c.set(l, [p]);
1574
1574
  }
@@ -1576,34 +1576,34 @@ function St(e = {}) {
1576
1576
  var d;
1577
1577
  const p = c.get(l);
1578
1578
  p && (c.delete(l), (d = p[1]) == null || d.call(p));
1579
- }, y = (l) => (n.add(l), n.size === 1 && c.forEach(([p, b], N) => {
1580
- if ((z ? "production" : void 0) !== "production" && b)
1579
+ }, y = (l) => (n.add(l), n.size === 1 && c.forEach(([p, E], O) => {
1580
+ if ((z ? "production" : void 0) !== "production" && E)
1581
1581
  throw new Error("remove already exists");
1582
- const Tt = p[2](a(N));
1583
- c.set(N, [p, Tt]);
1582
+ const Rt = p[2](a(O));
1583
+ c.set(O, [p, Rt]);
1584
1584
  }), () => {
1585
- n.delete(l), n.size === 0 && c.forEach(([p, b], N) => {
1586
- b && (b(), c.set(N, [p]));
1585
+ n.delete(l), n.size === 0 && c.forEach(([p, E], O) => {
1586
+ E && (E(), c.set(O, [p]));
1587
1587
  });
1588
1588
  });
1589
1589
  let g = !0;
1590
- const w = wn(
1590
+ const w = yn(
1591
1591
  () => g,
1592
1592
  u,
1593
1593
  f,
1594
1594
  r
1595
- ), E = gn(e, w);
1596
- j.set(e, E);
1595
+ ), b = pn(e, w);
1596
+ j.set(e, b);
1597
1597
  const A = [e, o, y];
1598
- return U.set(E, A), Reflect.ownKeys(e).forEach((l) => {
1598
+ return U.set(b, A), Reflect.ownKeys(e).forEach((l) => {
1599
1599
  const d = Object.getOwnPropertyDescriptor(
1600
1600
  e,
1601
1601
  l
1602
1602
  );
1603
- "value" in d && d.writable && (E[l] = e[l]);
1604
- }), g = !1, E;
1603
+ "value" in d && d.writable && (b[l] = e[l]);
1604
+ }), g = !1, b;
1605
1605
  }
1606
- function bn(e, t, s) {
1606
+ function wn(e, t, s) {
1607
1607
  const n = U.get(e);
1608
1608
  (z ? "production" : void 0) !== "production" && !n && console.warn("Please use proxy object");
1609
1609
  let r;
@@ -1622,24 +1622,24 @@ function Ne(e) {
1622
1622
  const t = U.get(e);
1623
1623
  (z ? "production" : void 0) !== "production" && !t && console.warn("Please use proxy object");
1624
1624
  const [s, n] = t;
1625
- return yn(s, n());
1625
+ return mn(s, n());
1626
1626
  }
1627
- const En = {}, Sn = (e, t) => {
1627
+ const bn = {}, En = (e, t) => {
1628
1628
  const s = ne(void 0);
1629
1629
  re(() => {
1630
- s.current = hn(e, t);
1630
+ s.current = fn(e, t);
1631
1631
  }), Pt(s.current);
1632
- }, Tn = Sn, Rn = /* @__PURE__ */ new WeakMap();
1633
- function An(e, t) {
1632
+ }, Sn = En, Rn = /* @__PURE__ */ new WeakMap();
1633
+ function Tn(e, t) {
1634
1634
  const n = ye(
1635
1635
  () => e && /* @__PURE__ */ new WeakMap(),
1636
1636
  [e]
1637
1637
  ), r = ne(void 0);
1638
1638
  let i = !0;
1639
- const o = Rt(
1639
+ const o = Tt(
1640
1640
  At(
1641
1641
  (c) => {
1642
- const u = bn(e, c);
1642
+ const u = wn(e, c);
1643
1643
  return c(), u;
1644
1644
  },
1645
1645
  [e, void 0]
@@ -1662,7 +1662,7 @@ function An(e, t) {
1662
1662
  );
1663
1663
  i = !1, vt(() => {
1664
1664
  r.current = o;
1665
- }), (En ? "production" : void 0) !== "production" && Tn(o, n);
1665
+ }), (bn ? "production" : void 0) !== "production" && Sn(o, n);
1666
1666
  const a = ye(() => /* @__PURE__ */ new WeakMap(), []);
1667
1667
  return wt(o, n, a, Rn);
1668
1668
  }
@@ -1671,7 +1671,7 @@ const P = St({
1671
1671
  isPending: !1,
1672
1672
  error: null
1673
1673
  });
1674
- function Cn({
1674
+ function Un({
1675
1675
  session_url: e,
1676
1676
  destinationChain: t,
1677
1677
  token: s,
@@ -1680,14 +1680,14 @@ function Cn({
1680
1680
  onCancel: i,
1681
1681
  onSuccess: o
1682
1682
  }) {
1683
- const a = An(P), [c, u] = X(!1), [f, y] = X(Date.now());
1683
+ const a = Tn(P), [c, u] = X(!1), [f, y] = X(Date.now());
1684
1684
  function g() {
1685
1685
  u(!0);
1686
1686
  }
1687
1687
  function w() {
1688
- u(!1), E();
1688
+ u(!1), b();
1689
1689
  }
1690
- const E = () => {
1690
+ const b = () => {
1691
1691
  const A = Date.now();
1692
1692
  P.isPending = !0, P.error = null, fetch(e, {
1693
1693
  method: "POST",
@@ -1697,7 +1697,7 @@ function Cn({
1697
1697
  body: JSON.stringify({
1698
1698
  destinationChain: t?.replace("_MAINNET", ""),
1699
1699
  token: s,
1700
- amount: n ? nn(n) : "0",
1700
+ amount: n ? sn(n) : "0",
1701
1701
  recipient: r
1702
1702
  })
1703
1703
  }).then((l) => l.json()).then((l) => {
@@ -1710,7 +1710,7 @@ function Cn({
1710
1710
  });
1711
1711
  };
1712
1712
  return re(() => {
1713
- E();
1713
+ b();
1714
1714
  }, [t, s, n, r]), {
1715
1715
  ...a,
1716
1716
  destinationChain: t,
@@ -1719,16 +1719,16 @@ function Cn({
1719
1719
  isOpen: c,
1720
1720
  open: g,
1721
1721
  close: w,
1722
- refetch: E,
1722
+ refetch: b,
1723
1723
  onSuccess: o,
1724
1724
  onCancel: i
1725
1725
  };
1726
1726
  }
1727
1727
  export {
1728
1728
  h as Chainrails,
1729
- Un as PaymentModal,
1729
+ In as PaymentModal,
1730
1730
  Q as chains,
1731
- In as crapi,
1731
+ Pn as crapi,
1732
1732
  ht as tokens,
1733
- Cn as usePaymentSession
1733
+ Un as usePaymentSession
1734
1734
  };