everest-npm-features 0.0.52 → 0.0.54

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.
Files changed (91) hide show
  1. package/dist/{PlayArrow-C3uVNo4F.js → PlayArrow-jzz8Y3XD.js} +1 -1
  2. package/dist/{auth-ClBgT--j.js → auth-jjVjqywi.js} +1 -1
  3. package/dist/bank-BM66KfAv.js +37 -0
  4. package/dist/components/RocketRamp/MinimalKyc/form.js +2 -2
  5. package/dist/components/RocketRamp/Player/Buy/cardPayment.js +3 -3
  6. package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +3 -3
  7. package/dist/components/RocketRamp/Player/Buy/form.js +4 -4
  8. package/dist/components/RocketRamp/Player/Buy/index.js +5 -5
  9. package/dist/components/RocketRamp/Player/Dashboard/index.js +2 -2
  10. package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +3 -3
  11. package/dist/components/RocketRamp/Player/Sell/form.js +4 -4
  12. package/dist/components/RocketRamp/Player/Sell/index.js +5 -5
  13. package/dist/components/RocketRamp/Player/SignIn/index.js +2 -2
  14. package/dist/components/RocketRamp/Player/SignIn/loginForm.js +2 -2
  15. package/dist/components/RocketRamp/Player/SignIn/otpForm.js +2 -2
  16. package/dist/components/RocketRamp/Player/SignUp/email.js +2 -2
  17. package/dist/components/RocketRamp/Player/SignUp/index.js +2 -2
  18. package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +2 -2
  19. package/dist/components/RocketRamp/ResetPassword/index.js +2 -2
  20. package/dist/components/RocketRamp/Store/SignUp/index.js +2 -2
  21. package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +2 -2
  22. package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +2 -2
  23. package/dist/components/RocketRamp/Transactions/index.js +2 -2
  24. package/dist/components/Shared/FullKyc/edd.js +2 -2
  25. package/dist/components/Shared/FullKyc/index.js +3 -3
  26. package/dist/components/Shared/FullKyc/pep.js +1 -1
  27. package/dist/components/Shared/FullKyc/personalDetails.js +2 -2
  28. package/dist/components/Shared/FullKyc/userInfo.js +3 -3
  29. package/dist/components/Shared/MinimalKyc/index.js +2 -2
  30. package/dist/components/Wallet/Account/createIban.d.ts +1 -2
  31. package/dist/components/Wallet/Account/createIban.js +77 -125
  32. package/dist/components/Wallet/Account/eWallet.d.ts +1 -0
  33. package/dist/components/Wallet/Account/eWallet.js +55 -72
  34. package/dist/components/Wallet/Account/iban.d.ts +1 -0
  35. package/dist/components/Wallet/Account/iban.js +48 -65
  36. package/dist/components/Wallet/Account/ibanItem.js +150 -123
  37. package/dist/components/Wallet/Account/index.js +181 -173
  38. package/dist/components/Wallet/Account/sendIban.js +2 -2
  39. package/dist/components/Wallet/Buy/confirmTransaction.js +5 -5
  40. package/dist/components/Wallet/Buy/form.js +4 -4
  41. package/dist/components/Wallet/Buy/index.js +6 -6
  42. package/dist/components/Wallet/Deposit/index.js +1 -1
  43. package/dist/components/Wallet/EnterpriseKyc/edd.js +1 -1
  44. package/dist/components/Wallet/EnterpriseKyc/index.js +3 -3
  45. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +2 -2
  46. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +1 -1
  47. package/dist/components/Wallet/EnterpriseKyc/verify.js +1 -1
  48. package/dist/components/Wallet/History/index.js +2 -2
  49. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +3 -3
  50. package/dist/components/Wallet/Portfolio/index.js +4 -4
  51. package/dist/components/Wallet/Profile/documents.js +1 -1
  52. package/dist/components/Wallet/Profile/index.js +1 -1
  53. package/dist/components/Wallet/Profile/storage.js +1 -1
  54. package/dist/components/Wallet/Receive/index.js +2 -2
  55. package/dist/components/Wallet/Sell/confirmTransaction.js +3 -3
  56. package/dist/components/Wallet/Sell/form.js +4 -4
  57. package/dist/components/Wallet/Sell/index.js +6 -6
  58. package/dist/components/Wallet/Send/index.js +3 -3
  59. package/dist/components/Wallet/Shared/Auth/otpForm.js +2 -2
  60. package/dist/components/Wallet/Shared/BankSelect/index.js +3 -3
  61. package/dist/components/Wallet/Shared/CardCorp/index.js +1 -1
  62. package/dist/components/Wallet/Shared/addBank.js +2 -2
  63. package/dist/components/Wallet/Shared/connectPlaidBank.js +2 -2
  64. package/dist/components/Wallet/Shared/manualSend.js +4 -4
  65. package/dist/components/Wallet/SignIn/index.js +2 -2
  66. package/dist/components/Wallet/SignUp/index.js +2 -2
  67. package/dist/components/Wallet/Stake/index.js +3 -3
  68. package/dist/components/Wallet/Swap/form.js +6 -6
  69. package/dist/components/Wallet/Swap/index.js +5 -5
  70. package/dist/components/Wallet/Withdraw/bankSelect.js +4 -4
  71. package/dist/components/Wallet/Withdraw/confirmTransaction.js +3 -3
  72. package/dist/components/Wallet/Withdraw/form.js +4 -4
  73. package/dist/components/Wallet/Withdraw/index.js +5 -5
  74. package/dist/{constants-t7n9qCW3.js → constants-Dtk3Gd0Y.js} +123 -123
  75. package/dist/{cryptoAssets-shEFU26O.js → cryptoAssets-DT2afvDJ.js} +1 -1
  76. package/dist/{index-DFRU-R-5.js → index-B4pP4oLo.js} +7 -7
  77. package/dist/{index-B6MSTmAM.js → index-BEFNlxwM.js} +15 -15
  78. package/dist/{index-Cs7bSfT3.js → index-BGJ8RVKA.js} +5 -5
  79. package/dist/{index-Dwid4PLx.js → index-BU6Lajc_.js} +2 -2
  80. package/dist/{index-C2EjFXaz.js → index-BUnkeQv6.js} +7 -7
  81. package/dist/{index-RDV0mQbt.js → index-CyPm8GTl.js} +4 -4
  82. package/dist/{index-j0zehpzg.js → index-JdlBukUO.js} +4 -4
  83. package/dist/{kyc-D9xahfH9.js → kyc-BOm2LCSg.js} +1 -1
  84. package/dist/main.js +7 -7
  85. package/dist/{order-jqH948WM.js → order-DuPcaU0K.js} +27 -31
  86. package/dist/{stake-Dcq6QpaA.js → stake-WaB8Q4v-.js} +3 -3
  87. package/dist/util/constants.d.ts +1 -0
  88. package/dist/util/constants.js +64 -63
  89. package/dist/{wallet-DpkUmmq0.js → wallet-BxwOFeSW.js} +1 -1
  90. package/package.json +2 -2
  91. package/dist/bank-Dz5km1qK.js +0 -33
@@ -295,23 +295,23 @@ class ye {
295
295
  * See the License for the specific language governing permissions and
296
296
  * limitations under the License.
297
297
  */
298
- var C;
298
+ var N;
299
299
  (function(r) {
300
300
  r[r.DEBUG = 0] = "DEBUG", r[r.VERBOSE = 1] = "VERBOSE", r[r.INFO = 2] = "INFO", r[r.WARN = 3] = "WARN", r[r.ERROR = 4] = "ERROR", r[r.SILENT = 5] = "SILENT";
301
- })(C || (C = {}));
301
+ })(N || (N = {}));
302
302
  const $i = {
303
- debug: C.DEBUG,
304
- verbose: C.VERBOSE,
305
- info: C.INFO,
306
- warn: C.WARN,
307
- error: C.ERROR,
308
- silent: C.SILENT
309
- }, Xi = C.INFO, qi = {
310
- [C.DEBUG]: "log",
311
- [C.VERBOSE]: "log",
312
- [C.INFO]: "info",
313
- [C.WARN]: "warn",
314
- [C.ERROR]: "error"
303
+ debug: N.DEBUG,
304
+ verbose: N.VERBOSE,
305
+ info: N.INFO,
306
+ warn: N.WARN,
307
+ error: N.ERROR,
308
+ silent: N.SILENT
309
+ }, Xi = N.INFO, qi = {
310
+ [N.DEBUG]: "log",
311
+ [N.VERBOSE]: "log",
312
+ [N.INFO]: "info",
313
+ [N.WARN]: "warn",
314
+ [N.ERROR]: "error"
315
315
  }, zi = (r, e, ...i) => {
316
316
  if (e < r.logLevel)
317
317
  return;
@@ -335,7 +335,7 @@ class Qs {
335
335
  return this._logLevel;
336
336
  }
337
337
  set logLevel(e) {
338
- if (!(e in C))
338
+ if (!(e in N))
339
339
  throw new TypeError(`Invalid value "${e}" assigned to \`logLevel\``);
340
340
  this._logLevel = e;
341
341
  }
@@ -361,19 +361,19 @@ class Qs {
361
361
  * The functions below are all based on the `console` interface
362
362
  */
363
363
  debug(...e) {
364
- this._userLogHandler && this._userLogHandler(this, C.DEBUG, ...e), this._logHandler(this, C.DEBUG, ...e);
364
+ this._userLogHandler && this._userLogHandler(this, N.DEBUG, ...e), this._logHandler(this, N.DEBUG, ...e);
365
365
  }
366
366
  log(...e) {
367
- this._userLogHandler && this._userLogHandler(this, C.VERBOSE, ...e), this._logHandler(this, C.VERBOSE, ...e);
367
+ this._userLogHandler && this._userLogHandler(this, N.VERBOSE, ...e), this._logHandler(this, N.VERBOSE, ...e);
368
368
  }
369
369
  info(...e) {
370
- this._userLogHandler && this._userLogHandler(this, C.INFO, ...e), this._logHandler(this, C.INFO, ...e);
370
+ this._userLogHandler && this._userLogHandler(this, N.INFO, ...e), this._logHandler(this, N.INFO, ...e);
371
371
  }
372
372
  warn(...e) {
373
- this._userLogHandler && this._userLogHandler(this, C.WARN, ...e), this._logHandler(this, C.WARN, ...e);
373
+ this._userLogHandler && this._userLogHandler(this, N.WARN, ...e), this._logHandler(this, N.WARN, ...e);
374
374
  }
375
375
  error(...e) {
376
- this._userLogHandler && this._userLogHandler(this, C.ERROR, ...e), this._logHandler(this, C.ERROR, ...e);
376
+ this._userLogHandler && this._userLogHandler(this, N.ERROR, ...e), this._logHandler(this, N.ERROR, ...e);
377
377
  }
378
378
  }
379
379
  const Ji = (r, e) => e.some((i) => r instanceof i);
@@ -564,7 +564,7 @@ const hn = "@firebase/app", ds = "0.13.2";
564
564
  * See the License for the specific language governing permissions and
565
565
  * limitations under the License.
566
566
  */
567
- const ct = new Qs("@firebase/app"), ur = "@firebase/app-compat", fr = "@firebase/analytics-compat", Er = "@firebase/analytics", pr = "@firebase/app-check-compat", gr = "@firebase/app-check", dr = "@firebase/auth", _r = "@firebase/auth-compat", Tr = "@firebase/database", mr = "@firebase/data-connect", Sr = "@firebase/database-compat", yr = "@firebase/functions", Ar = "@firebase/functions-compat", Rr = "@firebase/installations", vr = "@firebase/installations-compat", Ir = "@firebase/messaging", wr = "@firebase/messaging-compat", Dr = "@firebase/performance", Or = "@firebase/performance-compat", Nr = "@firebase/remote-config", Cr = "@firebase/remote-config-compat", Ur = "@firebase/storage", Pr = "@firebase/storage-compat", Lr = "@firebase/firestore", br = "@firebase/ai", Mr = "@firebase/firestore-compat", Br = "firebase", Vr = "11.10.0", Fr = {
567
+ const ct = new Qs("@firebase/app"), ur = "@firebase/app-compat", fr = "@firebase/analytics-compat", Er = "@firebase/analytics", pr = "@firebase/app-check-compat", gr = "@firebase/app-check", dr = "@firebase/auth", _r = "@firebase/auth-compat", Tr = "@firebase/database", mr = "@firebase/data-connect", Sr = "@firebase/database-compat", yr = "@firebase/functions", Ar = "@firebase/functions-compat", Rr = "@firebase/installations", vr = "@firebase/installations-compat", Ir = "@firebase/messaging", wr = "@firebase/messaging-compat", Dr = "@firebase/performance", Or = "@firebase/performance-compat", Cr = "@firebase/remote-config", Nr = "@firebase/remote-config-compat", Ur = "@firebase/storage", Pr = "@firebase/storage-compat", Lr = "@firebase/firestore", br = "@firebase/ai", Mr = "@firebase/firestore-compat", Br = "firebase", Vr = "11.10.0", Fr = {
568
568
  [hn]: "fire-core",
569
569
  [ur]: "fire-core-compat",
570
570
  [Er]: "fire-analytics",
@@ -584,8 +584,8 @@ const ct = new Qs("@firebase/app"), ur = "@firebase/app-compat", fr = "@firebase
584
584
  [wr]: "fire-fcm-compat",
585
585
  [Dr]: "fire-perf",
586
586
  [Or]: "fire-perf-compat",
587
- [Nr]: "fire-rc",
588
- [Cr]: "fire-rc-compat",
587
+ [Cr]: "fire-rc",
588
+ [Nr]: "fire-rc-compat",
589
589
  [Ur]: "fire-gcs",
590
590
  [Pr]: "fire-gcs-compat",
591
591
  [Lr]: "fire-fst",
@@ -682,7 +682,7 @@ const Hr = {
682
682
  * limitations under the License.
683
683
  */
684
684
  const Gr = Vr;
685
- function Ct(r, e, i) {
685
+ function Nt(r, e, i) {
686
686
  var h;
687
687
  let l = (h = Fr[r]) !== null && h !== void 0 ? h : r;
688
688
  i && (l += `-${i}`);
@@ -947,7 +947,7 @@ function Zr(r) {
947
947
  (e) => new Xr(e),
948
948
  "PRIVATE"
949
949
  /* ComponentType.PRIVATE */
950
- )), Ct(hn, ds, r), Ct(hn, ds, "esm2017"), Ct("fire-js", "");
950
+ )), Nt(hn, ds, r), Nt(hn, ds, "esm2017"), Nt("fire-js", "");
951
951
  }
952
952
  Zr("");
953
953
  var to = "firebase", eo = "11.10.0";
@@ -967,7 +967,7 @@ var to = "firebase", eo = "11.10.0";
967
967
  * See the License for the specific language governing permissions and
968
968
  * limitations under the License.
969
969
  */
970
- Ct(to, eo, "app");
970
+ Nt(to, eo, "app");
971
971
  var As = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
972
972
  /** @license
973
973
  Copyright The Closure Library Authors.
@@ -1272,7 +1272,7 @@ var Te = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1272
1272
  function s() {
1273
1273
  }
1274
1274
  s.prototype = n.prototype, t.aa = n.prototype, t.prototype = new s(), t.prototype.constructor = t, t.Qb = function(o, g, T) {
1275
- for (var y = Array(arguments.length - 2), N = 2; N < arguments.length; N++) y[N - 2] = arguments[N];
1275
+ for (var y = Array(arguments.length - 2), C = 2; C < arguments.length; C++) y[C - 2] = arguments[C];
1276
1276
  return n.prototype[g].apply(o, y);
1277
1277
  };
1278
1278
  }
@@ -1460,7 +1460,7 @@ var Te = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1460
1460
  ie.prototype.add = function(t, n, s, o, g) {
1461
1461
  var T = t.toString();
1462
1462
  t = this.g[T], t || (t = this.g[T] = [], this.h++);
1463
- var y = Ne(t, n, o, g);
1463
+ var y = Ce(t, n, o, g);
1464
1464
  return -1 < y ? (n = t[y], s || (n.fa = !1)) : (n = new oi(n, this.src, T, !!o, g), n.fa = s, t.push(n)), n;
1465
1465
  };
1466
1466
  function Oe(t, n) {
@@ -1470,14 +1470,14 @@ var Te = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1470
1470
  (T = 0 <= g) && Array.prototype.splice.call(o, g, 1), T && (se(n), t.g[s].length == 0 && (delete t.g[s], t.h--));
1471
1471
  }
1472
1472
  }
1473
- function Ne(t, n, s, o) {
1473
+ function Ce(t, n, s, o) {
1474
1474
  for (var g = 0; g < t.length; ++g) {
1475
1475
  var T = t[g];
1476
1476
  if (!T.da && T.listener == n && T.capture == !!s && T.ha == o) return g;
1477
1477
  }
1478
1478
  return -1;
1479
1479
  }
1480
- var Ce = "closure_lm_" + (1e6 * Math.random() | 0), Ue = {};
1480
+ var Ne = "closure_lm_" + (1e6 * Math.random() | 0), Ue = {};
1481
1481
  function gn(t, n, s, o, g) {
1482
1482
  if (Array.isArray(n)) {
1483
1483
  for (var T = 0; T < n.length; T++) gn(t, n[T], s, o, g);
@@ -1487,8 +1487,8 @@ var Te = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1487
1487
  }
1488
1488
  function hi(t, n, s, o, g, T) {
1489
1489
  if (!n) throw Error("Invalid event type");
1490
- var y = R(g) ? !!g.capture : !!g, N = Le(t);
1491
- if (N || (t[Ce] = N = new ie(t)), s = N.add(n, s, o, y, T), s.proxy) return s;
1490
+ var y = R(g) ? !!g.capture : !!g, C = Le(t);
1491
+ if (C || (t[Ne] = C = new ie(t)), s = C.add(n, s, o, y, T), s.proxy) return s;
1492
1492
  if (o = ai(), s.proxy = o, o.src = t, o.listener = s, t.addEventListener) si || (g = y), g === void 0 && (g = !1), t.addEventListener(n.toString(), o, g);
1493
1493
  else if (t.attachEvent) t.attachEvent(_n(n.toString()), o);
1494
1494
  else if (t.addListener && t.removeListener) t.addListener(o);
@@ -1504,7 +1504,7 @@ var Te = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1504
1504
  }
1505
1505
  function dn(t, n, s, o, g) {
1506
1506
  if (Array.isArray(n)) for (var T = 0; T < n.length; T++) dn(t, n[T], s, o, g);
1507
- else o = R(o) ? !!o.capture : !!o, s = Tn(s), t && t[ne] ? (t = t.i, n = String(n).toString(), n in t.g && (T = t.g[n], s = Ne(T, s, o, g), -1 < s && (se(T[s]), Array.prototype.splice.call(T, s, 1), T.length == 0 && (delete t.g[n], t.h--)))) : t && (t = Le(t)) && (n = t.g[n.toString()], t = -1, n && (t = Ne(n, s, o, g)), (s = -1 < t ? n[t] : null) && Pe(s));
1507
+ else o = R(o) ? !!o.capture : !!o, s = Tn(s), t && t[ne] ? (t = t.i, n = String(n).toString(), n in t.g && (T = t.g[n], s = Ce(T, s, o, g), -1 < s && (se(T[s]), Array.prototype.splice.call(T, s, 1), T.length == 0 && (delete t.g[n], t.h--)))) : t && (t = Le(t)) && (n = t.g[n.toString()], t = -1, n && (t = Ce(n, s, o, g)), (s = -1 < t ? n[t] : null) && Pe(s));
1508
1508
  }
1509
1509
  function Pe(t) {
1510
1510
  if (typeof t != "number" && t && !t.da) {
@@ -1512,7 +1512,7 @@ var Te = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1512
1512
  if (n && n[ne]) Oe(n.i, t);
1513
1513
  else {
1514
1514
  var s = t.type, o = t.proxy;
1515
- n.removeEventListener ? n.removeEventListener(s, o, t.capture) : n.detachEvent ? n.detachEvent(_n(s), o) : n.addListener && n.removeListener && n.removeListener(o), (s = Le(n)) ? (Oe(s, t), s.h == 0 && (s.src = null, n[Ce] = null)) : se(t);
1515
+ n.removeEventListener ? n.removeEventListener(s, o, t.capture) : n.detachEvent ? n.detachEvent(_n(s), o) : n.addListener && n.removeListener && n.removeListener(o), (s = Le(n)) ? (Oe(s, t), s.h == 0 && (s.src = null, n[Ne] = null)) : se(t);
1516
1516
  }
1517
1517
  }
1518
1518
  }
@@ -1529,7 +1529,7 @@ var Te = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1529
1529
  return t;
1530
1530
  }
1531
1531
  function Le(t) {
1532
- return t = t[Ce], t instanceof ie ? t : null;
1532
+ return t = t[Ne], t instanceof ie ? t : null;
1533
1533
  }
1534
1534
  var be = "__closure_events_fn_" + (1e9 * Math.random() >>> 0);
1535
1535
  function Tn(t) {
@@ -1578,8 +1578,8 @@ var Te = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1578
1578
  for (var g = !0, T = 0; T < n.length; ++T) {
1579
1579
  var y = n[T];
1580
1580
  if (y && !y.da && y.capture == s) {
1581
- var N = y.listener, B = y.ha || y.src;
1582
- y.fa && Oe(t.i, y), g = N.call(B, o) !== !1 && g;
1581
+ var C = y.listener, B = y.ha || y.src;
1582
+ y.fa && Oe(t.i, y), g = C.call(B, o) !== !1 && g;
1583
1583
  }
1584
1584
  }
1585
1585
  return g && !o.defaultPrevented;
@@ -1690,8 +1690,8 @@ var Te = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1690
1690
  function pi(t, n, s, o, g, T) {
1691
1691
  t.info(function() {
1692
1692
  if (t.g) if (T)
1693
- for (var y = "", N = T.split("&"), B = 0; B < N.length; B++) {
1694
- var I = N[B].split("=");
1693
+ for (var y = "", C = T.split("&"), B = 0; B < C.length; B++) {
1694
+ var I = C[B].split("=");
1695
1695
  if (1 < I.length) {
1696
1696
  var k = I[0];
1697
1697
  I = I[1];
@@ -1761,11 +1761,11 @@ var Te = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1761
1761
  function On() {
1762
1762
  this.i = null, this.g = "", this.h = !1;
1763
1763
  }
1764
- var Nn = {}, He = {};
1764
+ var Cn = {}, He = {};
1765
1765
  function Ge(t, n, s) {
1766
- t.L = 1, t.v = le(ot(n)), t.m = s, t.P = !0, Cn(t, null);
1766
+ t.L = 1, t.v = le(ot(n)), t.m = s, t.P = !0, Nn(t, null);
1767
1767
  }
1768
- function Cn(t, n) {
1768
+ function Nn(t, n) {
1769
1769
  t.F = Date.now(), he(t), t.A = ot(t.v);
1770
1770
  var s = t.A, o = t.R;
1771
1771
  Array.isArray(o) || (o = [String(o)]), Qn(s.i, "t", o), t.C = 0, s = t.j.J, t.h = new On(), t.g = as(t.j, s ? n : null, !t.m), 0 < t.O && (t.M = new li(P(t.Y, t, t.g), t.O)), n = t.U, s = t.g, o = t.ca;
@@ -1792,9 +1792,9 @@ var Te = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1792
1792
  if (t == this.g) t: {
1793
1793
  const j = ht(this.g);
1794
1794
  var n = this.g.Ba();
1795
- const Nt = this.g.Z();
1795
+ const Ct = this.g.Z();
1796
1796
  if (!(3 > j) && (j != 3 || this.g && (this.h.h || this.g.oa() || zn(this.g)))) {
1797
- this.J || j != 4 || n == 7 || (n == 8 || 0 >= Nt ? xt(3) : xt(2)), Qe(this);
1797
+ this.J || j != 4 || n == 7 || (n == 8 || 0 >= Ct ? xt(3) : xt(2)), Qe(this);
1798
1798
  var s = this.g.Z();
1799
1799
  this.X = s;
1800
1800
  e: if (Un(this)) {
@@ -1816,9 +1816,9 @@ var Te = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1816
1816
  if (this.T && !this.K) {
1817
1817
  e: {
1818
1818
  if (this.g) {
1819
- var N, B = this.g;
1820
- if ((N = B.g ? B.g.getResponseHeader("X-HTTP-Initial-Response") : null) && !tt(N)) {
1821
- var I = N;
1819
+ var C, B = this.g;
1820
+ if ((C = B.g ? B.g.getResponseHeader("X-HTTP-Initial-Response") : null) && !tt(C)) {
1821
+ var I = C;
1822
1822
  break e;
1823
1823
  }
1824
1824
  }
@@ -1836,7 +1836,7 @@ var Te = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1836
1836
  for (; !this.J && this.C < y.length; ) if (q = mi(this, y), q == He) {
1837
1837
  j == 4 && (this.s = 4, G(14), s = !1), wt(this.i, this.l, null, "[Incomplete Response]");
1838
1838
  break;
1839
- } else if (q == Nn) {
1839
+ } else if (q == Cn) {
1840
1840
  this.s = 4, G(15), wt(this.i, this.l, y, "[Invalid Chunk]"), s = !1;
1841
1841
  break;
1842
1842
  } else wt(this.i, this.l, q, null), We(this, q);
@@ -1861,7 +1861,7 @@ var Te = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1861
1861
  function mi(t, n) {
1862
1862
  var s = t.C, o = n.indexOf(`
1863
1863
  `, s);
1864
- return o == -1 ? He : (s = Number(n.substring(s, o)), isNaN(s) ? Nn : (o += 1, o + s > n.length ? He : (n = n.slice(o, o + s), t.C = o + s, n)));
1864
+ return o == -1 ? He : (s = Number(n.substring(s, o)), isNaN(s) ? Cn : (o += 1, o + s > n.length ? He : (n = n.slice(o, o + s), t.C = o + s, n)));
1865
1865
  }
1866
1866
  ft.prototype.cancel = function() {
1867
1867
  this.J = !0, dt(this);
@@ -1925,8 +1925,8 @@ var Te = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1925
1925
  k != null && (s.la = k, s.j.info("VER=" + s.la));
1926
1926
  const j = I[4];
1927
1927
  j != null && (s.Aa = j, s.j.info("SVER=" + s.Aa));
1928
- const Nt = I[5];
1929
- Nt != null && typeof Nt == "number" && 0 < Nt && (o = 1.5 * Nt, s.L = o, s.j.info("backChannelRequestTimeoutMs_=" + o)), o = s;
1928
+ const Ct = I[5];
1929
+ Ct != null && typeof Ct == "number" && 0 < Ct && (o = 1.5 * Ct, s.L = o, s.j.info("backChannelRequestTimeoutMs_=" + o)), o = s;
1930
1930
  const q = t.g;
1931
1931
  if (q) {
1932
1932
  const _e = q.g ? q.g.getResponseHeader("X-Client-Wire-Protocol") : null;
@@ -1943,8 +1943,8 @@ var Te = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1943
1943
  var y = t;
1944
1944
  if (o.qa = hs(o, o.J ? o.ia : null, o.W), y.K) {
1945
1945
  Bn(o.h, y);
1946
- var N = y, B = o.L;
1947
- B && (N.I = B), N.B && (Qe(N), he(N)), o.g = y;
1946
+ var C = y, B = o.L;
1947
+ B && (C.I = B), C.B && (Qe(C), he(C)), o.g = y;
1948
1948
  } else ns(o);
1949
1949
  0 < s.i.length && ge(s);
1950
1950
  } else I[0] != "stop" && I[0] != "close" || Tt(s, 7);
@@ -2068,7 +2068,7 @@ var Te = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
2068
2068
  } else t.s = null;
2069
2069
  }
2070
2070
  function kn(t, n, s) {
2071
- n instanceof Wt ? (t.i = n, Ni(t.i, t.h)) : (s || (n = Qt(n, Di)), t.i = new Wt(n, t.h));
2071
+ n instanceof Wt ? (t.i = n, Ci(t.i, t.h)) : (s || (n = Qt(n, Di)), t.i = new Wt(n, t.h));
2072
2072
  }
2073
2073
  function U(t, n, s) {
2074
2074
  t.i.set(n, s);
@@ -2153,13 +2153,13 @@ var Te = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
2153
2153
  function Dt(t, n) {
2154
2154
  return n = String(n), t.j && (n = n.toLowerCase()), n;
2155
2155
  }
2156
- function Ni(t, n) {
2156
+ function Ci(t, n) {
2157
2157
  n && !t.j && (Et(t), t.i = null, t.g.forEach(function(s, o) {
2158
2158
  var g = o.toLowerCase();
2159
2159
  o != g && (Hn(this, o), Qn(this, g, s));
2160
2160
  }, t)), t.j = n;
2161
2161
  }
2162
- function Ci(t, n) {
2162
+ function Ni(t, n) {
2163
2163
  const s = new jt();
2164
2164
  if (S.Image) {
2165
2165
  const o = new Image();
@@ -2546,18 +2546,18 @@ var Te = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
2546
2546
  for (; ; ) {
2547
2547
  const y = ["count=" + s];
2548
2548
  T == -1 ? 0 < s ? (T = g[0].g, y.push("ofs=" + T)) : T = 0 : y.push("ofs=" + T);
2549
- let N = !0;
2549
+ let C = !0;
2550
2550
  for (let B = 0; B < s; B++) {
2551
2551
  let I = g[B].g;
2552
2552
  const k = g[B].map;
2553
- if (I -= T, 0 > I) T = Math.max(0, g[B].g - 100), N = !1;
2553
+ if (I -= T, 0 > I) T = Math.max(0, g[B].g - 100), C = !1;
2554
2554
  else try {
2555
2555
  Li(k, y, "req" + I + "_");
2556
2556
  } catch {
2557
2557
  o && o(k);
2558
2558
  }
2559
2559
  }
2560
- if (N) {
2560
+ if (C) {
2561
2561
  o = y.join("&");
2562
2562
  break t;
2563
2563
  }
@@ -2591,7 +2591,7 @@ var Te = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
2591
2591
  var n = ot(t.qa);
2592
2592
  U(n, "RID", "rpc"), U(n, "SID", t.K), U(n, "AID", t.T), U(n, "CI", t.F ? "0" : "1"), !t.F && t.ja && U(n, "TO", t.ja), U(n, "TYPE", "xmlhttp"), Xt(t, n), t.m && t.o && $e(n, t.m, t.o), t.L && (t.g.I = t.L);
2593
2593
  var s = t.g;
2594
- t = t.ia, s.L = 1, s.v = le(ot(n)), s.m = null, s.P = !0, Cn(s, t);
2594
+ t = t.ia, s.L = 1, s.v = le(ot(n)), s.m = null, s.P = !0, Nn(s, t);
2595
2595
  }
2596
2596
  r.Za = function() {
2597
2597
  this.C != null && (this.C = null, pe(this), qe(this), G(19));
@@ -2635,7 +2635,7 @@ var Te = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
2635
2635
  if (t.j.info("Error code " + n), n == 2) {
2636
2636
  var s = P(t.fb, t), o = t.Xa;
2637
2637
  const g = !o;
2638
- o = new _t(o || "//www.google.com/images/cleardot.gif"), S.location && S.location.protocol == "http" || ae(o, "https"), le(o), g ? Ci(o.toString(), s) : Ui(o.toString(), s);
2638
+ o = new _t(o || "//www.google.com/images/cleardot.gif"), S.location && S.location.protocol == "http" || ae(o, "https"), le(o), g ? Ni(o.toString(), s) : Ui(o.toString(), s);
2639
2639
  } else G(2);
2640
2640
  t.G = 0, t.l && t.l.sa(n), os(t), Zn(t);
2641
2641
  }
@@ -2798,13 +2798,13 @@ let we = "11.10.0";
2798
2798
  */
2799
2799
  const Re = new Qs("@firebase/firestore");
2800
2800
  function J(r, ...e) {
2801
- if (Re.logLevel <= C.DEBUG) {
2801
+ if (Re.logLevel <= N.DEBUG) {
2802
2802
  const i = e.map(qs);
2803
2803
  Re.debug(`Firestore (${we}): ${r}`, ...i);
2804
2804
  }
2805
2805
  }
2806
2806
  function Xs(r, ...e) {
2807
- if (Re.logLevel <= C.ERROR) {
2807
+ if (Re.logLevel <= N.ERROR) {
2808
2808
  const i = e.map(qs);
2809
2809
  Re.error(`Firestore (${we}): ${r}`, ...i);
2810
2810
  }
@@ -3645,7 +3645,7 @@ function te(r, e) {
3645
3645
  * See the License for the specific language governing permissions and
3646
3646
  * limitations under the License.
3647
3647
  */
3648
- const Os = -62135596800, Ns = 1e6;
3648
+ const Os = -62135596800, Cs = 1e6;
3649
3649
  class st {
3650
3650
  /**
3651
3651
  * Creates a new timestamp with the current date, with millisecond precision.
@@ -3674,7 +3674,7 @@ class st {
3674
3674
  * number of milliseconds.
3675
3675
  */
3676
3676
  static fromMillis(e) {
3677
- const i = Math.floor(e / 1e3), h = Math.floor((e - 1e3 * i) * Ns);
3677
+ const i = Math.floor(e / 1e3), h = Math.floor((e - 1e3 * i) * Cs);
3678
3678
  return new st(i, h);
3679
3679
  }
3680
3680
  /**
@@ -3713,7 +3713,7 @@ class st {
3713
3713
  * the number of milliseconds since Unix epoch 1970-01-01T00:00:00Z.
3714
3714
  */
3715
3715
  toMillis() {
3716
- return 1e3 * this.seconds + this.nanoseconds / Ns;
3716
+ return 1e3 * this.seconds + this.nanoseconds / Cs;
3717
3717
  }
3718
3718
  _compareTo(e) {
3719
3719
  return this.seconds === e.seconds ? Z(this.nanoseconds, e.nanoseconds) : Z(this.seconds, e.seconds);
@@ -3863,16 +3863,16 @@ class Rt {
3863
3863
  }
3864
3864
  }
3865
3865
  Rt.EMPTY_BYTE_STRING = new Rt("");
3866
- const Cs = "(default)";
3866
+ const Ns = "(default)";
3867
3867
  class Ie {
3868
3868
  constructor(e, i) {
3869
- this.projectId = e, this.database = i || Cs;
3869
+ this.projectId = e, this.database = i || Ns;
3870
3870
  }
3871
3871
  static empty() {
3872
3872
  return new Ie("", "");
3873
3873
  }
3874
3874
  get isDefaultDatabase() {
3875
- return this.database === Cs;
3875
+ return this.database === Ns;
3876
3876
  }
3877
3877
  isEqual(e) {
3878
3878
  return e instanceof Ie && e.projectId === this.projectId && e.database === this.database;
@@ -4871,7 +4871,7 @@ At._jsonSchemaVersion = "firestore/vectorValue/1.0", At._jsonSchema = {
4871
4871
  vectorValues: M("object")
4872
4872
  };
4873
4873
  const Oo = new RegExp("[~\\*/\\[\\]]");
4874
- function No(r, e, i) {
4874
+ function Co(r, e, i) {
4875
4875
  if (e.search(Oo) >= 0) throw ks(`Invalid field path (${e}). Paths must not contain '~', '*', '/', '[', or ']'`, r);
4876
4876
  try {
4877
4877
  return new Js(...e.split("."))._internalPath;
@@ -4938,7 +4938,7 @@ class Zs {
4938
4938
  data() {
4939
4939
  if (this._document) {
4940
4940
  if (this._converter) {
4941
- const e = new Co(
4941
+ const e = new No(
4942
4942
  this._firestore,
4943
4943
  this._userDataWriter,
4944
4944
  this._key,
@@ -4969,7 +4969,7 @@ class Zs {
4969
4969
  }
4970
4970
  }
4971
4971
  }
4972
- class Co extends Zs {
4972
+ class No extends Zs {
4973
4973
  /**
4974
4974
  * Retrieves all fields in the document as an `Object`.
4975
4975
  *
@@ -4981,7 +4981,7 @@ class Co extends Zs {
4981
4981
  }
4982
4982
  }
4983
4983
  function ti(r, e) {
4984
- return typeof e == "string" ? No(r, e) : e instanceof Js ? e._internalPath : e._delegate._internalPath;
4984
+ return typeof e == "string" ? Co(r, e) : e instanceof Js ? e._internalPath : e._delegate._internalPath;
4985
4985
  }
4986
4986
  class me {
4987
4987
  /** @hideconstructor */
@@ -5219,45 +5219,45 @@ Jt._jsonSchemaVersion = "firestore/querySnapshot/1.0", Jt._jsonSchema = {
5219
5219
  return _ = Object.assign({
5220
5220
  useFetchStreams: i
5221
5221
  }, _), S._setSettings(_), S;
5222
- }, "PUBLIC").setMultipleInstances(!0)), Ct(Rs, vs, e), // BUILD_TARGET will be replaced by values like esm2017, cjs2017, etc during the compilation
5223
- Ct(Rs, vs, "esm2017");
5222
+ }, "PUBLIC").setMultipleInstances(!0)), Nt(Rs, vs, e), // BUILD_TARGET will be replaced by values like esm2017, cjs2017, etc during the compilation
5223
+ Nt(Rs, vs, "esm2017");
5224
5224
  })();
5225
- const Po = "FEATURE_BUY", Lo = "FEATURE_SELL", bo = "FEATURE_SWAP", Mo = "FEATURE_WITHDRAW", Bo = "FULLY_VERIFIED", Vo = "NEED_REVIEW", Fo = "FULLY_VERIFIED_EDD", xo = "IN_PROGRESS", ko = "DOCUMENT_VERIFICATION_FAILED", jo = "AUTH_RESET", Ho = "VALIDATE_PLAYER_REGISTER_BY_EMAIL_REQUEST", Go = "AUTH_SCREEN_UPDATE", Qo = "REGISTER_PLAYER_BY_EMAIL_REQUEST", Wo = "VERIFY_REGISTER_BY_EMAIL_REQUEST", Yo = "REGISTER_STORE_BY_EMAIL_REQUEST", Ko = "VALIDATE_STORE_REGISTER_BY_EMAIL_REQUEST", $o = "VERIFY_STORE_REGISTER_BY_EMAIL_REQUEST", Xo = "LOGIN_BY_EMAIL_REQUEST", qo = "VALIDATE_LOGIN_REQUEST", zo = "REGISTER_BY_EMAIL_REQUEST", Jo = "VALIDATE_REGISTER_REQUEST", Zo = "USER_REF_REQUEST", th = "USER_REF_COUNT_REQUEST", eh = "USER_TWITTER_INFO_REQUEST", nh = "USER_TWITTER_UPDATE_REQUEST", sh = "GET_KYC_DOC_DATA_REQUEST", ih = "USER_MINIMAL_KYC_REQUEST", rh = "USER_FULL_KYC_REQUEST", oh = "RESET_KYC", hh = "USER_BANK_REQUEST", ah = "ADD_BANK_REQUEST", ch = "DELETE_BANK_REQUEST", lh = "PLAID_TOKEN_REQUEST", uh = "PLAID_TOKEN_RESET", fh = "PLAID_CREATE_ITEM_REQUEST", Eh = "GET_IBAN_REQUEST", ph = "IBAN_SEND_STATUS_PROCESSING", gh = "IBAN_SEND_STATUS_FINISHED", dh = "SEND_FROM_IBAN_REQUEST", _h = "USER_WALLET_REQUEST", Th = "ADD_WALLET_REQUEST", mh = "ADD_WALLET_SUCCESS", Sh = "USER_ASSOCIATE_WALLET_REQUEST", yh = "ADD_ASSOCIATE_WALLET_REQUEST", Ah = "ADD_ASSOCIATE_WALLET_SUCCESS", Rh = "FETCH_WALLET_TOKENS_REQUEST", vh = "FETCH_AVAILABLE_TOKENS", Ih = "FETCH_LINKED_WALLET_TOKENS", wh = "FETCH_EVER_WALLET_TOKENS", Dh = "FIAT_ASSETS_REQUEST", Oh = "FEATURE_CRYPTO_ASSETS", Nh = "FEATURE_CRYPTO_ASSETS_DEFAULT", Ch = "FEATURE_CRYPTO_ASSETS_DEFAULT2", Uh = "USER_DOCUMENTS_REQUEST", Ph = "PREVIEW_DOCUMENT_REQUEST", Lh = "PREVIEW_IDENTITY_DOCUMENT_REQUEST", bh = "PREVIEW_DOCUMENT_CLEAR", Mh = "DELETE_DOCUMENT_REQUEST", Bh = "UPLOAD_DOCUMENT_REQUEST", Vh = "NETWORK_LIST_REQUEST", Fh = "SUGGEST_GAS_REQUEST", xh = "SEND_NATIVE_TOKEN_REQUEST", kh = "SEND_TOKEN_REQUEST", jh = "HIDE_GAS_POPUP", Hh = "CLEAR_SEND_TRX_ID", Gh = "ORDER_LIST_REQUEST", Qh = "ORDER_ESTIMATE_REQUEST", Wh = "ORDER_CREATE_REQUEST", Yh = "ORDER_RESET_ESTIMATE", Kh = "ORDER_IBAN_PAYMENT_REQUEST", $h = "ORDER_CHECKOUT_PAYMENT_REQUEST", Xh = "ORDER_TYPE_REQUEST", qh = "ORDER_CARD_REQUEST", zh = "ORDER_BANK_SET", Jh = "ORDER_RESET", Zh = "ORDER_DEPOSIT_ADDRESS_REQUEST", ta = "ORDER_CONFIRM_DEPOSIT_REQUEST", ea = "STAKE_LIST_REQUEST", na = "STAKE_SET_REQUEST", sa = "STAKE_INITIAL_STATE", ia = "STAKE_FINISH_REQUEST", ra = "BRIDGE_MOVE_TO_ETHEREUM_GAS_REQUEST", oa = "BRIDGE_MOVE_TO_ETHEREUM_REQUEST", ha = "BRIDGE_MOVE_TO_EVERCHAIN_GAS_REQUEST", aa = "BRIDGE_MOVE_TO_EVERCHAIN_REQUEST", ca = "BRIDGE_RESET", la = "RESET_PASSWORD_REQUEST", ua = "STORE_BALANCE_REQUEST", fa = "KYB_DOCUMENT_UPLOAD_REQUEST", Ea = "KYB_APPLICATION_REQUEST", pa = "CARD_CORP_PAYMENT_STATUS_REQUEST", ga = "V4_PAYMENT_REQUEST", da = "GET_STORAGE_PLANS_REQUEST", _a = "GET_USER_STORAGE_REQUEST", Ta = "PURCHASE_STORAGE_REQUEST", ma = "FULL_ONLY", Sa = "EDD_ONLY", ya = "FULL_EDD", Aa = "PURCHASE_STORAGE_STATUS_PROCESSING", Ra = "PURCHASE_STORAGE_STATUS_COMPLETE";
5225
+ const Po = "FEATURE_BUY", Lo = "FEATURE_SELL", bo = "FEATURE_SWAP", Mo = "FEATURE_WITHDRAW", Bo = "FULLY_VERIFIED", Vo = "NEED_REVIEW", Fo = "FULLY_VERIFIED_EDD", xo = "IN_PROGRESS", ko = "DOCUMENT_VERIFICATION_FAILED", jo = "AUTH_RESET", Ho = "VALIDATE_PLAYER_REGISTER_BY_EMAIL_REQUEST", Go = "AUTH_SCREEN_UPDATE", Qo = "REGISTER_PLAYER_BY_EMAIL_REQUEST", Wo = "VERIFY_REGISTER_BY_EMAIL_REQUEST", Yo = "REGISTER_STORE_BY_EMAIL_REQUEST", Ko = "VALIDATE_STORE_REGISTER_BY_EMAIL_REQUEST", $o = "VERIFY_STORE_REGISTER_BY_EMAIL_REQUEST", Xo = "LOGIN_BY_EMAIL_REQUEST", qo = "VALIDATE_LOGIN_REQUEST", zo = "REGISTER_BY_EMAIL_REQUEST", Jo = "VALIDATE_REGISTER_REQUEST", Zo = "USER_REF_REQUEST", th = "USER_REF_COUNT_REQUEST", eh = "USER_TWITTER_INFO_REQUEST", nh = "USER_TWITTER_UPDATE_REQUEST", sh = "GET_KYC_DOC_DATA_REQUEST", ih = "USER_MINIMAL_KYC_REQUEST", rh = "USER_FULL_KYC_REQUEST", oh = "RESET_KYC", hh = "USER_BANK_REQUEST", ah = "ADD_BANK_REQUEST", ch = "DELETE_BANK_REQUEST", lh = "PLAID_TOKEN_REQUEST", uh = "PLAID_TOKEN_RESET", fh = "PLAID_CREATE_ITEM_REQUEST", Eh = "GET_IBAN_REQUEST", ph = "CREATE_IBAN_REQUEST", gh = "IBAN_SEND_STATUS_PROCESSING", dh = "IBAN_SEND_STATUS_FINISHED", _h = "SEND_FROM_IBAN_REQUEST", Th = "USER_WALLET_REQUEST", mh = "ADD_WALLET_REQUEST", Sh = "ADD_WALLET_SUCCESS", yh = "USER_ASSOCIATE_WALLET_REQUEST", Ah = "ADD_ASSOCIATE_WALLET_REQUEST", Rh = "ADD_ASSOCIATE_WALLET_SUCCESS", vh = "FETCH_WALLET_TOKENS_REQUEST", Ih = "FETCH_AVAILABLE_TOKENS", wh = "FETCH_LINKED_WALLET_TOKENS", Dh = "FETCH_EVER_WALLET_TOKENS", Oh = "FIAT_ASSETS_REQUEST", Ch = "FEATURE_CRYPTO_ASSETS", Nh = "FEATURE_CRYPTO_ASSETS_DEFAULT", Uh = "FEATURE_CRYPTO_ASSETS_DEFAULT2", Ph = "USER_DOCUMENTS_REQUEST", Lh = "PREVIEW_DOCUMENT_REQUEST", bh = "PREVIEW_IDENTITY_DOCUMENT_REQUEST", Mh = "PREVIEW_DOCUMENT_CLEAR", Bh = "DELETE_DOCUMENT_REQUEST", Vh = "UPLOAD_DOCUMENT_REQUEST", Fh = "NETWORK_LIST_REQUEST", xh = "SUGGEST_GAS_REQUEST", kh = "SEND_NATIVE_TOKEN_REQUEST", jh = "SEND_TOKEN_REQUEST", Hh = "HIDE_GAS_POPUP", Gh = "CLEAR_SEND_TRX_ID", Qh = "ORDER_LIST_REQUEST", Wh = "ORDER_ESTIMATE_REQUEST", Yh = "ORDER_CREATE_REQUEST", Kh = "ORDER_RESET_ESTIMATE", $h = "ORDER_CHECKOUT_PAYMENT_REQUEST", Xh = "ORDER_TYPE_REQUEST", qh = "ORDER_CARD_REQUEST", zh = "ORDER_BANK_SET", Jh = "ORDER_RESET", Zh = "ORDER_DEPOSIT_ADDRESS_REQUEST", ta = "ORDER_CONFIRM_DEPOSIT_REQUEST", ea = "STAKE_LIST_REQUEST", na = "STAKE_SET_REQUEST", sa = "STAKE_INITIAL_STATE", ia = "STAKE_FINISH_REQUEST", ra = "BRIDGE_MOVE_TO_ETHEREUM_GAS_REQUEST", oa = "BRIDGE_MOVE_TO_ETHEREUM_REQUEST", ha = "BRIDGE_MOVE_TO_EVERCHAIN_GAS_REQUEST", aa = "BRIDGE_MOVE_TO_EVERCHAIN_REQUEST", ca = "BRIDGE_RESET", la = "RESET_PASSWORD_REQUEST", ua = "STORE_BALANCE_REQUEST", fa = "KYB_DOCUMENT_UPLOAD_REQUEST", Ea = "KYB_APPLICATION_REQUEST", pa = "CARD_CORP_PAYMENT_STATUS_REQUEST", ga = "V4_PAYMENT_REQUEST", da = "GET_STORAGE_PLANS_REQUEST", _a = "GET_USER_STORAGE_REQUEST", Ta = "PURCHASE_STORAGE_REQUEST", ma = "FULL_ONLY", Sa = "EDD_ONLY", ya = "FULL_EDD", Aa = "PURCHASE_STORAGE_STATUS_PROCESSING", Ra = "PURCHASE_STORAGE_STATUS_COMPLETE";
5226
5226
  export {
5227
- uh as $,
5227
+ Eh as $,
5228
5228
  jo as A,
5229
5229
  Zh as B,
5230
5230
  zh as C,
5231
- Wh as D,
5232
- Kh as E,
5233
- Rh as F,
5234
- $h as G,
5235
- ta as H,
5236
- ga as I,
5237
- Gh as J,
5231
+ Yh as D,
5232
+ $h as E,
5233
+ vh as F,
5234
+ ta as G,
5235
+ ga as H,
5236
+ Qh as I,
5237
+ Xh as J,
5238
5238
  Fo as K,
5239
5239
  Xo as L,
5240
- Xh as M,
5241
- pa as N,
5242
- Qh as O,
5243
- sa as P,
5244
- ia as Q,
5240
+ pa as M,
5241
+ sa as N,
5242
+ Wh as O,
5243
+ ia as P,
5244
+ na as Q,
5245
5245
  zo as R,
5246
5246
  ea as S,
5247
- na as T,
5248
- _h as U,
5247
+ hh as T,
5248
+ Th as U,
5249
5249
  qo as V,
5250
- hh as W,
5251
- lh as X,
5252
- fh as Y,
5253
- ah as Z,
5254
- dh as _,
5250
+ lh as W,
5251
+ fh as X,
5252
+ ah as Y,
5253
+ _h as Z,
5254
+ uh as _,
5255
5255
  xo as a,
5256
- Eh as a0,
5256
+ ph as a0,
5257
5257
  ch as a1,
5258
- Oh as a2,
5258
+ Ch as a2,
5259
5259
  Nh as a3,
5260
- Ch as a4,
5260
+ Uh as a4,
5261
5261
  oh as a5,
5262
5262
  sh as a6,
5263
5263
  ih as a7,
@@ -5266,18 +5266,18 @@ export {
5266
5266
  Ra as aA,
5267
5267
  Aa as aB,
5268
5268
  Lo as aC,
5269
- Vh as aD,
5270
- jh as aE,
5271
- xh as aF,
5272
- kh as aG,
5273
- Hh as aH,
5274
- Fh as aI,
5269
+ Fh as aD,
5270
+ Hh as aE,
5271
+ kh as aF,
5272
+ jh as aG,
5273
+ Gh as aH,
5274
+ xh as aI,
5275
5275
  ua as aJ,
5276
5276
  rh as aa,
5277
- gh as ab,
5278
- ph as ac,
5277
+ dh as ab,
5278
+ gh as ac,
5279
5279
  bo as ad,
5280
- Dh as ae,
5280
+ Oh as ae,
5281
5281
  Vo as af,
5282
5282
  Mo as ag,
5283
5283
  Zo as ah,
@@ -5290,12 +5290,12 @@ export {
5290
5290
  ha as ao,
5291
5291
  aa as ap,
5292
5292
  Po as aq,
5293
- bh as ar,
5294
- Uh as as,
5295
- Bh as at,
5296
- Lh as au,
5297
- Ph as av,
5298
- Mh as aw,
5293
+ Mh as ar,
5294
+ Ph as as,
5295
+ Vh as at,
5296
+ bh as au,
5297
+ Lh as av,
5298
+ Bh as aw,
5299
5299
  da as ax,
5300
5300
  _a as ay,
5301
5301
  Ta as az,
@@ -5313,15 +5313,15 @@ export {
5313
5313
  Yo as m,
5314
5314
  $o as n,
5315
5315
  la as o,
5316
- Sh as p,
5317
- vh as q,
5318
- Ih as r,
5319
- wh as s,
5320
- mh as t,
5321
- Ah as u,
5322
- Th as v,
5323
- yh as w,
5324
- Yh as x,
5316
+ yh as p,
5317
+ Ih as q,
5318
+ wh as r,
5319
+ Dh as s,
5320
+ Sh as t,
5321
+ Rh as u,
5322
+ mh as v,
5323
+ Ah as w,
5324
+ Kh as x,
5325
5325
  Jh as y,
5326
5326
  qh as z
5327
5327
  };
@@ -1,4 +1,4 @@
1
- import { a2 as t, a3 as s, a4 as e } from "./constants-t7n9qCW3.js";
1
+ import { a2 as t, a3 as s, a4 as e } from "./constants-Dtk3Gd0Y.js";
2
2
  const p = (a) => ({
3
3
  type: t,
4
4
  payload: a
@@ -2,16 +2,16 @@ import { jsxs as a, Fragment as _, jsx as e } from "react/jsx-runtime";
2
2
  import { useRef as ye, useMemo as Ve, useState as p, useEffect as h } from "react";
3
3
  import Je from "./hoc/withThemeProvider.js";
4
4
  import { u as C } from "./react-redux-C7I9-1M6.js";
5
- import { P as Qe } from "./PlayArrow-C3uVNo4F.js";
5
+ import { P as Qe } from "./PlayArrow-jzz8Y3XD.js";
6
6
  import { I as Ze } from "./Info-BVeUSPyk.js";
7
7
  import { G as et } from "./generic-token-B_ptO5yb.js";
8
8
  import { getCentralLedgetNetwork as V, getNetworkBackGround as be, getCurrencySymbol as tt } from "./util/functions.js";
9
9
  import Ne from "./components/Wallet/Shared/TokenModal/index.js";
10
10
  import { formatNumberWithoutRounding as ve } from "./util/conversions.js";
11
- import { ad as A } from "./constants-t7n9qCW3.js";
11
+ import { ad as A } from "./constants-Dtk3Gd0Y.js";
12
12
  import { c as ot, d as rt } from "./index-BQNs1mvn.js";
13
- import { f as nt, a as at, b as st } from "./cryptoAssets-shEFU26O.js";
14
- import { c as Z, d as _e, e as it, f as lt, g as ct, h as mt } from "./order-jqH948WM.js";
13
+ import { f as nt, a as at, b as st } from "./cryptoAssets-DT2afvDJ.js";
14
+ import { b as Z, c as _e, d as it, e as lt, f as ct, g as mt } from "./order-DuPcaU0K.js";
15
15
  import { DIALOG_SUCCESS_ICON as dt, TOKEN_TO_TOKEN as ee, ARROW_ICON as ut, ESTIMATE_TOOLTIP_TEXT as pt } from "./util/constants.js";
16
16
  import { M as ft } from "./tooltip-3UvETWtS.js";
17
17
  import "./index-DlQqWbXG.js";
@@ -26,14 +26,14 @@ import "./components/Wallet/Shared/pin.js";
26
26
  import "./moment-h96o7c8I.js";
27
27
  import "./index.esm-BsMAMhYW.js";
28
28
  import "./web3-u4qDZYpo.js";
29
- import "./index-ceeCtFuh.js";
30
29
  import { s as i } from "./styles.module-DMd29SPQ.js";
31
30
  import Ce from "./components/Wallet/Shared/Order/selectCustomIcon.js";
32
- import { u as xt, a as gt } from "./wallet-DpkUmmq0.js";
31
+ import "./index-ceeCtFuh.js";
32
+ import { u as xt, a as gt } from "./wallet-BxwOFeSW.js";
33
33
  import { AuthContainer as yt } from "./components/Wallet/Shared/Container/index.js";
34
34
  import bt from "./components/Shared/MinimalKyc/index.js";
35
35
  import Nt from "./components/Wallet/Shared/Input/index.js";
36
- import { M as vt } from "./index-Cs7bSfT3.js";
36
+ import { M as vt } from "./index-BGJ8RVKA.js";
37
37
  import { useDialogContext as _t } from "./context/dialogContext.js";
38
38
  import { B as R } from "./Box-B0YSYLco.js";
39
39
  import { G as s } from "./Grid-CFe3amXO.js";