@chainrails/react 0.1.29 → 0.2.1

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,6 +1,6 @@
1
- import { useState as z, useRef as oe, useEffect as O, useMemo as be, useSyncExternalStore as At, useCallback as vt, useLayoutEffect as It, useDebugValue as Pt } from "react";
2
- import { jsxs as Ee, jsx as _ } from "react/jsx-runtime";
3
- import './index.css';class Z extends Error {
1
+ import { useState as O, useRef as re, useEffect as k, useMemo as ye, useSyncExternalStore as Tt, useCallback as At, useLayoutEffect as vt, useDebugValue as Pt } from "react";
2
+ import { jsxs as we, jsx as B } from "react/jsx-runtime";
3
+ import './index.css';class G extends Error {
4
4
  response;
5
5
  request;
6
6
  options;
@@ -9,7 +9,7 @@ import './index.css';class Z extends Error {
9
9
  super(`Request failed with ${a}: ${s.method} ${s.url}`), this.name = "HTTPError", this.response = t, this.request = s, this.options = n;
10
10
  }
11
11
  }
12
- class Be extends Error {
12
+ class Me extends Error {
13
13
  name = "NonError";
14
14
  value;
15
15
  constructor(t) {
@@ -21,17 +21,17 @@ class Be extends Error {
21
21
  super(s), this.value = t;
22
22
  }
23
23
  }
24
- class W extends Error {
24
+ class K extends Error {
25
25
  name = "ForceRetryError";
26
26
  customDelay;
27
27
  code;
28
28
  customRequest;
29
29
  constructor(t) {
30
- const s = t?.cause ? t.cause instanceof Error ? t.cause : new Be(t.cause) : void 0;
30
+ const s = t?.cause ? t.cause instanceof Error ? t.cause : new Me(t.cause) : void 0;
31
31
  super(t?.code ? `Forced retry: ${t.code}` : "Forced retry", s ? { cause: s } : void 0), this.customDelay = t?.delay, this.code = t?.code, this.customRequest = t?.request;
32
32
  }
33
33
  }
34
- const Se = (() => {
34
+ const be = (() => {
35
35
  let e = !1, t = !1;
36
36
  const s = typeof globalThis.ReadableStream == "function", n = typeof globalThis.Request == "function";
37
37
  if (s && n)
@@ -50,7 +50,7 @@ const Se = (() => {
50
50
  throw r;
51
51
  }
52
52
  return e && !t;
53
- })(), Ut = typeof globalThis.AbortController == "function", $e = typeof globalThis.AbortSignal == "function" && typeof globalThis.AbortSignal.any == "function", Ct = typeof globalThis.ReadableStream == "function", kt = typeof globalThis.FormData == "function", Le = ["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", Le = ["get", "post", "put", "patch", "head", "delete"], xt = {
54
54
  json: "application/json",
55
55
  text: "text/*",
56
56
  formData: "multipart/form-data",
@@ -59,14 +59,14 @@ const Se = (() => {
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
- }, V = 2147483647, Dt = new TextEncoder().encode("------WebKitFormBoundaryaxpyiPgbbPti10Rw").length, ze = Symbol("stop");
63
- class je {
62
+ }, W = 2147483647, kt = new TextEncoder().encode("------WebKitFormBoundaryaxpyiPgbbPti10Rw").length, $e = Symbol("stop");
63
+ class ze {
64
64
  options;
65
65
  constructor(t) {
66
66
  this.options = t;
67
67
  }
68
68
  }
69
- const Ot = (e) => new je(e), Nt = {
69
+ const Dt = (e) => new ze(e), Ot = {
70
70
  json: !0,
71
71
  parseJson: !0,
72
72
  stringifyJson: !0,
@@ -80,10 +80,10 @@ const Ot = (e) => new je(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
- }, _t = {
86
+ }, Mt = {
87
87
  method: !0,
88
88
  headers: !0,
89
89
  body: !0,
@@ -104,7 +104,7 @@ const Ot = (e) => new je(e), Nt = {
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 += kt, 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)
@@ -125,7 +125,7 @@ const Ot = (e) => new je(e), Nt = {
125
125
  return 0;
126
126
  }
127
127
  return 0;
128
- }, qe = (e, t, s) => {
128
+ }, je = (e, t, s) => {
129
129
  let n, r = 0;
130
130
  return e.pipeThrough(new TransformStream({
131
131
  transform(i, o) {
@@ -140,7 +140,7 @@ const Ot = (e) => new je(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
+ }, Lt = (e, t) => {
144
144
  if (!e.body)
145
145
  return e;
146
146
  if (e.status === 204)
@@ -150,35 +150,35 @@ const Ot = (e) => new je(e), Nt = {
150
150
  headers: e.headers
151
151
  });
152
152
  const s = Math.max(0, Number(e.headers.get("content-length")) || 0);
153
- return new Response(qe(e.body, s, t), {
153
+ return new Response(je(e.body, s, t), {
154
154
  status: e.status,
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
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",
165
- body: qe(e.body, n, t)
165
+ body: je(e.body, n, t)
166
166
  });
167
- }, P = (e) => e !== null && typeof e == "object", B = (...e) => {
167
+ }, P = (e) => e !== null && typeof e == "object", L = (...e) => {
168
168
  for (const t of e)
169
169
  if ((!P(t) || Array.isArray(t)) && t !== void 0)
170
170
  throw new TypeError("The `options` argument must be an object");
171
- return ie({}, ...e);
172
- }, Fe = (e = {}, t = {}) => {
171
+ return oe({}, ...e);
172
+ }, qe = (e = {}, t = {}) => {
173
173
  const s = new globalThis.Headers(e), n = t instanceof globalThis.Headers, r = new globalThis.Headers(t);
174
174
  for (const [i, o] of r.entries())
175
175
  n && o === "undefined" || o === void 0 ? s.delete(i) : s.set(i, o);
176
176
  return s;
177
177
  };
178
178
  function $(e, t, s) {
179
- return Object.hasOwn(t, s) && t[s] === void 0 ? [] : ie(e[s] ?? [], t[s] ?? []);
179
+ return Object.hasOwn(t, s) && t[s] === void 0 ? [] : oe(e[s] ?? [], t[s] ?? []);
180
180
  }
181
- const He = (e = {}, t = {}) => ({
181
+ const _e = (e = {}, t = {}) => ({
182
182
  beforeRequest: $(e, t, "beforeRequest"),
183
183
  beforeRetry: $(e, t, "beforeRetry"),
184
184
  afterResponse: $(e, t, "afterResponse"),
@@ -205,7 +205,7 @@ const He = (e = {}, t = {}) => ({
205
205
  s.append(i, o);
206
206
  }
207
207
  return s;
208
- }, ie = (...e) => {
208
+ }, oe = (...e) => {
209
209
  let t = {}, s = {}, n = {}, r;
210
210
  const i = [];
211
211
  for (const o of e)
@@ -230,25 +230,25 @@ const He = (e = {}, t = {}) => ({
230
230
  c == null ? r = void 0 : r = r === void 0 ? c : zt(r, c);
231
231
  continue;
232
232
  }
233
- P(c) && a in t && (c = ie(t[a], c)), t = { ...t, [a]: c };
233
+ P(c) && a in t && (c = oe(t[a], c)), t = { ...t, [a]: c };
234
234
  }
235
- P(o.hooks) && (n = He(n, o.hooks), t.hooks = n), P(o.headers) && (s = Fe(s, o.headers), t.headers = s);
235
+ P(o.hooks) && (n = _e(n, o.hooks), t.hooks = n), P(o.headers) && (s = qe(s, o.headers), t.headers = s);
236
236
  }
237
- return r !== void 0 && (t.searchParams = r), i.length > 0 && (i.length === 1 ? t.signal = i[0] : $e ? t.signal = AbortSignal.any(i) : t.signal = i.at(-1)), t.context === void 0 && (t.context = {}), t;
238
- }, jt = (e) => Le.includes(e) ? e.toUpperCase() : e, qt = ["get", "put", "head", "delete", "options", "trace"], Ft = [408, 413, 429, 500, 502, 503, 504], Ht = [413, 429, 503], Te = {
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) => Le.includes(e) ? e.toUpperCase() : e, qt = ["get", "put", "head", "delete", "options", "trace"], _t = [408, 413, 429, 500, 502, 503, 504], Ft = [413, 429, 503], Ee = {
239
239
  limit: 2,
240
240
  methods: qt,
241
- statusCodes: Ft,
242
- afterStatusCodes: Ht,
241
+ statusCodes: _t,
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
- ...Te,
251
+ ...Ee,
252
252
  limit: e
253
253
  };
254
254
  if (e.methods && !Array.isArray(e.methods))
@@ -256,27 +256,27 @@ const He = (e = {}, t = {}) => ({
256
256
  if (e.statusCodes && !Array.isArray(e.statusCodes))
257
257
  throw new Error("retry.statusCodes must be an array");
258
258
  return {
259
- ...Te,
259
+ ...Ee,
260
260
  ...e
261
261
  };
262
262
  };
263
- class Q extends Error {
263
+ class Z extends Error {
264
264
  request;
265
265
  constructor(t) {
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
- s && s.abort(), i(new Q(e));
272
+ s && s.abort(), i(new Z(e));
273
273
  }, n.timeout);
274
274
  n.fetch(e, t).then(r).catch(i).then(() => {
275
275
  clearTimeout(o);
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,35 +287,35 @@ 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 _t) && !(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;
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
+ return e instanceof G || e?.name === G.name;
298
+ }
296
299
  function Jt(e) {
297
300
  return e instanceof Z || e?.name === Z.name;
298
301
  }
299
- function Gt(e) {
300
- return e instanceof Q || e?.name === Q.name;
301
- }
302
- class M {
302
+ class N {
303
303
  static create(t, s) {
304
- const n = new M(t, s), r = async () => {
305
- if (typeof n.#e.timeout == "number" && n.#e.timeout > V)
306
- throw new RangeError(`The \`timeout\` option cannot be greater than ${V}`);
304
+ const n = new N(t, s), r = async () => {
305
+ if (typeof n.#e.timeout == "number" && n.#e.timeout > W)
306
+ throw new RangeError(`The \`timeout\` option cannot be greater than ${W}`);
307
307
  await Promise.resolve();
308
308
  let o = await n.#g();
309
309
  for (const a of n.#e.hooks.afterResponse) {
310
310
  const c = n.#l(o.clone()), u = await a(n.request, n.#a(), c, { retryCount: n.#s });
311
- if (u instanceof globalThis.Response && (o = u), u instanceof je)
311
+ if (u instanceof globalThis.Response && (o = u), u instanceof ze)
312
312
  throw await Promise.all([
313
313
  c.body?.cancel(),
314
314
  o.body?.cancel()
315
- ]), new W(u.options);
315
+ ]), new K(u.options);
316
316
  }
317
317
  if (n.#l(o), !o.ok && (typeof n.#e.throwHttpErrors == "function" ? n.#e.throwHttpErrors(o.status) : n.#e.throwHttpErrors)) {
318
- let a = new Z(o, n.request, n.#a());
318
+ let a = new G(o, n.request, n.#a());
319
319
  for (const c of n.#e.hooks.beforeError)
320
320
  a = await c(a, { retryCount: n.#s });
321
321
  throw a;
@@ -323,9 +323,9 @@ class M {
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 Lt(o.clone(), n.#e.onDownloadProgress);
329
329
  }
330
330
  return o;
331
331
  }, i = n.#f(r).finally(async () => {
@@ -363,8 +363,8 @@ class M {
363
363
  constructor(t, s = {}) {
364
364
  if (this.#t = t, this.#e = {
365
365
  ...s,
366
- headers: Fe(this.#t.headers, s.headers),
367
- hooks: He({
366
+ headers: qe(this.#t.headers, s.headers),
367
+ hooks: _e({
368
368
  beforeRequest: [],
369
369
  beforeRetry: [],
370
370
  beforeError: [],
@@ -373,7 +373,7 @@ class M {
373
373
  method: jt(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,16 +385,16 @@ class M {
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 && $e && (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), Se && (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(M.#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(N.#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) {
395
395
  if (typeof this.#e.onUploadProgress != "function")
396
396
  throw new TypeError("The `onUploadProgress` option must be a function");
397
- if (!Se)
397
+ if (!be)
398
398
  throw new Error("Request streams are not supported in your environment. The `duplex` option for `Request` is not available.");
399
399
  this.request = this.#h(this.request, this.#e.body ?? void 0);
400
400
  }
@@ -407,8 +407,8 @@ class M {
407
407
  async #p(t) {
408
408
  if (this.#s++, this.#s > this.#e.retry.limit)
409
409
  throw t;
410
- const s = t instanceof Error ? t : new Be(t);
411
- if (s instanceof W)
410
+ const s = t instanceof Error ? t : new Me(t);
411
+ if (s instanceof K)
412
412
  return s.customDelay ?? this.#c();
413
413
  if (!this.#e.retry.methods.includes(this.request.method.toLowerCase()))
414
414
  throw t;
@@ -419,9 +419,9 @@ class M {
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");
@@ -443,10 +443,10 @@ class M {
443
443
  try {
444
444
  return await t();
445
445
  } catch (s) {
446
- const n = Math.min(await this.#p(s), V);
446
+ const n = Math.min(await this.#p(s), W);
447
447
  if (this.#s < 1)
448
448
  throw s;
449
- if (await Vt(n, this.#r ? { signal: this.#r } : {}), s instanceof W && s.customRequest) {
449
+ if (await Wt(n, this.#r ? { signal: this.#r } : {}), s instanceof K && 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
  }
@@ -463,7 +463,7 @@ class M {
463
463
  }
464
464
  if (i instanceof globalThis.Response)
465
465
  return i;
466
- if (i === ze)
466
+ if (i === $e)
467
467
  return;
468
468
  }
469
469
  return this.#f(t);
@@ -480,8 +480,8 @@ class M {
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,72 +494,72 @@ class M {
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
- const ee = (e) => {
502
- const t = (s, n) => M.create(s, B(e, n));
501
+ const Q = (e) => {
502
+ const t = (s, n) => N.create(s, L(e, n));
503
503
  for (const s of Le)
504
- t[s] = (n, r) => M.create(n, B(e, r, { method: s }));
505
- return t.create = (s) => ee(B(s)), t.extend = (s) => (typeof s == "function" && (s = s(e ?? {})), ee(B(e, s))), t.stop = ze, t.retry = Ot, t;
506
- }, Zt = ee();
507
- var T = /* @__PURE__ */ ((e) => (e.USDC = "USDC", e))(T || {});
508
- const Ke = {
504
+ t[s] = (n, r) => N.create(n, L(e, r, { method: s }));
505
+ return t.create = (s) => Q(L(s)), t.extend = (s) => (typeof s == "function" && (s = s(e ?? {})), Q(L(e, s))), t.stop = $e, t.retry = Dt, t;
506
+ }, Gt = Q();
507
+ var S = /* @__PURE__ */ ((e) => (e.USDC = "USDC", e))(S || {});
508
+ const Fe = {
509
509
  type: "evm",
510
510
  chainId: 42161,
511
511
  name: "Arbitrum",
512
512
  cctpDomain: 3,
513
513
  logoURI: "/images/chains/arbitrum.svg"
514
- }, We = {
514
+ }, He = {
515
515
  type: "evm",
516
516
  chainId: 421614,
517
517
  name: "Arbitrum Sepolia",
518
518
  cctpDomain: 3,
519
519
  logoURI: "/images/chains/arbitrum.svg"
520
- }, Ve = {
520
+ }, Ke = {
521
521
  type: "evm",
522
522
  chainId: 8453,
523
523
  name: "Base",
524
524
  cctpDomain: 6,
525
525
  logoURI: "/images/chains/base.webp"
526
- }, Ye = {
526
+ }, We = {
527
527
  type: "evm",
528
528
  chainId: 84532,
529
529
  name: "Base Sepolia",
530
530
  cctpDomain: 6,
531
531
  logoURI: "/images/chains/base.webp"
532
- }, Xe = {
532
+ }, Ve = {
533
533
  type: "evm",
534
534
  chainId: 56,
535
535
  name: "BNB Chain",
536
536
  cctpDomain: null,
537
537
  logoURI: "/images/chains/bsc.webp"
538
- }, Je = {
538
+ }, Ye = {
539
539
  type: "evm",
540
540
  chainId: 1,
541
541
  name: "Ethereum",
542
542
  cctpDomain: 0,
543
543
  logoURI: "/images/chains/ethereum.svg"
544
- }, Ge = {
544
+ }, Xe = {
545
545
  type: "evm",
546
546
  chainId: 11155111,
547
547
  name: "Ethereum Sepolia",
548
548
  cctpDomain: 0,
549
549
  logoURI: "/images/chains/ethereum.svg"
550
- }, Ze = {
550
+ }, Je = {
551
551
  type: "evm",
552
552
  chainId: 43114,
553
553
  name: "Avalanche",
554
554
  cctpDomain: 1,
555
555
  logoURI: "/images/chains/avalanche.svg"
556
- }, Qe = {
556
+ }, Ge = {
557
557
  type: "evm",
558
558
  chainId: 43113,
559
559
  name: "Avalanche Fuji",
560
560
  cctpDomain: 1,
561
561
  logoURI: "/images/chains/avalanche.svg"
562
- }, et = {
562
+ }, Ze = {
563
563
  type: "starknet",
564
564
  chainId: "0x534e5f4d41494e",
565
565
  // SN_MAIN
@@ -567,26 +567,26 @@ const Ke = {
567
567
  cctpDomain: null,
568
568
  logoURI: "/images/chains/starknet.svg"
569
569
  };
570
- function ae(e, { strict: t = !0 } = {}) {
570
+ function ie(e, { strict: t = !0 } = {}) {
571
571
  return !e || typeof e != "string" ? !1 : t ? /^0x[0-9a-fA-F]*$/.test(e) : e.startsWith("0x");
572
572
  }
573
- function Re(e) {
574
- return ae(e, { strict: !1 }) ? Math.ceil((e.length - 2) / 2) : e.length;
573
+ function Se(e) {
574
+ return ie(e, { strict: !1 }) ? Math.ceil((e.length - 2) / 2) : e.length;
575
575
  }
576
- const tt = "2.43.4";
577
- let Y = {
576
+ const Qe = "2.43.4";
577
+ let V = {
578
578
  getDocsUrl: ({ docsBaseUrl: e, docsPath: t = "", docsSlug: s }) => t ? `${e ?? "https://viem.sh"}${t}${s ? `#${s}` : ""}` : void 0,
579
- version: `viem@${tt}`
579
+ version: `viem@${Qe}`
580
580
  };
581
- class v extends Error {
581
+ class A extends Error {
582
582
  constructor(t, s = {}) {
583
- const n = s.cause instanceof v ? s.cause.details : s.cause?.message ? s.cause.message : s.details, r = s.cause instanceof v && s.cause.docsPath || s.docsPath, i = Y.getDocsUrl?.({ ...s, docsPath: r }), o = [
583
+ const n = s.cause instanceof A ? s.cause.details : s.cause?.message ? s.cause.message : s.details, r = s.cause instanceof A && s.cause.docsPath || s.docsPath, i = V.getDocsUrl?.({ ...s, docsPath: r }), o = [
584
584
  t || "An error occurred.",
585
585
  "",
586
586
  ...s.metaMessages ? [...s.metaMessages, ""] : [],
587
587
  ...i ? [`Docs: ${i}`] : [],
588
588
  ...n ? [`Details: ${n}`] : [],
589
- ...Y.version ? [`Version: ${Y.version}`] : []
589
+ ...V.version ? [`Version: ${V.version}`] : []
590
590
  ].join(`
591
591
  `);
592
592
  super(o, s.cause ? { cause: s.cause } : void 0), Object.defineProperty(this, "details", {
@@ -619,40 +619,40 @@ class v extends Error {
619
619
  configurable: !0,
620
620
  writable: !0,
621
621
  value: "BaseError"
622
- }), this.details = n, this.docsPath = r, this.metaMessages = s.metaMessages, this.name = s.name ?? this.name, this.shortMessage = t, this.version = tt;
622
+ }), this.details = n, this.docsPath = r, this.metaMessages = s.metaMessages, this.name = s.name ?? this.name, this.shortMessage = t, this.version = Qe;
623
623
  }
624
624
  walk(t) {
625
- return st(this, t);
625
+ return et(this, t);
626
626
  }
627
627
  }
628
- function st(e, t) {
629
- return t?.(e) ? e : e && typeof e == "object" && "cause" in e && e.cause !== void 0 ? st(e.cause, t) : t ? null : e;
628
+ function et(e, t) {
629
+ return t?.(e) ? e : e && typeof e == "object" && "cause" in e && e.cause !== void 0 ? et(e.cause, t) : t ? null : e;
630
630
  }
631
- class nt extends v {
631
+ class tt extends A {
632
632
  constructor({ size: t, targetSize: s, type: n }) {
633
633
  super(`${n.charAt(0).toUpperCase()}${n.slice(1).toLowerCase()} size (${t}) exceeds padding size (${s}).`, { name: "SizeExceedsPaddingSizeError" });
634
634
  }
635
635
  }
636
- function K(e, { dir: t, size: s = 32 } = {}) {
637
- return typeof e == "string" ? Qt(e, { dir: t, size: s }) : es(e, { dir: t, size: s });
636
+ function H(e, { dir: t, size: s = 32 } = {}) {
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", "");
643
643
  if (n.length > s * 2)
644
- throw new nt({
644
+ throw new tt({
645
645
  size: Math.ceil(n.length / 2),
646
646
  targetSize: s,
647
647
  type: "hex"
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)
655
- throw new nt({
655
+ throw new tt({
656
656
  size: e.length,
657
657
  targetSize: s,
658
658
  type: "bytes"
@@ -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 A {
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 A {
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
- function ce(e, { size: t }) {
678
- if (Re(e) > t)
679
- throw new ss({
680
- givenSize: Re(e),
677
+ function ae(e, { size: t }) {
678
+ if (Se(e) > t)
679
+ throw new ts({
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,
@@ -697,15 +697,15 @@ function ns(e, t = {}) {
697
697
  });
698
698
  }
699
699
  const a = `0x${(s && r < 0 ? (1n << BigInt(n * 8)) + BigInt(r) : r).toString(16)}`;
700
- return n ? K(a, { size: n }) : a;
700
+ return n ? H(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) : ae(e) ? rt(e, t) : ot(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
- return s[0] = Number(e), typeof t.size == "number" ? (ce(s, { size: t.size }), K(s, { size: t.size })) : s;
708
+ return s[0] = Number(e), typeof t.size == "number" ? (ae(s, { size: t.size }), H(s, { size: t.size })) : s;
709
709
  }
710
710
  const R = {
711
711
  zero: 48,
@@ -715,7 +715,7 @@ const R = {
715
715
  a: 97,
716
716
  f: 102
717
717
  };
718
- function Ae(e) {
718
+ function Re(e) {
719
719
  if (e >= R.zero && e <= R.nine)
720
720
  return e - R.zero;
721
721
  if (e >= R.A && e <= R.F)
@@ -723,121 +723,121 @@ function Ae(e) {
723
723
  if (e >= R.a && e <= R.f)
724
724
  return e - (R.a - 10);
725
725
  }
726
- function rt(e, t = {}) {
726
+ function st(e, t = {}) {
727
727
  let s = e;
728
- t.size && (ce(s, { size: t.size }), s = K(s, { dir: "right", size: t.size }));
728
+ t.size && (ae(s, { size: t.size }), s = H(s, { dir: "right", size: t.size }));
729
729
  let n = s.slice(2);
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 = Ae(n.charCodeAt(a++)), u = Ae(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
- throw new v(`Invalid byte sequence ("${n[a - 2]}${n[a - 1]}" in "${n}").`);
735
+ throw new A(`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);
742
- return rt(s);
740
+ function is(e, t) {
741
+ const s = ss(e, t);
742
+ return st(s);
743
743
  }
744
- function ot(e, t = {}) {
745
- const s = rs.encode(e);
746
- return typeof t.size == "number" ? (ce(s, { size: t.size }), K(s, { dir: "right", size: t.size })) : s;
744
+ function nt(e, t = {}) {
745
+ const s = ns.encode(e);
746
+ return typeof t.size == "number" ? (ae(s, { size: t.size }), H(s, { dir: "right", size: t.size })) : s;
747
747
  }
748
- const L = /* @__PURE__ */ BigInt(2 ** 32 - 1), ve = /* @__PURE__ */ BigInt(32);
749
- function cs(e, t = !1) {
750
- return t ? { h: Number(e & L), l: Number(e >> ve & L) } : { h: Number(e >> ve & L) | 0, l: Number(e & L) | 0 };
748
+ const z = /* @__PURE__ */ BigInt(2 ** 32 - 1), Te = /* @__PURE__ */ BigInt(32);
749
+ function as(e, t = !1) {
750
+ return t ? { h: Number(e & z), l: Number(e >> Te & z) } : { h: Number(e >> Te & z) | 0, l: Number(e & z) | 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
- function Ie(e) {
766
+ function Ae(e) {
767
767
  if (!Number.isSafeInteger(e) || e < 0)
768
768
  throw new Error("positive integer expected, got " + e);
769
769
  }
770
770
  function j(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);
775
775
  }
776
- function Pe(e, t = !0) {
776
+ function ve(e, t = !0) {
777
777
  if (e.destroyed)
778
778
  throw new Error("Hash instance has been destroyed");
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
  j(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
- function it(...e) {
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 Ue = 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
- function at(e) {
811
- return typeof e == "string" && (e = Es(e)), j(e), e;
810
+ function ot(e) {
811
+ return typeof e == "string" && (e = bs(e)), j(e), e;
812
812
  }
813
- class Ss {
813
+ class Es {
814
814
  }
815
- function Ts(e) {
816
- const t = (n) => e().update(at(n)).digest(), s = e();
815
+ function Ss(e) {
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), x = BigInt(1), As = BigInt(2), vs = BigInt(7), Is = BigInt(256), Ps = BigInt(113), ct = [], ut = [], lt = [];
820
- for (let e = 0, t = x, s = 1, n = 0; e < 24; e++) {
821
- [s, n] = [n, (2 * s + 3 * n) % 5], ct.push(2 * (5 * n + s)), ut.push((e + 1) * (e + 2) / 2 % 64);
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
+ [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 << x ^ (t >> vs) * Ps) % Is, t & As && (r ^= x << (x << /* @__PURE__ */ BigInt(i)) - x);
825
- lt.push(r);
824
+ t = (t << C ^ (t >> As) * Ps) % vs, t & Ts && (r ^= C << (C << /* @__PURE__ */ BigInt(i)) - C);
825
+ ct.push(r);
826
826
  }
827
- const ft = us(lt, !0), Us = ft[0], Cs = ft[1], Ce = (e, t, s) => s > 32 ? hs(e, t, s) : ls(e, t, s), ke = (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++)
832
832
  s[o] = e[o] ^ e[o + 10] ^ e[o + 20] ^ e[o + 30] ^ e[o + 40];
833
833
  for (let o = 0; o < 10; o += 2) {
834
- const a = (o + 8) % 10, c = (o + 2) % 10, u = s[c], l = s[c + 1], w = Ce(u, l, 1) ^ s[a], m = ke(u, l, 1) ^ s[a + 1];
834
+ const a = (o + 8) % 10, c = (o + 2) % 10, u = s[c], l = s[c + 1], w = Ie(u, l, 1) ^ s[a], m = Ue(u, l, 1) ^ s[a + 1];
835
835
  for (let y = 0; y < 50; y += 10)
836
836
  e[o + y] ^= w, e[o + y + 1] ^= m;
837
837
  }
838
838
  let r = e[2], i = e[3];
839
839
  for (let o = 0; o < 24; o++) {
840
- const a = ut[o], c = Ce(r, i, a), u = ke(r, i, a), l = ct[o];
840
+ const a = at[o], c = Ie(r, i, a), u = Ue(r, i, a), l = it[o];
841
841
  r = e[l], i = e[l + 1], e[l] = c, e[l + 1] = u;
842
842
  }
843
843
  for (let o = 0; o < 50; o += 10) {
@@ -846,25 +846,25 @@ 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
- it(s);
851
+ rt(s);
852
852
  }
853
- class ue 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
- 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, Ie(n), !(0 < t && t < 200))
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
- Ue(this.state32), ks(this.state32, this.rounds), Ue(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
- Pe(this), t = at(t), j(t);
867
+ ve(this), t = ot(t), j(t);
868
868
  const { blockLen: s, state: n } = this, r = t.length;
869
869
  for (let i = 0; i < r; ) {
870
870
  const o = Math.min(s - this.pos, r - i);
@@ -882,7 +882,7 @@ class ue extends Ss {
882
882
  t[n] ^= s, (s & 128) !== 0 && n === r - 1 && this.keccak(), t[r - 1] ^= 128, this.keccak();
883
883
  }
884
884
  writeInto(t) {
885
- Pe(this, !1), j(t), this.finish();
885
+ ve(this, !1), j(t), this.finish();
886
886
  const s = this.state, { blockLen: n } = this;
887
887
  for (let r = 0, i = t.length; r < i; ) {
888
888
  this.posOut >= n && this.keccak();
@@ -897,10 +897,10 @@ class ue extends Ss {
897
897
  return this.writeInto(t);
898
898
  }
899
899
  xof(t) {
900
- return Ie(t), this.xofInto(new Uint8Array(t));
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
  }
@@ -908,18 +908,18 @@ class ue extends Ss {
908
908
  return this.digestInto(new Uint8Array(this.outputLen));
909
909
  }
910
910
  destroy() {
911
- this.destroyed = !0, it(this.state);
911
+ this.destroyed = !0, rt(this.state);
912
912
  }
913
913
  _cloneInto(t) {
914
914
  const { blockLen: s, suffix: n, outputLen: r, rounds: i, enableXOF: o } = this;
915
- return t || (t = new ue(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;
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 ue(t, e, s)), Ds = xs(1, 136, 256 / 8);
919
- function Os(e, t) {
920
- return Ds(ae(e, { strict: !1 }) ? os(e) : e);
918
+ const xs = (e, t, s) => Ss(() => new ce(t, e, s)), ks = xs(1, 136, 256 / 8);
919
+ function Ds(e, t) {
920
+ return ks(ie(e, { strict: !1 }) ? rs(e) : e);
921
921
  }
922
- class Ns extends v {
922
+ class Os extends A {
923
923
  constructor({ address: t }) {
924
924
  super(`Address "${t}" is invalid.`, {
925
925
  metaMessages: [
@@ -930,7 +930,7 @@ class Ns extends v {
930
930
  });
931
931
  }
932
932
  }
933
- class ht extends Map {
933
+ class lt extends Map {
934
934
  constructor(t) {
935
935
  super(), Object.defineProperty(this, "maxSize", {
936
936
  enumerable: !0,
@@ -951,218 +951,218 @@ class ht extends Map {
951
951
  return this;
952
952
  }
953
953
  }
954
- const X = /* @__PURE__ */ new ht(8192);
955
- function dt(e, t) {
956
- if (X.has(`${e}.${t}`))
957
- return X.get(`${e}.${t}`);
958
- const s = e.substring(2).toLowerCase(), n = Os(ot(s)), r = s.split("");
954
+ const Y = /* @__PURE__ */ new lt(8192);
955
+ function ft(e, t) {
956
+ if (Y.has(`${e}.${t}`))
957
+ return Y.get(`${e}.${t}`);
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
- return X.set(`${e}.${t}`, i), i;
962
+ return Y.set(`${e}.${t}`, i), i;
963
963
  }
964
- function A(e, t) {
965
- if (!_s(e, { strict: !1 }))
966
- throw new Ns({ address: e });
967
- return dt(e, t);
964
+ function T(e, t) {
965
+ if (!Ms(e, { strict: !1 }))
966
+ throw new Os({ address: e });
967
+ return ft(e, t);
968
968
  }
969
- const Ms = /^0x[a-fA-F0-9]{40}$/, J = /* @__PURE__ */ new ht(8192);
970
- function _s(e, t) {
969
+ const Ns = /^0x[a-fA-F0-9]{40}$/, X = /* @__PURE__ */ new lt(8192);
970
+ function Ms(e, t) {
971
971
  const { strict: s = !0 } = t ?? {}, n = `${e}.${s}`;
972
- if (J.has(n))
973
- return J.get(n);
974
- const r = Ms.test(e) ? e.toLowerCase() === e ? !0 : s ? dt(e) === e : !0 : !1;
975
- return J.set(n, r), r;
972
+ if (X.has(n))
973
+ return X.get(n);
974
+ const r = Ns.test(e) ? e.toLowerCase() === e ? !0 : s ? ft(e) === e : !0 : !1;
975
+ return X.set(n, r), r;
976
976
  }
977
977
  const Bs = {
978
- chainId: We.chainId,
979
- address: A("0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d"),
978
+ chainId: He.chainId,
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 = {
986
- chainId: Ke.chainId,
987
- address: A("0xaf88d065e77c8cC2239327C5EDb3A432268e5831"),
985
+ }, Ls = {
986
+ chainId: Fe.chainId,
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 = {
994
- chainId: Qe.chainId,
995
- address: A("0x5425890298aed601595a70ab815c96711a31bc65"),
993
+ }, $s = {
994
+ chainId: Ge.chainId,
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
1001
  }, zs = {
1002
- chainId: Ze.chainId,
1003
- address: A("0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E"),
1002
+ chainId: Je.chainId,
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
1009
  }, js = {
1010
- chainId: Ye.chainId,
1011
- address: A("0x036CbD53842c5426634e7929541eC2318f3dCF7e"),
1010
+ chainId: We.chainId,
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
1017
  }, qs = {
1018
- chainId: Ve.chainId,
1019
- address: A("0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"),
1018
+ chainId: Ke.chainId,
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 = {
1026
- chainId: Xe.chainId,
1027
- address: A("0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d"),
1025
+ }, _s = {
1026
+ chainId: Ve.chainId,
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 = {
1033
- chainId: Ge.chainId,
1034
- address: A("0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238"),
1032
+ }, Fs = {
1033
+ chainId: Xe.chainId,
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 = {
1040
- chainId: Je.chainId,
1041
- address: A("0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"),
1039
+ }, Hs = {
1040
+ chainId: Ye.chainId,
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 = {
1047
- chainId: et.chainId,
1046
+ }, Ks = {
1047
+ chainId: Ze.chainId,
1048
1048
  address: "0x053C91253BC9682c04929cA02ED00b3E423f6710D2ee7e0D5EBB06F3eCF368A8",
1049
1049
  symbol: "USDC",
1050
1050
  decimals: 6,
1051
1051
  logoURI: "https://pay.daimo.com/coin-logos/usdc.png",
1052
1052
  logoSourceURI: "https://pay.daimo.com/coin-logos/usdc.png"
1053
- }, xe = {
1053
+ }, Ce = {
1054
1054
  ARBITRUM_MAINNET: {
1055
- ...Ke,
1055
+ ...Fe,
1056
1056
  tokens: {
1057
- [T.USDC]: $s
1057
+ [S.USDC]: Ls
1058
1058
  },
1059
1059
  explorer: "https://arbiscan.io"
1060
1060
  },
1061
1061
  ARBITRUM_TESTNET: {
1062
- ...We,
1062
+ ...He,
1063
1063
  explorer: "https://sepolia.arbiscan.io",
1064
1064
  tokens: {
1065
- [T.USDC]: Bs
1065
+ [S.USDC]: Bs
1066
1066
  }
1067
1067
  },
1068
1068
  AVALANCHE_MAINNET: {
1069
- ...Ze,
1069
+ ...Je,
1070
1070
  tokens: {
1071
- [T.USDC]: zs
1071
+ [S.USDC]: zs
1072
1072
  },
1073
1073
  explorer: "https://snowtrace.io"
1074
1074
  },
1075
1075
  AVALANCHE_TESTNET: {
1076
- ...Qe,
1076
+ ...Ge,
1077
1077
  tokens: {
1078
- [T.USDC]: Ls
1078
+ [S.USDC]: $s
1079
1079
  },
1080
1080
  explorer: "https://testnet.snowtrace.io"
1081
1081
  },
1082
1082
  BASE_MAINNET: {
1083
- ...Ve,
1083
+ ...Ke,
1084
1084
  tokens: {
1085
- [T.USDC]: qs
1085
+ [S.USDC]: qs
1086
1086
  },
1087
1087
  explorer: "https://basescan.org"
1088
1088
  },
1089
1089
  BASE_TESTNET: {
1090
- ...Ye,
1090
+ ...We,
1091
1091
  tokens: {
1092
- [T.USDC]: js
1092
+ [S.USDC]: js
1093
1093
  },
1094
1094
  explorer: "https://sepolia.basescan.org"
1095
1095
  },
1096
1096
  BSC_MAINNET: {
1097
- ...Xe,
1097
+ ...Ve,
1098
1098
  tokens: {
1099
- [T.USDC]: Fs
1099
+ [S.USDC]: _s
1100
1100
  },
1101
1101
  explorer: "https://bscscan.com"
1102
1102
  },
1103
1103
  ETHEREUM_MAINNET: {
1104
- ...Je,
1104
+ ...Ye,
1105
1105
  tokens: {
1106
- [T.USDC]: Ks
1106
+ [S.USDC]: Hs
1107
1107
  },
1108
1108
  explorer: "https://etherscan.io"
1109
1109
  },
1110
1110
  ETHEREUM_TESTNET: {
1111
- ...Ge,
1111
+ ...Xe,
1112
1112
  tokens: {
1113
- [T.USDC]: Hs
1113
+ [S.USDC]: Fs
1114
1114
  },
1115
1115
  explorer: "https://sepolia.etherscan.io"
1116
1116
  },
1117
1117
  STARKNET_MAINNET: {
1118
- ...et,
1118
+ ...Ze,
1119
1119
  tokens: {
1120
- [T.USDC]: Ws
1120
+ [S.USDC]: Ks
1121
1121
  },
1122
1122
  explorer: ""
1123
1123
  }
1124
1124
  };
1125
- var te = /* @__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))(te || {}), pt = /* @__PURE__ */ ((e) => (e.USDC = "USDC", e))(pt || {});
1126
- const Vs = (e) => {
1125
+ var ee = /* @__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))(ee || {}), ht = /* @__PURE__ */ ((e) => (e.USDC = "USDC", e))(ht || {});
1126
+ const Ws = (e) => {
1127
1127
  const t = e?.trim().toUpperCase();
1128
- if (xe[t])
1129
- return xe[t];
1128
+ if (Ce[t])
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
- var le = /* @__PURE__ */ ((e) => (e.PRODUCTION = "production", e.STAGING = "staging", e))(le || {});
1135
- class d {
1134
+ var ue = /* @__PURE__ */ ((e) => (e.PRODUCTION = "production", e.STAGING = "staging", e))(ue || {});
1135
+ class h {
1136
1136
  constructor({ api_key: t, env: s, seesion_token: n }) {
1137
- this.api_key = t || "", this.sessionToken = n || "", this.env = s ?? le.PRODUCTION;
1137
+ this.api_key = t || "", this.sessionToken = n || "", this.env = s ?? ue.PRODUCTION;
1138
1138
  }
1139
1139
  static async config(t) {
1140
- if (!d.app) {
1140
+ if (!h.app) {
1141
1141
  if (!t)
1142
1142
  throw new Error("Please provide an api_key");
1143
- d.app = new d(t);
1143
+ h.app = new h(t);
1144
1144
  }
1145
- return t && (t.api_key !== void 0 && (d.app.api_key = t.api_key), t.seesion_token !== void 0 && (d.app.sessionToken = t.seesion_token), t.env !== void 0 && (d.app.env = t.env)), d.app;
1145
+ return t && (t.api_key !== void 0 && (h.app.api_key = t.api_key), t.seesion_token !== void 0 && (h.app.sessionToken = t.seesion_token), t.env !== void 0 && (h.app.env = t.env)), h.app;
1146
1146
  }
1147
1147
  static getApiKey() {
1148
- if (!d.app)
1148
+ if (!h.app)
1149
1149
  throw new Error("Chainrails SDK not configured. Please call Chainrails.config() first.");
1150
- return d.app.api_key;
1150
+ return h.app.api_key;
1151
1151
  }
1152
1152
  static getSessionToken() {
1153
- if (!d.app)
1153
+ if (!h.app)
1154
1154
  throw new Error("Chainrails SDK not configured. Please call Chainrails.config() first.");
1155
- return d.app.sessionToken;
1155
+ return h.app.sessionToken;
1156
1156
  }
1157
1157
  static getEnv() {
1158
- if (!d.app)
1158
+ if (!h.app)
1159
1159
  throw new Error("Chainrails SDK not configured. Please call Chainrails.config() first.");
1160
- return d.app.env === "internal" ? "staging" : d.app.env;
1160
+ return h.app.env === "internal" ? "staging" : h.app.env;
1161
1161
  }
1162
1162
  static getBaseUrl() {
1163
- if (!d.app)
1163
+ if (!h.app)
1164
1164
  throw new Error("Chainrails SDK not configured. Please call Chainrails.config() first.");
1165
- switch (d.app.env) {
1165
+ switch (h.app.env) {
1166
1166
  case "production":
1167
1167
  return "https://api.chainrails.io/api/v1";
1168
1168
  case "staging":
@@ -1173,24 +1173,24 @@ class d {
1173
1173
  return "https://api.chainrails.io/api/v1";
1174
1174
  }
1175
1175
  }
1176
- static getPayModalUrl(t, s, n, r) {
1177
- if (!d.app)
1176
+ static getPayModalUrl(t) {
1177
+ if (!h.app)
1178
1178
  throw new Error("Chainrails SDK not configured. Please call Chainrails.config() first.");
1179
- const i = d.app.env === "internal" ? "https://chainrails-frontend-git-staging-horus-labs.vercel.app" : "https://app.chainrails.io", o = r && r > 0 ? "/pay/" : "/deposit/", a = `_chain_/${t}/_token_/${s}/_to_/${n}${r ? "/_amount_/" + r * 100 : ""}`;
1180
- return i + o + a;
1179
+ const s = h.app.env === "internal" ? "https://chainrails-frontend-git-staging-horus-labs.vercel.app" : "https://app.chainrails.io", n = t && t > 0 ? "/pay/" : "/deposit/", r = `${t ? t * 100 : ""}`;
1180
+ return s + n + r;
1181
1181
  }
1182
1182
  }
1183
- let se = null;
1184
- function Xs() {
1185
- se = Zt.create({
1186
- prefixUrl: d.getBaseUrl(),
1183
+ let te = null;
1184
+ function Ys() {
1185
+ te = Gt.create({
1186
+ prefixUrl: h.getBaseUrl(),
1187
1187
  headers: {
1188
1188
  "Content-Type": "application/json"
1189
1189
  },
1190
1190
  hooks: {
1191
1191
  beforeRequest: [
1192
1192
  (e) => {
1193
- const t = d.getSessionToken() || d.getApiKey();
1193
+ const t = h.getSessionToken() || h.getApiKey();
1194
1194
  e.headers.set("Authorization", `Bearer ${t}`);
1195
1195
  }
1196
1196
  ],
@@ -1202,9 +1202,9 @@ function Xs() {
1202
1202
  });
1203
1203
  }
1204
1204
  function g() {
1205
- return se || Xs(), se;
1205
+ return te || Ys(), te;
1206
1206
  }
1207
- class Js {
1207
+ class Xs {
1208
1208
  async getById(t) {
1209
1209
  return await g().get("intents/" + t).json();
1210
1210
  }
@@ -1236,7 +1236,7 @@ class Js {
1236
1236
  return await g().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 g().get("quotes/single", { searchParams: t }).json();
1242
1242
  }
@@ -1253,7 +1253,7 @@ class Gs {
1253
1253
  return await g().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 g().get("router/optimal-route", { searchParams: t }).json();
1259
1259
  }
@@ -1267,192 +1267,190 @@ class Zs {
1267
1267
  return await g().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 g().get("chains", { searchParams: t }).json();
1273
1273
  }
1274
1274
  }
1275
- class en {
1275
+ class Qs {
1276
1276
  async getClientInfo() {
1277
1277
  return await g().get("client/auth/client-info").json();
1278
1278
  }
1279
+ async getClientInfoForSession() {
1280
+ return await g().get("modal/sessions/client").json();
1281
+ }
1279
1282
  }
1280
- class tn {
1283
+ class en {
1281
1284
  getSessionToken(t) {
1282
1285
  const s = {
1283
1286
  recipient: t.recipient,
1284
- tokenOut: Ys(
1285
- te[t.destinationChain],
1286
- pt[t.token]
1287
+ tokenOut: Vs(
1288
+ ee[t.destinationChain],
1289
+ ht[t.token]
1287
1290
  ),
1288
- destinationChain: te[t.destinationChain],
1291
+ destinationChain: ee[t.destinationChain],
1289
1292
  amount: t.amount
1290
1293
  };
1291
- return g().post("modal/sessions", { json: s }).json();
1294
+ return g().post("modal/sessions", { json: s }).json().then((n) => ({ ...n, amount: s.amount }));
1292
1295
  }
1293
1296
  }
1294
- const Pn = {
1295
- router: new Zs(),
1296
- quotes: new Gs(),
1297
- intents: new Js(),
1298
- chains: new Qs(),
1299
- client: new en(),
1300
- auth: new tn()
1297
+ const vn = {
1298
+ router: new Gs(),
1299
+ quotes: new Js(),
1300
+ intents: new Xs(),
1301
+ chains: new Zs(),
1302
+ client: new Qs(),
1303
+ auth: new en()
1301
1304
  };
1302
- function gt(e) {
1305
+ function dt(e) {
1303
1306
  var t, s, n = "";
1304
1307
  if (typeof e == "string" || typeof e == "number") n += e;
1305
1308
  else if (typeof e == "object") if (Array.isArray(e)) {
1306
1309
  var r = e.length;
1307
- for (t = 0; t < r; t++) e[t] && (s = gt(e[t])) && (n && (n += " "), n += s);
1310
+ for (t = 0; t < r; t++) e[t] && (s = dt(e[t])) && (n && (n += " "), n += s);
1308
1311
  } else for (s in e) e[s] && (n && (n += " "), n += s);
1309
1312
  return n;
1310
1313
  }
1311
- function sn() {
1312
- for (var e, t, s = 0, n = "", r = arguments.length; s < r; s++) (e = arguments[s]) && (t = gt(e)) && (n && (n += " "), n += t);
1314
+ function tn() {
1315
+ for (var e, t, s = 0, n = "", r = arguments.length; s < r; s++) (e = arguments[s]) && (t = dt(e)) && (n && (n += " "), n += t);
1313
1316
  return n;
1314
1317
  }
1315
- function Un(e) {
1318
+ function Pn(e) {
1316
1319
  const {
1317
- recipient: t,
1318
- token: s,
1319
- destinationChain: n,
1320
- amount: r,
1321
- styles: i,
1322
- isOpen: o,
1323
- isPending: a,
1324
- open: c,
1325
- close: u,
1326
- onCancel: l,
1327
- onSuccess: w,
1328
- session_url: m,
1329
- data: y
1330
- } = e, [S, C] = z(!0), [f, h] = z(""), p = oe(null);
1331
- O(() => {
1332
- const E = document.body.style.overflow;
1333
- o ? (document.body.style.overflow = "hidden", document.body.style.overflow = "hidden") : document.body.style.overflow = E || "";
1334
- const k = (we) => {
1335
- we.data === "closed" && (u(), l?.()), we.data === "completed" && (window.setTimeout(u, 2e3), w?.());
1320
+ amount: t,
1321
+ styles: s,
1322
+ isOpen: n,
1323
+ isPending: r,
1324
+ open: i,
1325
+ close: o,
1326
+ onCancel: a,
1327
+ onSuccess: c,
1328
+ session_url: u,
1329
+ sessionToken: l
1330
+ } = e, [w, m] = O(!0), [y, E] = O(""), U = re(null);
1331
+ k(() => {
1332
+ const f = document.body.style.overflow;
1333
+ n ? (document.body.style.overflow = "hidden", document.body.style.overflow = "hidden") : document.body.style.overflow = f || "";
1334
+ const p = (b) => {
1335
+ b.data === "closed" && (o(), a?.()), b.data === "completed" && (window.setTimeout(o, 2e3), c?.());
1336
1336
  };
1337
- return window.addEventListener("message", k), () => {
1338
- document.body.style.overflow = E || "", window.removeEventListener("message", k);
1337
+ return window.addEventListener("message", p), () => {
1338
+ document.body.style.overflow = f || "", window.removeEventListener("message", p);
1339
1339
  };
1340
- }, [o, l, w]), O(() => {
1341
- d.config({
1342
- api_key: y?.sessionToken || "",
1343
- env: m === "https://chainrails-sdk-server.vercel.app/test/create-session" ? "internal" : "production"
1344
- }).then((E) => {
1345
- window.chainrails = E;
1346
- const k = n.includes("_") ? n : n + "_MAINNET";
1347
- h(d.getPayModalUrl(k, s, t, r));
1340
+ }, [n, a, c]), k(() => {
1341
+ h.config({
1342
+ api_key: l || "",
1343
+ env: u === "https://chainrails-sdk-server.vercel.app/test/create-session" ? "internal" : "production"
1344
+ }).then((f) => {
1345
+ window.chainrails = f, E(h.getPayModalUrl(t));
1348
1346
  });
1349
- }, [o, n, s, r, t]), O(() => {
1350
- if (!y?.sessionToken) return;
1351
- const E = {
1347
+ }, [n, t]), k(() => {
1348
+ if (!l) return;
1349
+ const f = {
1352
1350
  type: "session",
1353
- session_token: y.sessionToken,
1354
- environment: d.getEnv() || le.PRODUCTION,
1355
- styles: i
1351
+ session_token: l,
1352
+ environment: h.getEnv() || ue.PRODUCTION,
1353
+ styles: s
1356
1354
  };
1357
- p.current?.contentWindow?.postMessage(E, "https://app.chainrails.io"), p.current?.contentWindow?.postMessage(E, "https://chainrails-frontend-git-staging-horus-labs.vercel.app");
1358
- }, [y?.sessionToken, S, o, n, s, r, t, i]);
1359
- function b() {
1360
- C(!1);
1361
- }
1362
- return /* @__PURE__ */ Ee("div", {
1363
- className: sn("payment-modal-wrapper", S || a ? "loading" : "not-loading", o ? "open" : "closed"),
1364
- children: [(S || a) && /* @__PURE__ */ _("div", {
1355
+ U.current?.contentWindow?.postMessage(f, "https://app.chainrails.io"), U.current?.contentWindow?.postMessage(f, "https://chainrails-frontend-git-staging-horus-labs.vercel.app");
1356
+ }, [l, w, n, t, s]);
1357
+ function d() {
1358
+ m(!1);
1359
+ }
1360
+ return /* @__PURE__ */ we("div", {
1361
+ className: tn("payment-modal-wrapper", w || r ? "loading" : "not-loading", n ? "open" : "closed"),
1362
+ children: [(w || r) && /* @__PURE__ */ B("div", {
1365
1363
  role: "status",
1366
1364
  className: "payment-modal-loader",
1367
- children: /* @__PURE__ */ Ee("svg", {
1365
+ children: /* @__PURE__ */ we("svg", {
1368
1366
  "aria-hidden": "true",
1369
1367
  className: "icon",
1370
1368
  viewBox: "0 0 100 101",
1371
1369
  fill: "none",
1372
1370
  xmlns: "http://www.w3.org/2000/svg",
1373
- children: [/* @__PURE__ */ _("path", {
1371
+ children: [/* @__PURE__ */ B("path", {
1374
1372
  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",
1375
1373
  fill: "currentColor"
1376
- }), /* @__PURE__ */ _("path", {
1374
+ }), /* @__PURE__ */ B("path", {
1377
1375
  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",
1378
1376
  fill: "currentFill"
1379
1377
  })]
1380
1378
  })
1381
- }), /* @__PURE__ */ _("iframe", {
1379
+ }), /* @__PURE__ */ B("iframe", {
1382
1380
  allow: "clipboard-read *; clipboard-write *",
1383
- src: f,
1384
- onLoad: b,
1385
- className: `payment-modal ${S || a ? "invisible" : "visible"}`,
1386
- "data-id": r,
1387
- ref: p
1381
+ src: y,
1382
+ onLoad: d,
1383
+ className: `payment-modal ${w || r ? "invisible" : "visible"}`,
1384
+ "data-id": t,
1385
+ ref: U
1388
1386
  })]
1389
1387
  });
1390
1388
  }
1391
- const nn = Symbol(), fe = Symbol(), D = "a", mt = "f", De = "p", yt = "c", wt = "t", he = "h", N = "w", de = "o", pe = "k";
1392
- let rn = (e, t) => new Proxy(e, t);
1393
- const ne = Object.getPrototypeOf, re = /* @__PURE__ */ new WeakMap(), bt = (e) => e && (re.has(e) ? re.get(e) : ne(e) === Object.prototype || ne(e) === Array.prototype), q = (e) => typeof e == "object" && e !== null, on = (e) => Object.values(Object.getOwnPropertyDescriptors(e)).some((t) => !t.configurable && !t.writable), an = (e) => {
1389
+ const sn = Symbol(), le = Symbol(), x = "a", pt = "f", xe = "p", gt = "c", mt = "t", fe = "h", D = "w", he = "o", de = "k";
1390
+ let nn = (e, t) => new Proxy(e, t);
1391
+ const se = Object.getPrototypeOf, ne = /* @__PURE__ */ new WeakMap(), yt = (e) => e && (ne.has(e) ? ne.get(e) : se(e) === Object.prototype || se(e) === Array.prototype), q = (e) => typeof e == "object" && e !== null, rn = (e) => Object.values(Object.getOwnPropertyDescriptors(e)).some((t) => !t.configurable && !t.writable), on = (e) => {
1394
1392
  if (Array.isArray(e))
1395
1393
  return Array.from(e);
1396
1394
  const t = Object.getOwnPropertyDescriptors(e);
1397
1395
  return Object.values(t).forEach((s) => {
1398
1396
  s.configurable = !0;
1399
- }), Object.create(ne(e), t);
1400
- }, cn = (e, t) => {
1397
+ }), Object.create(se(e), t);
1398
+ }, an = (e, t) => {
1401
1399
  const s = {
1402
- [mt]: t
1400
+ [pt]: t
1403
1401
  };
1404
1402
  let n = !1;
1405
1403
  const r = (a, c) => {
1406
1404
  if (!n) {
1407
- let u = s[D].get(e);
1408
- if (u || (u = {}, s[D].set(e, u)), a === N)
1409
- u[N] = !0;
1405
+ let u = s[x].get(e);
1406
+ if (u || (u = {}, s[x].set(e, u)), a === D)
1407
+ u[D] = !0;
1410
1408
  else {
1411
1409
  let l = u[a];
1412
1410
  l || (l = /* @__PURE__ */ new Set(), u[a] = l), l.add(c);
1413
1411
  }
1414
1412
  }
1415
1413
  }, i = () => {
1416
- n = !0, s[D].delete(e);
1414
+ n = !0, s[x].delete(e);
1417
1415
  }, o = {
1418
1416
  get(a, c) {
1419
- return c === fe ? e : (r(pe, c), Et(Reflect.get(a, c), s[D], s[yt], s[wt]));
1417
+ return c === le ? e : (r(de, c), wt(Reflect.get(a, c), s[x], s[gt], s[mt]));
1420
1418
  },
1421
1419
  has(a, c) {
1422
- return c === nn ? (i(), !0) : (r(he, c), Reflect.has(a, c));
1420
+ return c === sn ? (i(), !0) : (r(fe, c), Reflect.has(a, c));
1423
1421
  },
1424
1422
  getOwnPropertyDescriptor(a, c) {
1425
- return r(de, c), Reflect.getOwnPropertyDescriptor(a, c);
1423
+ return r(he, c), Reflect.getOwnPropertyDescriptor(a, c);
1426
1424
  },
1427
1425
  ownKeys(a) {
1428
- return r(N), Reflect.ownKeys(a);
1426
+ return r(D), Reflect.ownKeys(a);
1429
1427
  }
1430
1428
  };
1431
1429
  return t && (o.set = o.deleteProperty = () => !1), [o, s];
1432
- }, ge = (e) => (
1430
+ }, pe = (e) => (
1433
1431
  // unwrap proxy
1434
- e[fe] || // otherwise
1432
+ e[le] || // otherwise
1435
1433
  e
1436
- ), Et = (e, t, s, n) => {
1437
- if (!bt(e))
1434
+ ), wt = (e, t, s, n) => {
1435
+ if (!yt(e))
1438
1436
  return e;
1439
1437
  let r = n && n.get(e);
1440
1438
  if (!r) {
1441
- const c = ge(e);
1442
- on(c) ? r = [c, an(c)] : r = [c], n?.set(e, r);
1439
+ const c = pe(e);
1440
+ rn(c) ? r = [c, on(c)] : r = [c], n?.set(e, r);
1443
1441
  }
1444
1442
  const [i, o] = r;
1445
1443
  let a = s && s.get(i);
1446
- return (!a || a[1][mt] !== !!o) && (a = cn(i, !!o), a[1][De] = rn(o || i, a[0]), s && s.set(i, a)), a[1][D] = t, a[1][yt] = s, a[1][wt] = n, a[1][De];
1447
- }, un = (e, t) => {
1444
+ return (!a || a[1][pt] !== !!o) && (a = an(i, !!o), a[1][xe] = nn(o || i, a[0]), s && s.set(i, a)), a[1][x] = t, a[1][gt] = s, a[1][mt] = n, a[1][xe];
1445
+ }, cn = (e, t) => {
1448
1446
  const s = Reflect.ownKeys(e), n = Reflect.ownKeys(t);
1449
1447
  return s.length !== n.length || s.some((r, i) => r !== n[i]);
1450
- }, St = (e, t, s, n, r = Object.is) => {
1448
+ }, bt = (e, t, s, n, r = Object.is) => {
1451
1449
  if (r(e, t))
1452
1450
  return !1;
1453
1451
  if (!q(e) || !q(t))
1454
1452
  return !0;
1455
- const i = s.get(ge(e));
1453
+ const i = s.get(pe(e));
1456
1454
  if (!i)
1457
1455
  return !0;
1458
1456
  if (n) {
@@ -1461,57 +1459,57 @@ const ne = Object.getPrototypeOf, re = /* @__PURE__ */ new WeakMap(), bt = (e) =
1461
1459
  n.set(e, t);
1462
1460
  }
1463
1461
  let o = null;
1464
- for (const a of i[he] || [])
1462
+ for (const a of i[fe] || [])
1465
1463
  if (o = Reflect.has(e, a) !== Reflect.has(t, a), o)
1466
1464
  return o;
1467
- if (i[N] === !0) {
1468
- if (o = un(e, t), o)
1465
+ if (i[D] === !0) {
1466
+ if (o = cn(e, t), o)
1469
1467
  return o;
1470
1468
  } else
1471
- for (const a of i[de] || []) {
1469
+ for (const a of i[he] || []) {
1472
1470
  const c = !!Reflect.getOwnPropertyDescriptor(e, a), u = !!Reflect.getOwnPropertyDescriptor(t, a);
1473
1471
  if (o = c !== u, o)
1474
1472
  return o;
1475
1473
  }
1476
- for (const a of i[pe] || [])
1477
- if (o = St(e[a], t[a], s, n, r), o)
1474
+ for (const a of i[de] || [])
1475
+ if (o = bt(e[a], t[a], s, n, r), o)
1478
1476
  return o;
1479
1477
  if (o === null)
1480
1478
  throw new Error("invalid used");
1481
1479
  return o;
1482
- }, ln = (e) => bt(e) && e[fe] || null, Oe = (e, t = !0) => {
1483
- re.set(e, t);
1484
- }, fn = (e, t, s) => {
1480
+ }, un = (e) => yt(e) && e[le] || null, ke = (e, t = !0) => {
1481
+ ne.set(e, t);
1482
+ }, ln = (e, t, s) => {
1485
1483
  const n = [], r = /* @__PURE__ */ new WeakSet(), i = (o, a) => {
1486
1484
  var c, u, l;
1487
1485
  if (r.has(o))
1488
1486
  return;
1489
1487
  q(o) && r.add(o);
1490
- const w = q(o) && t.get(ge(o));
1488
+ const w = q(o) && t.get(pe(o));
1491
1489
  if (w) {
1492
- if ((c = w[he]) === null || c === void 0 || c.forEach((m) => {
1490
+ if ((c = w[fe]) === null || c === void 0 || c.forEach((m) => {
1493
1491
  const y = `:has(${String(m)})`;
1494
1492
  n.push(a ? [...a, y] : [y]);
1495
- }), w[N] === !0) {
1493
+ }), w[D] === !0) {
1496
1494
  const m = ":ownKeys";
1497
1495
  n.push(a ? [...a, m] : [m]);
1498
1496
  } else
1499
- (u = w[de]) === null || u === void 0 || u.forEach((m) => {
1497
+ (u = w[he]) === null || u === void 0 || u.forEach((m) => {
1500
1498
  const y = `:hasOwn(${String(m)})`;
1501
1499
  n.push(a ? [...a, y] : [y]);
1502
1500
  });
1503
- (l = w[pe]) === null || l === void 0 || l.forEach((m) => {
1501
+ (l = w[de]) === null || l === void 0 || l.forEach((m) => {
1504
1502
  "value" in (Object.getOwnPropertyDescriptor(o, m) || {}) && i(o[m], a ? [...a, m] : [m]);
1505
1503
  });
1506
1504
  } else a && n.push(a);
1507
1505
  };
1508
1506
  return i(e), n;
1509
- }, F = {}, me = (e) => typeof e == "object" && e !== null, hn = (e) => me(e) && !ye.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), Tt = (e, t) => {
1510
- const s = Ne.get(e);
1507
+ }, _ = {}, ge = (e) => typeof e == "object" && e !== null, fn = (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) => {
1508
+ const s = De.get(e);
1511
1509
  if (s?.[0] === t)
1512
1510
  return s[1];
1513
1511
  const n = Array.isArray(e) ? [] : Object.create(Object.getPrototypeOf(e));
1514
- return Oe(n, !0), Ne.set(e, [t, n]), Reflect.ownKeys(e).forEach((r) => {
1512
+ return ke(n, !0), De.set(e, [t, n]), Reflect.ownKeys(e).forEach((r) => {
1515
1513
  if (Object.getOwnPropertyDescriptor(n, r))
1516
1514
  return;
1517
1515
  const i = Reflect.get(e, r), { enumerable: o } = Reflect.getOwnPropertyDescriptor(
@@ -1524,17 +1522,17 @@ const ne = Object.getPrototypeOf, re = /* @__PURE__ */ new WeakMap(), bt = (e) =
1524
1522
  // It's still non-writable, so it avoids assigning a value.
1525
1523
  configurable: !0
1526
1524
  };
1527
- if (ye.has(i))
1528
- Oe(i, !1);
1529
- else if (U.has(i)) {
1530
- const [c, u] = U.get(
1525
+ if (me.has(i))
1526
+ ke(i, !1);
1527
+ else if (I.has(i)) {
1528
+ const [c, u] = I.get(
1531
1529
  i
1532
1530
  );
1533
- a.value = Tt(c, u());
1531
+ a.value = Et(c, u());
1534
1532
  }
1535
1533
  Object.defineProperty(n, r, a);
1536
1534
  }), Object.preventExtensions(n);
1537
- }, dn = (e, t, s, n) => ({
1535
+ }, hn = (e, t, s, n) => ({
1538
1536
  deleteProperty(r, i) {
1539
1537
  const o = Reflect.get(r, i);
1540
1538
  s(i);
@@ -1543,76 +1541,76 @@ const ne = Object.getPrototypeOf, re = /* @__PURE__ */ new WeakMap(), bt = (e) =
1543
1541
  },
1544
1542
  set(r, i, o, a) {
1545
1543
  const c = !e() && Reflect.has(r, i), u = Reflect.get(r, i, a);
1546
- if (c && (Me(u, o) || H.has(o) && Me(u, H.get(o))))
1544
+ if (c && (Oe(u, o) || F.has(o) && Oe(u, F.get(o))))
1547
1545
  return !0;
1548
- s(i), me(o) && (o = ln(o) || o);
1549
- const l = !U.has(o) && gn(o) ? Rt(o) : o;
1546
+ s(i), ge(o) && (o = un(o) || o);
1547
+ const l = !I.has(o) && pn(o) ? St(o) : o;
1550
1548
  return t(i, l), Reflect.set(r, i, l, a), n(["set", [i], o, u]), !0;
1551
1549
  }
1552
- }), U = /* @__PURE__ */ new WeakMap(), ye = /* @__PURE__ */ new WeakSet(), Ne = /* @__PURE__ */ new WeakMap(), G = [1], H = /* @__PURE__ */ new WeakMap();
1553
- let Me = Object.is, pn = (e, t) => new Proxy(e, t), gn = hn, mn = Tt, yn = dn;
1554
- function Rt(e = {}) {
1555
- if (!me(e))
1550
+ }), I = /* @__PURE__ */ new WeakMap(), me = /* @__PURE__ */ new WeakSet(), De = /* @__PURE__ */ new WeakMap(), J = [1], F = /* @__PURE__ */ new WeakMap();
1551
+ let Oe = Object.is, dn = (e, t) => new Proxy(e, t), pn = fn, gn = Et, mn = hn;
1552
+ function St(e = {}) {
1553
+ if (!ge(e))
1556
1554
  throw new Error("object required");
1557
- const t = H.get(e);
1555
+ const t = F.get(e);
1558
1556
  if (t)
1559
1557
  return t;
1560
- let s = G[0];
1561
- const n = /* @__PURE__ */ new Set(), r = (f, h = ++G[0]) => {
1562
- s !== h && (i = s = h, n.forEach((p) => p(f, h)));
1558
+ let s = J[0];
1559
+ const n = /* @__PURE__ */ new Set(), r = (d, f = ++J[0]) => {
1560
+ s !== f && (i = s = f, n.forEach((p) => p(d, f)));
1563
1561
  };
1564
1562
  let i = s;
1565
- const o = (f = G[0]) => (i !== f && (i = f, c.forEach(([h]) => {
1566
- const p = h[1](f);
1563
+ const o = (d = J[0]) => (i !== d && (i = d, c.forEach(([f]) => {
1564
+ const p = f[1](d);
1567
1565
  p > s && (s = p);
1568
- })), s), a = (f) => (h, p) => {
1569
- const b = [...h];
1570
- b[1] = [f, ...b[1]], r(b, p);
1571
- }, c = /* @__PURE__ */ new Map(), u = (f, h) => {
1572
- const p = !ye.has(h) && U.get(h);
1566
+ })), s), a = (d) => (f, p) => {
1567
+ const b = [...f];
1568
+ b[1] = [d, ...b[1]], r(b, p);
1569
+ }, c = /* @__PURE__ */ new Map(), u = (d, f) => {
1570
+ const p = !me.has(f) && I.get(f);
1573
1571
  if (p) {
1574
- if ((F ? "production" : void 0) !== "production" && c.has(f))
1572
+ if ((_ ? "production" : void 0) !== "production" && c.has(d))
1575
1573
  throw new Error("prop listener already exists");
1576
1574
  if (n.size) {
1577
- const b = p[2](a(f));
1578
- c.set(f, [p, b]);
1575
+ const b = p[2](a(d));
1576
+ c.set(d, [p, b]);
1579
1577
  } else
1580
- c.set(f, [p]);
1578
+ c.set(d, [p]);
1581
1579
  }
1582
- }, l = (f) => {
1583
- var h;
1584
- const p = c.get(f);
1585
- p && (c.delete(f), (h = p[1]) == null || h.call(p));
1586
- }, w = (f) => (n.add(f), n.size === 1 && c.forEach(([p, b], E) => {
1587
- if ((F ? "production" : void 0) !== "production" && b)
1580
+ }, l = (d) => {
1581
+ var f;
1582
+ const p = c.get(d);
1583
+ p && (c.delete(d), (f = p[1]) == null || f.call(p));
1584
+ }, w = (d) => (n.add(d), n.size === 1 && c.forEach(([p, b], M) => {
1585
+ if ((_ ? "production" : void 0) !== "production" && b)
1588
1586
  throw new Error("remove already exists");
1589
- const k = p[2](a(E));
1590
- c.set(E, [p, k]);
1587
+ const Rt = p[2](a(M));
1588
+ c.set(M, [p, Rt]);
1591
1589
  }), () => {
1592
- n.delete(f), n.size === 0 && c.forEach(([p, b], E) => {
1593
- b && (b(), c.set(E, [p]));
1590
+ n.delete(d), n.size === 0 && c.forEach(([p, b], M) => {
1591
+ b && (b(), c.set(M, [p]));
1594
1592
  });
1595
1593
  });
1596
1594
  let m = !0;
1597
- const y = yn(
1595
+ const y = mn(
1598
1596
  () => m,
1599
1597
  u,
1600
1598
  l,
1601
1599
  r
1602
- ), S = pn(e, y);
1603
- H.set(e, S);
1604
- const C = [e, o, w];
1605
- return U.set(S, C), Reflect.ownKeys(e).forEach((f) => {
1606
- const h = Object.getOwnPropertyDescriptor(
1600
+ ), E = dn(e, y);
1601
+ F.set(e, E);
1602
+ const U = [e, o, w];
1603
+ return I.set(E, U), Reflect.ownKeys(e).forEach((d) => {
1604
+ const f = Object.getOwnPropertyDescriptor(
1607
1605
  e,
1608
- f
1606
+ d
1609
1607
  );
1610
- "value" in h && h.writable && (S[f] = e[f]);
1611
- }), m = !1, S;
1608
+ "value" in f && f.writable && (E[d] = e[d]);
1609
+ }), m = !1, E;
1612
1610
  }
1613
- function wn(e, t, s) {
1614
- const n = U.get(e);
1615
- (F ? "production" : void 0) !== "production" && !n && console.warn("Please use proxy object");
1611
+ function yn(e, t, s) {
1612
+ const n = I.get(e);
1613
+ (_ ? "production" : void 0) !== "production" && !n && console.warn("Please use proxy object");
1616
1614
  let r;
1617
1615
  const i = [], o = n[2];
1618
1616
  let a = !1;
@@ -1625,36 +1623,36 @@ function wn(e, t, s) {
1625
1623
  a = !1, u();
1626
1624
  };
1627
1625
  }
1628
- function _e(e) {
1629
- const t = U.get(e);
1630
- (F ? "production" : void 0) !== "production" && !t && console.warn("Please use proxy object");
1626
+ function Ne(e) {
1627
+ const t = I.get(e);
1628
+ (_ ? "production" : void 0) !== "production" && !t && console.warn("Please use proxy object");
1631
1629
  const [s, n] = t;
1632
- return mn(s, n());
1630
+ return gn(s, n());
1633
1631
  }
1634
- const bn = {}, En = (e, t) => {
1635
- const s = oe(void 0);
1636
- O(() => {
1637
- s.current = fn(e, t);
1632
+ const wn = {}, bn = (e, t) => {
1633
+ const s = re(void 0);
1634
+ k(() => {
1635
+ s.current = ln(e, t);
1638
1636
  }), Pt(s.current);
1639
- }, Sn = En, Tn = /* @__PURE__ */ new WeakMap();
1637
+ }, En = bn, Sn = /* @__PURE__ */ new WeakMap();
1640
1638
  function Rn(e, t) {
1641
- const n = be(
1639
+ const n = ye(
1642
1640
  () => e && /* @__PURE__ */ new WeakMap(),
1643
1641
  [e]
1644
- ), r = oe(void 0);
1642
+ ), r = re(void 0);
1645
1643
  let i = !0;
1646
- const o = At(
1647
- vt(
1644
+ const o = Tt(
1645
+ At(
1648
1646
  (c) => {
1649
- const u = wn(e, c);
1647
+ const u = yn(e, c);
1650
1648
  return c(), u;
1651
1649
  },
1652
1650
  [e, void 0]
1653
1651
  ),
1654
1652
  () => {
1655
- const c = _e(e);
1653
+ const c = Ne(e);
1656
1654
  try {
1657
- if (!i && r.current && !St(
1655
+ if (!i && r.current && !bt(
1658
1656
  r.current,
1659
1657
  c,
1660
1658
  n,
@@ -1665,81 +1663,86 @@ function Rn(e, t) {
1665
1663
  }
1666
1664
  return c;
1667
1665
  },
1668
- () => _e(e)
1666
+ () => Ne(e)
1669
1667
  );
1670
- i = !1, It(() => {
1668
+ i = !1, vt(() => {
1671
1669
  r.current = o;
1672
- }), (bn ? "production" : void 0) !== "production" && Sn(o, n);
1673
- const a = be(() => /* @__PURE__ */ new WeakMap(), []);
1674
- return Et(o, n, a, Tn);
1670
+ }), (wn ? "production" : void 0) !== "production" && En(o, n);
1671
+ const a = ye(() => /* @__PURE__ */ new WeakMap(), []);
1672
+ return wt(o, n, a, Sn);
1675
1673
  }
1676
- function An(e) {
1677
- return typeof e == "number" && Number.isInteger(e) ? BigInt(e).toString() : String(e);
1678
- }
1679
- const I = Rt({
1674
+ const v = St({
1680
1675
  data: null,
1681
1676
  isPending: !1,
1682
1677
  error: null
1683
1678
  });
1684
- function Cn({
1679
+ function In({
1685
1680
  session_url: e,
1686
- destinationChain: t,
1687
- token: s,
1688
- amount: n,
1689
- recipient: r,
1690
- ctaColor: i,
1691
- onCancel: o,
1692
- onSuccess: a
1681
+ onCancel: t,
1682
+ onSuccess: s
1693
1683
  }) {
1694
- const c = Rn(I), [u, l] = z(!1), [w, m] = z(Date.now());
1695
- function y() {
1696
- l(!0);
1684
+ const n = Rn(v), [r, i] = O(!1), [o, a] = O(Date.now());
1685
+ function c() {
1686
+ i(!0);
1697
1687
  }
1698
- function S() {
1699
- l(!1);
1688
+ function u() {
1689
+ i(!1);
1700
1690
  }
1701
- const C = () => {
1702
- const f = Date.now();
1703
- I.isPending = !0, I.error = null, fetch(e, {
1704
- method: "POST",
1691
+ const l = () => {
1692
+ const y = Date.now();
1693
+ v.isPending = !0, v.error = null, fetch(e, {
1705
1694
  headers: {
1706
1695
  "Content-Type": "application/json"
1707
- },
1708
- body: JSON.stringify({
1709
- destinationChain: t?.replace("_MAINNET", ""),
1710
- token: s,
1711
- amount: n ? An(n) : "0",
1712
- recipient: r
1713
- })
1714
- }).then((h) => h.json()).then((h) => {
1715
- f < w || (I.data = h, I.isPending = !1, m(f));
1716
- }).catch((h) => {
1717
- f < w || (I.error = h?.toString(), I.isPending = !1, m(f));
1696
+ }
1697
+ }).then((E) => E.json()).then((E) => {
1698
+ y < o || (v.data = E, v.isPending = !1, a(y));
1699
+ }).catch((E) => {
1700
+ y < o || (v.error = E?.toString(), v.isPending = !1, a(y));
1718
1701
  });
1719
1702
  };
1720
- return O(() => {
1721
- C();
1722
- }, [t, s, n, r, e]), {
1723
- ...c,
1724
- amount: n,
1725
- destinationChain: t,
1726
- token: s,
1727
- recipient: r,
1728
- ctaColor: i,
1729
- isOpen: u,
1703
+ k(() => {
1704
+ l();
1705
+ }, [e]);
1706
+ const w = n?.data?.sessionToken, m = n?.data?.amount;
1707
+ return {
1708
+ sessionToken: w,
1709
+ amount: m,
1710
+ isOpen: r,
1730
1711
  session_url: e,
1731
- open: y,
1732
- close: S,
1733
- refetch: C,
1734
- onSuccess: a,
1735
- onCancel: o
1712
+ open: c,
1713
+ close: u,
1714
+ refetch: l,
1715
+ onSuccess: s,
1716
+ onCancel: t
1717
+ };
1718
+ }
1719
+ function Un({
1720
+ sessionToken: e,
1721
+ onCancel: t,
1722
+ onSuccess: s
1723
+ }) {
1724
+ const [n, r] = O(!1);
1725
+ function i() {
1726
+ r(!0);
1727
+ }
1728
+ function o() {
1729
+ r(!1);
1730
+ }
1731
+ return {
1732
+ sessionToken: e,
1733
+ isOpen: n,
1734
+ open: i,
1735
+ close: o,
1736
+ onSuccess: s,
1737
+ onCancel: t
1736
1738
  };
1737
1739
  }
1738
1740
  export {
1739
- d as Chainrails,
1740
- Un as PaymentModal,
1741
- te as chains,
1742
- Pn as crapi,
1743
- pt as tokens,
1744
- Cn as usePaymentSession
1741
+ h as Chainrails,
1742
+ Pn as PaymentModal,
1743
+ ee as chains,
1744
+ vn as crapi,
1745
+ ht as tokens,
1746
+ Un as usePaymentModal,
1747
+ In as usePaymentSession
1745
1748
  };