@edgex-web/components 0.1.0-beta.40 → 0.1.0-beta.42
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.
- package/dist/{ccip-D_dNilAU.mjs → ccip-QG9Dq841.mjs} +2 -2
- package/dist/{ccip-D_dNilAU.mjs.map → ccip-QG9Dq841.mjs.map} +1 -1
- package/dist/components/Withdraw/src/evm/index.d.ts.map +1 -1
- package/dist/components/shared/components/selector/index.d.ts.map +1 -1
- package/dist/{index-L-UDN_SB.mjs → index-D1cRHogg.mjs} +271 -274
- package/dist/index-D1cRHogg.mjs.map +1 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +31 -31
- package/dist/index.umd.js.map +1 -1
- package/dist/types/index.d.ts +2 -0
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/index-L-UDN_SB.mjs.map +0 -1
|
@@ -241,29 +241,29 @@ function Sm() {
|
|
|
241
241
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
242
242
|
try {
|
|
243
243
|
Reflect.construct(le, []);
|
|
244
|
-
} catch (
|
|
245
|
-
te =
|
|
244
|
+
} catch (Ue) {
|
|
245
|
+
te = Ue;
|
|
246
246
|
}
|
|
247
247
|
Reflect.construct(M, [], le);
|
|
248
248
|
} else {
|
|
249
249
|
try {
|
|
250
250
|
le.call();
|
|
251
|
-
} catch (
|
|
252
|
-
te =
|
|
251
|
+
} catch (Ue) {
|
|
252
|
+
te = Ue;
|
|
253
253
|
}
|
|
254
254
|
M.call(le.prototype);
|
|
255
255
|
}
|
|
256
256
|
} else {
|
|
257
257
|
try {
|
|
258
258
|
throw Error();
|
|
259
|
-
} catch (
|
|
260
|
-
te =
|
|
259
|
+
} catch (Ue) {
|
|
260
|
+
te = Ue;
|
|
261
261
|
}
|
|
262
262
|
M();
|
|
263
263
|
}
|
|
264
|
-
} catch (
|
|
265
|
-
if (
|
|
266
|
-
for (var ce =
|
|
264
|
+
} catch (Ue) {
|
|
265
|
+
if (Ue && te && typeof Ue.stack == "string") {
|
|
266
|
+
for (var ce = Ue.stack.split(`
|
|
267
267
|
`), Fe = te.stack.split(`
|
|
268
268
|
`), Pe = ce.length - 1, $e = Fe.length - 1; Pe >= 1 && $e >= 0 && ce[Pe] !== Fe[$e]; )
|
|
269
269
|
$e--;
|
|
@@ -606,11 +606,11 @@ Check the top-level render call using <` + Y + ">.");
|
|
|
606
606
|
$u(tt, M);
|
|
607
607
|
}
|
|
608
608
|
if (Ir.call(V, "key")) {
|
|
609
|
-
var $n = S(M),
|
|
609
|
+
var $n = S(M), Ue = Object.keys(V).filter(function(hm) {
|
|
610
610
|
return hm !== "key";
|
|
611
|
-
}), ii =
|
|
611
|
+
}), ii = Ue.length > 0 ? "{key: someKey, " + Ue.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
612
612
|
if (!Au[$n + ii]) {
|
|
613
|
-
var pm =
|
|
613
|
+
var pm = Ue.length > 0 ? "{" + Ue.join(": ..., ") + ": ...}" : "{}";
|
|
614
614
|
b(`A props object containing a "key" prop is being spread into JSX:
|
|
615
615
|
let props = %s;
|
|
616
616
|
<%s {...props} />
|
|
@@ -921,7 +921,7 @@ const Pm = {
|
|
|
921
921
|
throw new Error("useComponentConfig must be used within ComponentProvider");
|
|
922
922
|
return e;
|
|
923
923
|
};
|
|
924
|
-
var Cm = /^-?(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?$/i, ai = Math.ceil, st = Math.floor,
|
|
924
|
+
var Cm = /^-?(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?$/i, ai = Math.ceil, st = Math.floor, ze = "[BigNumber Error] ", Nu = ze + "Number primitive has more than 15 significant digits: ", gt = 1e14, oe = 14, ci = 9007199254740991, ui = [1, 10, 100, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8, 1e9, 1e10, 1e11, 1e12, 1e13], fn = 1e7, Ie = 1e9;
|
|
925
925
|
function Of(e) {
|
|
926
926
|
var t, n, r, o = b.prototype = { constructor: b, toString: null, valueOf: null }, s = new b(1), i = 20, c = 4, a = -7, u = 21, l = -1e7, d = 1e7, f = !1, p = 1, h = 0, m = {
|
|
927
927
|
prefix: "",
|
|
@@ -1010,28 +1010,28 @@ function Of(e) {
|
|
|
1010
1010
|
else if (ye(P, -Ie, Ie, w), P)
|
|
1011
1011
|
l = -(d = P < 0 ? -P : P);
|
|
1012
1012
|
else
|
|
1013
|
-
throw Error(
|
|
1013
|
+
throw Error(ze + w + " cannot be zero: " + P);
|
|
1014
1014
|
if (g.hasOwnProperty(w = "CRYPTO"))
|
|
1015
1015
|
if (P = g[w], P === !!P)
|
|
1016
1016
|
if (P)
|
|
1017
1017
|
if (typeof crypto < "u" && crypto && (crypto.getRandomValues || crypto.randomBytes))
|
|
1018
1018
|
f = P;
|
|
1019
1019
|
else
|
|
1020
|
-
throw f = !P, Error(
|
|
1020
|
+
throw f = !P, Error(ze + "crypto unavailable");
|
|
1021
1021
|
else
|
|
1022
1022
|
f = P;
|
|
1023
1023
|
else
|
|
1024
|
-
throw Error(
|
|
1024
|
+
throw Error(ze + w + " not true or false: " + P);
|
|
1025
1025
|
if (g.hasOwnProperty(w = "MODULO_MODE") && (P = g[w], ye(P, 0, 9, w), p = P), g.hasOwnProperty(w = "POW_PRECISION") && (P = g[w], ye(P, 0, Ie, w), h = P), g.hasOwnProperty(w = "FORMAT"))
|
|
1026
1026
|
if (P = g[w], typeof P == "object") m = P;
|
|
1027
|
-
else throw Error(
|
|
1027
|
+
else throw Error(ze + w + " not an object: " + P);
|
|
1028
1028
|
if (g.hasOwnProperty(w = "ALPHABET"))
|
|
1029
1029
|
if (P = g[w], typeof P == "string" && !/^.?$|[+\-.\s]|(.).*\1/.test(P))
|
|
1030
1030
|
T = P.slice(0, 10) == "0123456789", v = P;
|
|
1031
1031
|
else
|
|
1032
|
-
throw Error(
|
|
1032
|
+
throw Error(ze + w + " invalid: " + P);
|
|
1033
1033
|
} else
|
|
1034
|
-
throw Error(
|
|
1034
|
+
throw Error(ze + "Object expected: " + g);
|
|
1035
1035
|
return {
|
|
1036
1036
|
DECIMAL_PLACES: i,
|
|
1037
1037
|
ROUNDING_MODE: c,
|
|
@@ -1061,7 +1061,7 @@ function Of(e) {
|
|
|
1061
1061
|
}
|
|
1062
1062
|
} else if (I === null && O === null && (S === null || S === 1 || S === -1))
|
|
1063
1063
|
return !0;
|
|
1064
|
-
throw Error(
|
|
1064
|
+
throw Error(ze + "Invalid BigNumber: " + g);
|
|
1065
1065
|
}, b.maximum = b.max = function() {
|
|
1066
1066
|
return C(arguments, -1);
|
|
1067
1067
|
}, b.minimum = b.min = function() {
|
|
@@ -1084,7 +1084,7 @@ function Of(e) {
|
|
|
1084
1084
|
x = (I[A] & 31) * 281474976710656 + I[A + 1] * 1099511627776 + I[A + 2] * 4294967296 + I[A + 3] * 16777216 + (I[A + 4] << 16) + (I[A + 5] << 8) + I[A + 6], x >= 9e15 ? crypto.randomBytes(7).copy(I, A) : (R.push(x % 1e14), A += 7);
|
|
1085
1085
|
A = E / 7;
|
|
1086
1086
|
} else
|
|
1087
|
-
throw f = !1, Error(
|
|
1087
|
+
throw f = !1, Error(ze + "crypto unavailable");
|
|
1088
1088
|
if (!f)
|
|
1089
1089
|
for (; A < E; )
|
|
1090
1090
|
x = w(), x < 9e15 && (R[A++] = x % 1e14);
|
|
@@ -1114,21 +1114,21 @@ function Of(e) {
|
|
|
1114
1114
|
return function(P, I, O, S, E) {
|
|
1115
1115
|
var x, A, R, y, N, L, j, U, z = P.indexOf("."), Z = i, H = c;
|
|
1116
1116
|
for (z >= 0 && (y = h, h = 0, P = P.replace(".", ""), U = new b(I), L = U.pow(P.length - z), h = y, U.c = w(
|
|
1117
|
-
|
|
1117
|
+
Wt(nt(L.c), L.e, "0"),
|
|
1118
1118
|
10,
|
|
1119
1119
|
O,
|
|
1120
1120
|
g
|
|
1121
1121
|
), U.e = U.c.length), j = w(P, I, O, E ? (x = v, g) : (x = g, v)), R = y = j.length; j[--y] == 0; j.pop()) ;
|
|
1122
1122
|
if (!j[0]) return x.charAt(0);
|
|
1123
1123
|
if (z < 0 ? --R : (L.c = j, L.e = R, L.s = S, L = t(L, U, Z, H, O), j = L.c, N = L.r, R = L.e), A = R + Z + 1, z = j[A], y = O / 2, N = N || A < 0 || j[A + 1] != null, N = H < 4 ? (z != null || N) && (H == 0 || H == (L.s < 0 ? 3 : 2)) : z > y || z == y && (H == 4 || N || H == 6 && j[A - 1] & 1 || H == (L.s < 0 ? 8 : 7)), A < 1 || !j[0])
|
|
1124
|
-
P = N ?
|
|
1124
|
+
P = N ? Wt(x.charAt(1), -Z, x.charAt(0)) : x.charAt(0);
|
|
1125
1125
|
else {
|
|
1126
1126
|
if (j.length = A, N)
|
|
1127
1127
|
for (--O; ++j[--A] > O; )
|
|
1128
1128
|
j[A] = 0, A || (++R, j = [1].concat(j));
|
|
1129
1129
|
for (y = j.length; !j[--y]; ) ;
|
|
1130
1130
|
for (z = 0, P = ""; z <= y; P += x.charAt(j[z++])) ;
|
|
1131
|
-
P =
|
|
1131
|
+
P = Wt(P, R, x.charAt(0));
|
|
1132
1132
|
}
|
|
1133
1133
|
return P;
|
|
1134
1134
|
};
|
|
@@ -1199,11 +1199,11 @@ function Of(e) {
|
|
|
1199
1199
|
var O, S, E, x, A;
|
|
1200
1200
|
if (P == null ? P = c : ye(P, 0, 8), !g.c) return g.toString();
|
|
1201
1201
|
if (O = g.c[0], E = g.e, w == null)
|
|
1202
|
-
A = nt(g.c), A = I == 1 || I == 2 && (E <= a || E >= u) ? Do(A, E) :
|
|
1202
|
+
A = nt(g.c), A = I == 1 || I == 2 && (E <= a || E >= u) ? Do(A, E) : Wt(A, E, "0");
|
|
1203
1203
|
else if (g = F(new b(g), w, P), S = g.e, A = nt(g.c), x = A.length, I == 1 || I == 2 && (w <= S || S <= a)) {
|
|
1204
1204
|
for (; x < w; A += "0", x++) ;
|
|
1205
1205
|
A = Do(A, S);
|
|
1206
|
-
} else if (w -= E + (I === 2 && S > E), A =
|
|
1206
|
+
} else if (w -= E + (I === 2 && S > E), A = Wt(A, S, "0"), S + 1 > x) {
|
|
1207
1207
|
if (--w > 0) for (A += "."; w--; A += "0") ;
|
|
1208
1208
|
} else if (w += S - x, w > 0)
|
|
1209
1209
|
for (S + 1 == x && (A += "."); w--; A += "0") ;
|
|
@@ -1231,7 +1231,7 @@ function Of(e) {
|
|
|
1231
1231
|
}), A && (R = A, y = y.replace(w, "$1").replace(P, "0.$1")), E != y))
|
|
1232
1232
|
return new b(y, R);
|
|
1233
1233
|
if (b.DEBUG)
|
|
1234
|
-
throw Error(
|
|
1234
|
+
throw Error(ze + "Not a" + (A ? " base " + A : "") + " number: " + E);
|
|
1235
1235
|
S.s = null;
|
|
1236
1236
|
}
|
|
1237
1237
|
S.c = S.e = null;
|
|
@@ -1279,7 +1279,7 @@ function Of(e) {
|
|
|
1279
1279
|
}
|
|
1280
1280
|
function D(g) {
|
|
1281
1281
|
var w, P = g.e;
|
|
1282
|
-
return P === null ? g.toString() : (w = nt(g.c), w = P <= a || P >= u ? Do(w, P) :
|
|
1282
|
+
return P === null ? g.toString() : (w = nt(g.c), w = P <= a || P >= u ? Do(w, P) : Wt(w, P, "0"), g.s < 0 ? "-" + w : w);
|
|
1283
1283
|
}
|
|
1284
1284
|
return o.absoluteValue = o.abs = function() {
|
|
1285
1285
|
var g = new b(this);
|
|
@@ -1300,7 +1300,7 @@ function Of(e) {
|
|
|
1300
1300
|
}, o.exponentiatedBy = o.pow = function(g, w) {
|
|
1301
1301
|
var P, I, O, S, E, x, A, R, y, N = this;
|
|
1302
1302
|
if (g = new b(g), g.c && !g.isInteger())
|
|
1303
|
-
throw Error(
|
|
1303
|
+
throw Error(ze + "Exponent not an integer: " + D(g));
|
|
1304
1304
|
if (w != null && (w = new b(w)), x = g.e > 14, !N.c || !N.c[0] || N.c[0] == 1 && !N.e && N.c.length == 1 || !g.c || !g.c[0])
|
|
1305
1305
|
return y = new b(Math.pow(+D(N), x ? g.s * (2 - Fo(g)) : +D(g))), w ? y.mod(w) : y;
|
|
1306
1306
|
if (A = g.s < 0, w) {
|
|
@@ -1460,7 +1460,7 @@ function Of(e) {
|
|
|
1460
1460
|
if (P == null)
|
|
1461
1461
|
g != null && w && typeof w == "object" ? (P = w, w = null) : g && typeof g == "object" ? (P = g, g = w = null) : P = m;
|
|
1462
1462
|
else if (typeof P != "object")
|
|
1463
|
-
throw Error(
|
|
1463
|
+
throw Error(ze + "Argument not an object: " + P);
|
|
1464
1464
|
if (I = O.toFixed(g, w), O.c) {
|
|
1465
1465
|
var S, E = I.split("."), x = +P.groupSize, A = +P.secondaryGroupSize, R = P.groupSeparator || "", y = E[0], N = E[1], L = O.s < 0, j = L ? y.slice(1) : y, U = j.length;
|
|
1466
1466
|
if (A && (S = x, x = A, A = S, U -= S), x > 0 && U > 0) {
|
|
@@ -1476,7 +1476,7 @@ function Of(e) {
|
|
|
1476
1476
|
}, o.toFraction = function(g) {
|
|
1477
1477
|
var w, P, I, O, S, E, x, A, R, y, N, L, j = this, U = j.c;
|
|
1478
1478
|
if (g != null && (x = new b(g), !x.isInteger() && (x.c || x.s !== 1) || x.lt(s)))
|
|
1479
|
-
throw Error(
|
|
1479
|
+
throw Error(ze + "Argument " + (x.isInteger() ? "out of range: " : "not an integer: ") + D(x));
|
|
1480
1480
|
if (!U) return new b(j);
|
|
1481
1481
|
for (w = new b(s), R = P = new b(s), I = A = new b(s), L = nt(U), S = w.e = L.length - j.e - 1, w.c[0] = ui[(E = S % oe) < 0 ? oe + E : E], g = !g || x.comparedTo(w) > 0 ? S > 0 ? w : R : x, E = d, d = 1 / 0, x = new b(L), A.c[0] = 0; y = t(x, w, 0, 1), O = P.plus(y.times(I)), O.comparedTo(g) != 1; )
|
|
1482
1482
|
P = I, I = O, R = A.plus(y.times(O = R)), A = O, w = x.minus(y.times(O = w)), x = O;
|
|
@@ -1489,7 +1489,7 @@ function Of(e) {
|
|
|
1489
1489
|
return g != null && ye(g, 1, Ie), $(this, g, w, 2);
|
|
1490
1490
|
}, o.toString = function(g) {
|
|
1491
1491
|
var w, P = this, I = P.s, O = P.e;
|
|
1492
|
-
return O === null ? I ? (w = "Infinity", I < 0 && (w = "-" + w)) : w = "NaN" : (g == null ? w = O <= a || O >= u ? Do(nt(P.c), O) :
|
|
1492
|
+
return O === null ? I ? (w = "Infinity", I < 0 && (w = "-" + w)) : w = "NaN" : (g == null ? w = O <= a || O >= u ? Do(nt(P.c), O) : Wt(nt(P.c), O, "0") : g === 10 && T ? (P = F(new b(P), i + O + 1, c), w = Wt(nt(P.c), P.e, "0")) : (ye(g, 2, v.length, "Base"), w = n(Wt(nt(P.c), O, "0"), 10, g, I, !0)), I < 0 && P.c[0] && (w = "-" + w)), w;
|
|
1493
1493
|
}, o.valueOf = o.toJSON = function() {
|
|
1494
1494
|
return D(this);
|
|
1495
1495
|
}, o._isBigNumber = !0, o[Symbol.toStringTag] = "BigNumber", o[Symbol.for("nodejs.util.inspect.custom")] = o.valueOf, e != null && b.set(e), b;
|
|
@@ -1518,7 +1518,7 @@ function An(e, t) {
|
|
|
1518
1518
|
}
|
|
1519
1519
|
function ye(e, t, n, r) {
|
|
1520
1520
|
if (e < t || e > n || e !== st(e))
|
|
1521
|
-
throw Error(
|
|
1521
|
+
throw Error(ze + (r || "Argument") + (typeof e == "number" ? e < t || e > n ? " out of range: " : " not an integer: " : " not a primitive number: ") + String(e));
|
|
1522
1522
|
}
|
|
1523
1523
|
function Fo(e) {
|
|
1524
1524
|
var t = e.c.length - 1;
|
|
@@ -1527,7 +1527,7 @@ function Fo(e) {
|
|
|
1527
1527
|
function Do(e, t) {
|
|
1528
1528
|
return (e.length > 1 ? e.charAt(0) + "." + e.slice(1) : e) + (t < 0 ? "e" : "e+") + t;
|
|
1529
1529
|
}
|
|
1530
|
-
function
|
|
1530
|
+
function Wt(e, t, n) {
|
|
1531
1531
|
var r, o;
|
|
1532
1532
|
if (t < 0) {
|
|
1533
1533
|
for (o = n + "."; ++t; o += n) ;
|
|
@@ -1538,13 +1538,13 @@ function Vt(e, t, n) {
|
|
|
1538
1538
|
} else t < r && (e = e.slice(0, t) + "." + e.slice(t));
|
|
1539
1539
|
return e;
|
|
1540
1540
|
}
|
|
1541
|
-
var
|
|
1541
|
+
var Ve = Of();
|
|
1542
1542
|
const t$ = (e, t = 6) => {
|
|
1543
1543
|
try {
|
|
1544
|
-
const n = new
|
|
1544
|
+
const n = new Ve(e || "0");
|
|
1545
1545
|
if (n.isNaN())
|
|
1546
1546
|
return "0";
|
|
1547
|
-
const r = n.decimalPlaces(t,
|
|
1547
|
+
const r = n.decimalPlaces(t, Ve.ROUND_DOWN), [o, s = ""] = r.toString().split("."), i = o.replace(/\B(?=(\d{3})+(?!\d))/g, ",");
|
|
1548
1548
|
if (t > 0) {
|
|
1549
1549
|
const c = (s || "").padEnd(t, "0");
|
|
1550
1550
|
return `${i}.${c}`;
|
|
@@ -2202,10 +2202,10 @@ let pg = class {
|
|
|
2202
2202
|
get isHandoffComplete() {
|
|
2203
2203
|
return this.handoffState === "complete";
|
|
2204
2204
|
}
|
|
2205
|
-
},
|
|
2205
|
+
}, kt = new pg();
|
|
2206
2206
|
function So(e) {
|
|
2207
2207
|
var t, n;
|
|
2208
|
-
return
|
|
2208
|
+
return kt.isServer ? null : e ? "ownerDocument" in e ? e.ownerDocument : "current" in e ? (n = (t = e.current) == null ? void 0 : t.ownerDocument) != null ? n : document : null : document;
|
|
2209
2209
|
}
|
|
2210
2210
|
function Hf(e) {
|
|
2211
2211
|
typeof queueMicrotask == "function" ? queueMicrotask(e) : Promise.resolve().then(e).catch((t) => setTimeout(() => {
|
|
@@ -2253,7 +2253,7 @@ function xr() {
|
|
|
2253
2253
|
return xe(() => () => e.dispose(), [e]), e;
|
|
2254
2254
|
}
|
|
2255
2255
|
let ge = (e, t) => {
|
|
2256
|
-
|
|
2256
|
+
kt.isServer ? xe(e, t) : Ps(e, t);
|
|
2257
2257
|
};
|
|
2258
2258
|
function Gn(e) {
|
|
2259
2259
|
let t = se(e);
|
|
@@ -2655,7 +2655,7 @@ var Qg = Object.defineProperty, Jg = (e, t, n) => t in e ? Qg(e, t, { enumerable
|
|
|
2655
2655
|
}, ku = (e, t, n, r) => (od(e, t, "write to private field"), t.set(e, n), n), It, Dr, jr;
|
|
2656
2656
|
let sd = class {
|
|
2657
2657
|
constructor(t) {
|
|
2658
|
-
pi(this, It, {}), pi(this, Dr, new rd(() => /* @__PURE__ */ new Set())), pi(this, jr, /* @__PURE__ */ new Set()), eb(this, "disposables", $t()), ku(this, It, t),
|
|
2658
|
+
pi(this, It, {}), pi(this, Dr, new rd(() => /* @__PURE__ */ new Set())), pi(this, jr, /* @__PURE__ */ new Set()), eb(this, "disposables", $t()), ku(this, It, t), kt.isServer && this.disposables.microTask(() => {
|
|
2659
2659
|
this.dispose();
|
|
2660
2660
|
});
|
|
2661
2661
|
}
|
|
@@ -2666,7 +2666,7 @@ let sd = class {
|
|
|
2666
2666
|
return rt(this, It);
|
|
2667
2667
|
}
|
|
2668
2668
|
subscribe(t, n) {
|
|
2669
|
-
if (
|
|
2669
|
+
if (kt.isServer) return () => {
|
|
2670
2670
|
};
|
|
2671
2671
|
let r = { selector: t, callback: n, current: t(rt(this, It)) };
|
|
2672
2672
|
return rt(this, jr).add(r), this.disposables.add(() => {
|
|
@@ -2674,7 +2674,7 @@ let sd = class {
|
|
|
2674
2674
|
});
|
|
2675
2675
|
}
|
|
2676
2676
|
on(t, n) {
|
|
2677
|
-
return
|
|
2677
|
+
return kt.isServer ? () => {
|
|
2678
2678
|
} : (rt(this, Dr).get(t).add(n), this.disposables.add(() => {
|
|
2679
2679
|
rt(this, Dr).get(t).delete(n);
|
|
2680
2680
|
}));
|
|
@@ -3293,7 +3293,7 @@ function Ge(e) {
|
|
|
3293
3293
|
var t;
|
|
3294
3294
|
return (e == null || (t = e.ownerDocument) == null ? void 0 : t.defaultView) || window;
|
|
3295
3295
|
}
|
|
3296
|
-
function
|
|
3296
|
+
function zt(e) {
|
|
3297
3297
|
var t;
|
|
3298
3298
|
return (t = (dc(e) ? e.ownerDocument : e.document) || window.document) == null ? void 0 : t.documentElement;
|
|
3299
3299
|
}
|
|
@@ -3303,7 +3303,7 @@ function dc(e) {
|
|
|
3303
3303
|
function de(e) {
|
|
3304
3304
|
return Rs() ? e instanceof Element || e instanceof Ge(e).Element : !1;
|
|
3305
3305
|
}
|
|
3306
|
-
function
|
|
3306
|
+
function _e(e) {
|
|
3307
3307
|
return Rs() ? e instanceof HTMLElement || e instanceof Ge(e).HTMLElement : !1;
|
|
3308
3308
|
}
|
|
3309
3309
|
function sa(e) {
|
|
@@ -3340,7 +3340,7 @@ function pc(e) {
|
|
|
3340
3340
|
}
|
|
3341
3341
|
function Zb(e) {
|
|
3342
3342
|
let t = en(e);
|
|
3343
|
-
for (;
|
|
3343
|
+
for (; _e(t) && !Qt(t); ) {
|
|
3344
3344
|
if (pc(t))
|
|
3345
3345
|
return t;
|
|
3346
3346
|
if (Os(t))
|
|
@@ -3376,13 +3376,13 @@ function en(e) {
|
|
|
3376
3376
|
e.assignedSlot || // DOM Element detected.
|
|
3377
3377
|
e.parentNode || // ShadowRoot detected.
|
|
3378
3378
|
sa(e) && e.host || // Fallback.
|
|
3379
|
-
|
|
3379
|
+
zt(e)
|
|
3380
3380
|
);
|
|
3381
3381
|
return sa(t) ? t.host : t;
|
|
3382
3382
|
}
|
|
3383
3383
|
function gd(e) {
|
|
3384
3384
|
const t = en(e);
|
|
3385
|
-
return Qt(t) ? e.ownerDocument ? e.ownerDocument.body : e.body :
|
|
3385
|
+
return Qt(t) ? e.ownerDocument ? e.ownerDocument.body : e.body : _e(t) && Po(t) ? t : gd(t);
|
|
3386
3386
|
}
|
|
3387
3387
|
function bn(e, t, n) {
|
|
3388
3388
|
var r;
|
|
@@ -3407,7 +3407,7 @@ function Yb() {
|
|
|
3407
3407
|
return n + "/" + r;
|
|
3408
3408
|
}).join(" ") : navigator.userAgent;
|
|
3409
3409
|
}
|
|
3410
|
-
const tn = Math.min, Le = Math.max, Gr = Math.round, zo = Math.floor,
|
|
3410
|
+
const tn = Math.min, Le = Math.max, Gr = Math.round, zo = Math.floor, Lt = (e) => ({
|
|
3411
3411
|
x: e,
|
|
3412
3412
|
y: e
|
|
3413
3413
|
}), Xb = {
|
|
@@ -4114,7 +4114,7 @@ const Iy = function(e) {
|
|
|
4114
4114
|
function Pd(e) {
|
|
4115
4115
|
const t = dt(e);
|
|
4116
4116
|
let n = parseFloat(t.width) || 0, r = parseFloat(t.height) || 0;
|
|
4117
|
-
const o =
|
|
4117
|
+
const o = _e(e), s = o ? e.offsetWidth : n, i = o ? e.offsetHeight : r, c = Gr(n) !== s || Gr(r) !== i;
|
|
4118
4118
|
return c && (n = s, r = i), {
|
|
4119
4119
|
width: n,
|
|
4120
4120
|
height: r,
|
|
@@ -4126,8 +4126,8 @@ function gc(e) {
|
|
|
4126
4126
|
}
|
|
4127
4127
|
function ar(e) {
|
|
4128
4128
|
const t = gc(e);
|
|
4129
|
-
if (!
|
|
4130
|
-
return
|
|
4129
|
+
if (!_e(t))
|
|
4130
|
+
return Lt(1);
|
|
4131
4131
|
const n = t.getBoundingClientRect(), {
|
|
4132
4132
|
width: r,
|
|
4133
4133
|
height: o,
|
|
@@ -4139,7 +4139,7 @@ function ar(e) {
|
|
|
4139
4139
|
y: c
|
|
4140
4140
|
};
|
|
4141
4141
|
}
|
|
4142
|
-
const By = /* @__PURE__ */
|
|
4142
|
+
const By = /* @__PURE__ */ Lt(0);
|
|
4143
4143
|
function $d(e) {
|
|
4144
4144
|
const t = Ge(e);
|
|
4145
4145
|
return !Is() || !t.visualViewport ? By : {
|
|
@@ -4153,9 +4153,9 @@ function My(e, t, n) {
|
|
|
4153
4153
|
function Dn(e, t, n, r) {
|
|
4154
4154
|
t === void 0 && (t = !1), n === void 0 && (n = !1);
|
|
4155
4155
|
const o = e.getBoundingClientRect(), s = gc(e);
|
|
4156
|
-
let i =
|
|
4156
|
+
let i = Lt(1);
|
|
4157
4157
|
t && (r ? de(r) && (i = ar(r)) : i = ar(e));
|
|
4158
|
-
const c = My(s, n, r) ? $d(s) :
|
|
4158
|
+
const c = My(s, n, r) ? $d(s) : Lt(0);
|
|
4159
4159
|
let a = (o.left + c.x) / i.x, u = (o.top + c.y) / i.y, l = o.width / i.x, d = o.height / i.y;
|
|
4160
4160
|
if (s) {
|
|
4161
4161
|
const f = Ge(s), p = r && de(r) ? Ge(r) : r;
|
|
@@ -4174,7 +4174,7 @@ function Dn(e, t, n, r) {
|
|
|
4174
4174
|
}
|
|
4175
4175
|
function Bs(e, t) {
|
|
4176
4176
|
const n = Ns(e).scrollLeft;
|
|
4177
|
-
return t ? t.left + n : Dn(
|
|
4177
|
+
return t ? t.left + n : Dn(zt(e)).left + n;
|
|
4178
4178
|
}
|
|
4179
4179
|
function Ad(e, t) {
|
|
4180
4180
|
const n = e.getBoundingClientRect(), r = n.left + t.scrollLeft - Bs(e, n), o = n.top + t.scrollTop;
|
|
@@ -4190,19 +4190,19 @@ function ky(e) {
|
|
|
4190
4190
|
offsetParent: r,
|
|
4191
4191
|
strategy: o
|
|
4192
4192
|
} = e;
|
|
4193
|
-
const s = o === "fixed", i =
|
|
4193
|
+
const s = o === "fixed", i = zt(r), c = t ? Os(t.floating) : !1;
|
|
4194
4194
|
if (r === i || c && s)
|
|
4195
4195
|
return n;
|
|
4196
4196
|
let a = {
|
|
4197
4197
|
scrollLeft: 0,
|
|
4198
4198
|
scrollTop: 0
|
|
4199
|
-
}, u =
|
|
4200
|
-
const l =
|
|
4201
|
-
if ((d || !d && !s) && ((Er(r) !== "body" || Po(i)) && (a = Ns(r)),
|
|
4199
|
+
}, u = Lt(1);
|
|
4200
|
+
const l = Lt(0), d = _e(r);
|
|
4201
|
+
if ((d || !d && !s) && ((Er(r) !== "body" || Po(i)) && (a = Ns(r)), _e(r))) {
|
|
4202
4202
|
const p = Dn(r);
|
|
4203
4203
|
u = ar(r), l.x = p.x + r.clientLeft, l.y = p.y + r.clientTop;
|
|
4204
4204
|
}
|
|
4205
|
-
const f = i && !d && !s ? Ad(i, a) :
|
|
4205
|
+
const f = i && !d && !s ? Ad(i, a) : Lt(0);
|
|
4206
4206
|
return {
|
|
4207
4207
|
width: n.width * u.x,
|
|
4208
4208
|
height: n.height * u.y,
|
|
@@ -4214,7 +4214,7 @@ function Ly(e) {
|
|
|
4214
4214
|
return Array.from(e.getClientRects());
|
|
4215
4215
|
}
|
|
4216
4216
|
function Fy(e) {
|
|
4217
|
-
const t =
|
|
4217
|
+
const t = zt(e), n = Ns(e), r = e.ownerDocument.body, o = Le(t.scrollWidth, t.clientWidth, r.scrollWidth, r.clientWidth), s = Le(t.scrollHeight, t.clientHeight, r.scrollHeight, r.clientHeight);
|
|
4218
4218
|
let i = -n.scrollLeft + Bs(e);
|
|
4219
4219
|
const c = -n.scrollTop;
|
|
4220
4220
|
return dt(r).direction === "rtl" && (i += Le(t.clientWidth, r.clientWidth) - o), {
|
|
@@ -4226,7 +4226,7 @@ function Fy(e) {
|
|
|
4226
4226
|
}
|
|
4227
4227
|
const Ju = 25;
|
|
4228
4228
|
function Dy(e, t) {
|
|
4229
|
-
const n = Ge(e), r =
|
|
4229
|
+
const n = Ge(e), r = zt(e), o = n.visualViewport;
|
|
4230
4230
|
let s = r.clientWidth, i = r.clientHeight, c = 0, a = 0;
|
|
4231
4231
|
if (o) {
|
|
4232
4232
|
s = o.width, i = o.height;
|
|
@@ -4247,7 +4247,7 @@ function Dy(e, t) {
|
|
|
4247
4247
|
}
|
|
4248
4248
|
const jy = /* @__PURE__ */ new Set(["absolute", "fixed"]);
|
|
4249
4249
|
function _y(e, t) {
|
|
4250
|
-
const n = Dn(e, !0, t === "fixed"), r = n.top + e.clientTop, o = n.left + e.clientLeft, s =
|
|
4250
|
+
const n = Dn(e, !0, t === "fixed"), r = n.top + e.clientTop, o = n.left + e.clientLeft, s = _e(e) ? ar(e) : Lt(1), i = e.clientWidth * s.x, c = e.clientHeight * s.y, a = o * s.x, u = r * s.y;
|
|
4251
4251
|
return {
|
|
4252
4252
|
width: i,
|
|
4253
4253
|
height: c,
|
|
@@ -4260,7 +4260,7 @@ function el(e, t, n) {
|
|
|
4260
4260
|
if (t === "viewport")
|
|
4261
4261
|
r = Dy(e, n);
|
|
4262
4262
|
else if (t === "document")
|
|
4263
|
-
r = Fy(
|
|
4263
|
+
r = Fy(zt(e));
|
|
4264
4264
|
else if (de(t))
|
|
4265
4265
|
r = _y(t, n);
|
|
4266
4266
|
else {
|
|
@@ -4320,12 +4320,12 @@ function Hy(e) {
|
|
|
4320
4320
|
};
|
|
4321
4321
|
}
|
|
4322
4322
|
function Wy(e, t, n) {
|
|
4323
|
-
const r =
|
|
4323
|
+
const r = _e(t), o = zt(t), s = n === "fixed", i = Dn(e, !0, s, t);
|
|
4324
4324
|
let c = {
|
|
4325
4325
|
scrollLeft: 0,
|
|
4326
4326
|
scrollTop: 0
|
|
4327
4327
|
};
|
|
4328
|
-
const a =
|
|
4328
|
+
const a = Lt(0);
|
|
4329
4329
|
function u() {
|
|
4330
4330
|
a.x = Bs(o);
|
|
4331
4331
|
}
|
|
@@ -4335,7 +4335,7 @@ function Wy(e, t, n) {
|
|
|
4335
4335
|
a.x = p.x + t.clientLeft, a.y = p.y + t.clientTop;
|
|
4336
4336
|
} else o && u();
|
|
4337
4337
|
s && !r && o && u();
|
|
4338
|
-
const l = o && !r && !s ? Ad(o, c) :
|
|
4338
|
+
const l = o && !r && !s ? Ad(o, c) : Lt(0), d = i.left + c.scrollLeft - a.x - l.x, f = i.top + c.scrollTop - a.y - l.y;
|
|
4339
4339
|
return {
|
|
4340
4340
|
x: d,
|
|
4341
4341
|
y: f,
|
|
@@ -4347,18 +4347,18 @@ function yi(e) {
|
|
|
4347
4347
|
return dt(e).position === "static";
|
|
4348
4348
|
}
|
|
4349
4349
|
function tl(e, t) {
|
|
4350
|
-
if (!
|
|
4350
|
+
if (!_e(e) || dt(e).position === "fixed")
|
|
4351
4351
|
return null;
|
|
4352
4352
|
if (t)
|
|
4353
4353
|
return t(e);
|
|
4354
4354
|
let n = e.offsetParent;
|
|
4355
|
-
return
|
|
4355
|
+
return zt(e) === n && (n = n.ownerDocument.body), n;
|
|
4356
4356
|
}
|
|
4357
4357
|
function Rd(e, t) {
|
|
4358
4358
|
const n = Ge(e);
|
|
4359
4359
|
if (Os(e))
|
|
4360
4360
|
return n;
|
|
4361
|
-
if (!
|
|
4361
|
+
if (!_e(e)) {
|
|
4362
4362
|
let o = en(e);
|
|
4363
4363
|
for (; o && !Qt(o); ) {
|
|
4364
4364
|
if (de(o) && !yi(o))
|
|
@@ -4389,7 +4389,7 @@ function Gy(e) {
|
|
|
4389
4389
|
}
|
|
4390
4390
|
const qy = {
|
|
4391
4391
|
convertOffsetParentRelativeRectToViewportRelativeRect: ky,
|
|
4392
|
-
getDocumentElement:
|
|
4392
|
+
getDocumentElement: zt,
|
|
4393
4393
|
getClippingRect: zy,
|
|
4394
4394
|
getOffsetParent: Rd,
|
|
4395
4395
|
getElementRects: Vy,
|
|
@@ -4404,7 +4404,7 @@ function Od(e, t) {
|
|
|
4404
4404
|
}
|
|
4405
4405
|
function Zy(e, t) {
|
|
4406
4406
|
let n = null, r;
|
|
4407
|
-
const o =
|
|
4407
|
+
const o = zt(e);
|
|
4408
4408
|
function s() {
|
|
4409
4409
|
var c;
|
|
4410
4410
|
clearTimeout(r), (c = n) == null || c.disconnect(), n = null;
|
|
@@ -5216,10 +5216,10 @@ function M1() {
|
|
|
5216
5216
|
}, () => !1, () => !e) : !1;
|
|
5217
5217
|
}
|
|
5218
5218
|
function xc() {
|
|
5219
|
-
let e = M1(), [t, n] = _.useState(
|
|
5220
|
-
return t &&
|
|
5219
|
+
let e = M1(), [t, n] = _.useState(kt.isHandoffComplete);
|
|
5220
|
+
return t && kt.isHandoffComplete === !1 && n(!1), _.useEffect(() => {
|
|
5221
5221
|
t !== !0 && n(!0);
|
|
5222
|
-
}, [t]), _.useEffect(() =>
|
|
5222
|
+
}, [t]), _.useEffect(() => kt.handoff(), []), e ? !1 : t;
|
|
5223
5223
|
}
|
|
5224
5224
|
let k1 = ke(!1);
|
|
5225
5225
|
function L1() {
|
|
@@ -5229,7 +5229,7 @@ function F1(e) {
|
|
|
5229
5229
|
let t = L1(), n = we(zd), [r, o] = ie(() => {
|
|
5230
5230
|
var s;
|
|
5231
5231
|
if (!t && n !== null) return (s = n.current) != null ? s : null;
|
|
5232
|
-
if (
|
|
5232
|
+
if (kt.isServer) return null;
|
|
5233
5233
|
let i = e == null ? void 0 : e.getElementById("headlessui-portal-root");
|
|
5234
5234
|
if (i) return i;
|
|
5235
5235
|
if (e === null) return null;
|
|
@@ -5247,7 +5247,7 @@ let Ud = lt, D1 = Ke(function(e, t) {
|
|
|
5247
5247
|
o.current = p;
|
|
5248
5248
|
}), t), i = oa(o), c = n ?? i, a = F1(c), [u] = ie(() => {
|
|
5249
5249
|
var p;
|
|
5250
|
-
return
|
|
5250
|
+
return kt.isServer ? null : (p = c == null ? void 0 : c.createElement("div")) != null ? p : null;
|
|
5251
5251
|
}), l = we(z1), d = xc();
|
|
5252
5252
|
ge(() => {
|
|
5253
5253
|
!a || !u || a.contains(u) || (u.setAttribute("data-headlessui-portal", ""), a.appendChild(u));
|
|
@@ -5442,7 +5442,7 @@ function rv(e) {
|
|
|
5442
5442
|
return t.current = o, n.current = s, s;
|
|
5443
5443
|
});
|
|
5444
5444
|
}
|
|
5445
|
-
var ov = Object.defineProperty, sv = (e, t, n) => t in e ? ov(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, pl = (e, t, n) => (sv(e, typeof t != "symbol" ? t + "" : t, n), n), Ce = ((e) => (e[e.Open = 0] = "Open", e[e.Closed = 1] = "Closed", e))(Ce || {}),
|
|
5445
|
+
var ov = Object.defineProperty, sv = (e, t, n) => t in e ? ov(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, pl = (e, t, n) => (sv(e, typeof t != "symbol" ? t + "" : t, n), n), Ce = ((e) => (e[e.Open = 0] = "Open", e[e.Closed = 1] = "Closed", e))(Ce || {}), Ct = ((e) => (e[e.Single = 0] = "Single", e[e.Multi = 1] = "Multi", e))(Ct || {}), ts = ((e) => (e[e.Pointer = 0] = "Pointer", e[e.Other = 1] = "Other", e))(ts || {}), Zd = ((e) => (e[e.OpenListbox = 0] = "OpenListbox", e[e.CloseListbox = 1] = "CloseListbox", e[e.GoToOption = 2] = "GoToOption", e[e.Search = 3] = "Search", e[e.ClearSearch = 4] = "ClearSearch", e[e.RegisterOptions = 5] = "RegisterOptions", e[e.UnregisterOptions = 6] = "UnregisterOptions", e[e.SetButtonElement = 7] = "SetButtonElement", e[e.SetOptionsElement = 8] = "SetOptionsElement", e[e.SortOptions = 9] = "SortOptions", e))(Zd || {});
|
|
5446
5446
|
function hl(e, t = (n) => n) {
|
|
5447
5447
|
let n = e.activeOptionIndex !== null ? e.options[e.activeOptionIndex] : null, r = dd(t(e.options.slice()), (s) => s.dataRef.current.domRef.current), o = n ? r.indexOf(n) : null;
|
|
5448
5448
|
return o === -1 && (o = null), { options: r, activeOptionIndex: o };
|
|
@@ -5607,7 +5607,7 @@ let av = lt;
|
|
|
5607
5607
|
function cv(e, t) {
|
|
5608
5608
|
let n = Vn(), r = ic(), { value: o, defaultValue: s, form: i, name: c, onChange: a, by: u, invalid: l = !1, disabled: d = r || !1, horizontal: f = !1, multiple: p = !1, __demoMode: h = !1, ...m } = e;
|
|
5609
5609
|
const v = f ? "horizontal" : "vertical";
|
|
5610
|
-
let T = mt(t), b = Sg(s), [$ = p ? [] : void 0, C] = Eg(o, a, b), k = Yd({ id: n, __demoMode: h }), F = se({ static: !1, hold: !1 }), D = se(/* @__PURE__ */ new Map()), g = Kg(u), w = X((U) => ft(P.mode, { [
|
|
5610
|
+
let T = mt(t), b = Sg(s), [$ = p ? [] : void 0, C] = Eg(o, a, b), k = Yd({ id: n, __demoMode: h }), F = se({ static: !1, hold: !1 }), D = se(/* @__PURE__ */ new Map()), g = Kg(u), w = X((U) => ft(P.mode, { [Ct.Multi]: () => $.some((z) => g(z, U)), [Ct.Single]: () => g($, U) }), [$]), P = re(() => ({ value: $, disabled: d, invalid: l, mode: p ? Ct.Multi : Ct.Single, orientation: v, onChange: C, compare: g, isSelected: w, optionsPropsRef: F, listRef: D }), [$, d, l, p, v, C, g, w, F, D]);
|
|
5611
5611
|
ge(() => {
|
|
5612
5612
|
k.state.dataRef.current = P;
|
|
5613
5613
|
}, [P]);
|
|
@@ -5696,7 +5696,7 @@ function pv(e, t) {
|
|
|
5696
5696
|
let { dataRef: fe } = p.state.options[p.state.activeOptionIndex];
|
|
5697
5697
|
p.actions.onChange(fe.current.value);
|
|
5698
5698
|
}
|
|
5699
|
-
f.mode ===
|
|
5699
|
+
f.mode === Ct.Single && (Ur(() => p.actions.closeListbox()), (Q = p.state.buttonElement) == null || Q.focus({ preventScroll: !0 }));
|
|
5700
5700
|
break;
|
|
5701
5701
|
case ft(f.orientation, { vertical: Ne.ArrowDown, horizontal: Ne.ArrowRight }):
|
|
5702
5702
|
return G.preventDefault(), G.stopPropagation(), p.actions.goToOption({ focus: ve.Next });
|
|
@@ -5721,7 +5721,7 @@ function pv(e, t) {
|
|
|
5721
5721
|
}), U = ut(p, (G) => {
|
|
5722
5722
|
var Q;
|
|
5723
5723
|
return (Q = G.buttonElement) == null ? void 0 : Q.id;
|
|
5724
|
-
}), z = re(() => ({ open: h === Ce.Open }), [h]), Z = Vf(u ? y() : {}, { id: r, ref: N, "aria-activedescendant": ut(p, p.selectors.activeDescendantId), "aria-multiselectable": f.mode ===
|
|
5724
|
+
}), z = re(() => ({ open: h === Ce.Open }), [h]), Z = Vf(u ? y() : {}, { id: r, ref: N, "aria-activedescendant": ut(p, p.selectors.activeDescendantId), "aria-multiselectable": f.mode === Ct.Multi ? !0 : void 0, "aria-labelledby": U, "aria-orientation": f.orientation, onKeyDown: j, role: "listbox", tabIndex: h === Ce.Open ? 0 : void 0, style: { ...a.style, ...R, "--button-width": Xg(m, !0).width }, ...hd(F) }), H = Qe(), q = re(() => f.mode === Ct.Multi ? f : { ...f, isSelected: S }, [f, S]);
|
|
5725
5725
|
return K.createElement(V1, { enabled: s ? e.static || k : !1, ownerDocument: b }, K.createElement(Fs.Provider, { value: q }, H({ ourProps: Z, theirProps: a, slot: z, defaultTag: fv, features: dv, visible: P, name: "Listbox.Options" })));
|
|
5726
5726
|
}
|
|
5727
5727
|
let hv = "div";
|
|
@@ -5742,7 +5742,7 @@ function mv(e, t) {
|
|
|
5742
5742
|
let T = ue((P) => {
|
|
5743
5743
|
var I;
|
|
5744
5744
|
if (o) return P.preventDefault();
|
|
5745
|
-
u.actions.onChange(s), a.mode ===
|
|
5745
|
+
u.actions.onChange(s), a.mode === Ct.Single && (Ur(() => u.actions.closeListbox()), (I = u.state.buttonElement) == null || I.focus({ preventScroll: !0 }));
|
|
5746
5746
|
}), b = ue(() => {
|
|
5747
5747
|
if (o) return u.actions.goToOption({ focus: ve.Nothing });
|
|
5748
5748
|
u.actions.goToOption({ focus: ve.Specific, id: r });
|
|
@@ -5755,7 +5755,7 @@ function mv(e, t) {
|
|
|
5755
5755
|
}
|
|
5756
5756
|
let gv = lt;
|
|
5757
5757
|
function bv(e, t) {
|
|
5758
|
-
let { options: n, placeholder: r, ...o } = e, s = { ref: mt(t) }, i = $o("ListboxSelectedOption"), c = re(() => ({}), []), a = i.value === void 0 || i.value === null || i.mode ===
|
|
5758
|
+
let { options: n, placeholder: r, ...o } = e, s = { ref: mt(t) }, i = $o("ListboxSelectedOption"), c = re(() => ({}), []), a = i.value === void 0 || i.value === null || i.mode === Ct.Multi && Array.isArray(i.value) && i.value.length === 0, u = Qe();
|
|
5759
5759
|
return K.createElement(Xd.Provider, { value: !0 }, u({ ourProps: s, theirProps: { ...o, children: K.createElement(K.Fragment, null, r && a ? r : n) }, slot: c, defaultTag: gv, name: "ListboxSelectedOption" }));
|
|
5760
5760
|
}
|
|
5761
5761
|
let yv = Ke(cv), vv = Ke(lv), wv = qg, xv = Ke(pv), Ev = Ke(mv), Sv = Ke(bv), Wo = Object.assign(yv, { Button: vv, Label: wv, Options: xv, Option: Ev, SelectedOption: Sv });
|
|
@@ -5829,7 +5829,7 @@ const Av = {
|
|
|
5829
5829
|
// ETH 主网
|
|
5830
5830
|
SEPOLIA: 11155111
|
|
5831
5831
|
// Sepolia 测试网
|
|
5832
|
-
}, Tv = Object.values(Av),
|
|
5832
|
+
}, Tv = Object.values(Av), Zt = (e) => {
|
|
5833
5833
|
const t = typeof e == "string" ? parseInt(e, 10) : e;
|
|
5834
5834
|
return Tv.includes(
|
|
5835
5835
|
t
|
|
@@ -5957,7 +5957,7 @@ const Av = {
|
|
|
5957
5957
|
_r,
|
|
5958
5958
|
{
|
|
5959
5959
|
className: "w-full justify-between",
|
|
5960
|
-
selectedLevel:
|
|
5960
|
+
selectedLevel: Zt(a.chainId) ? yt.SLOW : yt.FAST,
|
|
5961
5961
|
maxLevel: 3
|
|
5962
5962
|
}
|
|
5963
5963
|
) })
|
|
@@ -5992,16 +5992,16 @@ const Av = {
|
|
|
5992
5992
|
if (c(T))
|
|
5993
5993
|
for (const b of T.tokenList || []) {
|
|
5994
5994
|
const $ = b.symbol || b.token;
|
|
5995
|
-
|
|
5995
|
+
!$ || !(i !== "withdraw" || b.withdrawEnable === !0 && b.pullOff === !1) || m.has($) || (m.add($), v.push({
|
|
5996
5996
|
token: $,
|
|
5997
5997
|
symbol: $,
|
|
5998
5998
|
iconUrl: b.iconUrl,
|
|
5999
5999
|
decimals: b.decimals,
|
|
6000
6000
|
tokenAddress: b.tokenAddress
|
|
6001
|
-
}))
|
|
6001
|
+
}));
|
|
6002
6002
|
}
|
|
6003
6003
|
return v;
|
|
6004
|
-
}, [t, c]), u = (m) => {
|
|
6004
|
+
}, [t, c, i]), u = (m) => {
|
|
6005
6005
|
n(m.chainId);
|
|
6006
6006
|
}, l = (m) => {
|
|
6007
6007
|
const v = m.symbol || m.token;
|
|
@@ -6021,9 +6021,7 @@ const Av = {
|
|
|
6021
6021
|
const v = [];
|
|
6022
6022
|
for (const $ of t) {
|
|
6023
6023
|
if (!c($)) continue;
|
|
6024
|
-
const C = ($.tokenList || []).find(
|
|
6025
|
-
(k) => (k.symbol || k.token) === m
|
|
6026
|
-
);
|
|
6024
|
+
const C = ($.tokenList || []).find((k) => (k.symbol || k.token) === m ? i === "withdraw" ? k.withdrawEnable === !0 && k.pullOff === !1 : !0 : !1);
|
|
6027
6025
|
C && v.push({
|
|
6028
6026
|
...$,
|
|
6029
6027
|
tokenList: [
|
|
@@ -6038,7 +6036,7 @@ const Av = {
|
|
|
6038
6036
|
});
|
|
6039
6037
|
}
|
|
6040
6038
|
return v;
|
|
6041
|
-
}, [t, r, a, c]), f = re(() => d.find(
|
|
6039
|
+
}, [t, r, a, c, i]), f = re(() => d.find(
|
|
6042
6040
|
(m) => m.chainId === e.chainId
|
|
6043
6041
|
) || d[0], [d, e.chainId]), p = re(
|
|
6044
6042
|
() => a,
|
|
@@ -7195,11 +7193,11 @@ function Si(e, t) {
|
|
|
7195
7193
|
function lw(e) {
|
|
7196
7194
|
return e.matches("html,body");
|
|
7197
7195
|
}
|
|
7198
|
-
function
|
|
7196
|
+
function Bt(e) {
|
|
7199
7197
|
return (e == null ? void 0 : e.ownerDocument) || document;
|
|
7200
7198
|
}
|
|
7201
7199
|
function gp(e) {
|
|
7202
|
-
return
|
|
7200
|
+
return _e(e) && e.matches(uw);
|
|
7203
7201
|
}
|
|
7204
7202
|
function fw(e) {
|
|
7205
7203
|
if (!e || cw()) return !0;
|
|
@@ -7226,18 +7224,18 @@ function Kr(e, t) {
|
|
|
7226
7224
|
return t || n.push("", void 0), n.includes(e);
|
|
7227
7225
|
}
|
|
7228
7226
|
var hw = typeof document < "u", mw = function() {
|
|
7229
|
-
},
|
|
7227
|
+
}, Ft = hw ? Ps : mw;
|
|
7230
7228
|
const gw = {
|
|
7231
7229
|
..._
|
|
7232
7230
|
};
|
|
7233
7231
|
function Go(e) {
|
|
7234
7232
|
const t = _.useRef(e);
|
|
7235
|
-
return
|
|
7233
|
+
return Ft(() => {
|
|
7236
7234
|
t.current = e;
|
|
7237
7235
|
}), t;
|
|
7238
7236
|
}
|
|
7239
7237
|
const bw = gw.useInsertionEffect, yw = bw || ((e) => e());
|
|
7240
|
-
function
|
|
7238
|
+
function Nt(e) {
|
|
7241
7239
|
const t = _.useRef(() => {
|
|
7242
7240
|
if (process.env.NODE_ENV !== "production")
|
|
7243
7241
|
throw new Error("Cannot call an event handler while rendering.");
|
|
@@ -7262,14 +7260,14 @@ const bp = () => ({
|
|
|
7262
7260
|
function yp(e, t) {
|
|
7263
7261
|
const n = Sd(e, bp()), r = n.length;
|
|
7264
7262
|
if (r === 0) return;
|
|
7265
|
-
const o = ba(
|
|
7263
|
+
const o = ba(Bt(e)), s = n.indexOf(o), i = s === -1 ? t === 1 ? 0 : r - 1 : s + t;
|
|
7266
7264
|
return n[i];
|
|
7267
7265
|
}
|
|
7268
7266
|
function vw(e) {
|
|
7269
|
-
return yp(
|
|
7267
|
+
return yp(Bt(e).body, 1) || e;
|
|
7270
7268
|
}
|
|
7271
7269
|
function ww(e) {
|
|
7272
|
-
return yp(
|
|
7270
|
+
return yp(Bt(e).body, -1) || e;
|
|
7273
7271
|
}
|
|
7274
7272
|
function Pi(e, t) {
|
|
7275
7273
|
const n = t || e.currentTarget, r = e.relatedTarget;
|
|
@@ -7297,7 +7295,7 @@ const Pl = () => (
|
|
|
7297
7295
|
);
|
|
7298
7296
|
function $w() {
|
|
7299
7297
|
const [e, t] = _.useState(() => Sl ? Pl() : void 0);
|
|
7300
|
-
return
|
|
7298
|
+
return Ft(() => {
|
|
7301
7299
|
e == null && t(Pl());
|
|
7302
7300
|
}, []), _.useEffect(() => {
|
|
7303
7301
|
Sl = !0;
|
|
@@ -7372,7 +7370,7 @@ function Nw(e, t) {
|
|
|
7372
7370
|
restMs: d = 0,
|
|
7373
7371
|
move: f = !0
|
|
7374
7372
|
} = t, p = Tc(), h = Ac(), m = Go(u), v = Go(a), T = Go(n), b = Go(d), $ = _.useRef(), C = _.useRef(-1), k = _.useRef(), F = _.useRef(-1), D = _.useRef(!0), g = _.useRef(!1), w = _.useRef(() => {
|
|
7375
|
-
}), P = _.useRef(!1), I =
|
|
7373
|
+
}), P = _.useRef(!1), I = Nt(() => {
|
|
7376
7374
|
var R;
|
|
7377
7375
|
const y = (R = o.current.openEvent) == null ? void 0 : R.type;
|
|
7378
7376
|
return (y == null ? void 0 : y.includes("mouse")) && y !== "mousedown";
|
|
@@ -7393,7 +7391,7 @@ function Nw(e, t) {
|
|
|
7393
7391
|
function R(N) {
|
|
7394
7392
|
I() && r(!1, N, "hover");
|
|
7395
7393
|
}
|
|
7396
|
-
const y =
|
|
7394
|
+
const y = Bt(i.floating).documentElement;
|
|
7397
7395
|
return y.addEventListener("mouseleave", R), () => {
|
|
7398
7396
|
y.removeEventListener("mouseleave", R);
|
|
7399
7397
|
};
|
|
@@ -7402,14 +7400,14 @@ function Nw(e, t) {
|
|
|
7402
7400
|
y === void 0 && (y = !0), N === void 0 && (N = "hover");
|
|
7403
7401
|
const L = $i(v.current, "close", $.current);
|
|
7404
7402
|
L && !k.current ? (at(C), C.current = window.setTimeout(() => r(!1, R, N), L)) : y && (at(C), r(!1, R, N));
|
|
7405
|
-
}, [v, r]), S =
|
|
7403
|
+
}, [v, r]), S = Nt(() => {
|
|
7406
7404
|
w.current(), k.current = void 0;
|
|
7407
|
-
}), E =
|
|
7405
|
+
}), E = Nt(() => {
|
|
7408
7406
|
if (g.current) {
|
|
7409
|
-
const R =
|
|
7407
|
+
const R = Bt(i.floating).body;
|
|
7410
7408
|
R.style.pointerEvents = "", R.removeAttribute($l), g.current = !1;
|
|
7411
7409
|
}
|
|
7412
|
-
}), x =
|
|
7410
|
+
}), x = Nt(() => o.current.openEvent ? ["click", "mousedown"].includes(o.current.openEvent.type) : !1);
|
|
7413
7411
|
_.useEffect(() => {
|
|
7414
7412
|
if (!c) return;
|
|
7415
7413
|
function R(U) {
|
|
@@ -7426,7 +7424,7 @@ function Nw(e, t) {
|
|
|
7426
7424
|
return;
|
|
7427
7425
|
}
|
|
7428
7426
|
w.current();
|
|
7429
|
-
const z =
|
|
7427
|
+
const z = Bt(i.floating);
|
|
7430
7428
|
if (at(F), P.current = !1, m.current && o.current.floatingContext) {
|
|
7431
7429
|
n || at(C), k.current = m.current({
|
|
7432
7430
|
...o.current.floatingContext,
|
|
@@ -7470,14 +7468,14 @@ function Nw(e, t) {
|
|
|
7470
7468
|
n && U.removeEventListener("mouseleave", N), f && U.removeEventListener("mousemove", R), U.removeEventListener("mouseenter", R), U.removeEventListener("mouseleave", y), z && (z.removeEventListener("mouseleave", N), z.removeEventListener("mouseenter", L), z.removeEventListener("mouseleave", j));
|
|
7471
7469
|
};
|
|
7472
7470
|
}
|
|
7473
|
-
}, [i, c, e, l, f, O, S, E, r, n, T, p, v, m, o, x, b]),
|
|
7471
|
+
}, [i, c, e, l, f, O, S, E, r, n, T, p, v, m, o, x, b]), Ft(() => {
|
|
7474
7472
|
var R;
|
|
7475
7473
|
if (c && n && (R = m.current) != null && (R = R.__options) != null && R.blockPointerEvents && I()) {
|
|
7476
7474
|
g.current = !0;
|
|
7477
7475
|
const N = i.floating;
|
|
7478
7476
|
if (de(i.domReference) && N) {
|
|
7479
7477
|
var y;
|
|
7480
|
-
const L =
|
|
7478
|
+
const L = Bt(i.floating).body;
|
|
7481
7479
|
L.setAttribute($l, "");
|
|
7482
7480
|
const j = i.domReference, U = p == null || (y = p.nodesRef.current.find((z) => z.id === h)) == null || (y = y.context) == null ? void 0 : y.elements.floating;
|
|
7483
7481
|
return U && (U.style.pointerEvents = ""), L.style.pointerEvents = "none", j.style.pointerEvents = "auto", N.style.pointerEvents = "auto", () => {
|
|
@@ -7485,7 +7483,7 @@ function Nw(e, t) {
|
|
|
7485
7483
|
};
|
|
7486
7484
|
}
|
|
7487
7485
|
}
|
|
7488
|
-
}, [c, n, h, i, p, m, I]),
|
|
7486
|
+
}, [c, n, h, i, p, m, I]), Ft(() => {
|
|
7489
7487
|
n || ($.current = void 0, P.current = !1, S(), E());
|
|
7490
7488
|
}, [n, S, E]), _.useEffect(() => () => {
|
|
7491
7489
|
S(), at(C), at(F), E();
|
|
@@ -7526,7 +7524,7 @@ const vp = {
|
|
|
7526
7524
|
left: 0
|
|
7527
7525
|
}, Al = /* @__PURE__ */ _.forwardRef(function(t, n) {
|
|
7528
7526
|
const [r, o] = _.useState();
|
|
7529
|
-
|
|
7527
|
+
Ft(() => {
|
|
7530
7528
|
mp() && o("button");
|
|
7531
7529
|
}, []);
|
|
7532
7530
|
const s = {
|
|
@@ -7549,17 +7547,17 @@ function Cw(e) {
|
|
|
7549
7547
|
id: t,
|
|
7550
7548
|
root: n
|
|
7551
7549
|
} = e, r = $c(), o = Mw(), [s, i] = _.useState(null), c = _.useRef(null);
|
|
7552
|
-
return
|
|
7550
|
+
return Ft(() => () => {
|
|
7553
7551
|
s == null || s.remove(), queueMicrotask(() => {
|
|
7554
7552
|
c.current = null;
|
|
7555
7553
|
});
|
|
7556
|
-
}, [s]),
|
|
7554
|
+
}, [s]), Ft(() => {
|
|
7557
7555
|
if (!r || c.current) return;
|
|
7558
7556
|
const a = t ? document.getElementById(t) : null;
|
|
7559
7557
|
if (!a) return;
|
|
7560
7558
|
const u = document.createElement("div");
|
|
7561
7559
|
u.id = r, u.setAttribute(Tl, ""), a.appendChild(u), c.current = u, i(u);
|
|
7562
|
-
}, [t, r]),
|
|
7560
|
+
}, [t, r]), Ft(() => {
|
|
7563
7561
|
if (n === null || !r || c.current) return;
|
|
7564
7562
|
let a = n || (o == null ? void 0 : o.portalNode);
|
|
7565
7563
|
a && !dc(a) && (a = a.current), a = a || document.body;
|
|
@@ -7638,10 +7636,10 @@ function Bw(e) {
|
|
|
7638
7636
|
}
|
|
7639
7637
|
const Mw = () => _.useContext(wp);
|
|
7640
7638
|
function Rl(e) {
|
|
7641
|
-
return
|
|
7639
|
+
return _e(e.target) && e.target.tagName === "BUTTON";
|
|
7642
7640
|
}
|
|
7643
7641
|
function kw(e) {
|
|
7644
|
-
return
|
|
7642
|
+
return _e(e.target) && e.target.tagName === "A";
|
|
7645
7643
|
}
|
|
7646
7644
|
function Ol(e) {
|
|
7647
7645
|
return gp(e);
|
|
@@ -7721,13 +7719,13 @@ function jw(e, t) {
|
|
|
7721
7719
|
ancestorScroll: f = !1,
|
|
7722
7720
|
bubbles: p,
|
|
7723
7721
|
capture: h
|
|
7724
|
-
} = t, m = Tc(), v =
|
|
7722
|
+
} = t, m = Tc(), v = Nt(typeof a == "function" ? a : () => !1), T = typeof a == "function" ? v : a, b = _.useRef(!1), {
|
|
7725
7723
|
escapeKey: $,
|
|
7726
7724
|
outsidePress: C
|
|
7727
7725
|
} = Il(p), {
|
|
7728
7726
|
escapeKey: k,
|
|
7729
7727
|
outsidePress: F
|
|
7730
|
-
} = Il(h), D = _.useRef(!1), g =
|
|
7728
|
+
} = Il(h), D = _.useRef(!1), g = Nt((E) => {
|
|
7731
7729
|
var x;
|
|
7732
7730
|
if (!n || !i || !c || E.key !== "Escape" || D.current)
|
|
7733
7731
|
return;
|
|
@@ -7744,21 +7742,21 @@ function jw(e, t) {
|
|
|
7744
7742
|
return;
|
|
7745
7743
|
}
|
|
7746
7744
|
r(!1, pw(E) ? E.nativeEvent : E, "escape-key");
|
|
7747
|
-
}), w =
|
|
7745
|
+
}), w = Nt((E) => {
|
|
7748
7746
|
var x;
|
|
7749
7747
|
const A = () => {
|
|
7750
7748
|
var R;
|
|
7751
7749
|
g(E), (R = er(E)) == null || R.removeEventListener("keydown", A);
|
|
7752
7750
|
};
|
|
7753
7751
|
(x = er(E)) == null || x.addEventListener("keydown", A);
|
|
7754
|
-
}), P =
|
|
7752
|
+
}), P = Nt((E) => {
|
|
7755
7753
|
var x;
|
|
7756
7754
|
const A = s.current.insideReactTree;
|
|
7757
7755
|
s.current.insideReactTree = !1;
|
|
7758
7756
|
const R = b.current;
|
|
7759
7757
|
if (b.current = !1, u === "click" && R || A || typeof T == "function" && !T(E))
|
|
7760
7758
|
return;
|
|
7761
|
-
const y = er(E), N = "[" + Ao("inert") + "]", L =
|
|
7759
|
+
const y = er(E), N = "[" + Ao("inert") + "]", L = Bt(o.floating).querySelectorAll(N);
|
|
7762
7760
|
let j = de(y) ? y : null;
|
|
7763
7761
|
for (; j && !Qt(j); ) {
|
|
7764
7762
|
const H = en(j);
|
|
@@ -7771,7 +7769,7 @@ function jw(e, t) {
|
|
|
7771
7769
|
// element was injected after the floating element rendered.
|
|
7772
7770
|
Array.from(L).every((H) => !pr(j, H)))
|
|
7773
7771
|
return;
|
|
7774
|
-
if (
|
|
7772
|
+
if (_e(y) && S) {
|
|
7775
7773
|
const H = Qt(y), q = dt(y), G = /auto|scroll/, Q = H || G.test(q.overflowX), ne = H || G.test(q.overflowY), fe = Q && y.clientWidth > 0 && y.scrollWidth > y.clientWidth, Ae = ne && y.clientHeight > 0 && y.scrollHeight > y.clientHeight, Xe = q.direction === "rtl", Te = Ae && (Xe ? E.offsetX <= y.offsetWidth - y.clientWidth : E.offsetX > y.clientWidth), Re = fe && E.offsetY > y.clientHeight;
|
|
7776
7774
|
if (Te || Re)
|
|
7777
7775
|
return;
|
|
@@ -7795,7 +7793,7 @@ function jw(e, t) {
|
|
|
7795
7793
|
return;
|
|
7796
7794
|
}
|
|
7797
7795
|
r(!1, E, "outside-press");
|
|
7798
|
-
}), I =
|
|
7796
|
+
}), I = Nt((E) => {
|
|
7799
7797
|
var x;
|
|
7800
7798
|
const A = () => {
|
|
7801
7799
|
var R;
|
|
@@ -7824,7 +7822,7 @@ function jw(e, t) {
|
|
|
7824
7822
|
Is() ? 5 : 0
|
|
7825
7823
|
);
|
|
7826
7824
|
}
|
|
7827
|
-
const y =
|
|
7825
|
+
const y = Bt(o.floating);
|
|
7828
7826
|
c && (y.addEventListener("keydown", k ? w : g, k), y.addEventListener("compositionstart", A), y.addEventListener("compositionend", R)), T && y.addEventListener(u, F ? I : P, F);
|
|
7829
7827
|
let N = [];
|
|
7830
7828
|
return f && (de(o.domReference) && (N = bn(o.domReference)), de(o.floating) && (N = N.concat(bn(o.floating))), !de(o.reference) && o.reference && o.reference.contextElement && (N = N.concat(bn(o.reference.contextElement)))), N = N.filter((L) => {
|
|
@@ -7881,7 +7879,7 @@ function _w(e) {
|
|
|
7881
7879
|
const p = r.reference;
|
|
7882
7880
|
p && !de(p) && Tw("Cannot pass a virtual element to the `elements.reference` option,", "as it must be a real DOM element. Use `refs.setPositionReference()`", "instead.");
|
|
7883
7881
|
}
|
|
7884
|
-
const [a, u] = _.useState(r.reference), l =
|
|
7882
|
+
const [a, u] = _.useState(r.reference), l = Nt((p, h, m) => {
|
|
7885
7883
|
s.current.openEvent = p ? h : void 0, i.emit("openchange", {
|
|
7886
7884
|
open: p,
|
|
7887
7885
|
event: h,
|
|
@@ -7917,7 +7915,7 @@ function Uw(e) {
|
|
|
7917
7915
|
...e.elements
|
|
7918
7916
|
}
|
|
7919
7917
|
}), r = e.rootContext || n, o = r.elements, [s, i] = _.useState(null), [c, a] = _.useState(null), l = (o == null ? void 0 : o.domReference) || s, d = _.useRef(null), f = Tc();
|
|
7920
|
-
|
|
7918
|
+
Ft(() => {
|
|
7921
7919
|
l && (d.current = l);
|
|
7922
7920
|
}, [l]);
|
|
7923
7921
|
const p = Cd({
|
|
@@ -7955,7 +7953,7 @@ function Uw(e) {
|
|
|
7955
7953
|
elements: T,
|
|
7956
7954
|
nodeId: t
|
|
7957
7955
|
}), [p, v, T, t, r]);
|
|
7958
|
-
return
|
|
7956
|
+
return Ft(() => {
|
|
7959
7957
|
r.dataRef.current.floatingContext = b;
|
|
7960
7958
|
const $ = f == null ? void 0 : f.nodesRef.current.find((C) => C.id === t);
|
|
7961
7959
|
$ && ($.context = b);
|
|
@@ -7985,7 +7983,7 @@ function zw(e, t) {
|
|
|
7985
7983
|
if (!c) return;
|
|
7986
7984
|
const p = Ge(i.domReference);
|
|
7987
7985
|
function h() {
|
|
7988
|
-
!n &&
|
|
7986
|
+
!n && _e(i.domReference) && i.domReference === ba(Bt(i.domReference)) && (u.current = !0);
|
|
7989
7987
|
}
|
|
7990
7988
|
function m() {
|
|
7991
7989
|
d.current = !0;
|
|
@@ -9131,11 +9129,11 @@ function js(e, { includeName: t = !1 } = {}) {
|
|
|
9131
9129
|
function Lx(e, { includeName: t }) {
|
|
9132
9130
|
return e.type.startsWith("tuple") ? `(${js(e.components, { includeName: t })})${e.type.slice(5)}` : e.type + (t && e.name ? ` ${e.name}` : "");
|
|
9133
9131
|
}
|
|
9134
|
-
function
|
|
9132
|
+
function Dt(e, { strict: t = !0 } = {}) {
|
|
9135
9133
|
return !e || typeof e != "string" ? !1 : t ? /^0x[0-9a-fA-F]*$/.test(e) : e.startsWith("0x");
|
|
9136
9134
|
}
|
|
9137
9135
|
function Se(e) {
|
|
9138
|
-
return
|
|
9136
|
+
return Dt(e, { strict: !1 }) ? Math.ceil((e.length - 2) / 2) : e.length;
|
|
9139
9137
|
}
|
|
9140
9138
|
const kp = "2.34.0";
|
|
9141
9139
|
let kr = {
|
|
@@ -9582,7 +9580,7 @@ function At(e, { size: t }) {
|
|
|
9582
9580
|
maxSize: t
|
|
9583
9581
|
});
|
|
9584
9582
|
}
|
|
9585
|
-
function
|
|
9583
|
+
function jt(e, t = {}) {
|
|
9586
9584
|
const { signed: n } = t;
|
|
9587
9585
|
t.size && At(e, { size: t.size });
|
|
9588
9586
|
const r = BigInt(e);
|
|
@@ -9600,7 +9598,7 @@ function eE(e, t = {}) {
|
|
|
9600
9598
|
throw new Qx(n);
|
|
9601
9599
|
}
|
|
9602
9600
|
function nn(e, t = {}) {
|
|
9603
|
-
return Number(
|
|
9601
|
+
return Number(jt(e, t));
|
|
9604
9602
|
}
|
|
9605
9603
|
const tE = /* @__PURE__ */ Array.from({ length: 256 }, (e, t) => t.toString(16).padStart(2, "0"));
|
|
9606
9604
|
function rn(e, t = {}) {
|
|
@@ -9642,13 +9640,13 @@ function Qr(e, t = {}) {
|
|
|
9642
9640
|
}
|
|
9643
9641
|
const rE = /* @__PURE__ */ new TextEncoder();
|
|
9644
9642
|
function Tr(e, t = {}) {
|
|
9645
|
-
return typeof e == "number" || typeof e == "bigint" ? sE(e, t) : typeof e == "boolean" ? oE(e, t) :
|
|
9643
|
+
return typeof e == "number" || typeof e == "bigint" ? sE(e, t) : typeof e == "boolean" ? oE(e, t) : Dt(e) ? Pt(e, t) : kn(e, t);
|
|
9646
9644
|
}
|
|
9647
9645
|
function oE(e, t = {}) {
|
|
9648
9646
|
const n = new Uint8Array(1);
|
|
9649
9647
|
return n[0] = Number(e), typeof t.size == "number" ? (At(n, { size: t.size }), Ar(n, { size: t.size })) : n;
|
|
9650
9648
|
}
|
|
9651
|
-
const
|
|
9649
|
+
const Vt = {
|
|
9652
9650
|
zero: 48,
|
|
9653
9651
|
nine: 57,
|
|
9654
9652
|
A: 65,
|
|
@@ -9657,12 +9655,12 @@ const Gt = {
|
|
|
9657
9655
|
f: 102
|
|
9658
9656
|
};
|
|
9659
9657
|
function Fl(e) {
|
|
9660
|
-
if (e >=
|
|
9661
|
-
return e -
|
|
9662
|
-
if (e >=
|
|
9663
|
-
return e - (
|
|
9664
|
-
if (e >=
|
|
9665
|
-
return e - (
|
|
9658
|
+
if (e >= Vt.zero && e <= Vt.nine)
|
|
9659
|
+
return e - Vt.zero;
|
|
9660
|
+
if (e >= Vt.A && e <= Vt.F)
|
|
9661
|
+
return e - (Vt.A - 10);
|
|
9662
|
+
if (e >= Vt.a && e <= Vt.f)
|
|
9663
|
+
return e - (Vt.a - 10);
|
|
9666
9664
|
}
|
|
9667
9665
|
function Pt(e, t = {}) {
|
|
9668
9666
|
let n = e;
|
|
@@ -9762,14 +9760,14 @@ function cr(e) {
|
|
|
9762
9760
|
t += gE[e[n]];
|
|
9763
9761
|
return t;
|
|
9764
9762
|
}
|
|
9765
|
-
const
|
|
9763
|
+
const Gt = { _0: 48, _9: 57, A: 65, F: 70, a: 97, f: 102 };
|
|
9766
9764
|
function _l(e) {
|
|
9767
|
-
if (e >=
|
|
9768
|
-
return e -
|
|
9769
|
-
if (e >=
|
|
9770
|
-
return e - (
|
|
9771
|
-
if (e >=
|
|
9772
|
-
return e - (
|
|
9765
|
+
if (e >= Gt._0 && e <= Gt._9)
|
|
9766
|
+
return e - Gt._0;
|
|
9767
|
+
if (e >= Gt.A && e <= Gt.F)
|
|
9768
|
+
return e - (Gt.A - 10);
|
|
9769
|
+
if (e >= Gt.a && e <= Gt.f)
|
|
9770
|
+
return e - (Gt.a - 10);
|
|
9773
9771
|
}
|
|
9774
9772
|
function ys(e) {
|
|
9775
9773
|
if (typeof e != "string")
|
|
@@ -9925,7 +9923,7 @@ class Nc extends Ic {
|
|
|
9925
9923
|
}
|
|
9926
9924
|
const AE = (e, t, n) => Kp(() => new Nc(t, e, n)), th = AE(1, 136, 256 / 8);
|
|
9927
9925
|
function Be(e, t) {
|
|
9928
|
-
const n = t || "hex", r = th(
|
|
9926
|
+
const n = t || "hex", r = th(Dt(e, { strict: !1 }) ? Tr(e) : e);
|
|
9929
9927
|
return n === "bytes" ? r : rn(r);
|
|
9930
9928
|
}
|
|
9931
9929
|
const TE = (e) => Be(Tr(e));
|
|
@@ -10019,7 +10017,7 @@ function pt(e, t) {
|
|
|
10019
10017
|
const o = NE.test(e) ? e.toLowerCase() === e ? !0 : n ? Ws(e) === e : !0 : !1;
|
|
10020
10018
|
return Ci.set(r, o), o;
|
|
10021
10019
|
}
|
|
10022
|
-
function
|
|
10020
|
+
function _t(e) {
|
|
10023
10021
|
return typeof e[0] == "string" ? Rr(e) : CE(e);
|
|
10024
10022
|
}
|
|
10025
10023
|
function CE(e) {
|
|
@@ -10036,7 +10034,7 @@ function Rr(e) {
|
|
|
10036
10034
|
return `0x${e.reduce((t, n) => t + n.replace("0x", ""), "")}`;
|
|
10037
10035
|
}
|
|
10038
10036
|
function br(e, t, n, { strict: r } = {}) {
|
|
10039
|
-
return
|
|
10037
|
+
return Dt(e, { strict: !1 }) ? ih(e, t, n, {
|
|
10040
10038
|
strict: r
|
|
10041
10039
|
}) : sh(e, t, n, {
|
|
10042
10040
|
strict: r
|
|
@@ -10128,7 +10126,7 @@ function Mc(e) {
|
|
|
10128
10126
|
const { dynamic: i, encoded: c } = e[s];
|
|
10129
10127
|
i ? (n.push(J(t + o, { size: 32 })), r.push(c), o += Se(c)) : n.push(c);
|
|
10130
10128
|
}
|
|
10131
|
-
return
|
|
10129
|
+
return _t([...n, ...r]);
|
|
10132
10130
|
}
|
|
10133
10131
|
function kE(e) {
|
|
10134
10132
|
if (!pt(e))
|
|
@@ -10157,7 +10155,7 @@ function LE(e, { length: t, param: n }) {
|
|
|
10157
10155
|
const c = J(s.length, { size: 32 });
|
|
10158
10156
|
return {
|
|
10159
10157
|
dynamic: !0,
|
|
10160
|
-
encoded: s.length > 0 ?
|
|
10158
|
+
encoded: s.length > 0 ? _t([c, i]) : c
|
|
10161
10159
|
};
|
|
10162
10160
|
}
|
|
10163
10161
|
if (o)
|
|
@@ -10165,7 +10163,7 @@ function LE(e, { length: t, param: n }) {
|
|
|
10165
10163
|
}
|
|
10166
10164
|
return {
|
|
10167
10165
|
dynamic: !1,
|
|
10168
|
-
encoded:
|
|
10166
|
+
encoded: _t(s.map(({ encoded: i }) => i))
|
|
10169
10167
|
};
|
|
10170
10168
|
}
|
|
10171
10169
|
function FE(e, { param: t }) {
|
|
@@ -10177,7 +10175,7 @@ function FE(e, { param: t }) {
|
|
|
10177
10175
|
size: Math.ceil((e.length - 2) / 2 / 32) * 32
|
|
10178
10176
|
})), {
|
|
10179
10177
|
dynamic: !0,
|
|
10180
|
-
encoded:
|
|
10178
|
+
encoded: _t([yn(J(r, { size: 32 })), o])
|
|
10181
10179
|
};
|
|
10182
10180
|
}
|
|
10183
10181
|
if (r !== Number.parseInt(n))
|
|
@@ -10220,7 +10218,7 @@ function _E(e) {
|
|
|
10220
10218
|
}));
|
|
10221
10219
|
return {
|
|
10222
10220
|
dynamic: !0,
|
|
10223
|
-
encoded:
|
|
10221
|
+
encoded: _t([
|
|
10224
10222
|
yn(J(Se(t), { size: 32 })),
|
|
10225
10223
|
...r
|
|
10226
10224
|
])
|
|
@@ -10238,7 +10236,7 @@ function UE(e, { param: t }) {
|
|
|
10238
10236
|
}
|
|
10239
10237
|
return {
|
|
10240
10238
|
dynamic: n,
|
|
10241
|
-
encoded: n ? Mc(r) :
|
|
10239
|
+
encoded: n ? Mc(r) : _t(r.map(({ encoded: o }) => o))
|
|
10242
10240
|
};
|
|
10243
10241
|
}
|
|
10244
10242
|
function kc(e) {
|
|
@@ -10250,7 +10248,7 @@ function kc(e) {
|
|
|
10250
10248
|
}
|
|
10251
10249
|
const Ro = (e) => br(nh(e), 0, 4);
|
|
10252
10250
|
function Zn(e) {
|
|
10253
|
-
const { abi: t, args: n = [], name: r } = e, o =
|
|
10251
|
+
const { abi: t, args: n = [], name: r } = e, o = Dt(r, { strict: !1 }), s = t.filter((c) => o ? c.type === "function" ? Ro(c) === r : c.type === "event" ? Hs(c) === r : !1 : "name" in c && c.name === r);
|
|
10254
10252
|
if (s.length === 0)
|
|
10255
10253
|
return;
|
|
10256
10254
|
if (s.length === 1)
|
|
@@ -10402,7 +10400,7 @@ function zE(e) {
|
|
|
10402
10400
|
functionName: Ro(St(o))
|
|
10403
10401
|
};
|
|
10404
10402
|
}
|
|
10405
|
-
function
|
|
10403
|
+
function Ht(e) {
|
|
10406
10404
|
const { args: t } = e, { abi: n, functionName: r } = (() => {
|
|
10407
10405
|
var c;
|
|
10408
10406
|
return e.abi.length === 1 && ((c = e.functionName) != null && c.startsWith("0x")) ? e : zE(e);
|
|
@@ -10584,7 +10582,7 @@ function Lc(e, { recursiveReadLimit: t = 8192 } = {}) {
|
|
|
10584
10582
|
function GE(e, t = {}) {
|
|
10585
10583
|
typeof t.size < "u" && At(e, { size: t.size });
|
|
10586
10584
|
const n = Oe(e, t);
|
|
10587
|
-
return
|
|
10585
|
+
return jt(n, t);
|
|
10588
10586
|
}
|
|
10589
10587
|
function qE(e, t = {}) {
|
|
10590
10588
|
let n = e;
|
|
@@ -11586,13 +11584,13 @@ function y2(e) {
|
|
|
11586
11584
|
return Ws(`0x${t}`);
|
|
11587
11585
|
}
|
|
11588
11586
|
async function v2({ hash: e, signature: t }) {
|
|
11589
|
-
const n =
|
|
11587
|
+
const n = Dt(e) ? e : rn(e), { secp256k1: r } = await Promise.resolve().then(() => iP);
|
|
11590
11588
|
return `0x${(() => {
|
|
11591
11589
|
if (typeof t == "object" && "r" in t && "s" in t) {
|
|
11592
11590
|
const { r: u, s: l, v: d, yParity: f } = t, p = Number(f ?? d), h = Yl(p);
|
|
11593
|
-
return new r.Signature(
|
|
11591
|
+
return new r.Signature(jt(u), jt(l)).addRecoveryBit(h);
|
|
11594
11592
|
}
|
|
11595
|
-
const i =
|
|
11593
|
+
const i = Dt(t) ? t : rn(t);
|
|
11596
11594
|
if (Se(i) !== 65)
|
|
11597
11595
|
throw new Error("invalid signature length");
|
|
11598
11596
|
const c = nn(`0x${i.slice(130)}`), a = Yl(c);
|
|
@@ -12093,7 +12091,7 @@ function $h(e) {
|
|
|
12093
12091
|
totalDifficulty: e.totalDifficulty ? BigInt(e.totalDifficulty) : null
|
|
12094
12092
|
};
|
|
12095
12093
|
}
|
|
12096
|
-
async function
|
|
12094
|
+
async function Mt(e, { blockHash: t, blockNumber: n, blockTag: r = e.experimental_blockTag ?? "latest", includeTransactions: o } = {}) {
|
|
12097
12095
|
var u, l, d;
|
|
12098
12096
|
const s = o ?? !1, i = n !== void 0 ? J(n) : void 0;
|
|
12099
12097
|
let c = null;
|
|
@@ -12122,7 +12120,7 @@ async function Ah(e, t) {
|
|
|
12122
12120
|
try {
|
|
12123
12121
|
const c = ((s = r == null ? void 0 : r.fees) == null ? void 0 : s.maxPriorityFeePerGas) ?? ((i = r == null ? void 0 : r.fees) == null ? void 0 : i.defaultPriorityFee);
|
|
12124
12122
|
if (typeof c == "function") {
|
|
12125
|
-
const u = n || await ee(e,
|
|
12123
|
+
const u = n || await ee(e, Mt, "getBlock")({}), l = await c({
|
|
12126
12124
|
block: u,
|
|
12127
12125
|
client: e,
|
|
12128
12126
|
request: o
|
|
@@ -12136,10 +12134,10 @@ async function Ah(e, t) {
|
|
|
12136
12134
|
const a = await e.request({
|
|
12137
12135
|
method: "eth_maxPriorityFeePerGas"
|
|
12138
12136
|
});
|
|
12139
|
-
return
|
|
12137
|
+
return jt(a);
|
|
12140
12138
|
} catch {
|
|
12141
12139
|
const [c, a] = await Promise.all([
|
|
12142
|
-
n ? Promise.resolve(n) : ee(e,
|
|
12140
|
+
n ? Promise.resolve(n) : ee(e, Mt, "getBlock")({}),
|
|
12143
12141
|
ee(e, Wc, "getGasPrice")({})
|
|
12144
12142
|
]);
|
|
12145
12143
|
if (typeof c.baseFeePerGas != "bigint")
|
|
@@ -12163,7 +12161,7 @@ async function ka(e, t) {
|
|
|
12163
12161
|
})();
|
|
12164
12162
|
if (i < 1)
|
|
12165
12163
|
throw new I2();
|
|
12166
|
-
const a = 10 ** (((f = i.toString().split(".")[1]) == null ? void 0 : f.length) ?? 0), u = (h) => h * BigInt(Math.ceil(i * a)) / BigInt(a), l = n || await ee(e,
|
|
12164
|
+
const a = 10 ** (((f = i.toString().split(".")[1]) == null ? void 0 : f.length) ?? 0), u = (h) => h * BigInt(Math.ceil(i * a)) / BigInt(a), l = n || await ee(e, Mt, "getBlock")({});
|
|
12167
12165
|
if (typeof ((p = r == null ? void 0 : r.fees) == null ? void 0 : p.estimateFeesPerGas) == "function") {
|
|
12168
12166
|
const h = await r.fees.estimateFeesPerGas({
|
|
12169
12167
|
block: n,
|
|
@@ -12391,7 +12389,7 @@ class _2 extends D2 {
|
|
|
12391
12389
|
}
|
|
12392
12390
|
const Ih = /* @__PURE__ */ Kp(() => new _2()), U2 = Ih;
|
|
12393
12391
|
function z2(e, t) {
|
|
12394
|
-
return U2(
|
|
12392
|
+
return U2(Dt(e, { strict: !1 }) ? Tr(e) : e);
|
|
12395
12393
|
}
|
|
12396
12394
|
function H2(e) {
|
|
12397
12395
|
const { commitment: t, version: n = 1 } = e, r = e.to ?? (typeof t == "string" ? "hex" : "bytes"), o = z2(t);
|
|
@@ -12490,7 +12488,7 @@ async function Mh(e, t) {
|
|
|
12490
12488
|
const { account: n = e.account, blobs: r, chain: o, gas: s, kzg: i, nonce: c, nonceManager: a, parameters: u = Y2, type: l } = t, d = n && Tt(n), f = { ...t, ...d ? { from: d == null ? void 0 : d.address } : {} };
|
|
12491
12489
|
let p;
|
|
12492
12490
|
async function h() {
|
|
12493
|
-
return p || (p = await ee(e,
|
|
12491
|
+
return p || (p = await ee(e, Mt, "getBlock")({ blockTag: "latest" }), p);
|
|
12494
12492
|
}
|
|
12495
12493
|
let m;
|
|
12496
12494
|
async function v() {
|
|
@@ -12657,7 +12655,7 @@ async function Gc(e, t) {
|
|
|
12657
12655
|
}
|
|
12658
12656
|
}
|
|
12659
12657
|
async function X2(e, t) {
|
|
12660
|
-
const { abi: n, address: r, args: o, functionName: s, dataSuffix: i, ...c } = t, a =
|
|
12658
|
+
const { abi: n, address: r, args: o, functionName: s, dataSuffix: i, ...c } = t, a = Ht({
|
|
12661
12659
|
abi: n,
|
|
12662
12660
|
args: o,
|
|
12663
12661
|
functionName: s
|
|
@@ -12917,7 +12915,7 @@ function Qc(e, t) {
|
|
|
12917
12915
|
function jh(e, t) {
|
|
12918
12916
|
return Qc(e, t).reverse();
|
|
12919
12917
|
}
|
|
12920
|
-
function
|
|
12918
|
+
function He(e, t, n) {
|
|
12921
12919
|
let r;
|
|
12922
12920
|
if (typeof t == "string")
|
|
12923
12921
|
try {
|
|
@@ -13082,7 +13080,7 @@ function a6(e, t) {
|
|
|
13082
13080
|
maxSize: t
|
|
13083
13081
|
});
|
|
13084
13082
|
}
|
|
13085
|
-
const
|
|
13083
|
+
const qt = {
|
|
13086
13084
|
zero: 48,
|
|
13087
13085
|
nine: 57,
|
|
13088
13086
|
A: 65,
|
|
@@ -13091,12 +13089,12 @@ const Zt = {
|
|
|
13091
13089
|
f: 102
|
|
13092
13090
|
};
|
|
13093
13091
|
function rf(e) {
|
|
13094
|
-
if (e >=
|
|
13095
|
-
return e -
|
|
13096
|
-
if (e >=
|
|
13097
|
-
return e - (
|
|
13098
|
-
if (e >=
|
|
13099
|
-
return e - (
|
|
13092
|
+
if (e >= qt.zero && e <= qt.nine)
|
|
13093
|
+
return e - qt.zero;
|
|
13094
|
+
if (e >= qt.A && e <= qt.F)
|
|
13095
|
+
return e - (qt.A - 10);
|
|
13096
|
+
if (e >= qt.a && e <= qt.f)
|
|
13097
|
+
return e - (qt.a - 10);
|
|
13100
13098
|
}
|
|
13101
13099
|
function c6(e, t = {}) {
|
|
13102
13100
|
const { dir: n, size: r = 32 } = t;
|
|
@@ -13214,7 +13212,7 @@ function x6(e, t = {}) {
|
|
|
13214
13212
|
if (!e.startsWith("0x"))
|
|
13215
13213
|
throw new af(e);
|
|
13216
13214
|
}
|
|
13217
|
-
function
|
|
13215
|
+
function Ut(...e) {
|
|
13218
13216
|
return `0x${e.reduce((t, n) => t + n.replace("0x", ""), "")}`;
|
|
13219
13217
|
}
|
|
13220
13218
|
function Hh(e, t = {}) {
|
|
@@ -13989,7 +13987,7 @@ async function Xs(e, t) {
|
|
|
13989
13987
|
});
|
|
13990
13988
|
return H === "0x" ? { data: void 0 } : { data: H };
|
|
13991
13989
|
} catch (R) {
|
|
13992
|
-
const y = M6(R), { offchainLookup: N, offchainLookupSignature: L } = await import("./ccip-
|
|
13990
|
+
const y = M6(R), { offchainLookup: N, offchainLookupSignature: L } = await import("./ccip-QG9Dq841.mjs");
|
|
13993
13991
|
if (e.ccipRead !== !1 && (y == null ? void 0 : y.slice(0, 10)) === L && C)
|
|
13994
13992
|
return { data: await N(e, { data: y, to: C }) };
|
|
13995
13993
|
throw I && (y == null ? void 0 : y.slice(0, 10)) === "0x101bb98d" ? new h2({ factory: f }) : Qh(R, {
|
|
@@ -14027,7 +14025,7 @@ async function N6(e, t) {
|
|
|
14027
14025
|
allowFailure: !0,
|
|
14028
14026
|
callData: C.data,
|
|
14029
14027
|
target: C.to
|
|
14030
|
-
})), b =
|
|
14028
|
+
})), b = Ht({
|
|
14031
14029
|
abi: Fa,
|
|
14032
14030
|
args: [T],
|
|
14033
14031
|
functionName: "aggregate3"
|
|
@@ -14077,7 +14075,7 @@ function M6(e) {
|
|
|
14077
14075
|
return typeof (t == null ? void 0 : t.data) == "object" ? (n = t.data) == null ? void 0 : n.data : t.data;
|
|
14078
14076
|
}
|
|
14079
14077
|
async function an(e, t) {
|
|
14080
|
-
const { abi: n, address: r, args: o, functionName: s, ...i } = t, c =
|
|
14078
|
+
const { abi: n, address: r, args: o, functionName: s, ...i } = t, c = Ht({
|
|
14081
14079
|
abi: n,
|
|
14082
14080
|
args: o,
|
|
14083
14081
|
functionName: s
|
|
@@ -14105,7 +14103,7 @@ async function an(e, t) {
|
|
|
14105
14103
|
}
|
|
14106
14104
|
}
|
|
14107
14105
|
async function k6(e, t) {
|
|
14108
|
-
const { abi: n, address: r, args: o, dataSuffix: s, functionName: i, ...c } = t, a = c.account ? Tt(c.account) : e.account, u =
|
|
14106
|
+
const { abi: n, address: r, args: o, dataSuffix: s, functionName: i, ...c } = t, a = c.account ? Tt(c.account) : e.account, u = Ht({ abi: n, args: o, functionName: i });
|
|
14109
14107
|
try {
|
|
14110
14108
|
const { data: l } = await ee(e, Xs, "call")({
|
|
14111
14109
|
batch: !1,
|
|
@@ -14845,7 +14843,7 @@ function n0(e) {
|
|
|
14845
14843
|
if (e.length !== 66 || e.indexOf("[") !== 0 || e.indexOf("]") !== 65)
|
|
14846
14844
|
return null;
|
|
14847
14845
|
const t = `0x${e.slice(1, 65)}`;
|
|
14848
|
-
return
|
|
14846
|
+
return Dt(t) ? t : null;
|
|
14849
14847
|
}
|
|
14850
14848
|
function os(e) {
|
|
14851
14849
|
let t = new Uint8Array(32).fill(0);
|
|
@@ -14854,7 +14852,7 @@ function os(e) {
|
|
|
14854
14852
|
const n = e.split(".");
|
|
14855
14853
|
for (let r = n.length - 1; r >= 0; r -= 1) {
|
|
14856
14854
|
const o = n0(n[r]), s = o ? Tr(o) : Be(kn(n[r]), "bytes");
|
|
14857
|
-
t = Be(
|
|
14855
|
+
t = Be(_t([t, s]), "bytes");
|
|
14858
14856
|
}
|
|
14859
14857
|
return Oe(t);
|
|
14860
14858
|
}
|
|
@@ -14893,7 +14891,7 @@ async function c5(e, t) {
|
|
|
14893
14891
|
if (l && !l.some((d) => s.endsWith(d)))
|
|
14894
14892
|
return null;
|
|
14895
14893
|
try {
|
|
14896
|
-
const d =
|
|
14894
|
+
const d = Ht({
|
|
14897
14895
|
abi: uf,
|
|
14898
14896
|
functionName: "addr",
|
|
14899
14897
|
...o != null ? { args: [os(s), BigInt(o)] } : { args: [os(s)] }
|
|
@@ -15128,7 +15126,7 @@ async function s0(e, t) {
|
|
|
15128
15126
|
functionName: "resolve",
|
|
15129
15127
|
args: [
|
|
15130
15128
|
rn(ei(s)),
|
|
15131
|
-
|
|
15129
|
+
Ht({
|
|
15132
15130
|
abi: cf,
|
|
15133
15131
|
functionName: "text",
|
|
15134
15132
|
args: [os(s), o]
|
|
@@ -15485,7 +15483,7 @@ function F5(e) {
|
|
|
15485
15483
|
data: n,
|
|
15486
15484
|
primaryType: r,
|
|
15487
15485
|
types: o
|
|
15488
|
-
})), Be(
|
|
15486
|
+
})), Be(_t(s));
|
|
15489
15487
|
}
|
|
15490
15488
|
function D5({ domain: e, types: t }) {
|
|
15491
15489
|
return u0({
|
|
@@ -15621,7 +15619,7 @@ const W5 = `Ethereum Signed Message:
|
|
|
15621
15619
|
`;
|
|
15622
15620
|
function V5(e) {
|
|
15623
15621
|
const t = typeof e == "string" ? Qr(e) : typeof e.raw == "string" ? e.raw : Oe(e.raw), n = Qr(`${W5}${Se(t)}`);
|
|
15624
|
-
return
|
|
15622
|
+
return _t([n, t]);
|
|
15625
15623
|
}
|
|
15626
15624
|
function p0(e, t) {
|
|
15627
15625
|
return Be(V5(e), t);
|
|
@@ -15748,7 +15746,7 @@ async function tS(e, t) {
|
|
|
15748
15746
|
for (let b = 0; b < u.length; b++) {
|
|
15749
15747
|
const { abi: $, address: C, args: k, functionName: F } = u[b];
|
|
15750
15748
|
try {
|
|
15751
|
-
const D =
|
|
15749
|
+
const D = Ht({ abi: $, args: k, functionName: F });
|
|
15752
15750
|
h += (D.length - 2) / 2, // Check if batching is enabled.
|
|
15753
15751
|
l > 0 && // Check if the current size of the batch exceeds the size limit.
|
|
15754
15752
|
h > l && // Check if the current chunk is not already empty.
|
|
@@ -15843,9 +15841,9 @@ async function Ha(e, t) {
|
|
|
15843
15841
|
const a = [];
|
|
15844
15842
|
for (const f of o) {
|
|
15845
15843
|
const p = f.blockOverrides ? qh(f.blockOverrides) : void 0, h = f.calls.map((v) => {
|
|
15846
|
-
const T = v, b = T.account ? Tt(T.account) : void 0, $ = T.abi ?
|
|
15844
|
+
const T = v, b = T.account ? Tt(T.account) : void 0, $ = T.abi ? Ht(T) : T.data, C = {
|
|
15847
15845
|
...T,
|
|
15848
|
-
data: T.dataSuffix ?
|
|
15846
|
+
data: T.dataSuffix ? _t([$ || "0x", T.dataSuffix]) : $,
|
|
15849
15847
|
from: T.from ?? (b == null ? void 0 : b.address)
|
|
15850
15848
|
};
|
|
15851
15849
|
return No(C), Ks(C);
|
|
@@ -16216,7 +16214,7 @@ function lu(e) {
|
|
|
16216
16214
|
const { dynamic: i, encoded: c } = e[s];
|
|
16217
16215
|
i ? (n.push(De(t + o, { size: 32 })), r.push(c), o += ht(c)) : n.push(c);
|
|
16218
16216
|
}
|
|
16219
|
-
return
|
|
16217
|
+
return Ut(...n, ...r);
|
|
16220
16218
|
}
|
|
16221
16219
|
function hS(e, t) {
|
|
16222
16220
|
const { checksum: n = !1 } = t;
|
|
@@ -16251,7 +16249,7 @@ function mS(e, t) {
|
|
|
16251
16249
|
const u = De(c.length, { size: 32 });
|
|
16252
16250
|
return {
|
|
16253
16251
|
dynamic: !0,
|
|
16254
|
-
encoded: c.length > 0 ?
|
|
16252
|
+
encoded: c.length > 0 ? Ut(u, a) : u
|
|
16255
16253
|
};
|
|
16256
16254
|
}
|
|
16257
16255
|
if (i)
|
|
@@ -16259,7 +16257,7 @@ function mS(e, t) {
|
|
|
16259
16257
|
}
|
|
16260
16258
|
return {
|
|
16261
16259
|
dynamic: !1,
|
|
16262
|
-
encoded:
|
|
16260
|
+
encoded: Ut(...c.map(({ encoded: a }) => a))
|
|
16263
16261
|
};
|
|
16264
16262
|
}
|
|
16265
16263
|
function gS(e, { type: t }) {
|
|
@@ -16268,7 +16266,7 @@ function gS(e, { type: t }) {
|
|
|
16268
16266
|
let o = e;
|
|
16269
16267
|
return r % 32 !== 0 && (o = Wn(o, Math.ceil((e.length - 2) / 2 / 32) * 32)), {
|
|
16270
16268
|
dynamic: !0,
|
|
16271
|
-
encoded:
|
|
16269
|
+
encoded: Ut(Hn(De(r, { size: 32 })), o)
|
|
16272
16270
|
};
|
|
16273
16271
|
}
|
|
16274
16272
|
if (r !== Number.parseInt(n))
|
|
@@ -16309,7 +16307,7 @@ function vS(e) {
|
|
|
16309
16307
|
r.push(Wn(nu(t, o * 32, (o + 1) * 32)));
|
|
16310
16308
|
return {
|
|
16311
16309
|
dynamic: !0,
|
|
16312
|
-
encoded:
|
|
16310
|
+
encoded: Ut(Wn(De(ht(t), { size: 32 })), ...r)
|
|
16313
16311
|
};
|
|
16314
16312
|
}
|
|
16315
16313
|
function wS(e, t) {
|
|
@@ -16326,7 +16324,7 @@ function wS(e, t) {
|
|
|
16326
16324
|
}
|
|
16327
16325
|
return {
|
|
16328
16326
|
dynamic: o,
|
|
16329
|
-
encoded: o ? lu(s) :
|
|
16327
|
+
encoded: o ? lu(s) : Ut(...s.map(({ encoded: i }) => i))
|
|
16330
16328
|
};
|
|
16331
16329
|
}
|
|
16332
16330
|
function xS(e) {
|
|
@@ -16361,7 +16359,7 @@ function Za(e, t) {
|
|
|
16361
16359
|
const o = e[r], s = t[r];
|
|
16362
16360
|
n.push(Za.encode(o, s));
|
|
16363
16361
|
}
|
|
16364
|
-
return
|
|
16362
|
+
return Ut(...n);
|
|
16365
16363
|
}
|
|
16366
16364
|
(function(e) {
|
|
16367
16365
|
function t(n, r, o = !1) {
|
|
@@ -16398,7 +16396,7 @@ function Za(e, t) {
|
|
|
16398
16396
|
const [a, u] = c, l = [];
|
|
16399
16397
|
for (let d = 0; d < r.length; d++)
|
|
16400
16398
|
l.push(t(u, r[d], !0));
|
|
16401
|
-
return l.length === 0 ? "0x" :
|
|
16399
|
+
return l.length === 0 ? "0x" : Ut(...l);
|
|
16402
16400
|
}
|
|
16403
16401
|
throw new S0(n);
|
|
16404
16402
|
}
|
|
@@ -16462,7 +16460,7 @@ class S0 extends be {
|
|
|
16462
16460
|
function PS(e, t) {
|
|
16463
16461
|
var o;
|
|
16464
16462
|
const { bytecode: n, args: r } = t;
|
|
16465
|
-
return
|
|
16463
|
+
return Ut(n, (o = e.inputs) != null && o.length && (r != null && r.length) ? w0(e.inputs, r) : "0x");
|
|
16466
16464
|
}
|
|
16467
16465
|
function $S(e) {
|
|
16468
16466
|
return b0(e);
|
|
@@ -16471,7 +16469,7 @@ function AS(e, ...t) {
|
|
|
16471
16469
|
const { overloads: n } = e, r = n ? TS([e, ...n], e.name, {
|
|
16472
16470
|
args: t[0]
|
|
16473
16471
|
}) : e, o = RS(r), s = t.length > 0 ? w0(r.inputs, t[0]) : void 0;
|
|
16474
|
-
return s ?
|
|
16472
|
+
return s ? Ut(o, s) : o;
|
|
16475
16473
|
}
|
|
16476
16474
|
function Jn(e, t = {}) {
|
|
16477
16475
|
return b0(e, t);
|
|
@@ -16502,7 +16500,7 @@ async function NS(e, t) {
|
|
|
16502
16500
|
const { accessList: N } = await i0(e, {
|
|
16503
16501
|
account: u.address,
|
|
16504
16502
|
...y,
|
|
16505
|
-
data: y.abi ?
|
|
16503
|
+
data: y.abi ? Ht(y) : y.data
|
|
16506
16504
|
});
|
|
16507
16505
|
return N.map(({ address: L, storageKeys: j }) => j.length > 0 ? L : null);
|
|
16508
16506
|
})).then((y) => y.flat().filter(Boolean)) : [], f = await Ha(e, {
|
|
@@ -16623,7 +16621,7 @@ async function NS(e, t) {
|
|
|
16623
16621
|
],
|
|
16624
16622
|
traceTransfers: c,
|
|
16625
16623
|
validation: a
|
|
16626
|
-
}), p = i ? f[2] : f[0], [h, m, , v, T, b, $, C] = i ? f : [], { calls: k, ...F } = p, D = k.slice(0, -1) ?? [], g = (h == null ? void 0 : h.calls) ?? [], w = (m == null ? void 0 : m.calls) ?? [], P = [...g, ...w].map((y) => y.status === "success" ?
|
|
16624
|
+
}), p = i ? f[2] : f[0], [h, m, , v, T, b, $, C] = i ? f : [], { calls: k, ...F } = p, D = k.slice(0, -1) ?? [], g = (h == null ? void 0 : h.calls) ?? [], w = (m == null ? void 0 : m.calls) ?? [], P = [...g, ...w].map((y) => y.status === "success" ? jt(y.data) : null), I = (v == null ? void 0 : v.calls) ?? [], O = (T == null ? void 0 : T.calls) ?? [], S = [...I, ...O].map((y) => y.status === "success" ? jt(y.data) : null), E = ((b == null ? void 0 : b.calls) ?? []).map((y) => y.status === "success" ? y.result : null), x = ((C == null ? void 0 : C.calls) ?? []).map((y) => y.status === "success" ? y.result : null), A = (($ == null ? void 0 : $.calls) ?? []).map((y) => y.status === "success" ? y.result : null), R = [];
|
|
16627
16625
|
for (const [y, N] of S.entries()) {
|
|
16628
16626
|
const L = P[y];
|
|
16629
16627
|
if (typeof N != "bigint" || typeof L != "bigint")
|
|
@@ -16693,28 +16691,28 @@ class P0 extends Ic {
|
|
|
16693
16691
|
const $0 = (e, t, n) => new P0(e, t).update(n).digest();
|
|
16694
16692
|
$0.create = (e, t) => new P0(e, t);
|
|
16695
16693
|
/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */
|
|
16696
|
-
const
|
|
16694
|
+
const We = BigInt(0), je = BigInt(1), Nn = /* @__PURE__ */ BigInt(2), A0 = /* @__PURE__ */ BigInt(3), T0 = /* @__PURE__ */ BigInt(4), R0 = /* @__PURE__ */ BigInt(5), CS = /* @__PURE__ */ BigInt(7), O0 = /* @__PURE__ */ BigInt(8), BS = /* @__PURE__ */ BigInt(9), I0 = /* @__PURE__ */ BigInt(16);
|
|
16697
16695
|
function bt(e, t) {
|
|
16698
16696
|
const n = e % t;
|
|
16699
|
-
return n >=
|
|
16697
|
+
return n >= We ? n : t + n;
|
|
16700
16698
|
}
|
|
16701
16699
|
function ot(e, t, n) {
|
|
16702
16700
|
let r = e;
|
|
16703
|
-
for (; t-- >
|
|
16701
|
+
for (; t-- > We; )
|
|
16704
16702
|
r *= r, r %= n;
|
|
16705
16703
|
return r;
|
|
16706
16704
|
}
|
|
16707
16705
|
function bf(e, t) {
|
|
16708
|
-
if (e ===
|
|
16706
|
+
if (e === We)
|
|
16709
16707
|
throw new Error("invert: expected non-zero number");
|
|
16710
|
-
if (t <=
|
|
16708
|
+
if (t <= We)
|
|
16711
16709
|
throw new Error("invert: expected positive modulus, got " + t);
|
|
16712
|
-
let n = bt(e, t), r = t, o =
|
|
16713
|
-
for (; n !==
|
|
16710
|
+
let n = bt(e, t), r = t, o = We, s = je;
|
|
16711
|
+
for (; n !== We; ) {
|
|
16714
16712
|
const c = r / n, a = r % n, u = o - s * c;
|
|
16715
16713
|
r = n, n = a, o = s, s = u;
|
|
16716
16714
|
}
|
|
16717
|
-
if (r !==
|
|
16715
|
+
if (r !== je)
|
|
16718
16716
|
throw new Error("invert: does not exist");
|
|
16719
16717
|
return bt(o, t);
|
|
16720
16718
|
}
|
|
@@ -16723,7 +16721,7 @@ function fu(e, t, n) {
|
|
|
16723
16721
|
throw new Error("Cannot find square root");
|
|
16724
16722
|
}
|
|
16725
16723
|
function N0(e, t) {
|
|
16726
|
-
const n = (e.ORDER +
|
|
16724
|
+
const n = (e.ORDER + je) / T0, r = e.pow(t, n);
|
|
16727
16725
|
return fu(e, r, t), r;
|
|
16728
16726
|
}
|
|
16729
16727
|
function MS(e, t) {
|
|
@@ -16743,8 +16741,8 @@ function kS(e) {
|
|
|
16743
16741
|
function C0(e) {
|
|
16744
16742
|
if (e < A0)
|
|
16745
16743
|
throw new Error("sqrt is not defined for small field");
|
|
16746
|
-
let t = e -
|
|
16747
|
-
for (; t % Nn ===
|
|
16744
|
+
let t = e - je, n = 0;
|
|
16745
|
+
for (; t % Nn === We; )
|
|
16748
16746
|
t /= Nn, n++;
|
|
16749
16747
|
let r = Nn;
|
|
16750
16748
|
const o = ko(e);
|
|
@@ -16754,7 +16752,7 @@ function C0(e) {
|
|
|
16754
16752
|
if (n === 1)
|
|
16755
16753
|
return N0;
|
|
16756
16754
|
let s = o.pow(r, t);
|
|
16757
|
-
const i = (t +
|
|
16755
|
+
const i = (t + je) / Nn;
|
|
16758
16756
|
return function(a, u) {
|
|
16759
16757
|
if (a.is0(u))
|
|
16760
16758
|
return u;
|
|
@@ -16768,7 +16766,7 @@ function C0(e) {
|
|
|
16768
16766
|
for (; !a.eql(m, a.ONE); )
|
|
16769
16767
|
if (h++, m = a.sqr(m), h === l)
|
|
16770
16768
|
throw new Error("Cannot find square root");
|
|
16771
|
-
const v =
|
|
16769
|
+
const v = je << BigInt(l - h - 1), T = a.pow(d, v);
|
|
16772
16770
|
l = h, d = a.sqr(T), f = a.mul(f, d), p = a.mul(p, T);
|
|
16773
16771
|
}
|
|
16774
16772
|
return p;
|
|
@@ -16806,15 +16804,15 @@ function DS(e) {
|
|
|
16806
16804
|
return Jc(e, n), e;
|
|
16807
16805
|
}
|
|
16808
16806
|
function jS(e, t, n) {
|
|
16809
|
-
if (n <
|
|
16807
|
+
if (n < We)
|
|
16810
16808
|
throw new Error("invalid exponent, negatives unsupported");
|
|
16811
|
-
if (n ===
|
|
16809
|
+
if (n === We)
|
|
16812
16810
|
return e.ONE;
|
|
16813
|
-
if (n ===
|
|
16811
|
+
if (n === je)
|
|
16814
16812
|
return t;
|
|
16815
16813
|
let r = e.ONE, o = t;
|
|
16816
|
-
for (; n >
|
|
16817
|
-
n &
|
|
16814
|
+
for (; n > We; )
|
|
16815
|
+
n & je && (r = e.mul(r, o)), o = e.sqr(o), n >>= je;
|
|
16818
16816
|
return r;
|
|
16819
16817
|
}
|
|
16820
16818
|
function B0(e, t, n = !1) {
|
|
@@ -16822,7 +16820,7 @@ function B0(e, t, n = !1) {
|
|
|
16822
16820
|
return t.reduceRight((i, c, a) => e.is0(c) ? i : (r[a] = e.mul(i, r[a]), e.mul(i, c)), s), r;
|
|
16823
16821
|
}
|
|
16824
16822
|
function yf(e, t) {
|
|
16825
|
-
const n = (e.ORDER -
|
|
16823
|
+
const n = (e.ORDER - je) / Nn, r = e.pow(t, n), o = e.eql(r, e.ONE), s = e.eql(r, e.ZERO), i = e.eql(r, e.neg(e.ONE));
|
|
16826
16824
|
if (!o && !s && !i)
|
|
16827
16825
|
throw new Error("invalid Legendre symbol result");
|
|
16828
16826
|
return o ? 1 : s ? 0 : -1;
|
|
@@ -16833,7 +16831,7 @@ function M0(e, t) {
|
|
|
16833
16831
|
return { nBitLength: n, nByteLength: r };
|
|
16834
16832
|
}
|
|
16835
16833
|
function ko(e, t, n = !1, r = {}) {
|
|
16836
|
-
if (e <=
|
|
16834
|
+
if (e <= We)
|
|
16837
16835
|
throw new Error("invalid field: expected ORDER > 0, got " + e);
|
|
16838
16836
|
let o, s, i = !1, c;
|
|
16839
16837
|
if (typeof t == "object" && t != null) {
|
|
@@ -16853,19 +16851,19 @@ function ko(e, t, n = !1, r = {}) {
|
|
|
16853
16851
|
BITS: a,
|
|
16854
16852
|
BYTES: u,
|
|
16855
16853
|
MASK: Co(a),
|
|
16856
|
-
ZERO:
|
|
16857
|
-
ONE:
|
|
16854
|
+
ZERO: We,
|
|
16855
|
+
ONE: je,
|
|
16858
16856
|
allowedLengths: c,
|
|
16859
16857
|
create: (f) => bt(f, e),
|
|
16860
16858
|
isValid: (f) => {
|
|
16861
16859
|
if (typeof f != "bigint")
|
|
16862
16860
|
throw new Error("invalid field element: expected bigint, got " + typeof f);
|
|
16863
|
-
return
|
|
16861
|
+
return We <= f && f < e;
|
|
16864
16862
|
},
|
|
16865
|
-
is0: (f) => f ===
|
|
16863
|
+
is0: (f) => f === We,
|
|
16866
16864
|
// is valid and invertible
|
|
16867
16865
|
isValidNot0: (f) => !d.is0(f) && d.isValid(f),
|
|
16868
|
-
isOdd: (f) => (f &
|
|
16866
|
+
isOdd: (f) => (f & je) === je,
|
|
16869
16867
|
neg: (f) => bt(-f, e),
|
|
16870
16868
|
eql: (f, p) => f === p,
|
|
16871
16869
|
sqr: (f) => bt(f * f, e),
|
|
@@ -16918,7 +16916,7 @@ function _S(e, t, n = !1) {
|
|
|
16918
16916
|
const r = e.length, o = k0(t), s = L0(t);
|
|
16919
16917
|
if (r < 16 || r < s || r > 1024)
|
|
16920
16918
|
throw new Error("expected " + s + "-1024 bytes of input, got " + r);
|
|
16921
|
-
const i = n ? Dh(e) : Ys(e), c = bt(i, t -
|
|
16919
|
+
const i = n ? Dh(e) : Ys(e), c = bt(i, t - je) + je;
|
|
16922
16920
|
return n ? jh(c, o) : Qc(c, o);
|
|
16923
16921
|
}
|
|
16924
16922
|
/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */
|
|
@@ -17217,7 +17215,7 @@ const Kt = {
|
|
|
17217
17215
|
}
|
|
17218
17216
|
},
|
|
17219
17217
|
toSig(e) {
|
|
17220
|
-
const { Err: t, _int: n, _tlv: r } = Kt, o =
|
|
17218
|
+
const { Err: t, _int: n, _tlv: r } = Kt, o = He("signature", e), { v: s, l: i } = r.decode(48, o);
|
|
17221
17219
|
if (i.length)
|
|
17222
17220
|
throw new t("invalid signature: left bytes after parsing");
|
|
17223
17221
|
const { v: c, l: a } = r.decode(2, s), { v: u, l } = r.decode(2, a);
|
|
@@ -17236,7 +17234,7 @@ function ir(e, t) {
|
|
|
17236
17234
|
if (typeof t == "bigint")
|
|
17237
17235
|
r = t;
|
|
17238
17236
|
else {
|
|
17239
|
-
let o =
|
|
17237
|
+
let o = He("private key", t);
|
|
17240
17238
|
try {
|
|
17241
17239
|
r = e.fromBytes(o);
|
|
17242
17240
|
} catch {
|
|
@@ -17383,7 +17381,7 @@ function YS(e, t = {}) {
|
|
|
17383
17381
|
return E.assertValidity(), E;
|
|
17384
17382
|
}
|
|
17385
17383
|
static fromHex(S) {
|
|
17386
|
-
return w.fromBytes(
|
|
17384
|
+
return w.fromBytes(He("pointHex", S));
|
|
17387
17385
|
}
|
|
17388
17386
|
get x() {
|
|
17389
17387
|
return this.toAffine().x;
|
|
@@ -17608,7 +17606,7 @@ function XS(e, t = {}) {
|
|
|
17608
17606
|
const { secretKey: h, publicKey: m, publicKeyUncompressed: v } = o;
|
|
17609
17607
|
if (n.allowedLengths || h === m)
|
|
17610
17608
|
return;
|
|
17611
|
-
const T =
|
|
17609
|
+
const T = He("key", p).length;
|
|
17612
17610
|
return T === m || T === v;
|
|
17613
17611
|
}
|
|
17614
17612
|
function d(p, h, m = !0) {
|
|
@@ -17691,7 +17689,7 @@ function QS(e, t, n = {}) {
|
|
|
17691
17689
|
const j = N === 2 || N === 3 ? R + c : R;
|
|
17692
17690
|
if (!s.isValid(j))
|
|
17693
17691
|
throw new Error("recovery id 2 or 3 invalid");
|
|
17694
|
-
const U = s.toBytes(j), z = e.fromBytes(mn(_0((N & 1) === 0), U)), Z = i.inv(j), H = k(
|
|
17692
|
+
const U = s.toBytes(j), z = e.fromBytes(mn(_0((N & 1) === 0), U)), Z = i.inv(j), H = k(He("msgHash", x)), q = i.create(-H * Z), G = i.create(y * Z), Q = e.BASE.multiplyUnsafe(q).add(z.multiplyUnsafe(G));
|
|
17695
17693
|
if (Q.is0())
|
|
17696
17694
|
throw new Error("point at infinify");
|
|
17697
17695
|
return Q.assertValidity(), Q;
|
|
@@ -17718,10 +17716,10 @@ function QS(e, t, n = {}) {
|
|
|
17718
17716
|
assertValidity() {
|
|
17719
17717
|
}
|
|
17720
17718
|
static fromCompact(x) {
|
|
17721
|
-
return $.fromBytes(
|
|
17719
|
+
return $.fromBytes(He("sig", x), "compact");
|
|
17722
17720
|
}
|
|
17723
17721
|
static fromDER(x) {
|
|
17724
|
-
return $.fromBytes(
|
|
17722
|
+
return $.fromBytes(He("sig", x), "der");
|
|
17725
17723
|
}
|
|
17726
17724
|
normalizeS() {
|
|
17727
17725
|
return this.hasHighS() ? new $(this.r, i.neg(this.s), this.recovery) : this;
|
|
@@ -17761,7 +17759,7 @@ function QS(e, t, n = {}) {
|
|
|
17761
17759
|
const L = k(E), j = ir(i, x), U = [D(j), D(L)];
|
|
17762
17760
|
if (N != null && N !== !1) {
|
|
17763
17761
|
const q = N === !0 ? r(p.secretKey) : N;
|
|
17764
|
-
U.push(
|
|
17762
|
+
U.push(He("extraEntropy", q));
|
|
17765
17763
|
}
|
|
17766
17764
|
const z = mn(...U), Z = L;
|
|
17767
17765
|
function H(q) {
|
|
@@ -17780,7 +17778,7 @@ function QS(e, t, n = {}) {
|
|
|
17780
17778
|
return { seed: z, k2sig: H };
|
|
17781
17779
|
}
|
|
17782
17780
|
function P(E, x, A = {}) {
|
|
17783
|
-
E =
|
|
17781
|
+
E = He("message", E);
|
|
17784
17782
|
const { seed: R, k2sig: y } = w(E, x, A);
|
|
17785
17783
|
return n6(t.outputLen, i.BYTES, o)(R, y);
|
|
17786
17784
|
}
|
|
@@ -17793,14 +17791,14 @@ function QS(e, t, n = {}) {
|
|
|
17793
17791
|
x = new $(E.r, E.s);
|
|
17794
17792
|
else if (A) {
|
|
17795
17793
|
try {
|
|
17796
|
-
x = $.fromBytes(
|
|
17794
|
+
x = $.fromBytes(He("sig", E), "der");
|
|
17797
17795
|
} catch (y) {
|
|
17798
17796
|
if (!(y instanceof Kt.Err))
|
|
17799
17797
|
throw y;
|
|
17800
17798
|
}
|
|
17801
17799
|
if (!x)
|
|
17802
17800
|
try {
|
|
17803
|
-
x = $.fromBytes(
|
|
17801
|
+
x = $.fromBytes(He("sig", E), "compact");
|
|
17804
17802
|
} catch {
|
|
17805
17803
|
return !1;
|
|
17806
17804
|
}
|
|
@@ -17809,9 +17807,9 @@ function QS(e, t, n = {}) {
|
|
|
17809
17807
|
}
|
|
17810
17808
|
function O(E, x, A, R = {}) {
|
|
17811
17809
|
const { lowS: y, prehash: N, format: L } = Vi(R, h);
|
|
17812
|
-
if (A =
|
|
17810
|
+
if (A = He("publicKey", A), x = g(He("message", x), N), "strict" in R)
|
|
17813
17811
|
throw new Error("options.strict was renamed to lowS");
|
|
17814
|
-
const j = L === void 0 ? I(E) : $.fromBytes(
|
|
17812
|
+
const j = L === void 0 ? I(E) : $.fromBytes(He("sig", E), L);
|
|
17815
17813
|
if (j === !1)
|
|
17816
17814
|
return !1;
|
|
17817
17815
|
try {
|
|
@@ -17928,12 +17926,12 @@ function aP({ r: e, s: t, to: n = "hex", v: r, yParity: o }) {
|
|
|
17928
17926
|
if (r && (r === 27n || r === 28n || r >= 35n))
|
|
17929
17927
|
return r % 2n === 0n ? 1 : 0;
|
|
17930
17928
|
throw new Error("Invalid `v` or `yParity` value");
|
|
17931
|
-
})(), i = `0x${new z0.Signature(
|
|
17929
|
+
})(), i = `0x${new z0.Signature(jt(e), jt(t)).toCompactHex()}${s === 0 ? "1b" : "1c"}`;
|
|
17932
17930
|
return n === "hex" ? i : Pt(i);
|
|
17933
17931
|
}
|
|
17934
17932
|
async function pu(e, t) {
|
|
17935
17933
|
var d, f, p;
|
|
17936
|
-
const { address: n, factory: r, factoryData: o, hash: s, signature: i, universalSignatureVerifierAddress: c = (p = (f = (d = e.chain) == null ? void 0 : d.contracts) == null ? void 0 : f.universalSignatureVerifier) == null ? void 0 : p.address, ...a } = t, u =
|
|
17934
|
+
const { address: n, factory: r, factoryData: o, hash: s, signature: i, universalSignatureVerifierAddress: c = (p = (f = (d = e.chain) == null ? void 0 : d.contracts) == null ? void 0 : f.universalSignatureVerifier) == null ? void 0 : p.address, ...a } = t, u = Dt(i) ? i : typeof i == "object" && "r" in i && "s" in i ? aP(i) : Oe(i), l = await (async () => !r && !o || G5(u) ? u : q5({
|
|
17937
17935
|
address: r,
|
|
17938
17936
|
data: o,
|
|
17939
17937
|
signature: u
|
|
@@ -17941,7 +17939,7 @@ async function pu(e, t) {
|
|
|
17941
17939
|
try {
|
|
17942
17940
|
const h = c ? {
|
|
17943
17941
|
to: c,
|
|
17944
|
-
data:
|
|
17942
|
+
data: Ht({
|
|
17945
17943
|
abi: lf,
|
|
17946
17944
|
functionName: "isValidSig",
|
|
17947
17945
|
args: [n, s, l]
|
|
@@ -18042,7 +18040,7 @@ function H0(e, { emitOnBegin: t = !1, emitMissed: n = !1, onBlockNumber: r, onEr
|
|
|
18042
18040
|
var $;
|
|
18043
18041
|
if (!p)
|
|
18044
18042
|
return;
|
|
18045
|
-
const b =
|
|
18043
|
+
const b = jt(($ = T.result) == null ? void 0 : $.number);
|
|
18046
18044
|
f.onBlockNumber(b, a), a = b;
|
|
18047
18045
|
},
|
|
18048
18046
|
onError(T) {
|
|
@@ -18116,7 +18114,7 @@ async function lP(e, t) {
|
|
|
18116
18114
|
}
|
|
18117
18115
|
try {
|
|
18118
18116
|
f = d, h = !0;
|
|
18119
|
-
const P = await Ua(() => ee(e,
|
|
18117
|
+
const P = await Ua(() => ee(e, Mt, "getBlock")({
|
|
18120
18118
|
blockNumber: g,
|
|
18121
18119
|
includeTransactions: !0
|
|
18122
18120
|
}), {
|
|
@@ -18166,7 +18164,7 @@ function fP(e, { blockTag: t = e.experimental_blockTag ?? "latest", emitMissed:
|
|
|
18166
18164
|
return xn(h, { onBlock: o, onError: s }, (m) => Bo(async () => {
|
|
18167
18165
|
var v;
|
|
18168
18166
|
try {
|
|
18169
|
-
const T = await ee(e,
|
|
18167
|
+
const T = await ee(e, Mt, "getBlock")({
|
|
18170
18168
|
blockTag: t,
|
|
18171
18169
|
includeTransactions: l
|
|
18172
18170
|
});
|
|
@@ -18175,7 +18173,7 @@ function fP(e, { blockTag: t = e.experimental_blockTag ?? "latest", emitMissed:
|
|
|
18175
18173
|
return;
|
|
18176
18174
|
if (T.number - d.number > 1 && n)
|
|
18177
18175
|
for (let b = (d == null ? void 0 : d.number) + 1n; b < T.number; b++) {
|
|
18178
|
-
const $ = await ee(e,
|
|
18176
|
+
const $ = await ee(e, Mt, "getBlock")({
|
|
18179
18177
|
blockNumber: b,
|
|
18180
18178
|
includeTransactions: l
|
|
18181
18179
|
});
|
|
@@ -18198,7 +18196,7 @@ function fP(e, { blockTag: t = e.experimental_blockTag ?? "latest", emitMissed:
|
|
|
18198
18196
|
let h = !0, m = !0, v = () => h = !1;
|
|
18199
18197
|
return (async () => {
|
|
18200
18198
|
try {
|
|
18201
|
-
r && ee(e,
|
|
18199
|
+
r && ee(e, Mt, "getBlock")({
|
|
18202
18200
|
blockTag: t,
|
|
18203
18201
|
includeTransactions: l
|
|
18204
18202
|
}).then(($) => {
|
|
@@ -18216,7 +18214,7 @@ function fP(e, { blockTag: t = e.experimental_blockTag ?? "latest", emitMissed:
|
|
|
18216
18214
|
var k;
|
|
18217
18215
|
if (!h)
|
|
18218
18216
|
return;
|
|
18219
|
-
const C = await ee(e,
|
|
18217
|
+
const C = await ee(e, Mt, "getBlock")({
|
|
18220
18218
|
blockNumber: (k = $.result) == null ? void 0 : k.number,
|
|
18221
18219
|
includeTransactions: l
|
|
18222
18220
|
}).catch(() => {
|
|
@@ -18481,7 +18479,7 @@ function vP(e) {
|
|
|
18481
18479
|
estimateGas: (t) => Gc(e, t),
|
|
18482
18480
|
getBalance: (t) => kh(e, t),
|
|
18483
18481
|
getBlobBaseFee: () => $5(e),
|
|
18484
|
-
getBlock: (t) =>
|
|
18482
|
+
getBlock: (t) => Mt(e, t),
|
|
18485
18483
|
getBlockNumber: (t) => Mo(e, t),
|
|
18486
18484
|
getBlockTransactionCount: (t) => A5(e, t),
|
|
18487
18485
|
getBytecode: (t) => mf(e, t),
|
|
@@ -18600,7 +18598,7 @@ const xP = /* @__PURE__ */ B5({
|
|
|
18600
18598
|
if (!Qd(e, n))
|
|
18601
18599
|
return !1;
|
|
18602
18600
|
try {
|
|
18603
|
-
const r = new
|
|
18601
|
+
const r = new Ve(t || "0"), o = new Ve("200000");
|
|
18604
18602
|
return r.isNaN() || o.isNaN() ? !1 : r.gte(o);
|
|
18605
18603
|
} catch {
|
|
18606
18604
|
return !1;
|
|
@@ -18609,7 +18607,7 @@ const xP = /* @__PURE__ */ B5({
|
|
|
18609
18607
|
let r = t || "0";
|
|
18610
18608
|
if (Qd(e, n))
|
|
18611
18609
|
try {
|
|
18612
|
-
const o = new
|
|
18610
|
+
const o = new Ve(r), s = new Ve("200000");
|
|
18613
18611
|
o.gt(s) && (r = "200000");
|
|
18614
18612
|
} catch (o) {
|
|
18615
18613
|
console.warn("Error calculating max amount limit:", o);
|
|
@@ -19090,7 +19088,7 @@ const LP = ({
|
|
|
19090
19088
|
I && O();
|
|
19091
19089
|
}, [I, O]);
|
|
19092
19090
|
const { showLayerZeroTip: S, layerZeroTipKey: E } = re(() => {
|
|
19093
|
-
const L = +t.chainId == 42161 || +t.chainId == 421614, j = (n == null ? void 0 : n.toUpperCase()) === "USDT", U = new
|
|
19091
|
+
const L = +t.chainId == 42161 || +t.chainId == 421614, j = (n == null ? void 0 : n.toUpperCase()) === "USDT", U = new Ve(f || "0"), z = new Ve("200000");
|
|
19094
19092
|
let Z = !1, H;
|
|
19095
19093
|
if (L && j && f)
|
|
19096
19094
|
if (U.gte(z))
|
|
@@ -19098,7 +19096,7 @@ const LP = ({
|
|
|
19098
19096
|
else {
|
|
19099
19097
|
const q = k;
|
|
19100
19098
|
if (typeof q == "string" && q.length > 0) {
|
|
19101
|
-
const Q = new
|
|
19099
|
+
const Q = new Ve(q);
|
|
19102
19100
|
!Q.isNaN() && U.gte(Q) && (Z = !0, H = "deposit.layerZeroDepositTipExceedPool");
|
|
19103
19101
|
}
|
|
19104
19102
|
}
|
|
@@ -19407,8 +19405,8 @@ const LP = ({
|
|
|
19407
19405
|
onAmountChanged: u
|
|
19408
19406
|
}) => {
|
|
19409
19407
|
const { t: l } = En(), d = re(() => {
|
|
19410
|
-
if (!
|
|
19411
|
-
const v = new
|
|
19408
|
+
if (!Zt(n == null ? void 0 : n.chainId)) {
|
|
19409
|
+
const v = new Ve(e || "0").minus(o || "0").decimalPlaces(2, Ve.ROUND_DOWN);
|
|
19412
19410
|
return v.isNegative() ? "0.00" : v.toString();
|
|
19413
19411
|
}
|
|
19414
19412
|
return e || "0";
|
|
@@ -19465,7 +19463,7 @@ const LP = ({
|
|
|
19465
19463
|
/* @__PURE__ */ B.jsx("span", { className: "text-text-primary text-xs leading-[14px]", children: m() })
|
|
19466
19464
|
] })
|
|
19467
19465
|
] }),
|
|
19468
|
-
s === "mpc" && !
|
|
19466
|
+
s === "mpc" && !Zt(n == null ? void 0 : n.chainId) && /* @__PURE__ */ B.jsx("div", { className: "bg-fill-input-primary rounded-lg my-4 h-9 flex items-center px-3", children: /* @__PURE__ */ B.jsx(
|
|
19469
19467
|
"input",
|
|
19470
19468
|
{
|
|
19471
19469
|
type: "text",
|
|
@@ -19475,7 +19473,7 @@ const LP = ({
|
|
|
19475
19473
|
className: "flex-1 bg-transparent text-text-primary text-sm font-medium placeholder-text-tertiary placeholder:font-normal focus:outline-none border-none p-0 h-full"
|
|
19476
19474
|
}
|
|
19477
19475
|
) }),
|
|
19478
|
-
/* @__PURE__ */ B.jsx("div", { className: "bg-fill-page-secondary rounded-lg mb-4", children:
|
|
19476
|
+
/* @__PURE__ */ B.jsx("div", { className: "bg-fill-page-secondary rounded-lg mb-4", children: Zt(n == null ? void 0 : n.chainId) ? /* @__PURE__ */ B.jsxs(B.Fragment, { children: [
|
|
19479
19477
|
/* @__PURE__ */ B.jsx("p", { className: "text-text-tertiary text-xs leading-[18px]", children: l("withdraw.noticeDesc") }),
|
|
19480
19478
|
/* @__PURE__ */ B.jsx(
|
|
19481
19479
|
"a",
|
|
@@ -19514,12 +19512,12 @@ const LP = ({
|
|
|
19514
19512
|
/* @__PURE__ */ B.jsx("div", { className: "flex items-center", children: /* @__PURE__ */ B.jsx(
|
|
19515
19513
|
_r,
|
|
19516
19514
|
{
|
|
19517
|
-
selectedLevel:
|
|
19515
|
+
selectedLevel: Zt(n == null ? void 0 : n.chainId) ? yt.SLOW : yt.FAST,
|
|
19518
19516
|
maxLevel: 3
|
|
19519
19517
|
}
|
|
19520
19518
|
) })
|
|
19521
19519
|
] }),
|
|
19522
|
-
!
|
|
19520
|
+
!Zt(n == null ? void 0 : n.chainId) && /* @__PURE__ */ B.jsxs("div", { className: "flex items-center justify-between mt-2 h-[18px]", children: [
|
|
19523
19521
|
/* @__PURE__ */ B.jsx("span", { className: "text-text-tertiary text-sm leading-4", children: l("withdraw.fee") }),
|
|
19524
19522
|
/* @__PURE__ */ B.jsxs("span", { className: "text-text-primary text-sm leading-4 font-medium", children: [
|
|
19525
19523
|
o,
|
|
@@ -19529,7 +19527,7 @@ const LP = ({
|
|
|
19529
19527
|
] }),
|
|
19530
19528
|
/* @__PURE__ */ B.jsxs("div", { className: "flex items-center justify-between mt-2 h-[18px]", children: [
|
|
19531
19529
|
/* @__PURE__ */ B.jsx("span", { className: "text-text-tertiary text-sm leading-4", children: l(
|
|
19532
|
-
|
|
19530
|
+
Zt(n == null ? void 0 : n.chainId) ? "withdraw.withdrawlAmount" : "withdraw.amountToReceive"
|
|
19533
19531
|
) }),
|
|
19534
19532
|
/* @__PURE__ */ B.jsxs("span", { className: "text-text-primary text-sm leading-4 font-medium", children: [
|
|
19535
19533
|
xt(d),
|
|
@@ -19748,7 +19746,7 @@ const HP = (e) => {
|
|
|
19748
19746
|
const z = R.combinedData[A.tokenAddress];
|
|
19749
19747
|
return ((Z = z == null ? void 0 : z.balance) == null ? void 0 : Z.formatted) || "0";
|
|
19750
19748
|
}, [A, R]), L = re(() => {
|
|
19751
|
-
const z = new
|
|
19749
|
+
const z = new Ve(F || "0"), Z = new Ve(u || "0"), H = Zt(b);
|
|
19752
19750
|
return !F || z.isZero() || !H && z.isLessThan(Z) ? {
|
|
19753
19751
|
text: T("withdraw.confirmWithdraw"),
|
|
19754
19752
|
disabled: !0
|
|
@@ -19763,13 +19761,13 @@ const HP = (e) => {
|
|
|
19763
19761
|
Ja(!0);
|
|
19764
19762
|
try {
|
|
19765
19763
|
if (f) {
|
|
19766
|
-
const
|
|
19767
|
-
amount: (
|
|
19764
|
+
const Z = {
|
|
19765
|
+
amount: new Ve(F || "0").toString(),
|
|
19768
19766
|
chainId: b,
|
|
19769
19767
|
tokenAddress: (A == null ? void 0 : A.tokenAddress) || "",
|
|
19770
19768
|
tokenSymbol: C
|
|
19771
19769
|
};
|
|
19772
|
-
t === "mpc" && !
|
|
19770
|
+
t === "mpc" && !Zt(b) && (Z.receiverAddress = g), f(Z);
|
|
19773
19771
|
}
|
|
19774
19772
|
} catch {
|
|
19775
19773
|
Ja(!1);
|
|
@@ -19777,7 +19775,6 @@ const HP = (e) => {
|
|
|
19777
19775
|
}, [
|
|
19778
19776
|
f,
|
|
19779
19777
|
F,
|
|
19780
|
-
u,
|
|
19781
19778
|
b,
|
|
19782
19779
|
A == null ? void 0 : A.tokenAddress,
|
|
19783
19780
|
C,
|
|
@@ -19944,11 +19941,11 @@ export {
|
|
|
19944
19941
|
Yr as T,
|
|
19945
19942
|
KP as W,
|
|
19946
19943
|
o5 as a,
|
|
19947
|
-
|
|
19944
|
+
_t as b,
|
|
19948
19945
|
Xs as c,
|
|
19949
19946
|
n2 as d,
|
|
19950
19947
|
Pn as e,
|
|
19951
|
-
|
|
19948
|
+
Dt as f,
|
|
19952
19949
|
Dc as g,
|
|
19953
19950
|
t$ as h,
|
|
19954
19951
|
qc as i,
|
|
@@ -19970,4 +19967,4 @@ export {
|
|
|
19970
19967
|
zP as y,
|
|
19971
19968
|
HP as z
|
|
19972
19969
|
};
|
|
19973
|
-
//# sourceMappingURL=index-
|
|
19970
|
+
//# sourceMappingURL=index-D1cRHogg.mjs.map
|