everest-npm-features 0.0.42 → 0.0.44

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 (94) hide show
  1. package/dist/{PlayArrow-C6lnbwD4.js → PlayArrow-Cd3sLvFW.js} +3 -3
  2. package/dist/{auth-BMzyEvqd.js → auth-CzQ2SiN_.js} +1 -1
  3. package/dist/{bank-Bp23LpvN.js → bank-DJqJqzwJ.js} +1 -1
  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 +6 -6
  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.js +1 -1
  31. package/dist/components/Wallet/Account/iban.js +5 -5
  32. package/dist/components/Wallet/Account/ibanItem.js +1 -1
  33. package/dist/components/Wallet/Account/index.js +11 -11
  34. package/dist/components/Wallet/Account/sendIban.js +2 -2
  35. package/dist/components/Wallet/Buy/confirmTransaction.js +3 -3
  36. package/dist/components/Wallet/Buy/form.js +5 -5
  37. package/dist/components/Wallet/Buy/index.d.ts +2 -0
  38. package/dist/components/Wallet/Buy/index.js +15 -11
  39. package/dist/components/Wallet/Deposit/index.js +1 -1
  40. package/dist/components/Wallet/EnterpriseKyc/edd.js +1 -1
  41. package/dist/components/Wallet/EnterpriseKyc/index.js +3 -3
  42. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +2 -2
  43. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +1 -1
  44. package/dist/components/Wallet/EnterpriseKyc/verify.js +1 -1
  45. package/dist/components/Wallet/History/index.js +2 -2
  46. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +25 -25
  47. package/dist/components/Wallet/Portfolio/index.js +218 -206
  48. package/dist/components/Wallet/Profile/documents.js +3 -3
  49. package/dist/components/Wallet/Profile/index.js +10 -10
  50. package/dist/components/Wallet/Receive/index.js +3 -3
  51. package/dist/components/Wallet/Sell/confirmTransaction.js +4 -4
  52. package/dist/components/Wallet/Sell/form.js +5 -5
  53. package/dist/components/Wallet/Sell/index.js +6 -6
  54. package/dist/components/Wallet/Send/index.js +12 -12
  55. package/dist/components/Wallet/Shared/Auth/otpForm.js +2 -2
  56. package/dist/components/Wallet/Shared/BankSelect/index.d.ts +4 -0
  57. package/dist/components/Wallet/Shared/BankSelect/index.js +71 -0
  58. package/dist/components/Wallet/Shared/CardCorp/index.d.ts +11 -0
  59. package/dist/components/Wallet/Shared/CardCorp/index.js +72 -0
  60. package/dist/components/Wallet/Shared/Order/types.d.ts +3 -0
  61. package/dist/components/Wallet/Shared/addBank.js +3 -3
  62. package/dist/components/Wallet/Shared/connectPlaidBank.js +3 -3
  63. package/dist/components/Wallet/Shared/manualSend.js +3 -3
  64. package/dist/components/Wallet/SignIn/index.js +2 -2
  65. package/dist/components/Wallet/SignUp/index.js +2 -2
  66. package/dist/components/Wallet/Stake/index.js +4 -4
  67. package/dist/components/Wallet/Swap/form.js +6 -6
  68. package/dist/components/Wallet/Swap/index.js +5 -5
  69. package/dist/components/Wallet/Withdraw/bankSelect.js +69 -19
  70. package/dist/components/Wallet/Withdraw/confirmTransaction.js +4 -4
  71. package/dist/components/Wallet/Withdraw/form.js +5 -5
  72. package/dist/components/Wallet/Withdraw/index.js +11 -10
  73. package/dist/{constants-9grj4Du1.js → constants-BQibkMPf.js} +119 -118
  74. package/dist/{cryptoAssets-Cf7xMoh9.js → cryptoAssets-CI_6_gpT.js} +1 -1
  75. package/dist/{documents-vj042AkQ.js → documents-DhAyY9OB.js} +2 -2
  76. package/dist/{index-FwnHkXdK.js → index-BQNs1mvn.js} +2 -2
  77. package/dist/{index-ufcy2D20.js → index-BmnzQEjv.js} +2 -2
  78. package/dist/{index-DVQ-d6A4.js → index-C3ZgWBrd.js} +6 -6
  79. package/dist/{index-Y7QJR4pX.js → index-C4Z1sQwf.js} +7 -7
  80. package/dist/index-ChAYuyXl.js +592 -0
  81. package/dist/{index-Cf_gfO-E.js → index-Dh9NbI7I.js} +4 -4
  82. package/dist/{index-CUBxw5s4.js → index-DpOHb_Wl.js} +4 -4
  83. package/dist/index-e2FmUhS_.js +760 -0
  84. package/dist/{kyc-MeOwOyUF.js → kyc-BbIvXp_G.js} +1 -1
  85. package/dist/main.js +7 -7
  86. package/dist/order-BQbk7Nb4.js +55 -0
  87. package/dist/{stake-ClJWsrHb.js → stake-DWzckUqA.js} +1 -1
  88. package/dist/util/constants.d.ts +1 -0
  89. package/dist/util/constants.js +63 -62
  90. package/dist/{wallet-nsVuNagB.js → wallet-CHtpHvyK.js} +3 -3
  91. package/package.json +2 -2
  92. package/dist/index-BXj7Wdol.js +0 -730
  93. package/dist/index-CUhPCwCD.js +0 -643
  94. package/dist/order-Cs5_3wOs.js +0 -51
@@ -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 Gs("@firebase/app"), ur = "@firebase/app-compat", fr = "@firebase/analytics-compat", pr = "@firebase/analytics", gr = "@firebase/app-check-compat", Er = "@firebase/app-check", dr = "@firebase/auth", _r = "@firebase/auth-compat", mr = "@firebase/database", Tr = "@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", Nr = "@firebase/performance-compat", Or = "@firebase/remote-config", Cr = "@firebase/remote-config-compat", Ur = "@firebase/storage", Lr = "@firebase/storage-compat", br = "@firebase/firestore", Pr = "@firebase/ai", Mr = "@firebase/firestore-compat", Br = "firebase", Vr = "11.10.0", Fr = {
567
+ const ct = new Gs("@firebase/app"), ur = "@firebase/app-compat", fr = "@firebase/analytics-compat", pr = "@firebase/analytics", gr = "@firebase/app-check-compat", Er = "@firebase/app-check", dr = "@firebase/auth", _r = "@firebase/auth-compat", mr = "@firebase/database", Tr = "@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", Nr = "@firebase/performance-compat", Or = "@firebase/remote-config", Cr = "@firebase/remote-config-compat", Ur = "@firebase/storage", Lr = "@firebase/storage-compat", Pr = "@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
  [pr]: "fire-analytics",
@@ -588,9 +588,9 @@ const ct = new Gs("@firebase/app"), ur = "@firebase/app-compat", fr = "@firebase
588
588
  [Cr]: "fire-rc-compat",
589
589
  [Ur]: "fire-gcs",
590
590
  [Lr]: "fire-gcs-compat",
591
- [br]: "fire-fst",
591
+ [Pr]: "fire-fst",
592
592
  [Mr]: "fire-fst-compat",
593
- [Pr]: "fire-vertex",
593
+ [br]: "fire-vertex",
594
594
  "fire-js": "fire-js",
595
595
  // Platform identifier for JS SDK.
596
596
  [Br]: "fire-js-all"
@@ -1052,14 +1052,14 @@ var ln;
1052
1052
  }
1053
1053
  function R(g) {
1054
1054
  if (isNaN(g) || !isFinite(g)) return G;
1055
- if (0 > g) return P(R(-g));
1055
+ if (0 > g) return b(R(-g));
1056
1056
  for (var a = [], u = 1, f = 0; g >= u; f++) a[f] = g / u | 0, u *= 4294967296;
1057
1057
  return new T(a, 0);
1058
1058
  }
1059
1059
  function Y(g, a) {
1060
1060
  if (g.length == 0) throw Error("number format error: empty string");
1061
1061
  if (a = a || 10, 2 > a || 36 < a) throw Error("radix out of range: " + a);
1062
- if (g.charAt(0) == "-") return P(Y(g.substring(1), a));
1062
+ if (g.charAt(0) == "-") return b(Y(g.substring(1), a));
1063
1063
  if (0 <= g.indexOf("-")) throw Error('number format error: interior "-" character');
1064
1064
  for (var u = R(Math.pow(a, 8)), f = G, p = 0; p < g.length; p += 8) {
1065
1065
  var d = Math.min(8, g.length - p), c = parseInt(g.substring(p, p + d), a);
@@ -1069,7 +1069,7 @@ var ln;
1069
1069
  }
1070
1070
  var G = A(0), L = A(1), K = A(16777216);
1071
1071
  r = T.prototype, r.m = function() {
1072
- if (V(this)) return -P(this).m();
1072
+ if (V(this)) return -b(this).m();
1073
1073
  for (var g = 0, a = 1, u = 0; u < this.g.length; u++) {
1074
1074
  var f = this.i(u);
1075
1075
  g += (0 <= f ? f : 4294967296 + f) * a, a *= 4294967296;
@@ -1078,7 +1078,7 @@ var ln;
1078
1078
  }, r.toString = function(g) {
1079
1079
  if (g = g || 10, 2 > g || 36 < g) throw Error("radix out of range: " + g);
1080
1080
  if (N(this)) return "0";
1081
- if (V(this)) return "-" + P(this).toString(g);
1081
+ if (V(this)) return "-" + b(this).toString(g);
1082
1082
  for (var a = R(Math.pow(g, 6)), u = this, f = ""; ; ) {
1083
1083
  var p = lt(u, a).g;
1084
1084
  u = vt(u, p.j(a));
@@ -1101,12 +1101,12 @@ var ln;
1101
1101
  r.l = function(g) {
1102
1102
  return g = vt(this, g), V(g) ? -1 : N(g) ? 0 : 1;
1103
1103
  };
1104
- function P(g) {
1104
+ function b(g) {
1105
1105
  for (var a = g.g.length, u = [], f = 0; f < a; f++) u[f] = ~g.g[f];
1106
1106
  return new T(u, ~g.h).add(L);
1107
1107
  }
1108
1108
  r.abs = function() {
1109
- return V(this) ? P(this) : this;
1109
+ return V(this) ? b(this) : this;
1110
1110
  }, r.add = function(g) {
1111
1111
  for (var a = Math.max(this.g.length, g.g.length), u = [], f = 0, p = 0; p <= a; p++) {
1112
1112
  var d = f + (this.i(p) & 65535) + (g.i(p) & 65535), c = (d >>> 16) + (this.i(p) >>> 16) + (g.i(p) >>> 16);
@@ -1115,17 +1115,17 @@ var ln;
1115
1115
  return new T(u, u[u.length - 1] & -2147483648 ? -1 : 0);
1116
1116
  };
1117
1117
  function vt(g, a) {
1118
- return g.add(P(a));
1118
+ return g.add(b(a));
1119
1119
  }
1120
1120
  r.j = function(g) {
1121
1121
  if (N(this) || N(g)) return G;
1122
- if (V(this)) return V(g) ? P(this).j(P(g)) : P(P(this).j(g));
1123
- if (V(g)) return P(this.j(P(g)));
1122
+ if (V(this)) return V(g) ? b(this).j(b(g)) : b(b(this).j(g));
1123
+ if (V(g)) return b(this.j(b(g)));
1124
1124
  if (0 > this.l(K) && 0 > g.l(K)) return R(this.m() * g.m());
1125
1125
  for (var a = this.g.length + g.g.length, u = [], f = 0; f < 2 * a; f++) u[f] = 0;
1126
1126
  for (f = 0; f < this.g.length; f++) for (var p = 0; p < g.g.length; p++) {
1127
- var d = this.i(f) >>> 16, c = this.i(f) & 65535, rt = g.i(p) >>> 16, bt = g.i(p) & 65535;
1128
- u[2 * f + 2 * p] += c * bt, tt(u, 2 * f + 2 * p), u[2 * f + 2 * p + 1] += d * bt, tt(u, 2 * f + 2 * p + 1), u[2 * f + 2 * p + 1] += c * rt, tt(u, 2 * f + 2 * p + 1), u[2 * f + 2 * p + 2] += d * rt, tt(u, 2 * f + 2 * p + 2);
1127
+ var d = this.i(f) >>> 16, c = this.i(f) & 65535, rt = g.i(p) >>> 16, Pt = g.i(p) & 65535;
1128
+ u[2 * f + 2 * p] += c * Pt, tt(u, 2 * f + 2 * p), u[2 * f + 2 * p + 1] += d * Pt, tt(u, 2 * f + 2 * p + 1), u[2 * f + 2 * p + 1] += c * rt, tt(u, 2 * f + 2 * p + 1), u[2 * f + 2 * p + 2] += d * rt, tt(u, 2 * f + 2 * p + 2);
1129
1129
  }
1130
1130
  for (f = 0; f < a; f++) u[f] = u[2 * f + 1] << 16 | u[2 * f];
1131
1131
  for (f = a; f < 2 * a; f++) u[f] = 0;
@@ -1140,8 +1140,8 @@ var ln;
1140
1140
  function lt(g, a) {
1141
1141
  if (N(a)) throw Error("division by zero");
1142
1142
  if (N(g)) return new $(G, G);
1143
- if (V(g)) return a = lt(P(g), a), new $(P(a.g), P(a.h));
1144
- if (V(a)) return a = lt(g, P(a)), new $(P(a.g), a.h);
1143
+ if (V(g)) return a = lt(b(g), a), new $(b(a.g), b(a.h));
1144
+ if (V(a)) return a = lt(g, b(a)), new $(b(a.g), a.h);
1145
1145
  if (30 < g.g.length) {
1146
1146
  if (V(g) || V(a)) throw Error("slowDivide_ only works with positive integers.");
1147
1147
  for (var u = L, f = a; 0 >= f.l(g); ) u = ee(u), f = ee(f);
@@ -1285,7 +1285,7 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1285
1285
  }
1286
1286
  return [];
1287
1287
  }
1288
- function P(t, n) {
1288
+ function b(t, n) {
1289
1289
  for (let s = 1; s < arguments.length; s++) {
1290
1290
  const o = arguments[s];
1291
1291
  if (A(o)) {
@@ -1359,11 +1359,11 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1359
1359
  this.h = this.g = null;
1360
1360
  }
1361
1361
  add(n, s) {
1362
- const o = bt.get();
1362
+ const o = Pt.get();
1363
1363
  o.set(n, s), this.h ? this.h.next = o : this.g = o, this.h = o;
1364
1364
  }
1365
1365
  }
1366
- var bt = new vt(() => new ei(), (t) => t.reset());
1366
+ var Pt = new vt(() => new ei(), (t) => t.reset());
1367
1367
  class ei {
1368
1368
  constructor() {
1369
1369
  this.next = this.g = this.h = null;
@@ -1375,9 +1375,9 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1375
1375
  this.next = this.g = this.h = null;
1376
1376
  }
1377
1377
  }
1378
- let Pt, Mt = !1, De = new rt(), gn = () => {
1378
+ let bt, Mt = !1, De = new rt(), gn = () => {
1379
1379
  const t = S.Promise.resolve(void 0);
1380
- Pt = () => {
1380
+ bt = () => {
1381
1381
  t.then(ni);
1382
1382
  };
1383
1383
  };
@@ -1388,7 +1388,7 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1388
1388
  } catch (s) {
1389
1389
  d(s);
1390
1390
  }
1391
- var n = bt;
1391
+ var n = Pt;
1392
1392
  n.j(t), 100 > n.h && (n.h++, t.next = n.g, n.g = t);
1393
1393
  }
1394
1394
  Mt = !1;
@@ -1487,7 +1487,7 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1487
1487
  }
1488
1488
  function hi(t, n, s, o, E, m) {
1489
1489
  if (!n) throw Error("Invalid event type");
1490
- var y = R(E) ? !!E.capture : !!E, O = be(t);
1490
+ var y = R(E) ? !!E.capture : !!E, O = Pe(t);
1491
1491
  if (O || (t[Ce] = O = new ie(t)), s = O.add(n, s, o, y, m), s.proxy) return s;
1492
1492
  if (o = ai(), s.proxy = o, o.src = t, o.listener = s, t.addEventListener) si || (E = y), E === void 0 && (E = !1), t.addEventListener(n.toString(), o, E);
1493
1493
  else if (t.attachEvent) t.attachEvent(_n(n.toString()), o);
@@ -1504,7 +1504,7 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1504
1504
  }
1505
1505
  function dn(t, n, s, o, E) {
1506
1506
  if (Array.isArray(n)) for (var m = 0; m < n.length; m++) dn(t, n[m], s, o, E);
1507
- else o = R(o) ? !!o.capture : !!o, s = mn(s), t && t[ne] ? (t = t.i, n = String(n).toString(), n in t.g && (m = t.g[n], s = Oe(m, s, o, E), -1 < s && (se(m[s]), Array.prototype.splice.call(m, s, 1), m.length == 0 && (delete t.g[n], t.h--)))) : t && (t = be(t)) && (n = t.g[n.toString()], t = -1, n && (t = Oe(n, s, o, E)), (s = -1 < t ? n[t] : null) && Le(s));
1507
+ else o = R(o) ? !!o.capture : !!o, s = mn(s), t && t[ne] ? (t = t.i, n = String(n).toString(), n in t.g && (m = t.g[n], s = Oe(m, s, o, E), -1 < s && (se(m[s]), Array.prototype.splice.call(m, s, 1), m.length == 0 && (delete t.g[n], t.h--)))) : t && (t = Pe(t)) && (n = t.g[n.toString()], t = -1, n && (t = Oe(n, s, o, E)), (s = -1 < t ? n[t] : null) && Le(s));
1508
1508
  }
1509
1509
  function Le(t) {
1510
1510
  if (typeof t != "number" && t && !t.da) {
@@ -1512,7 +1512,7 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1512
1512
  if (n && n[ne]) Ne(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 = be(n)) ? (Ne(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 = Pe(n)) ? (Ne(s, t), s.h == 0 && (s.src = null, n[Ce] = null)) : se(t);
1516
1516
  }
1517
1517
  }
1518
1518
  }
@@ -1528,14 +1528,14 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1528
1528
  }
1529
1529
  return t;
1530
1530
  }
1531
- function be(t) {
1531
+ function Pe(t) {
1532
1532
  return t = t[Ce], t instanceof ie ? t : null;
1533
1533
  }
1534
- var Pe = "__closure_events_fn_" + (1e9 * Math.random() >>> 0);
1534
+ var be = "__closure_events_fn_" + (1e9 * Math.random() >>> 0);
1535
1535
  function mn(t) {
1536
- return typeof t == "function" ? t : (t[Pe] || (t[Pe] = function(n) {
1536
+ return typeof t == "function" ? t : (t[be] || (t[be] = function(n) {
1537
1537
  return t.handleEvent(n);
1538
- }), t[Pe]);
1538
+ }), t[be]);
1539
1539
  }
1540
1540
  function x() {
1541
1541
  ut.call(this), this.i = new ie(this), this.M = this, this.F = null;
@@ -1960,10 +1960,10 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1960
1960
  this.g = t, this.map = n;
1961
1961
  }
1962
1962
  };
1963
- function bn(t) {
1963
+ function Pn(t) {
1964
1964
  this.l = t || 10, S.PerformanceNavigationTiming ? (t = S.performance.getEntriesByType("navigation"), t = 0 < t.length && (t[0].nextHopProtocol == "hq" || t[0].nextHopProtocol == "h2")) : t = !!(S.chrome && S.chrome.loadTimes && S.chrome.loadTimes() && S.chrome.loadTimes().wasFetchedViaSpdy), this.j = t ? this.l : 1, this.g = null, 1 < this.j && (this.g = /* @__PURE__ */ new Set()), this.h = null, this.i = [];
1965
1965
  }
1966
- function Pn(t) {
1966
+ function bn(t) {
1967
1967
  return t.h ? !0 : t.g ? t.g.size >= t.j : !1;
1968
1968
  }
1969
1969
  function Mn(t) {
@@ -1978,7 +1978,7 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1978
1978
  function Bn(t, n) {
1979
1979
  t.h && t.h == n ? t.h = null : t.g && t.g.has(n) && t.g.delete(n);
1980
1980
  }
1981
- bn.prototype.cancel = function() {
1981
+ Pn.prototype.cancel = function() {
1982
1982
  if (this.i = Vn(this), this.h) this.h.cancel(), this.h = null;
1983
1983
  else if (this.g && this.g.size !== 0) {
1984
1984
  for (const t of this.g.values()) t.cancel();
@@ -2187,7 +2187,7 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
2187
2187
  function Li() {
2188
2188
  this.g = new fi();
2189
2189
  }
2190
- function bi(t, n, s) {
2190
+ function Pi(t, n, s) {
2191
2191
  const o = s || "";
2192
2192
  try {
2193
2193
  Fn(t, function(E, m) {
@@ -2290,12 +2290,12 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
2290
2290
  }
2291
2291
  o || (s = Yn(s), typeof t == "string" ? s != null && encodeURIComponent(String(s)) : U(t, n, s));
2292
2292
  }
2293
- function b(t) {
2293
+ function P(t) {
2294
2294
  x.call(this), this.headers = /* @__PURE__ */ new Map(), this.o = t || null, this.h = !1, this.v = this.g = null, this.D = "", this.m = 0, this.l = "", this.j = this.B = this.u = this.A = !1, this.I = null, this.H = "", this.J = !1;
2295
2295
  }
2296
- N(b, x);
2297
- var Pi = /^https?$/i, Mi = ["POST", "PUT"];
2298
- r = b.prototype, r.Ha = function(t) {
2296
+ N(P, x);
2297
+ var bi = /^https?$/i, Mi = ["POST", "PUT"];
2298
+ r = P.prototype, r.Ha = function(t) {
2299
2299
  this.J = t;
2300
2300
  }, r.ea = function(t, n, s, o) {
2301
2301
  if (this.g) throw Error("[goog.net.XhrIo] Object is active with another request=" + this.D + "; newUri=" + t);
@@ -2327,7 +2327,7 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
2327
2327
  r.abort = function(t) {
2328
2328
  this.g && this.h && (this.h = !1, this.j = !0, this.g.abort(), this.j = !1, this.m = t || 7, H(this, "complete"), H(this, "abort"), pe(this));
2329
2329
  }, r.N = function() {
2330
- this.g && (this.h && (this.h = !1, this.j = !0, this.g.abort(), this.j = !1), pe(this, !0)), b.aa.N.call(this);
2330
+ this.g && (this.h && (this.h = !1, this.j = !0, this.g.abort(), this.j = !1), pe(this, !0)), P.aa.N.call(this);
2331
2331
  }, r.Ea = function() {
2332
2332
  this.s || (this.B || this.u || this.j ? Xn(this) : this.bb());
2333
2333
  }, r.bb = function() {
@@ -2358,7 +2358,7 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
2358
2358
  var o;
2359
2359
  if (o = y === 0) {
2360
2360
  var E = String(t.D).match(xn)[1] || null;
2361
- !E && S.self && S.self.location && (E = S.self.location.protocol.slice(0, -1)), o = !Pi.test(E ? E.toLowerCase() : "");
2361
+ !E && S.self && S.self.location && (E = S.self.location.protocol.slice(0, -1)), o = !bi.test(E ? E.toLowerCase() : "");
2362
2362
  }
2363
2363
  s = o;
2364
2364
  }
@@ -2459,7 +2459,7 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
2459
2459
  return s && s.internalChannelParams && s.internalChannelParams[t] || n;
2460
2460
  }
2461
2461
  function Jn(t) {
2462
- this.Aa = 0, this.i = [], this.j = new jt(), this.ia = this.qa = this.I = this.W = this.g = this.ya = this.D = this.H = this.m = this.S = this.o = null, this.Ya = this.U = 0, this.Va = $t("failFast", !1, t), this.F = this.C = this.u = this.s = this.l = null, this.X = !0, this.za = this.T = -1, this.Y = this.v = this.B = 0, this.Ta = $t("baseRetryDelayMs", 5e3, t), this.cb = $t("retryDelaySeedMs", 1e4, t), this.Wa = $t("forwardChannelMaxRetries", 2, t), this.wa = $t("forwardChannelRequestTimeoutMs", 2e4, t), this.pa = t && t.xmlHttpFactory || void 0, this.Xa = t && t.Tb || void 0, this.Ca = t && t.useFetchStreams || !1, this.L = void 0, this.J = t && t.supportsCrossDomainXhr || !1, this.K = "", this.h = new bn(t && t.concurrentRequestLimit), this.Da = new Li(), this.P = t && t.fastHandshake || !1, this.O = t && t.encodeInitMessageHeaders || !1, this.P && this.O && (this.O = !1), this.Ua = t && t.Rb || !1, t && t.xa && this.j.xa(), t && t.forceLongPolling && (this.X = !1), this.ba = !this.P && this.X && t && t.detectBufferingProxy || !1, this.ja = void 0, t && t.longPollingTimeout && 0 < t.longPollingTimeout && (this.ja = t.longPollingTimeout), this.ca = void 0, this.R = 0, this.M = !1, this.ka = this.A = null;
2462
+ this.Aa = 0, this.i = [], this.j = new jt(), this.ia = this.qa = this.I = this.W = this.g = this.ya = this.D = this.H = this.m = this.S = this.o = null, this.Ya = this.U = 0, this.Va = $t("failFast", !1, t), this.F = this.C = this.u = this.s = this.l = null, this.X = !0, this.za = this.T = -1, this.Y = this.v = this.B = 0, this.Ta = $t("baseRetryDelayMs", 5e3, t), this.cb = $t("retryDelaySeedMs", 1e4, t), this.Wa = $t("forwardChannelMaxRetries", 2, t), this.wa = $t("forwardChannelRequestTimeoutMs", 2e4, t), this.pa = t && t.xmlHttpFactory || void 0, this.Xa = t && t.Tb || void 0, this.Ca = t && t.useFetchStreams || !1, this.L = void 0, this.J = t && t.supportsCrossDomainXhr || !1, this.K = "", this.h = new Pn(t && t.concurrentRequestLimit), this.Da = new Li(), this.P = t && t.fastHandshake || !1, this.O = t && t.encodeInitMessageHeaders || !1, this.P && this.O && (this.O = !1), this.Ua = t && t.Rb || !1, t && t.xa && this.j.xa(), t && t.forceLongPolling && (this.X = !1), this.ba = !this.P && this.X && t && t.detectBufferingProxy || !1, this.ja = void 0, t && t.longPollingTimeout && 0 < t.longPollingTimeout && (this.ja = t.longPollingTimeout), this.ca = void 0, this.R = 0, this.M = !1, this.ka = this.A = null;
2463
2463
  }
2464
2464
  r = Jn.prototype, r.la = 8, r.G = 1, r.connect = function(t, n, s, o) {
2465
2465
  Q(0), this.W = t, this.H = n || {}, s && o !== void 0 && (this.H.OSID = s, this.H.OAID = o), this.F = this.X, this.I = hs(this, null, this.W), Ee(this);
@@ -2482,10 +2482,10 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
2482
2482
  ge(t), t.u && (S.clearTimeout(t.u), t.u = null), de(t), t.h.cancel(), t.s && (typeof t.s == "number" && S.clearTimeout(t.s), t.s = null);
2483
2483
  }
2484
2484
  function Ee(t) {
2485
- if (!Pn(t.h) && !t.s) {
2485
+ if (!bn(t.h) && !t.s) {
2486
2486
  t.s = !0;
2487
2487
  var n = t.Ga;
2488
- Pt || gn(), Mt || (Pt(), Mt = !0), De.add(n, t), t.B = 0;
2488
+ bt || gn(), Mt || (bt(), Mt = !0), De.add(n, t), t.B = 0;
2489
2489
  }
2490
2490
  }
2491
2491
  function Vi(t, n) {
@@ -2522,7 +2522,7 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
2522
2522
  else n = 1e3;
2523
2523
  n = es(this, E, n), s = ot(this.I), U(s, "RID", t), U(s, "CVER", 22), this.D && U(s, "X-HTTP-Session-Id", this.D), Xt(this, s), m && (this.O ? n = "headers=" + encodeURIComponent(String(Yn(m))) + "&" + n : this.m && $e(s, this.m, m)), Ke(this.h, E), this.Ua && U(s, "TYPE", "init"), this.P ? (U(s, "$req", n), U(s, "SID", "null"), E.T = !0, Qe(E, s, null)) : Qe(E, s, n), this.G = 2;
2524
2524
  }
2525
- } else this.G == 3 && (t ? ts(this, t) : this.i.length == 0 || Pn(this.h) || ts(this));
2525
+ } else this.G == 3 && (t ? ts(this, t) : this.i.length == 0 || bn(this.h) || ts(this));
2526
2526
  };
2527
2527
  function ts(t, n) {
2528
2528
  var s;
@@ -2552,7 +2552,7 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
2552
2552
  const k = E[B].map;
2553
2553
  if (I -= m, 0 > I) m = Math.max(0, E[B].g - 100), O = !1;
2554
2554
  else try {
2555
- bi(k, y, "req" + I + "_");
2555
+ Pi(k, y, "req" + I + "_");
2556
2556
  } catch {
2557
2557
  o && o(k);
2558
2558
  }
@@ -2569,7 +2569,7 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
2569
2569
  if (!t.g && !t.u) {
2570
2570
  t.Y = 1;
2571
2571
  var n = t.Fa;
2572
- Pt || gn(), Mt || (Pt(), Mt = !0), De.add(n, t), t.v = 0;
2572
+ bt || gn(), Mt || (bt(), Mt = !0), De.add(n, t), t.v = 0;
2573
2573
  }
2574
2574
  }
2575
2575
  function qe(t) {
@@ -2645,7 +2645,7 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
2645
2645
  function os(t) {
2646
2646
  if (t.G = 0, t.ka = [], t.l) {
2647
2647
  const n = Vn(t.h);
2648
- (n.length != 0 || t.i.length != 0) && (P(t.ka, n), P(t.ka, t.i), t.h.i.length = 0, V(t.i), t.i.length = 0), t.l.ra();
2648
+ (n.length != 0 || t.i.length != 0) && (b(t.ka, n), b(t.ka, t.i), t.h.i.length = 0, V(t.i), t.i.length = 0), t.l.ra();
2649
2649
  }
2650
2650
  }
2651
2651
  function hs(t, n, s) {
@@ -2661,7 +2661,7 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
2661
2661
  }
2662
2662
  function as(t, n, s) {
2663
2663
  if (n && !t.J) throw Error("Can't create secondary domain capable XhrIo object.");
2664
- return n = t.Ca && !t.pa ? new b(new ue({ eb: s })) : new b(t.pa), n.Ha(t.J), n;
2664
+ return n = t.Ca && !t.pa ? new P(new ue({ eb: s })) : new P(t.pa), n.Ha(t.J), n;
2665
2665
  }
2666
2666
  r.isActive = function() {
2667
2667
  return !!this.l && this.l.isActive(this);
@@ -2723,7 +2723,7 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
2723
2723
  H(this.g, new us());
2724
2724
  }, Nt.prototype.ra = function() {
2725
2725
  H(this.g, "b");
2726
- }, X.prototype.send = X.prototype.o, X.prototype.open = X.prototype.m, X.prototype.close = X.prototype.close, ke.NO_ERROR = 0, ke.TIMEOUT = 8, ke.HTTP_ERROR = 6, mi.COMPLETE = "complete", pi.EventType = Ft, Ft.OPEN = "a", Ft.CLOSE = "b", Ft.ERROR = "c", Ft.MESSAGE = "d", x.prototype.listen = x.prototype.K, b.prototype.listenOnce = b.prototype.L, b.prototype.getLastError = b.prototype.Ka, b.prototype.getLastErrorCode = b.prototype.Ba, b.prototype.getStatus = b.prototype.Z, b.prototype.getResponseJson = b.prototype.Oa, b.prototype.getResponseText = b.prototype.oa, b.prototype.send = b.prototype.ea, b.prototype.setWithCredentials = b.prototype.Ha;
2726
+ }, X.prototype.send = X.prototype.o, X.prototype.open = X.prototype.m, X.prototype.close = X.prototype.close, ke.NO_ERROR = 0, ke.TIMEOUT = 8, ke.HTTP_ERROR = 6, mi.COMPLETE = "complete", pi.EventType = Ft, Ft.OPEN = "a", Ft.CLOSE = "b", Ft.ERROR = "c", Ft.MESSAGE = "d", x.prototype.listen = x.prototype.K, P.prototype.listenOnce = P.prototype.L, P.prototype.getLastError = P.prototype.Ka, P.prototype.getLastErrorCode = P.prototype.Ba, P.prototype.getStatus = P.prototype.Z, P.prototype.getResponseJson = P.prototype.Oa, P.prototype.getResponseText = P.prototype.oa, P.prototype.send = P.prototype.ea, P.prototype.setWithCredentials = P.prototype.Ha;
2727
2727
  }).apply(typeof me < "u" ? me : typeof self < "u" ? self : typeof window < "u" ? window : {});
2728
2728
  const Rs = "@firebase/firestore", vs = "4.8.0";
2729
2729
  /**
@@ -4121,9 +4121,9 @@ class un {
4121
4121
  this.timerHandle !== null && (this.removalCallback(this), clearTimeout(this.timerHandle), this.timerHandle = null);
4122
4122
  }
4123
4123
  }
4124
- var Ls, bs;
4125
- (bs = Ls || (Ls = {})).Fa = "default", /** Listen to changes in cache only */
4126
- bs.Cache = "cache";
4124
+ var Ls, Ps;
4125
+ (Ps = Ls || (Ls = {})).Fa = "default", /** Listen to changes in cache only */
4126
+ Ps.Cache = "cache";
4127
4127
  /**
4128
4128
  * @license
4129
4129
  * Copyright 2023 Google LLC
@@ -4160,7 +4160,7 @@ function vo(r) {
4160
4160
  * See the License for the specific language governing permissions and
4161
4161
  * limitations under the License.
4162
4162
  */
4163
- const Ps = /* @__PURE__ */ new Map();
4163
+ const bs = /* @__PURE__ */ new Map();
4164
4164
  /**
4165
4165
  * @license
4166
4166
  * Copyright 2020 Google LLC
@@ -4281,8 +4281,8 @@ class wo {
4281
4281
  */
4282
4282
  _terminate() {
4283
4283
  return function(i) {
4284
- const h = Ps.get(i);
4285
- h && (J("ComponentProvider", "Removing Datastore"), Ps.delete(i), h.terminate());
4284
+ const h = bs.get(i);
4285
+ h && (J("ComponentProvider", "Removing Datastore"), bs.delete(i), h.terminate());
4286
4286
  }(this), Promise.resolve();
4287
4287
  }
4288
4288
  }
@@ -5222,80 +5222,81 @@ Jt._jsonSchemaVersion = "firestore/querySnapshot/1.0", Jt._jsonSchema = {
5222
5222
  }, "PUBLIC").setMultipleInstances(!0)), Ct(Rs, vs, e), // BUILD_TARGET will be replaced by values like esm2017, cjs2017, etc during the compilation
5223
5223
  Ct(Rs, vs, "esm2017");
5224
5224
  })();
5225
- const Lo = "FEATURE_BUY", bo = "FEATURE_SELL", Po = "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", Qo = "AUTH_SCREEN_UPDATE", Go = "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_CREATE_ITEM_REQUEST", fh = "GET_IBAN_REQUEST", ph = "IBAN_SEND_STATUS_PROCESSING", gh = "IBAN_SEND_STATUS_FINISHED", Eh = "SEND_FROM_IBAN_REQUEST", dh = "USER_WALLET_REQUEST", _h = "ADD_WALLET_REQUEST", mh = "ADD_WALLET_SUCCESS", Th = "USER_ASSOCIATE_WALLET_REQUEST", Sh = "ADD_ASSOCIATE_WALLET_REQUEST", yh = "ADD_ASSOCIATE_WALLET_SUCCESS", Ah = "FETCH_WALLET_TOKENS_REQUEST", Rh = "FETCH_AVAILABLE_TOKENS", vh = "FETCH_LINKED_WALLET_TOKENS", Ih = "FETCH_EVER_WALLET_TOKENS", wh = "FIAT_ASSETS_REQUEST", Dh = "FEATURE_CRYPTO_ASSETS", Nh = "FEATURE_CRYPTO_ASSETS_DEFAULT", Oh = "FEATURE_CRYPTO_ASSETS_DEFAULT2", Ch = "USER_DOCUMENTS_REQUEST", Uh = "PREVIEW_DOCUMENT_REQUEST", Lh = "PREVIEW_IDENTITY_DOCUMENT_REQUEST", bh = "PREVIEW_DOCUMENT_CLEAR", Ph = "DELETE_DOCUMENT_REQUEST", Mh = "UPLOAD_DOCUMENT_REQUEST", Bh = "NETWORK_LIST_REQUEST", Vh = "SUGGEST_GAS_REQUEST", Fh = "SEND_NATIVE_TOKEN_REQUEST", xh = "SEND_TOKEN_REQUEST", kh = "HIDE_GAS_POPUP", jh = "CLEAR_SEND_TRX_ID", Hh = "ORDER_LIST_REQUEST", Qh = "ORDER_ESTIMATE_REQUEST", Gh = "ORDER_CREATE_REQUEST", Wh = "ORDER_RESET_ESTIMATE", Yh = "ORDER_IBAN_PAYMENT_REQUEST", Kh = "ORDER_CHECKOUT_PAYMENT_REQUEST", $h = "ORDER_TYPE_REQUEST", Xh = "ORDER_CARD_REQUEST", qh = "ORDER_BANK_SET", zh = "ORDER_RESET", Jh = "ORDER_DEPOSIT_ADDRESS_REQUEST", Zh = "ORDER_CONFIRM_DEPOSIT_REQUEST", ta = "STAKE_LIST_REQUEST", ea = "STAKE_SET_REQUEST", na = "STAKE_INITIAL_STATE", sa = "STAKE_FINISH_REQUEST", ia = "BRIDGE_MOVE_TO_ETHEREUM_GAS_REQUEST", ra = "BRIDGE_MOVE_TO_ETHEREUM_REQUEST", oa = "BRIDGE_MOVE_TO_EVERCHAIN_GAS_REQUEST", ha = "BRIDGE_MOVE_TO_EVERCHAIN_REQUEST", aa = "BRIDGE_RESET", ca = "RESET_PASSWORD_REQUEST", la = "STORE_BALANCE_REQUEST", ua = "KYB_DOCUMENT_UPLOAD_REQUEST", fa = "KYB_APPLICATION_REQUEST", pa = "FULL_ONLY", ga = "EDD_ONLY", Ea = "FULL_EDD";
5225
+ const Lo = "FEATURE_BUY", Po = "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", Qo = "AUTH_SCREEN_UPDATE", Go = "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_CREATE_ITEM_REQUEST", fh = "GET_IBAN_REQUEST", ph = "IBAN_SEND_STATUS_PROCESSING", gh = "IBAN_SEND_STATUS_FINISHED", Eh = "SEND_FROM_IBAN_REQUEST", dh = "USER_WALLET_REQUEST", _h = "ADD_WALLET_REQUEST", mh = "ADD_WALLET_SUCCESS", Th = "USER_ASSOCIATE_WALLET_REQUEST", Sh = "ADD_ASSOCIATE_WALLET_REQUEST", yh = "ADD_ASSOCIATE_WALLET_SUCCESS", Ah = "FETCH_WALLET_TOKENS_REQUEST", Rh = "FETCH_AVAILABLE_TOKENS", vh = "FETCH_LINKED_WALLET_TOKENS", Ih = "FETCH_EVER_WALLET_TOKENS", wh = "FIAT_ASSETS_REQUEST", Dh = "FEATURE_CRYPTO_ASSETS", Nh = "FEATURE_CRYPTO_ASSETS_DEFAULT", Oh = "FEATURE_CRYPTO_ASSETS_DEFAULT2", Ch = "USER_DOCUMENTS_REQUEST", Uh = "PREVIEW_DOCUMENT_REQUEST", Lh = "PREVIEW_IDENTITY_DOCUMENT_REQUEST", Ph = "PREVIEW_DOCUMENT_CLEAR", bh = "DELETE_DOCUMENT_REQUEST", Mh = "UPLOAD_DOCUMENT_REQUEST", Bh = "NETWORK_LIST_REQUEST", Vh = "SUGGEST_GAS_REQUEST", Fh = "SEND_NATIVE_TOKEN_REQUEST", xh = "SEND_TOKEN_REQUEST", kh = "HIDE_GAS_POPUP", jh = "CLEAR_SEND_TRX_ID", Hh = "ORDER_LIST_REQUEST", Qh = "ORDER_ESTIMATE_REQUEST", Gh = "ORDER_CREATE_REQUEST", Wh = "ORDER_RESET_ESTIMATE", Yh = "ORDER_IBAN_PAYMENT_REQUEST", Kh = "ORDER_CHECKOUT_PAYMENT_REQUEST", $h = "ORDER_TYPE_REQUEST", Xh = "ORDER_CARD_REQUEST", qh = "ORDER_BANK_SET", zh = "ORDER_RESET", Jh = "ORDER_DEPOSIT_ADDRESS_REQUEST", Zh = "ORDER_CONFIRM_DEPOSIT_REQUEST", ta = "STAKE_LIST_REQUEST", ea = "STAKE_SET_REQUEST", na = "STAKE_INITIAL_STATE", sa = "STAKE_FINISH_REQUEST", ia = "BRIDGE_MOVE_TO_ETHEREUM_GAS_REQUEST", ra = "BRIDGE_MOVE_TO_ETHEREUM_REQUEST", oa = "BRIDGE_MOVE_TO_EVERCHAIN_GAS_REQUEST", ha = "BRIDGE_MOVE_TO_EVERCHAIN_REQUEST", aa = "BRIDGE_RESET", ca = "RESET_PASSWORD_REQUEST", la = "STORE_BALANCE_REQUEST", ua = "KYB_DOCUMENT_UPLOAD_REQUEST", fa = "KYB_APPLICATION_REQUEST", pa = "CARD_CORP_PAYMENT_STATUS_REQUEST", ga = "FULL_ONLY", Ea = "EDD_ONLY", da = "FULL_EDD";
5226
5226
  export {
5227
- Dh as $,
5227
+ ch as $,
5228
5228
  jo as A,
5229
- Wh as B,
5230
- zh as C,
5231
- Xh as D,
5232
- Jh as E,
5229
+ Jh as B,
5230
+ qh as C,
5231
+ Gh as D,
5232
+ Yh as E,
5233
5233
  Ah as F,
5234
- qh as G,
5235
- Gh as H,
5236
- Yh as I,
5237
- Kh as J,
5234
+ Kh as G,
5235
+ Zh as H,
5236
+ Hh as I,
5237
+ $h as J,
5238
5238
  Fo as K,
5239
5239
  Xo as L,
5240
- Zh as M,
5241
- Hh as N,
5240
+ pa as M,
5241
+ na as N,
5242
5242
  Qh as O,
5243
- $h as P,
5244
- hh as Q,
5243
+ sa as P,
5244
+ ea as Q,
5245
5245
  zo as R,
5246
5246
  ta as S,
5247
- lh as T,
5247
+ hh as T,
5248
5248
  dh as U,
5249
5249
  qo as V,
5250
- uh as W,
5251
- ah as X,
5252
- Eh as Y,
5253
- fh as Z,
5254
- ch as _,
5250
+ lh as W,
5251
+ uh as X,
5252
+ ah as Y,
5253
+ Eh as Z,
5254
+ fh as _,
5255
5255
  xo as a,
5256
- Nh as a0,
5257
- Oh as a1,
5258
- oh as a2,
5259
- sh as a3,
5260
- ih as a4,
5261
- ua as a5,
5262
- fa as a6,
5263
- rh as a7,
5264
- gh as a8,
5265
- ph as a9,
5266
- Vh as aA,
5267
- la as aB,
5268
- Po as aa,
5269
- wh as ab,
5270
- Vo as ac,
5271
- Zo as ad,
5272
- th as ae,
5273
- eh as af,
5274
- nh as ag,
5275
- aa as ah,
5276
- ia as ai,
5277
- ra as aj,
5278
- oa as ak,
5279
- ha as al,
5280
- Lo as am,
5281
- Mo as an,
5282
- bo as ao,
5283
- bh as ap,
5284
- Ch as aq,
5285
- Mh as ar,
5286
- Lh as as,
5287
- Uh as at,
5288
- Ph as au,
5289
- Bh as av,
5290
- kh as aw,
5291
- Fh as ax,
5292
- xh as ay,
5293
- jh as az,
5256
+ Dh as a0,
5257
+ Nh as a1,
5258
+ Oh as a2,
5259
+ oh as a3,
5260
+ sh as a4,
5261
+ ih as a5,
5262
+ ua as a6,
5263
+ fa as a7,
5264
+ rh as a8,
5265
+ gh as a9,
5266
+ jh as aA,
5267
+ Vh as aB,
5268
+ la as aC,
5269
+ ph as aa,
5270
+ bo as ab,
5271
+ wh as ac,
5272
+ Vo as ad,
5273
+ Mo as ae,
5274
+ Zo as af,
5275
+ th as ag,
5276
+ eh as ah,
5277
+ nh as ai,
5278
+ aa as aj,
5279
+ ia as ak,
5280
+ ra as al,
5281
+ oa as am,
5282
+ ha as an,
5283
+ Lo as ao,
5284
+ Po as ap,
5285
+ Ph as aq,
5286
+ Ch as ar,
5287
+ Mh as as,
5288
+ Lh as at,
5289
+ Uh as au,
5290
+ bh as av,
5291
+ Bh as aw,
5292
+ kh as ax,
5293
+ Fh as ay,
5294
+ xh as az,
5294
5295
  ko as b,
5295
5296
  Bo as c,
5296
- ga as d,
5297
- Ea as e,
5298
- pa as f,
5297
+ Ea as d,
5298
+ da as e,
5299
+ ga as f,
5299
5300
  Ho as g,
5300
5301
  Ko as h,
5301
5302
  Jo as i,
@@ -5313,7 +5314,7 @@ export {
5313
5314
  yh as u,
5314
5315
  _h as v,
5315
5316
  Sh as w,
5316
- na as x,
5317
- sa as y,
5318
- ea as z
5317
+ Wh as x,
5318
+ zh as y,
5319
+ Xh as z
5319
5320
  };
@@ -1,4 +1,4 @@
1
- import { $ as t, a0 as s, a1 as e } from "./constants-9grj4Du1.js";
1
+ import { a0 as t, a1 as s, a2 as e } from "./constants-BQibkMPf.js";
2
2
  const p = (a) => ({
3
3
  type: t,
4
4
  payload: a
@@ -10,8 +10,8 @@ import { c as ae } from "./createSvgIcon-Cuzqm90l.js";
10
10
  import se from "./components/Shared/transition.js";
11
11
  import { getDocName as le } from "./util/functions.js";
12
12
  import { u as de, a as me } from "./react-redux-B4BZippc.js";
13
- import { ap as he, aq as ue, ar as pe, as as fe, at as ge, au as _e } from "./constants-9grj4Du1.js";
14
- import { e as xe } from "./index-FwnHkXdK.js";
13
+ import { aq as he, ar as ue, as as pe, at as fe, au as ge, av as _e } from "./constants-BQibkMPf.js";
14
+ import { e as xe } from "./index-BQNs1mvn.js";
15
15
  import { RIGHT_ARROW as M, DELETE_ICON as De } from "./util/constants.js";
16
16
  import { useDialog as be } from "./hooks/useDialog/index.js";
17
17
  import g from "./components/Wallet/Shared/appButton.js";
@@ -3,10 +3,10 @@ const s = (e) => e.session.uuid, t = (e) => (
3
3
  e.user.profile
4
4
  ), o = (e) => e.user.wallets, r = (e) => e.user.associatedWallets, c = (e) => e.user.documents, a = (e) => e.user.banks;
5
5
  export {
6
- a,
6
+ t as a,
7
7
  s as b,
8
8
  o as c,
9
9
  r as d,
10
10
  c as e,
11
- t as u
11
+ a as u
12
12
  };
@@ -8,8 +8,8 @@ import de from "./components/Wallet/Shared/appButton.js";
8
8
  import "./index-DlQqWbXG.js";
9
9
  import { u as ue, a as J } from "./react-redux-B4BZippc.js";
10
10
  import "./components/Wallet/Shared/Auth/otpForm.js";
11
- import { d as v, f as be } from "./constants-9grj4Du1.js";
12
- import { b as ve, c as xe } from "./kyc-MeOwOyUF.js";
11
+ import { d as v, f as be } from "./constants-BQibkMPf.js";
12
+ import { b as ve, c as xe } from "./kyc-BbIvXp_G.js";
13
13
  import { useSnackBarContext as pe } from "./context/snackBarContext.js";
14
14
  import "./util/conversions.js";
15
15
  import "./index-CAoLi5Qq.js";
@@ -1,13 +1,13 @@
1
1
  import { jsxs as n, Fragment as E, jsx as e } from "react/jsx-runtime";
2
2
  import { useMemo as et, useState as h, useEffect as x, useRef as tt } from "react";
3
3
  import rt from "./hoc/withThemeProvider.js";
4
- import { P as nt, f as ot } from "./PlayArrow-C6lnbwD4.js";
4
+ import { P as nt, f as ot } from "./PlayArrow-Cd3sLvFW.js";
5
5
  import { I as it } from "./Info-BVeUSPyk.js";
6
6
  import { G as me } from "./generic-token-B_ptO5yb.js";
7
7
  import { TOKEN_TO_FIAT as de, ESTIMATE_TOOLTIP_TEXT as st, SELL_WITHDRAW_ICON as at, DIALOG_SUCCESS_ICON as Re, DIALOG_ERROR_ICON as lt } from "./util/constants.js";
8
- import { ao as R, aa as ct } from "./constants-9grj4Du1.js";
9
- import { c as ze, d as mt } from "./index-FwnHkXdK.js";
10
- import { d as dt, e as We, b as X, c as Ee, f as ut, j as pt, g as ht } from "./order-Cs5_3wOs.js";
8
+ import { ap as R, ab as ct } from "./constants-BQibkMPf.js";
9
+ import { c as ze, d as mt } from "./index-BQNs1mvn.js";
10
+ import { e as dt, f as We, c as X, d as Ee, g as ut, j as pt, h as ht } from "./order-BQbk7Nb4.js";
11
11
  import { M as ft } from "./tooltip-3UvETWtS.js";
12
12
  import { getCurrencySymbol as Me, getNetworkBackGround as xt, displayWalletAddress as yt } from "./util/functions.js";
13
13
  import gt from "./components/Wallet/Shared/backBtn.js";
@@ -31,8 +31,8 @@ import { T as i } from "./Typography-pAaje37G.js";
31
31
  import { B as T } from "./Box-B0YSYLco.js";
32
32
  import { G as r } from "./Grid-CFe3amXO.js";
33
33
  import { C as I } from "./CircularProgress-xZA3lvba.js";
34
- import { f as Ct } from "./cryptoAssets-Cf7xMoh9.js";
35
- import { u as Nt, a as vt } from "./wallet-nsVuNagB.js";
34
+ import { f as Ct } from "./cryptoAssets-CI_6_gpT.js";
35
+ import { u as Nt, a as vt } from "./wallet-CHtpHvyK.js";
36
36
  import { AuthContainer as kt } from "./components/Wallet/Shared/Container/index.js";
37
37
  import St from "./components/Shared/MinimalKyc/index.js";
38
38
  import Be from "./components/Wallet/Shared/Input/index.js";