everest-npm-features 0.0.34 → 0.0.36

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 (86) hide show
  1. package/dist/{PlayArrow-CcX9hutu.js → PlayArrow-KBDRjTbR.js} +1 -1
  2. package/dist/assets/documents.css +1 -1
  3. package/dist/{auth-BzJj8HQz.js → auth-BQ4bZOAL.js} +3 -3
  4. package/dist/{bank-CCdUsDB2.js → bank-Bz7oos87.js} +6 -6
  5. package/dist/components/RocketRamp/MinimalKyc/form.js +3 -3
  6. package/dist/components/RocketRamp/Player/Buy/cardPayment.js +3 -3
  7. package/dist/components/RocketRamp/Player/Buy/confirmTransaction.js +3 -3
  8. package/dist/components/RocketRamp/Player/Buy/form.js +4 -4
  9. package/dist/components/RocketRamp/Player/Buy/index.js +5 -5
  10. package/dist/components/RocketRamp/Player/Dashboard/index.js +2 -2
  11. package/dist/components/RocketRamp/Player/Sell/confirmTransaction.js +3 -3
  12. package/dist/components/RocketRamp/Player/Sell/form.js +4 -4
  13. package/dist/components/RocketRamp/Player/Sell/index.js +6 -6
  14. package/dist/components/RocketRamp/Player/SignIn/index.js +2 -2
  15. package/dist/components/RocketRamp/Player/SignIn/loginForm.js +2 -2
  16. package/dist/components/RocketRamp/Player/SignIn/otpForm.js +2 -2
  17. package/dist/components/RocketRamp/Player/SignUp/email.js +2 -2
  18. package/dist/components/RocketRamp/Player/SignUp/index.js +2 -2
  19. package/dist/components/RocketRamp/Player/SignUp/personalInfo.js +2 -2
  20. package/dist/components/RocketRamp/ResetPassword/index.js +2 -2
  21. package/dist/components/RocketRamp/Store/SignUp/index.js +2 -2
  22. package/dist/components/RocketRamp/Store/SignUp/personalInfo.js +2 -2
  23. package/dist/components/RocketRamp/Store/SignUp/storeInfo.js +2 -2
  24. package/dist/components/RocketRamp/Transactions/index.js +2 -2
  25. package/dist/components/Shared/FullKyc/edd.d.ts +1 -1
  26. package/dist/components/Shared/FullKyc/edd.js +65 -60
  27. package/dist/components/Shared/FullKyc/index.js +3 -3
  28. package/dist/components/Shared/FullKyc/pep.js +1 -1
  29. package/dist/components/Shared/FullKyc/personalDetails.js +3 -3
  30. package/dist/components/Shared/FullKyc/types.d.ts +1 -0
  31. package/dist/components/Shared/FullKyc/userInfo.js +4 -4
  32. package/dist/components/Shared/MinimalKyc/index.js +2 -2
  33. package/dist/components/Wallet/Account/createIban.js +37 -33
  34. package/dist/components/Wallet/Account/iban.js +18 -18
  35. package/dist/components/Wallet/Account/index.js +3 -3
  36. package/dist/components/Wallet/Account/sendIban.js +7 -7
  37. package/dist/components/Wallet/Buy/confirmTransaction.js +3 -3
  38. package/dist/components/Wallet/Buy/form.js +4 -4
  39. package/dist/components/Wallet/Buy/index.js +6 -6
  40. package/dist/components/Wallet/Deposit/index.js +2 -2
  41. package/dist/components/Wallet/EnterpriseKyc/edd.js +2 -2
  42. package/dist/components/Wallet/EnterpriseKyc/index.js +115 -103
  43. package/dist/components/Wallet/EnterpriseKyc/orgDetails.js +3 -3
  44. package/dist/components/Wallet/EnterpriseKyc/orgInfo.js +2 -2
  45. package/dist/components/Wallet/EnterpriseKyc/verify.js +2 -2
  46. package/dist/components/Wallet/History/index.js +2 -2
  47. package/dist/components/Wallet/MoveToEthereumOrEverChain/index.js +12 -12
  48. package/dist/components/Wallet/Portfolio/index.js +4 -4
  49. package/dist/components/Wallet/Profile/documents.js +2 -2
  50. package/dist/components/Wallet/Profile/index.js +114 -104
  51. package/dist/components/Wallet/Receive/index.js +2 -2
  52. package/dist/components/Wallet/Sell/confirmTransaction.js +4 -4
  53. package/dist/components/Wallet/Sell/form.js +4 -4
  54. package/dist/components/Wallet/Sell/index.js +6 -6
  55. package/dist/components/Wallet/Send/index.js +25 -25
  56. package/dist/components/Wallet/Shared/Auth/otpForm.js +2 -2
  57. package/dist/components/Wallet/Shared/addBank.js +3 -3
  58. package/dist/components/Wallet/Shared/connectPlaidBank.js +2 -2
  59. package/dist/components/Wallet/Shared/manualSend.js +4 -4
  60. package/dist/components/Wallet/SignIn/index.js +2 -2
  61. package/dist/components/Wallet/SignUp/index.js +2 -2
  62. package/dist/components/Wallet/Stake/index.js +4 -4
  63. package/dist/components/Wallet/Swap/form.js +5 -5
  64. package/dist/components/Wallet/Swap/index.js +5 -5
  65. package/dist/components/Wallet/Withdraw/bankSelect.js +4 -4
  66. package/dist/components/Wallet/Withdraw/confirmTransaction.js +3 -3
  67. package/dist/components/Wallet/Withdraw/form.js +4 -4
  68. package/dist/components/Wallet/Withdraw/index.js +5 -5
  69. package/dist/{constants-B1fWUUck.js → constants-rDP6jwIs.js} +147 -143
  70. package/dist/{cryptoAssets-BU3EHVIY.js → cryptoAssets-BXjfidU4.js} +1 -1
  71. package/dist/{documents-PylmjRbk.js → documents-CF1bpppV.js} +134 -133
  72. package/dist/{index-DjWC9DGk.js → index-0PiVFV1G.js} +6 -6
  73. package/dist/{index-DUCRi3yf.js → index-B9MyZ0sJ.js} +14 -14
  74. package/dist/{index-BW-RJYiq.js → index-Btrmgb1g.js} +30 -29
  75. package/dist/{index-CQ-u6bTN.js → index-CdfFs6U2.js} +16 -16
  76. package/dist/{index-Dka1TfUt.js → index-JY7R8k4h.js} +4 -4
  77. package/dist/{index-OSl1NZiT.js → index-PitHP3ul.js} +5 -5
  78. package/dist/{index-BJsAyUhP.js → index-aLtOG-sf.js} +18 -18
  79. package/dist/{kyc-CSbzb5MW.js → kyc-ChoR-OWg.js} +1 -1
  80. package/dist/main.js +7 -7
  81. package/dist/{order-BtLfPFH9.js → order-CTEvMHv4.js} +3 -3
  82. package/dist/{stake-C7IQSI0J.js → stake-nzM9DW-r.js} +1 -1
  83. package/dist/util/constants.d.ts +2 -1
  84. package/dist/util/constants.js +32 -31
  85. package/dist/{wallet-Bq1E67kO.js → wallet-DZ3-OqYH.js} +8 -8
  86. package/package.json +2 -2
@@ -104,9 +104,9 @@ const js = function(r) {
104
104
  this.init_();
105
105
  const i = e ? this.byteToCharMapWebSafe_ : this.byteToCharMap_, h = [];
106
106
  for (let l = 0; l < r.length; l += 3) {
107
- const _ = r[l], T = l + 1 < r.length, S = T ? r[l + 1] : 0, A = l + 2 < r.length, R = A ? r[l + 2] : 0, $ = _ >> 2, G = (_ & 3) << 4 | S >> 4;
107
+ const _ = r[l], T = l + 1 < r.length, S = T ? r[l + 1] : 0, A = l + 2 < r.length, R = A ? r[l + 2] : 0, Y = _ >> 2, G = (_ & 3) << 4 | S >> 4;
108
108
  let L = (S & 15) << 2 | R >> 6, K = R & 63;
109
- A || (K = 64, T || (L = 64)), h.push(i[$], i[G], i[L], i[K]);
109
+ A || (K = 64, T || (L = 64)), h.push(i[Y], i[G], i[L], i[K]);
110
110
  }
111
111
  return h.join("");
112
112
  },
@@ -245,11 +245,11 @@ class Qs {
245
245
  this.service = e, this.serviceName = i, this.errors = h;
246
246
  }
247
247
  create(e, ...i) {
248
- const h = i[0] || {}, l = `${this.service}/${e}`, _ = this.errors[e], T = _ ? $i(_, h) : "Error", S = `${this.serviceName}: ${T} (${l}).`;
248
+ const h = i[0] || {}, l = `${this.service}/${e}`, _ = this.errors[e], T = _ ? Yi(_, h) : "Error", S = `${this.serviceName}: ${T} (${l}).`;
249
249
  return new Lt(l, S, h);
250
250
  }
251
251
  }
252
- function $i(r, e) {
252
+ function Yi(r, e) {
253
253
  return r.replace(Ki, (i, h) => {
254
254
  const l = e[h];
255
255
  return l != null ? String(l) : `<${h}?>`;
@@ -299,7 +299,7 @@ var C;
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
301
  })(C || (C = {}));
302
- const Yi = {
302
+ const $i = {
303
303
  debug: C.DEBUG,
304
304
  verbose: C.VERBOSE,
305
305
  info: C.INFO,
@@ -341,7 +341,7 @@ class Gs {
341
341
  }
342
342
  // Workaround for setter/getter having to be the same type.
343
343
  setLogLevel(e) {
344
- this._logLevel = typeof e == "string" ? Yi[e] : e;
344
+ this._logLevel = typeof e == "string" ? $i[e] : e;
345
345
  }
346
346
  get logHandler() {
347
347
  return this._logHandler;
@@ -394,7 +394,7 @@ function tr() {
394
394
  IDBCursor.prototype.continuePrimaryKey
395
395
  ]);
396
396
  }
397
- const Ws = /* @__PURE__ */ new WeakMap(), rn = /* @__PURE__ */ new WeakMap(), $s = /* @__PURE__ */ new WeakMap(), Ze = /* @__PURE__ */ new WeakMap(), an = /* @__PURE__ */ new WeakMap();
397
+ const Ws = /* @__PURE__ */ new WeakMap(), rn = /* @__PURE__ */ new WeakMap(), Ys = /* @__PURE__ */ new WeakMap(), Ze = /* @__PURE__ */ new WeakMap(), an = /* @__PURE__ */ new WeakMap();
398
398
  function er(r) {
399
399
  const e = new Promise((i, h) => {
400
400
  const l = () => {
@@ -432,7 +432,7 @@ let on = {
432
432
  if (e === "done")
433
433
  return rn.get(r);
434
434
  if (e === "objectStoreNames")
435
- return r.objectStoreNames || $s.get(r);
435
+ return r.objectStoreNames || Ys.get(r);
436
436
  if (e === "store")
437
437
  return i.objectStoreNames[1] ? void 0 : i.objectStore(i.objectStoreNames[0]);
438
438
  }
@@ -451,7 +451,7 @@ function sr(r) {
451
451
  function ir(r) {
452
452
  return r === IDBDatabase.prototype.transaction && !("objectStoreNames" in IDBTransaction.prototype) ? function(e, ...i) {
453
453
  const h = r.call(tn(this), e, ...i);
454
- return $s.set(h, e.sort ? e.sort() : [e]), Et(h);
454
+ return Ys.set(h, e.sort ? e.sort() : [e]), Et(h);
455
455
  } : tr().includes(r) ? function(...e) {
456
456
  return r.apply(tn(this), e), Et(Ws.get(this));
457
457
  } : function(...e) {
@@ -737,9 +737,9 @@ function Ks() {
737
737
  });
738
738
  })), nn;
739
739
  }
740
- async function $r(r) {
740
+ async function Yr(r) {
741
741
  try {
742
- const i = (await Ks()).transaction(Zt), h = await i.objectStore(Zt).get(Ys(r));
742
+ const i = (await Ks()).transaction(Zt), h = await i.objectStore(Zt).get($s(r));
743
743
  return await i.done, h;
744
744
  } catch (e) {
745
745
  if (e instanceof Lt)
@@ -755,7 +755,7 @@ async function $r(r) {
755
755
  async function Ts(r, e) {
756
756
  try {
757
757
  const h = (await Ks()).transaction(Zt, "readwrite");
758
- await h.objectStore(Zt).put(e, Ys(r)), await h.done;
758
+ await h.objectStore(Zt).put(e, $s(r)), await h.done;
759
759
  } catch (i) {
760
760
  if (i instanceof Lt)
761
761
  ct.warn(i.message);
@@ -767,7 +767,7 @@ async function Ts(r, e) {
767
767
  }
768
768
  }
769
769
  }
770
- function Ys(r) {
770
+ function $s(r) {
771
771
  return `${r.name}!${r.options.appId}`;
772
772
  }
773
773
  /**
@@ -786,7 +786,7 @@ function Ys(r) {
786
786
  * See the License for the specific language governing permissions and
787
787
  * limitations under the License.
788
788
  */
789
- const Kr = 1024, Yr = 30;
789
+ const Kr = 1024, $r = 30;
790
790
  class Xr {
791
791
  constructor(e) {
792
792
  this.container = e, this._heartbeatsCache = null;
@@ -806,7 +806,7 @@ class Xr {
806
806
  const l = this.container.getProvider("platform-logger").getImmediate().getPlatformInfoString(), _ = Ss();
807
807
  if (((e = this._heartbeatsCache) === null || e === void 0 ? void 0 : e.heartbeats) == null && (this._heartbeatsCache = await this._heartbeatsCachePromise, ((i = this._heartbeatsCache) === null || i === void 0 ? void 0 : i.heartbeats) == null) || this._heartbeatsCache.lastSentHeartbeatDate === _ || this._heartbeatsCache.heartbeats.some((T) => T.date === _))
808
808
  return;
809
- if (this._heartbeatsCache.heartbeats.push({ date: _, agent: l }), this._heartbeatsCache.heartbeats.length > Yr) {
809
+ if (this._heartbeatsCache.heartbeats.push({ date: _, agent: l }), this._heartbeatsCache.heartbeats.length > $r) {
810
810
  const T = Jr(this._heartbeatsCache.heartbeats);
811
811
  this._heartbeatsCache.heartbeats.splice(T, 1);
812
812
  }
@@ -873,7 +873,7 @@ class zr {
873
873
  */
874
874
  async read() {
875
875
  if (await this._canUseIndexedDBPromise) {
876
- const i = await $r(this.app);
876
+ const i = await Yr(this.app);
877
877
  return i != null && i.heartbeats ? i : { heartbeats: [] };
878
878
  } else
879
879
  return { heartbeats: [] };
@@ -1056,10 +1056,10 @@ var ln;
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
- function $(g, a) {
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($(g.substring(1), a));
1062
+ if (g.charAt(0) == "-") return P(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);
@@ -1134,14 +1134,14 @@ var ln;
1134
1134
  function tt(g, a) {
1135
1135
  for (; (g[a] & 65535) != g[a]; ) g[a + 1] += g[a] >>> 16, g[a] &= 65535, a++;
1136
1136
  }
1137
- function Y(g, a) {
1137
+ function $(g, a) {
1138
1138
  this.g = g, this.h = a;
1139
1139
  }
1140
1140
  function lt(g, a) {
1141
1141
  if (N(a)) throw Error("division by zero");
1142
- if (N(g)) return new Y(G, G);
1143
- if (V(g)) return a = lt(P(g), a), new Y(P(a.g), P(a.h));
1144
- if (V(a)) return a = lt(g, P(a)), new Y(P(a.g), a.h);
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);
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);
@@ -1150,13 +1150,13 @@ var ln;
1150
1150
  var c = d.add(f);
1151
1151
  0 >= c.l(g) && (p = p.add(u), d = c), f = et(f, 1), u = et(u, 1);
1152
1152
  }
1153
- return a = vt(g, p.j(a)), new Y(p, a);
1153
+ return a = vt(g, p.j(a)), new $(p, a);
1154
1154
  }
1155
1155
  for (p = G; 0 <= g.l(a); ) {
1156
1156
  for (u = Math.max(1, Math.floor(g.m() / a.m())), f = Math.ceil(Math.log(u) / Math.LN2), f = 48 >= f ? 1 : Math.pow(2, f - 48), d = R(u), c = d.j(a); V(c) || 0 < c.l(g); ) u -= f, d = R(u), c = d.j(a);
1157
1157
  N(d) && (d = L), p = p.add(d), g = vt(g, c);
1158
1158
  }
1159
- return new Y(p, g);
1159
+ return new $(p, g);
1160
1160
  }
1161
1161
  r.A = function(g) {
1162
1162
  return lt(this, g).h;
@@ -1180,7 +1180,7 @@ var ln;
1180
1180
  for (var f = g.g.length - u, p = [], d = 0; d < f; d++) p[d] = 0 < a ? g.i(d + u) >>> a | g.i(d + u + 1) << 32 - a : g.i(d + u);
1181
1181
  return new T(p, g.h);
1182
1182
  }
1183
- h.prototype.digest = h.prototype.v, h.prototype.reset = h.prototype.s, h.prototype.update = h.prototype.u, T.prototype.add = T.prototype.add, T.prototype.multiply = T.prototype.j, T.prototype.modulo = T.prototype.A, T.prototype.compare = T.prototype.l, T.prototype.toNumber = T.prototype.m, T.prototype.toString = T.prototype.toString, T.prototype.getBits = T.prototype.i, T.fromNumber = R, T.fromString = $, ln = T;
1183
+ h.prototype.digest = h.prototype.v, h.prototype.reset = h.prototype.s, h.prototype.update = h.prototype.u, T.prototype.add = T.prototype.add, T.prototype.multiply = T.prototype.j, T.prototype.modulo = T.prototype.A, T.prototype.compare = T.prototype.l, T.prototype.toNumber = T.prototype.m, T.prototype.toString = T.prototype.toString, T.prototype.getBits = T.prototype.i, T.fromNumber = R, T.fromString = Y, ln = T;
1184
1184
  }).apply(typeof As < "u" ? As : typeof self < "u" ? self : typeof window < "u" ? window : {});
1185
1185
  var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
1186
1186
  (function() {
@@ -1242,7 +1242,7 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1242
1242
  var n = typeof t;
1243
1243
  return n == "object" && t != null || n == "function";
1244
1244
  }
1245
- function $(t, n, s) {
1245
+ function Y(t, n, s) {
1246
1246
  return t.call.apply(t.bind, arguments);
1247
1247
  }
1248
1248
  function G(t, n, s) {
@@ -1259,7 +1259,7 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1259
1259
  };
1260
1260
  }
1261
1261
  function L(t, n, s) {
1262
- return L = Function.prototype.bind && Function.prototype.bind.toString().indexOf("native code") != -1 ? $ : G, L.apply(null, arguments);
1262
+ return L = Function.prototype.bind && Function.prototype.bind.toString().indexOf("native code") != -1 ? Y : G, L.apply(null, arguments);
1263
1263
  }
1264
1264
  function K(t, n) {
1265
1265
  var s = Array.prototype.slice.call(arguments, 1);
@@ -1307,7 +1307,7 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1307
1307
  function tt(t) {
1308
1308
  return /^[\s\xa0]*$/.test(t);
1309
1309
  }
1310
- function Y() {
1310
+ function $() {
1311
1311
  var t = S.navigator;
1312
1312
  return t && (t = t.userAgent) ? t : "";
1313
1313
  }
@@ -1316,7 +1316,7 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1316
1316
  }
1317
1317
  lt[" "] = function() {
1318
1318
  };
1319
- var ee = Y().indexOf("Gecko") != -1 && !(Y().toLowerCase().indexOf("webkit") != -1 && Y().indexOf("Edge") == -1) && !(Y().indexOf("Trident") != -1 || Y().indexOf("MSIE") != -1) && Y().indexOf("Edge") == -1;
1319
+ var ee = $().indexOf("Gecko") != -1 && !($().toLowerCase().indexOf("webkit") != -1 && $().indexOf("Edge") == -1) && !($().indexOf("Trident") != -1 || $().indexOf("MSIE") != -1) && $().indexOf("Edge") == -1;
1320
1320
  function et(t, n, s) {
1321
1321
  for (const o in t) n.call(s, t[o], o, t);
1322
1322
  }
@@ -1892,8 +1892,8 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1892
1892
  function We(t, n) {
1893
1893
  try {
1894
1894
  var s = t.j;
1895
- if (s.G != 0 && (s.g == t || $e(s.h, t))) {
1896
- if (!t.K && $e(s.h, t) && s.G == 3) {
1895
+ if (s.G != 0 && (s.g == t || Ye(s.h, t))) {
1896
+ if (!t.K && Ye(s.h, t) && s.G == 3) {
1897
1897
  try {
1898
1898
  var o = s.Da.g.parse(n);
1899
1899
  } catch {
@@ -1969,7 +1969,7 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
1969
1969
  function Mn(t) {
1970
1970
  return t.h ? 1 : t.g ? t.g.size : 0;
1971
1971
  }
1972
- function $e(t, n) {
1972
+ function Ye(t, n) {
1973
1973
  return t.h ? t.h == n : t.g ? t.g.has(n) : !1;
1974
1974
  }
1975
1975
  function Ke(t, n) {
@@ -2221,7 +2221,7 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
2221
2221
  t && (n.body = t), (this.D || S).fetch(new Request(this.A, n)).then(this.Sa.bind(this), this.ga.bind(this));
2222
2222
  }, r.abort = function() {
2223
2223
  this.response = this.responseText = "", this.u = new Headers(), this.status = 0, this.j && this.j.cancel("Request was aborted.").catch(() => {
2224
- }), 1 <= this.readyState && this.g && this.readyState != 4 && (this.g = !1, $t(this)), this.readyState = 0;
2224
+ }), 1 <= this.readyState && this.g && this.readyState != 4 && (this.g = !1, Yt(this)), this.readyState = 0;
2225
2225
  }, r.Sa = function(t) {
2226
2226
  if (this.g && (this.l = t, this.h || (this.status = this.l.status, this.statusText = this.l.statusText, this.h = t.headers, this.readyState = 2, Kt(this)), this.g && (this.readyState = 3, Kt(this), this.g))) if (this.responseType === "arraybuffer") t.arrayBuffer().then(this.Qa.bind(this), this.ga.bind(this));
2227
2227
  else if (typeof S.ReadableStream < "u" && "body" in t) {
@@ -2242,16 +2242,16 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
2242
2242
  var n = t.value ? t.value : new Uint8Array(0);
2243
2243
  (n = this.v.decode(n, { stream: !t.done })) && (this.response = this.responseText += n);
2244
2244
  }
2245
- t.done ? $t(this) : Kt(this), this.readyState == 3 && Wn(this);
2245
+ t.done ? Yt(this) : Kt(this), this.readyState == 3 && Wn(this);
2246
2246
  }
2247
2247
  }, r.Ra = function(t) {
2248
- this.g && (this.response = this.responseText = t, $t(this));
2248
+ this.g && (this.response = this.responseText = t, Yt(this));
2249
2249
  }, r.Qa = function(t) {
2250
- this.g && (this.response = t, $t(this));
2250
+ this.g && (this.response = t, Yt(this));
2251
2251
  }, r.ga = function() {
2252
- this.g && $t(this);
2252
+ this.g && Yt(this);
2253
2253
  };
2254
- function $t(t) {
2254
+ function Yt(t) {
2255
2255
  t.readyState = 4, t.l = null, t.j = null, t.v = null, Kt(t);
2256
2256
  }
2257
2257
  r.setRequestHeader = function(t, n) {
@@ -2273,14 +2273,14 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
2273
2273
  }, set: function(t) {
2274
2274
  this.m = t ? "include" : "same-origin";
2275
2275
  } });
2276
- function $n(t) {
2276
+ function Yn(t) {
2277
2277
  let n = "";
2278
2278
  return et(t, function(s, o) {
2279
2279
  n += o, n += ":", n += s, n += `\r
2280
2280
  `;
2281
2281
  }), n;
2282
2282
  }
2283
- function Ye(t, n, s) {
2283
+ function $e(t, n, s) {
2284
2284
  t: {
2285
2285
  for (o in s) {
2286
2286
  var o = !1;
@@ -2288,7 +2288,7 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
2288
2288
  }
2289
2289
  o = !0;
2290
2290
  }
2291
- o || (s = $n(s), typeof t == "string" ? s != null && encodeURIComponent(String(s)) : U(t, n, s));
2291
+ o || (s = Yn(s), typeof t == "string" ? s != null && encodeURIComponent(String(s)) : U(t, n, s));
2292
2292
  }
2293
2293
  function b(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;
@@ -2319,9 +2319,9 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
2319
2319
  }
2320
2320
  };
2321
2321
  function Kn(t, n) {
2322
- t.h = !1, t.g && (t.j = !0, t.g.abort(), t.j = !1), t.l = n, t.m = 5, Yn(t), pe(t);
2322
+ t.h = !1, t.g && (t.j = !0, t.g.abort(), t.j = !1), t.l = n, t.m = 5, $n(t), pe(t);
2323
2323
  }
2324
- function Yn(t) {
2324
+ function $n(t) {
2325
2325
  t.A || (t.A = !0, H(t, "complete"), H(t, "error"));
2326
2326
  }
2327
2327
  r.abort = function(t) {
@@ -2370,7 +2370,7 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
2370
2370
  } catch {
2371
2371
  m = "";
2372
2372
  }
2373
- t.l = m + " [" + t.Z() + "]", Yn(t);
2373
+ t.l = m + " [" + t.Z() + "]", $n(t);
2374
2374
  }
2375
2375
  } finally {
2376
2376
  pe(t);
@@ -2455,11 +2455,11 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
2455
2455
  }, r.Ka = function() {
2456
2456
  return typeof this.l == "string" ? this.l : String(this.l);
2457
2457
  };
2458
- function Yt(t, n, s) {
2458
+ function $t(t, n, s) {
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 = Yt("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 = Yt("baseRetryDelayMs", 5e3, t), this.cb = Yt("retryDelaySeedMs", 1e4, t), this.Wa = Yt("forwardChannelMaxRetries", 2, t), this.wa = Yt("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 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;
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);
@@ -2520,7 +2520,7 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
2520
2520
  n = 1e3;
2521
2521
  }
2522
2522
  else n = 1e3;
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($n(m))) + "&" + n : this.m && Ye(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;
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
2525
  } else this.G == 3 && (t ? ts(this, t) : this.i.length == 0 || Pn(this.h) || ts(this));
2526
2526
  };
@@ -2528,7 +2528,7 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
2528
2528
  var s;
2529
2529
  n ? s = n.l : s = t.U++;
2530
2530
  const o = ot(t.I);
2531
- U(o, "SID", t.K), U(o, "RID", s), U(o, "AID", t.T), Xt(t, o), t.m && t.o && Ye(o, t.m, t.o), s = new ft(t, t.j, s, t.B + 1), t.m === null && (s.H = t.o), n && (t.i = n.D.concat(t.i)), n = es(t, s, 1e3), s.I = Math.round(0.5 * t.wa) + Math.round(0.5 * t.wa * Math.random()), Ke(t.h, s), Qe(s, o, n);
2531
+ U(o, "SID", t.K), U(o, "RID", s), U(o, "AID", t.T), Xt(t, o), t.m && t.o && $e(o, t.m, t.o), s = new ft(t, t.j, s, t.B + 1), t.m === null && (s.H = t.o), n && (t.i = n.D.concat(t.i)), n = es(t, s, 1e3), s.I = Math.round(0.5 * t.wa) + Math.round(0.5 * t.wa * Math.random()), Ke(t.h, s), Qe(s, o, n);
2532
2532
  }
2533
2533
  function Xt(t, n) {
2534
2534
  t.H && et(t.H, function(s, o) {
@@ -2589,7 +2589,7 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
2589
2589
  function ss(t) {
2590
2590
  t.g = new ft(t, t.j, "rpc", t.Y), t.m === null && (t.g.H = t.o), t.g.O = 0;
2591
2591
  var n = ot(t.qa);
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 && Ye(n, t.m, t.o), t.L && (t.g.I = t.L);
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
2594
  t = t.ia, s.L = 1, s.v = le(ot(n)), s.m = null, s.P = !0, Cn(s, t);
2595
2595
  }
@@ -2604,7 +2604,7 @@ var me = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
2604
2604
  if (t.g == n) {
2605
2605
  de(t), ze(t), t.g = null;
2606
2606
  var o = 2;
2607
- } else if ($e(t.h, n)) s = n.D, Bn(t.h, n), o = 1;
2607
+ } else if (Ye(t.h, n)) s = n.D, Bn(t.h, n), o = 1;
2608
2608
  else return;
2609
2609
  if (t.G != 0) {
2610
2610
  if (n.o) if (o == 1) {
@@ -5160,12 +5160,12 @@ class Jt {
5160
5160
  let T = l._snapshot.oldDocs;
5161
5161
  return l._snapshot.docChanges.filter((S) => _ || S.type !== 3).map((S) => {
5162
5162
  const A = new Se(l._firestore, l._userDataWriter, S.doc.key, S.doc, new Te(l._snapshot.mutatedKeys.has(S.doc.key), l._snapshot.fromCache), l.query.converter);
5163
- let R = -1, $ = -1;
5164
- return S.type !== 0 && (R = T.indexOf(S.doc.key), T = T.delete(S.doc.key)), S.type !== 1 && (T = T.add(S.doc), $ = T.indexOf(S.doc.key)), {
5163
+ let R = -1, Y = -1;
5164
+ return S.type !== 0 && (R = T.indexOf(S.doc.key), T = T.delete(S.doc.key)), S.type !== 1 && (T = T.add(S.doc), Y = T.indexOf(S.doc.key)), {
5165
5165
  type: Uo(S.type),
5166
5166
  doc: A,
5167
5167
  oldIndex: R,
5168
- newIndex: $
5168
+ newIndex: Y
5169
5169
  };
5170
5170
  });
5171
5171
  }
@@ -5212,9 +5212,9 @@ Jt._jsonSchemaVersion = "firestore/querySnapshot/1.0", Jt._jsonSchema = {
5212
5212
  (function(l) {
5213
5213
  we = l;
5214
5214
  })(Qr), Ae(new ye("firestore", (h, { instanceIdentifier: l, options: _ }) => {
5215
- const T = h.getProvider("app").getImmediate(), S = new Do(new io(h.getProvider("auth-internal")), new ho(T, h.getProvider("app-check-internal")), function(R, $) {
5215
+ const T = h.getProvider("app").getImmediate(), S = new Do(new io(h.getProvider("auth-internal")), new ho(T, h.getProvider("app-check-internal")), function(R, Y) {
5216
5216
  if (!Object.prototype.hasOwnProperty.apply(R.options, ["projectId"])) throw new D(w.INVALID_ARGUMENT, '"projectId" not provided in firebase.initializeApp.');
5217
- return new Ie(R.options.projectId, $);
5217
+ return new Ie(R.options.projectId, Y);
5218
5218
  }(T, l), T);
5219
5219
  return _ = Object.assign({
5220
5220
  useFetchStreams: i
@@ -5222,96 +5222,100 @@ 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 = "AUTH_RESET", Fo = "VALIDATE_PLAYER_REGISTER_BY_EMAIL_REQUEST", xo = "AUTH_SCREEN_UPDATE", ko = "REGISTER_PLAYER_BY_EMAIL_REQUEST", jo = "VERIFY_REGISTER_BY_EMAIL_REQUEST", Ho = "REGISTER_STORE_BY_EMAIL_REQUEST", Qo = "VALIDATE_STORE_REGISTER_BY_EMAIL_REQUEST", Go = "VERIFY_STORE_REGISTER_BY_EMAIL_REQUEST", Wo = "LOGIN_BY_EMAIL_REQUEST", $o = "VALIDATE_LOGIN_REQUEST", Ko = "REGISTER_BY_EMAIL_REQUEST", Yo = "VALIDATE_REGISTER_REQUEST", Xo = "USER_REF_REQUEST", qo = "USER_REF_COUNT_REQUEST", zo = "USER_TWITTER_INFO_REQUEST", Jo = "USER_TWITTER_UPDATE_REQUEST", Zo = "GET_KYC_DOC_DATA_REQUEST", th = "USER_MINIMAL_KYC_REQUEST", eh = "USER_FULL_KYC_REQUEST", nh = "RESET_KYC", sh = "USER_BANK_REQUEST", ih = "ADD_BANK_REQUEST", rh = "DELETE_BANK_REQUEST", oh = "PLAID_TOKEN_REQUEST", hh = "PLAID_CREATE_ITEM_REQUEST", ah = "GET_IBAN_REQUEST", ch = "IBAN_SEND_STATUS_START", lh = "IBAN_SEND_STATUS_PROCESSING", uh = "IBAN_SEND_STATUS_FINISHED", fh = "SET_IBAN_SEND_STATUS", ph = "SEND_FROM_IBAN_REQUEST", gh = "USER_WALLET_REQUEST", Eh = "ADD_WALLET_REQUEST", dh = "ADD_WALLET_SUCCESS", _h = "USER_ASSOCIATE_WALLET_REQUEST", mh = "ADD_ASSOCIATE_WALLET_REQUEST", Th = "ADD_ASSOCIATE_WALLET_SUCCESS", Sh = "FETCH_WALLET_TOKENS_REQUEST", yh = "FETCH_AVAILABLE_TOKENS", Ah = "FETCH_LINKED_WALLET_TOKENS", Rh = "FETCH_EVER_WALLET_TOKENS", vh = "FIAT_ASSETS_REQUEST", Ih = "FEATURE_CRYPTO_ASSETS", wh = "FEATURE_CRYPTO_ASSETS_DEFAULT", Dh = "FEATURE_CRYPTO_ASSETS_DEFAULT2", Nh = "USER_DOCUMENTS_REQUEST", Oh = "PREVIEW_DOCUMENT_REQUEST", Ch = "PREVIEW_IDENTITY_DOCUMENT_REQUEST", Uh = "PREVIEW_DOCUMENT_CLEAR", Lh = "DELETE_DOCUMENT_REQUEST", bh = "UPLOAD_DOCUMENT_REQUEST", Ph = "NETWORK_LIST_REQUEST", Mh = "SUGGEST_GAS_REQUEST", Bh = "SEND_NATIVE_TOKEN_REQUEST", Vh = "SEND_TOKEN_REQUEST", Fh = "HIDE_GAS_POPUP", xh = "CLEAR_SEND_TRX_ID", kh = "ORDER_LIST_REQUEST", jh = "ORDER_ESTIMATE_REQUEST", Hh = "ORDER_CREATE_REQUEST", Qh = "ORDER_RESET_ESTIMATE", Gh = "ORDER_IBAN_PAYMENT_REQUEST", Wh = "ORDER_CHECKOUT_PAYMENT_REQUEST", $h = "ORDER_TYPE_REQUEST", Kh = "ORDER_CARD_REQUEST", Yh = "ORDER_BANK_SET", Xh = "ORDER_RESET", qh = "ORDER_DEPOSIT_ADDRESS_REQUEST", zh = "ORDER_CONFIRM_DEPOSIT_REQUEST", Jh = "STAKE_LIST_REQUEST", Zh = "STAKE_SET_REQUEST", ta = "STAKE_INITIAL_STATE", ea = "STAKE_FINISH_REQUEST", na = "BRIDGE_MOVE_TO_ETHEREUM_GAS_REQUEST", sa = "BRIDGE_MOVE_TO_ETHEREUM_REQUEST", ia = "BRIDGE_MOVE_TO_EVERCHAIN_GAS_REQUEST", ra = "BRIDGE_MOVE_TO_EVERCHAIN_REQUEST", oa = "BRIDGE_RESET", ha = "RESET_PASSWORD_REQUEST", aa = "STORE_BALANCE_REQUEST", ca = "KYB_DOCUMENT_UPLOAD_REQUEST", la = "KYB_APPLICATION_REQUEST", ua = "FULL_ONLY", fa = "EDD_ONLY", pa = "FULL_EDD";
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_START", gh = "IBAN_SEND_STATUS_PROCESSING", Eh = "IBAN_SEND_STATUS_FINISHED", dh = "SET_IBAN_SEND_STATUS", _h = "SEND_FROM_IBAN_REQUEST", mh = "USER_WALLET_REQUEST", Th = "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", Nh = "FIAT_ASSETS_REQUEST", Oh = "FEATURE_CRYPTO_ASSETS", Ch = "FEATURE_CRYPTO_ASSETS_DEFAULT", Uh = "FEATURE_CRYPTO_ASSETS_DEFAULT2", Lh = "USER_DOCUMENTS_REQUEST", bh = "PREVIEW_DOCUMENT_REQUEST", Ph = "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", Qh = "CLEAR_SEND_TRX_ID", Gh = "ORDER_LIST_REQUEST", Wh = "ORDER_ESTIMATE_REQUEST", Yh = "ORDER_CREATE_REQUEST", Kh = "ORDER_RESET_ESTIMATE", $h = "ORDER_IBAN_PAYMENT_REQUEST", Xh = "ORDER_CHECKOUT_PAYMENT_REQUEST", qh = "ORDER_TYPE_REQUEST", zh = "ORDER_CARD_REQUEST", Jh = "ORDER_BANK_SET", Zh = "ORDER_RESET", ta = "ORDER_DEPOSIT_ADDRESS_REQUEST", ea = "ORDER_CONFIRM_DEPOSIT_REQUEST", na = "STAKE_LIST_REQUEST", sa = "STAKE_SET_REQUEST", ia = "STAKE_INITIAL_STATE", ra = "STAKE_FINISH_REQUEST", oa = "BRIDGE_MOVE_TO_ETHEREUM_GAS_REQUEST", ha = "BRIDGE_MOVE_TO_ETHEREUM_REQUEST", aa = "BRIDGE_MOVE_TO_EVERCHAIN_GAS_REQUEST", ca = "BRIDGE_MOVE_TO_EVERCHAIN_REQUEST", la = "BRIDGE_RESET", ua = "RESET_PASSWORD_REQUEST", fa = "STORE_BALANCE_REQUEST", pa = "KYB_DOCUMENT_UPLOAD_REQUEST", ga = "KYB_APPLICATION_REQUEST", Ea = "FULL_ONLY", da = "EDD_ONLY", _a = "FULL_EDD";
5226
5226
  export {
5227
- wh as $,
5228
- Vo as A,
5229
- qh as B,
5230
- Yh as C,
5231
- Hh as D,
5232
- Gh as E,
5233
- Sh as F,
5234
- Wh as G,
5235
- zh as H,
5236
- kh as I,
5237
- $h as J,
5238
- Bo as K,
5239
- Wo as L,
5240
- sh as M,
5241
- hh as N,
5242
- jh as O,
5243
- oh as P,
5244
- ah as Q,
5245
- Ko as R,
5246
- Jh as S,
5247
- ih as T,
5248
- gh as U,
5249
- $o as V,
5250
- ph as W,
5227
+ ch as $,
5228
+ jo as A,
5229
+ Kh as B,
5230
+ Zh as C,
5231
+ zh as D,
5232
+ ta as E,
5233
+ vh as F,
5234
+ Jh as G,
5235
+ Yh as H,
5236
+ $h as I,
5237
+ Xh as J,
5238
+ Fo as K,
5239
+ Xo as L,
5240
+ ea as M,
5241
+ Gh as N,
5242
+ Wh as O,
5243
+ qh as P,
5244
+ hh as Q,
5245
+ zo as R,
5246
+ na as S,
5247
+ lh as T,
5248
+ mh as U,
5249
+ qo as V,
5250
+ uh as W,
5251
5251
  fh as X,
5252
- rh as Y,
5253
- ch as Z,
5254
- Ih as _,
5255
- fa as a,
5256
- Dh as a0,
5257
- nh as a1,
5258
- Zo as a2,
5259
- th as a3,
5260
- ca as a4,
5261
- la as a5,
5262
- eh as a6,
5263
- uh as a7,
5264
- lh as a8,
5265
- Po as a9,
5266
- vh as aa,
5267
- Xo as ab,
5268
- qo as ac,
5269
- zo as ad,
5270
- Jo as ae,
5271
- oa as af,
5272
- na as ag,
5273
- sa as ah,
5274
- ia as ai,
5275
- ra as aj,
5276
- Lo as ak,
5277
- Mo as al,
5278
- bo as am,
5279
- Uh as an,
5280
- Nh as ao,
5281
- bh as ap,
5282
- Ch as aq,
5283
- Oh as ar,
5252
+ ah as Y,
5253
+ _h as Z,
5254
+ dh as _,
5255
+ xo as a,
5256
+ ph as a0,
5257
+ Oh as a1,
5258
+ Ch as a2,
5259
+ Uh as a3,
5260
+ oh as a4,
5261
+ sh as a5,
5262
+ ih as a6,
5263
+ pa as a7,
5264
+ ga as a8,
5265
+ rh as a9,
5266
+ jh as aA,
5267
+ Qh as aB,
5268
+ xh as aC,
5269
+ fa as aD,
5270
+ Eh as aa,
5271
+ gh as ab,
5272
+ Po as ac,
5273
+ Nh as ad,
5274
+ Vo as ae,
5275
+ Zo as af,
5276
+ th as ag,
5277
+ eh as ah,
5278
+ nh as ai,
5279
+ la as aj,
5280
+ oa as ak,
5281
+ ha as al,
5282
+ aa as am,
5283
+ ca as an,
5284
+ Lo as ao,
5285
+ Mo as ap,
5286
+ bo as aq,
5287
+ Mh as ar,
5284
5288
  Lh as as,
5285
- Ph as at,
5286
- Fh as au,
5287
- Bh as av,
5288
- Vh as aw,
5289
- xh as ax,
5290
- Mh as ay,
5291
- aa as az,
5292
- pa as b,
5293
- ua as c,
5294
- Fo as d,
5295
- Qo as e,
5296
- Yo as f,
5297
- xo as g,
5298
- ko as h,
5299
- jo as i,
5300
- Ho as j,
5289
+ Vh as at,
5290
+ Ph as au,
5291
+ bh as av,
5292
+ Bh as aw,
5293
+ Fh as ax,
5294
+ Hh as ay,
5295
+ kh as az,
5296
+ ko as b,
5297
+ Bo as c,
5298
+ da as d,
5299
+ _a as e,
5300
+ Ea as f,
5301
+ Ho as g,
5302
+ Ko as h,
5303
+ Jo as i,
5304
+ Qo as j,
5301
5305
  Go as k,
5302
- ha as l,
5303
- _h as m,
5304
- yh as n,
5305
- Ah as o,
5306
- Rh as p,
5307
- dh as q,
5308
- Th as r,
5309
- Eh as s,
5310
- mh as t,
5311
- ta as u,
5312
- ea as v,
5313
- Zh as w,
5314
- Qh as x,
5315
- Xh as y,
5316
- Kh as z
5306
+ Wo as l,
5307
+ Yo as m,
5308
+ $o as n,
5309
+ ua as o,
5310
+ yh as p,
5311
+ Ih as q,
5312
+ wh as r,
5313
+ Dh as s,
5314
+ Sh as t,
5315
+ Rh as u,
5316
+ Th as v,
5317
+ Ah as w,
5318
+ ia as x,
5319
+ ra as y,
5320
+ sa as z
5317
5321
  };
@@ -1,4 +1,4 @@
1
- import { _ as t, $ as s, a0 as e } from "./constants-B1fWUUck.js";
1
+ import { a1 as t, a2 as s, a3 as e } from "./constants-rDP6jwIs.js";
2
2
  const p = (a) => ({
3
3
  type: t,
4
4
  payload: a