@gardenfi/core 2.5.2 → 2.5.3
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/README.md +8 -10
- package/dist/{ccip-DW9K4PmQ.js → ccip-Bg3f6Dwh.js} +1 -1
- package/dist/{ccip-D9S6QM7J.cjs → ccip-DSGVoxhU.cjs} +1 -1
- package/dist/{index-BsWv07Gh.js → index-D-NHDZrP.js} +601 -576
- package/dist/{index-9VBMeQEM.cjs → index-s2tkcnpk.cjs} +14 -14
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
|
@@ -1129,7 +1129,7 @@ function fr(e, t = {}) {
|
|
|
1129
1129
|
return Number(it(e, t));
|
|
1130
1130
|
}
|
|
1131
1131
|
const _v = /* @__PURE__ */ Array.from({ length: 256 }, (e, t) => t.toString(16).padStart(2, "0"));
|
|
1132
|
-
function
|
|
1132
|
+
function mt(e, t = {}) {
|
|
1133
1133
|
return typeof e == "number" || typeof e == "bigint" ? X(e, t) : typeof e == "string" ? Si(e, t) : typeof e == "boolean" ? h0(e, t) : Ze(e, t);
|
|
1134
1134
|
}
|
|
1135
1135
|
function h0(e, t = {}) {
|
|
@@ -1465,7 +1465,7 @@ class vd extends xc {
|
|
|
1465
1465
|
const Qv = (e, t, r) => _c(() => new vd(t, e, r)), k0 = Qv(1, 136, 256 / 8);
|
|
1466
1466
|
function ut(e, t) {
|
|
1467
1467
|
const r = t || "hex", n = k0(Zr(e, { strict: !1 }) ? Ni(e) : e);
|
|
1468
|
-
return r === "bytes" ? n :
|
|
1468
|
+
return r === "bytes" ? n : mt(n);
|
|
1469
1469
|
}
|
|
1470
1470
|
const eE = (e) => ut(Ni(e));
|
|
1471
1471
|
function tE(e) {
|
|
@@ -3169,13 +3169,13 @@ function KE(e) {
|
|
|
3169
3169
|
return ra(`0x${t}`);
|
|
3170
3170
|
}
|
|
3171
3171
|
async function XE({ hash: e, signature: t }) {
|
|
3172
|
-
const r = Zr(e) ? e :
|
|
3172
|
+
const r = Zr(e) ? e : mt(e), { secp256k1: n } = await Promise.resolve().then(() => Zx);
|
|
3173
3173
|
return `0x${(() => {
|
|
3174
3174
|
if (typeof t == "object" && "r" in t && "s" in t) {
|
|
3175
3175
|
const { r: f, s: u, v: l, yParity: p } = t, d = Number(p ?? l), m = fp(d);
|
|
3176
3176
|
return new n.Signature(it(f), it(u)).addRecoveryBit(m);
|
|
3177
3177
|
}
|
|
3178
|
-
const o = Zr(t) ? t :
|
|
3178
|
+
const o = Zr(t) ? t : mt(t);
|
|
3179
3179
|
if (De(o) !== 65)
|
|
3180
3180
|
throw new Error("invalid signature length");
|
|
3181
3181
|
const a = fr(`0x${o.slice(130)}`), c = fp(a);
|
|
@@ -4012,7 +4012,7 @@ const J0 = /* @__PURE__ */ _c(() => new Ud()), y6 = /* @__PURE__ */ _c(() => new
|
|
|
4012
4012
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4013
4013
|
function ro(e, t) {
|
|
4014
4014
|
const r = t || "hex", n = Q0(Zr(e, { strict: !1 }) ? Ni(e) : e);
|
|
4015
|
-
return r === "bytes" ? n :
|
|
4015
|
+
return r === "bytes" ? n : mt(n);
|
|
4016
4016
|
}
|
|
4017
4017
|
function v6(e) {
|
|
4018
4018
|
const { commitment: t, version: r = 1 } = e, n = e.to ?? (typeof t == "string" ? "hex" : "bytes"), s = ro(t, "bytes");
|
|
@@ -5346,7 +5346,7 @@ async function Fc(e, t) {
|
|
|
5346
5346
|
});
|
|
5347
5347
|
return J === "0x" ? { data: void 0 } : { data: J };
|
|
5348
5348
|
} catch (re) {
|
|
5349
|
-
const D = oA(re), { offchainLookup: O, offchainLookupSignature: q } = await import("./ccip-
|
|
5349
|
+
const D = oA(re), { offchainLookup: O, offchainLookupSignature: q } = await import("./ccip-Bg3f6Dwh.js");
|
|
5350
5350
|
if (e.ccipRead !== !1 && (D == null ? void 0 : D.slice(0, 10)) === q && S)
|
|
5351
5351
|
return { data: await O(e, { data: D, to: S }) };
|
|
5352
5352
|
throw C && (D == null ? void 0 : D.slice(0, 10)) === "0x101bb98d" ? new VE({ factory: p }) : Eg(re, {
|
|
@@ -6736,7 +6736,7 @@ async function BA(e, t) {
|
|
|
6736
6736
|
abi: bg,
|
|
6737
6737
|
functionName: "resolve",
|
|
6738
6738
|
args: [
|
|
6739
|
-
|
|
6739
|
+
mt(Hc(i)),
|
|
6740
6740
|
l,
|
|
6741
6741
|
o ?? [Yd]
|
|
6742
6742
|
],
|
|
@@ -6961,7 +6961,7 @@ async function Lg(e, t) {
|
|
|
6961
6961
|
abi: bg,
|
|
6962
6962
|
functionName: "resolve",
|
|
6963
6963
|
args: [
|
|
6964
|
-
|
|
6964
|
+
mt(Hc(i)),
|
|
6965
6965
|
pr({
|
|
6966
6966
|
abi: vp,
|
|
6967
6967
|
functionName: "text",
|
|
@@ -7026,7 +7026,7 @@ async function qA(e, { address: t, blockNumber: r, blockTag: n, gatewayUrls: s,
|
|
|
7026
7026
|
address: a,
|
|
7027
7027
|
abi: Y6,
|
|
7028
7028
|
functionName: "reverse",
|
|
7029
|
-
args: [
|
|
7029
|
+
args: [mt(Hc(c))],
|
|
7030
7030
|
blockNumber: r,
|
|
7031
7031
|
blockTag: n
|
|
7032
7032
|
}, u = se(e, Qr, "readContract"), [l, p] = s ? await u({
|
|
@@ -7068,7 +7068,7 @@ async function GA(e, t) {
|
|
|
7068
7068
|
}
|
|
7069
7069
|
],
|
|
7070
7070
|
functionName: "findResolver",
|
|
7071
|
-
args: [
|
|
7071
|
+
args: [mt(Hc(s))],
|
|
7072
7072
|
blockNumber: r,
|
|
7073
7073
|
blockTag: n
|
|
7074
7074
|
});
|
|
@@ -7269,7 +7269,7 @@ async function tS(e, { filter: t }) {
|
|
|
7269
7269
|
strict: r
|
|
7270
7270
|
}) : s;
|
|
7271
7271
|
}
|
|
7272
|
-
function
|
|
7272
|
+
function lt(e) {
|
|
7273
7273
|
return {
|
|
7274
7274
|
formatters: void 0,
|
|
7275
7275
|
fees: void 0,
|
|
@@ -7350,7 +7350,7 @@ function qg({ data: e, primaryType: t, types: r }) {
|
|
|
7350
7350
|
return os(n, s);
|
|
7351
7351
|
}
|
|
7352
7352
|
function aS({ primaryType: e, types: t }) {
|
|
7353
|
-
const r =
|
|
7353
|
+
const r = mt(cS({ primaryType: e, types: t }));
|
|
7354
7354
|
return ut(r);
|
|
7355
7355
|
}
|
|
7356
7356
|
function cS({ primaryType: e, types: t }) {
|
|
@@ -7380,7 +7380,7 @@ function Wg({ types: e, name: t, type: r, value: n }) {
|
|
|
7380
7380
|
if (r === "bytes")
|
|
7381
7381
|
return n = `0x${(n.length % 2 ? "0" : "") + n.slice(2)}`, [{ type: "bytes32" }, ut(n)];
|
|
7382
7382
|
if (r === "string")
|
|
7383
|
-
return [{ type: "bytes32" }, ut(
|
|
7383
|
+
return [{ type: "bytes32" }, ut(mt(n))];
|
|
7384
7384
|
if (r.lastIndexOf("]") === r.length - 1) {
|
|
7385
7385
|
const s = r.slice(0, r.lastIndexOf("[")), i = n.map((o) => Wg({
|
|
7386
7386
|
name: t,
|
|
@@ -7702,9 +7702,9 @@ function ES(e) {
|
|
|
7702
7702
|
for (const r of e) {
|
|
7703
7703
|
const { chainId: n, nonce: s, ...i } = r, o = r.address;
|
|
7704
7704
|
t.push([
|
|
7705
|
-
n ?
|
|
7705
|
+
n ? mt(n) : "0x",
|
|
7706
7706
|
o,
|
|
7707
|
-
s ?
|
|
7707
|
+
s ? mt(s) : "0x",
|
|
7708
7708
|
...ua({}, i)
|
|
7709
7709
|
]);
|
|
7710
7710
|
}
|
|
@@ -10813,7 +10813,7 @@ async function E_(e, { account: t = e.account, message: r }) {
|
|
|
10813
10813
|
const n = Xe(t);
|
|
10814
10814
|
if (n.signMessage)
|
|
10815
10815
|
return n.signMessage({ message: r });
|
|
10816
|
-
const s = typeof r == "string" ? Si(r) : r.raw instanceof Uint8Array ?
|
|
10816
|
+
const s = typeof r == "string" ? Si(r) : r.raw instanceof Uint8Array ? mt(r.raw) : r.raw;
|
|
10817
10817
|
return e.request({
|
|
10818
10818
|
method: "personal_sign",
|
|
10819
10819
|
params: [s, n.address]
|
|
@@ -11038,7 +11038,7 @@ const us = (e) => e.length === 64 ? e : e.slice(2), B_ = (e) => {
|
|
|
11038
11038
|
return !1;
|
|
11039
11039
|
}
|
|
11040
11040
|
}, Vp = (e, t, r, n) => e + ":" + t.toLowerCase() + "::" + r + ":" + n.toLowerCase();
|
|
11041
|
-
function
|
|
11041
|
+
function $O(e, t) {
|
|
11042
11042
|
if (!e) return !1;
|
|
11043
11043
|
const r = t === Sr.MAINNET ? Se.networks.bitcoin : t === Sr.TESTNET ? Se.networks.testnet : Se.networks.regtest;
|
|
11044
11044
|
if (!r) return !1;
|
|
@@ -11131,7 +11131,7 @@ const Cb = (e, t, r) => {
|
|
|
11131
11131
|
if (t > r) return Fe.Expired;
|
|
11132
11132
|
}
|
|
11133
11133
|
return e.initiate_tx_hash ? Number(e.initiate_block_number) ? Fe.Initiated : Fe.InitiateDetected : Fe.Idle;
|
|
11134
|
-
},
|
|
11134
|
+
}, NO = (e, t, r) => {
|
|
11135
11135
|
const n = Cb(
|
|
11136
11136
|
e,
|
|
11137
11137
|
t,
|
|
@@ -11154,7 +11154,7 @@ const Cb = (e, t, r) => {
|
|
|
11154
11154
|
}, lc = (e, t = 0) => {
|
|
11155
11155
|
const r = Date.now(), n = e * 1e3 + t * 36e5;
|
|
11156
11156
|
return r >= n;
|
|
11157
|
-
},
|
|
11157
|
+
}, MO = (e) => e.filter((t) => !N_(t)), N_ = (e) => {
|
|
11158
11158
|
const { source_swap: t, create_order: r } = e, { initiate_tx_hash: n, initiate_block_number: s } = t, { deadline: i } = r.additional_data;
|
|
11159
11159
|
return n && Number(s) ? !1 : n && !Number(s) ? lc(Number(i), 12) : n ? !1 : lc(Number(i), 1);
|
|
11160
11160
|
}, M_ = Buffer.from(
|
|
@@ -14556,10 +14556,10 @@ function sw(e) {
|
|
|
14556
14556
|
return hh(e), e < 253 ? 1 : e <= 65535 ? 3 : e <= 4294967295 ? 5 : 9;
|
|
14557
14557
|
}
|
|
14558
14558
|
da.encodingLength = sw;
|
|
14559
|
-
var Wu = {}, Yc = {},
|
|
14560
|
-
Object.defineProperty(
|
|
14561
|
-
|
|
14562
|
-
|
|
14559
|
+
var Wu = {}, Yc = {}, gt = {};
|
|
14560
|
+
Object.defineProperty(gt, "__esModule", { value: !0 });
|
|
14561
|
+
gt.testnet = gt.regtest = gt.bitcoin = void 0;
|
|
14562
|
+
gt.bitcoin = {
|
|
14563
14563
|
/**
|
|
14564
14564
|
* The message prefix used for signing Bitcoin messages.
|
|
14565
14565
|
*/
|
|
@@ -14595,7 +14595,7 @@ mt.bitcoin = {
|
|
|
14595
14595
|
*/
|
|
14596
14596
|
wif: 128
|
|
14597
14597
|
};
|
|
14598
|
-
|
|
14598
|
+
gt.regtest = {
|
|
14599
14599
|
messagePrefix: `Bitcoin Signed Message:
|
|
14600
14600
|
`,
|
|
14601
14601
|
bech32: "bcrt",
|
|
@@ -14607,7 +14607,7 @@ mt.regtest = {
|
|
|
14607
14607
|
scriptHash: 196,
|
|
14608
14608
|
wif: 239
|
|
14609
14609
|
};
|
|
14610
|
-
|
|
14610
|
+
gt.testnet = {
|
|
14611
14611
|
messagePrefix: `Bitcoin Signed Message:
|
|
14612
14612
|
`,
|
|
14613
14613
|
bech32: "tb",
|
|
@@ -14648,7 +14648,7 @@ function RT(e) {
|
|
|
14648
14648
|
Wt.value = RT;
|
|
14649
14649
|
Object.defineProperty(Yc, "__esModule", { value: !0 });
|
|
14650
14650
|
Yc.p2data = void 0;
|
|
14651
|
-
const $T =
|
|
14651
|
+
const $T = gt, Wa = Zt(), Ur = bt, ty = Wt, ry = Wa.OPS;
|
|
14652
14652
|
function NT(e, t) {
|
|
14653
14653
|
if (!e.data && !e.output) throw new TypeError("Not enough data");
|
|
14654
14654
|
t = Object.assign({ validate: !0 }, t || {}), (0, Ur.typeforce)(
|
|
@@ -14682,7 +14682,7 @@ Yc.p2data = NT;
|
|
|
14682
14682
|
var Zc = {};
|
|
14683
14683
|
Object.defineProperty(Zc, "__esModule", { value: !0 });
|
|
14684
14684
|
Zc.p2ms = void 0;
|
|
14685
|
-
const MT =
|
|
14685
|
+
const MT = gt, oi = Zt(), Ge = bt, Fn = Wt, ai = oi.OPS, Oa = ai.OP_RESERVED;
|
|
14686
14686
|
function UT(e, t) {
|
|
14687
14687
|
if (!e.input && !e.output && !(e.pubkeys && e.m !== void 0) && !e.signatures)
|
|
14688
14688
|
throw new TypeError("Not enough data");
|
|
@@ -14786,7 +14786,7 @@ Zc.p2ms = UT;
|
|
|
14786
14786
|
var Jc = {};
|
|
14787
14787
|
Object.defineProperty(Jc, "__esModule", { value: !0 });
|
|
14788
14788
|
Jc.p2pk = void 0;
|
|
14789
|
-
const FT =
|
|
14789
|
+
const FT = gt, ci = Zt(), yr = bt, si = Wt, ny = ci.OPS;
|
|
14790
14790
|
function jT(e, t) {
|
|
14791
14791
|
if (!e.input && !e.output && !e.pubkey && !e.input && !e.signature)
|
|
14792
14792
|
throw new TypeError("Not enough data");
|
|
@@ -14941,7 +14941,7 @@ function WT(e) {
|
|
|
14941
14941
|
var ph = GT(WT);
|
|
14942
14942
|
Object.defineProperty(Qc, "__esModule", { value: !0 });
|
|
14943
14943
|
Qc.p2pkh = void 0;
|
|
14944
|
-
const Xu = as, KT =
|
|
14944
|
+
const Xu = as, KT = gt, ui = Zt(), At = bt, an = Wt, iy = ph, jn = ui.OPS;
|
|
14945
14945
|
function XT(e, t) {
|
|
14946
14946
|
if (!e.address && !e.hash && !e.output && !e.pubkey && !e.input)
|
|
14947
14947
|
throw new TypeError("Not enough data");
|
|
@@ -15039,7 +15039,7 @@ Qc.p2pkh = XT;
|
|
|
15039
15039
|
var eu = {};
|
|
15040
15040
|
Object.defineProperty(eu, "__esModule", { value: !0 });
|
|
15041
15041
|
eu.p2sh = void 0;
|
|
15042
|
-
const oy = as, YT =
|
|
15042
|
+
const oy = as, YT = gt, Hr = Zt(), Be = bt, Fr = Wt, ay = ph, Ki = Hr.OPS;
|
|
15043
15043
|
function ZT(e, t) {
|
|
15044
15044
|
if (!e.address && !e.hash && !e.output && !e.redeem && !e.input)
|
|
15045
15045
|
throw new TypeError("Not enough data");
|
|
@@ -15315,7 +15315,7 @@ In.bech32 = ow("bech32");
|
|
|
15315
15315
|
In.bech32m = ow("bech32m");
|
|
15316
15316
|
Object.defineProperty(tu, "__esModule", { value: !0 });
|
|
15317
15317
|
tu.p2wpkh = void 0;
|
|
15318
|
-
const Yu = as, tk =
|
|
15318
|
+
const Yu = as, tk = gt, Ka = Zt(), Qe = bt, Ln = Wt, Ba = In, uy = Ka.OPS, rk = Buffer.alloc(0);
|
|
15319
15319
|
function nk(e, t) {
|
|
15320
15320
|
if (!e.address && !e.hash && !e.output && !e.pubkey && !e.witness)
|
|
15321
15321
|
throw new TypeError("Not enough data");
|
|
@@ -15417,7 +15417,7 @@ tu.p2wpkh = nk;
|
|
|
15417
15417
|
var ru = {};
|
|
15418
15418
|
Object.defineProperty(ru, "__esModule", { value: !0 });
|
|
15419
15419
|
ru.p2wsh = void 0;
|
|
15420
|
-
const fy = as, sk =
|
|
15420
|
+
const fy = as, sk = gt, pn = Zt(), Pe = bt, cn = Wt, Ca = In, ly = pn.OPS, Zu = Buffer.alloc(0);
|
|
15421
15421
|
function Ra(e) {
|
|
15422
15422
|
return !!(Buffer.isBuffer(e) && e.length === 65 && e[0] === 4 && (0, Pe.isPoint)(e));
|
|
15423
15423
|
}
|
|
@@ -15707,7 +15707,7 @@ var St = {}, dy;
|
|
|
15707
15707
|
function fk() {
|
|
15708
15708
|
if (dy) return St;
|
|
15709
15709
|
dy = 1, Object.defineProperty(St, "__esModule", { value: !0 }), St.toOutputScript = St.fromOutputScript = St.toBech32 = St.toBase58Check = St.fromBech32 = St.fromBase58Check = void 0;
|
|
15710
|
-
const e =
|
|
15710
|
+
const e = gt, t = gh(), r = Zt(), n = bt, s = In, i = ph, o = 40, a = 2, c = 16, f = 2, u = 80, l = "WARNING: Sending to a future segwit version address can lead to loss of funds. End users MUST be warned carefully in the GUI and asked if they wish to proceed with caution. Wallets should verify the segwit version from the output of fromBech32, then decide when it is safe to use which version of segwit.";
|
|
15711
15711
|
function p(v, S) {
|
|
15712
15712
|
const k = v.slice(2);
|
|
15713
15713
|
if (k.length < a || k.length > o)
|
|
@@ -15830,7 +15830,7 @@ var hy;
|
|
|
15830
15830
|
function lk() {
|
|
15831
15831
|
if (hy) return Xi;
|
|
15832
15832
|
hy = 1, Object.defineProperty(Xi, "__esModule", { value: !0 }), Xi.p2tr = void 0;
|
|
15833
|
-
const e = Xs, t =
|
|
15833
|
+
const e = Xs, t = gt, r = Zt(), n = bt, s = Ls, i = mh, o = Wt, a = In, c = fk(), f = r.OPS, u = 1, l = 80;
|
|
15834
15834
|
function p(d, m) {
|
|
15835
15835
|
if (!d.address && !d.output && !d.pubkey && !d.internalPubkey && !(d.witness && d.witness.length > 1))
|
|
15836
15836
|
throw new TypeError("Not enough data");
|
|
@@ -17520,9 +17520,9 @@ function Yk(e) {
|
|
|
17520
17520
|
t,
|
|
17521
17521
|
n,
|
|
17522
17522
|
a ?? "0x",
|
|
17523
|
-
o ?
|
|
17524
|
-
c ?
|
|
17525
|
-
s ?
|
|
17523
|
+
o ? mt(o) : "0x",
|
|
17524
|
+
c ? mt(c) : "0x",
|
|
17525
|
+
s ? mt(s) : "0x",
|
|
17526
17526
|
i ? "0x1" : "0x",
|
|
17527
17527
|
r ?? "0x"
|
|
17528
17528
|
];
|
|
@@ -17546,7 +17546,7 @@ const Oi = {
|
|
|
17546
17546
|
contracts: Gk,
|
|
17547
17547
|
formatters: Wk,
|
|
17548
17548
|
serializers: Xk
|
|
17549
|
-
}, Qk = /* @__PURE__ */
|
|
17549
|
+
}, Qk = /* @__PURE__ */ lt({
|
|
17550
17550
|
id: 42161,
|
|
17551
17551
|
name: "Arbitrum One",
|
|
17552
17552
|
nativeCurrency: { name: "Ether", symbol: "ETH", decimals: 18 },
|
|
@@ -17569,7 +17569,7 @@ const Oi = {
|
|
|
17569
17569
|
blockCreated: 7654707
|
|
17570
17570
|
}
|
|
17571
17571
|
}
|
|
17572
|
-
}), eI = /* @__PURE__ */
|
|
17572
|
+
}), eI = /* @__PURE__ */ lt({
|
|
17573
17573
|
id: 421614,
|
|
17574
17574
|
name: "Arbitrum Sepolia",
|
|
17575
17575
|
blockTime: 250,
|
|
@@ -17597,7 +17597,7 @@ const Oi = {
|
|
|
17597
17597
|
}
|
|
17598
17598
|
},
|
|
17599
17599
|
testnet: !0
|
|
17600
|
-
}), Zi = 1, fw = /* @__PURE__ */
|
|
17600
|
+
}), Zi = 1, fw = /* @__PURE__ */ lt({
|
|
17601
17601
|
...Oi,
|
|
17602
17602
|
id: 8453,
|
|
17603
17603
|
name: "Base",
|
|
@@ -17648,7 +17648,7 @@ const Oi = {
|
|
|
17648
17648
|
({
|
|
17649
17649
|
...fw
|
|
17650
17650
|
});
|
|
17651
|
-
const Ji = 11155111, lw = /* @__PURE__ */
|
|
17651
|
+
const Ji = 11155111, lw = /* @__PURE__ */ lt({
|
|
17652
17652
|
...Oi,
|
|
17653
17653
|
id: 84532,
|
|
17654
17654
|
network: "base-sepolia",
|
|
@@ -17701,7 +17701,7 @@ const Ji = 11155111, lw = /* @__PURE__ */ gt({
|
|
|
17701
17701
|
({
|
|
17702
17702
|
...lw
|
|
17703
17703
|
});
|
|
17704
|
-
const tI = /* @__PURE__ */
|
|
17704
|
+
const tI = /* @__PURE__ */ lt({
|
|
17705
17705
|
id: 80094,
|
|
17706
17706
|
name: "Berachain",
|
|
17707
17707
|
nativeCurrency: {
|
|
@@ -17734,7 +17734,7 @@ const tI = /* @__PURE__ */ gt({
|
|
|
17734
17734
|
},
|
|
17735
17735
|
ensTlds: [".bera"],
|
|
17736
17736
|
testnet: !1
|
|
17737
|
-
}), rI = /* @__PURE__ */
|
|
17737
|
+
}), rI = /* @__PURE__ */ lt({
|
|
17738
17738
|
id: 80084,
|
|
17739
17739
|
name: "Berachain bArtio",
|
|
17740
17740
|
nativeCurrency: {
|
|
@@ -17767,7 +17767,7 @@ const tI = /* @__PURE__ */ gt({
|
|
|
17767
17767
|
}
|
|
17768
17768
|
},
|
|
17769
17769
|
testnet: !0
|
|
17770
|
-
}), nI = /* @__PURE__ */
|
|
17770
|
+
}), nI = /* @__PURE__ */ lt({
|
|
17771
17771
|
id: 56,
|
|
17772
17772
|
name: "BNB Smart Chain",
|
|
17773
17773
|
nativeCurrency: {
|
|
@@ -17791,7 +17791,7 @@ const tI = /* @__PURE__ */ gt({
|
|
|
17791
17791
|
blockCreated: 15921452
|
|
17792
17792
|
}
|
|
17793
17793
|
}
|
|
17794
|
-
}), sI = /* @__PURE__ */
|
|
17794
|
+
}), sI = /* @__PURE__ */ lt({
|
|
17795
17795
|
id: 97,
|
|
17796
17796
|
name: "BNB Smart Chain Testnet",
|
|
17797
17797
|
nativeCurrency: {
|
|
@@ -17816,7 +17816,7 @@ const tI = /* @__PURE__ */ gt({
|
|
|
17816
17816
|
}
|
|
17817
17817
|
},
|
|
17818
17818
|
testnet: !0
|
|
17819
|
-
}), iI = /* @__PURE__ */
|
|
17819
|
+
}), iI = /* @__PURE__ */ lt({
|
|
17820
17820
|
id: 5115,
|
|
17821
17821
|
name: "Citrea Testnet",
|
|
17822
17822
|
nativeCurrency: { name: "cBTC", symbol: "cBTC", decimals: 18 },
|
|
@@ -17833,7 +17833,31 @@ const tI = /* @__PURE__ */ gt({
|
|
|
17833
17833
|
}
|
|
17834
17834
|
},
|
|
17835
17835
|
testnet: !0
|
|
17836
|
-
}), oI =
|
|
17836
|
+
}), oI = /* @__PURE__ */ lt({
|
|
17837
|
+
id: 1116,
|
|
17838
|
+
name: "Core Dao",
|
|
17839
|
+
nativeCurrency: {
|
|
17840
|
+
decimals: 18,
|
|
17841
|
+
name: "Core",
|
|
17842
|
+
symbol: "CORE"
|
|
17843
|
+
},
|
|
17844
|
+
rpcUrls: {
|
|
17845
|
+
default: { http: ["https://rpc.coredao.org"] }
|
|
17846
|
+
},
|
|
17847
|
+
blockExplorers: {
|
|
17848
|
+
default: {
|
|
17849
|
+
name: "CoreDao",
|
|
17850
|
+
url: "https://scan.coredao.org"
|
|
17851
|
+
}
|
|
17852
|
+
},
|
|
17853
|
+
contracts: {
|
|
17854
|
+
multicall3: {
|
|
17855
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
|
17856
|
+
blockCreated: 11907934
|
|
17857
|
+
}
|
|
17858
|
+
},
|
|
17859
|
+
testnet: !1
|
|
17860
|
+
}), aI = 1, cI = /* @__PURE__ */ lt({
|
|
17837
17861
|
id: 21e6,
|
|
17838
17862
|
name: "Corn",
|
|
17839
17863
|
nativeCurrency: {
|
|
@@ -17857,8 +17881,8 @@ const tI = /* @__PURE__ */ gt({
|
|
|
17857
17881
|
blockCreated: 3228
|
|
17858
17882
|
}
|
|
17859
17883
|
},
|
|
17860
|
-
sourceId:
|
|
17861
|
-
}),
|
|
17884
|
+
sourceId: aI
|
|
17885
|
+
}), uI = /* @__PURE__ */ lt({
|
|
17862
17886
|
id: 1,
|
|
17863
17887
|
name: "Ethereum",
|
|
17864
17888
|
nativeCurrency: { name: "Ether", symbol: "ETH", decimals: 18 },
|
|
@@ -17887,7 +17911,7 @@ const tI = /* @__PURE__ */ gt({
|
|
|
17887
17911
|
blockCreated: 14353601
|
|
17888
17912
|
}
|
|
17889
17913
|
}
|
|
17890
|
-
}),
|
|
17914
|
+
}), fI = /* @__PURE__ */ lt({
|
|
17891
17915
|
id: 10143,
|
|
17892
17916
|
name: "Monad Testnet",
|
|
17893
17917
|
nativeCurrency: {
|
|
@@ -17913,7 +17937,7 @@ const tI = /* @__PURE__ */ gt({
|
|
|
17913
17937
|
}
|
|
17914
17938
|
},
|
|
17915
17939
|
testnet: !0
|
|
17916
|
-
}),
|
|
17940
|
+
}), lI = /* @__PURE__ */ lt({
|
|
17917
17941
|
id: 11155111,
|
|
17918
17942
|
name: "Sepolia",
|
|
17919
17943
|
nativeCurrency: { name: "Sepolia Ether", symbol: "ETH", decimals: 18 },
|
|
@@ -17941,7 +17965,7 @@ const tI = /* @__PURE__ */ gt({
|
|
|
17941
17965
|
}
|
|
17942
17966
|
},
|
|
17943
17967
|
testnet: !0
|
|
17944
|
-
}), Ma = 1,
|
|
17968
|
+
}), Ma = 1, dI = /* @__PURE__ */ lt({
|
|
17945
17969
|
...Oi,
|
|
17946
17970
|
id: 130,
|
|
17947
17971
|
name: "Unichain",
|
|
@@ -17981,14 +18005,14 @@ const tI = /* @__PURE__ */ gt({
|
|
|
17981
18005
|
}
|
|
17982
18006
|
},
|
|
17983
18007
|
sourceId: Ma
|
|
17984
|
-
}),
|
|
17985
|
-
...
|
|
18008
|
+
}), hI = {
|
|
18009
|
+
...lI,
|
|
17986
18010
|
rpcUrls: {
|
|
17987
18011
|
default: {
|
|
17988
18012
|
http: ["https://ethereum-sepolia-rpc.publicnode.com"]
|
|
17989
18013
|
}
|
|
17990
18014
|
}
|
|
17991
|
-
},
|
|
18015
|
+
}, pI = {
|
|
17992
18016
|
id: 3637,
|
|
17993
18017
|
name: "Botanix",
|
|
17994
18018
|
nativeCurrency: {
|
|
@@ -18007,7 +18031,7 @@ const tI = /* @__PURE__ */ gt({
|
|
|
18007
18031
|
http: ["https://rpc.botanixlabs.com/"]
|
|
18008
18032
|
}
|
|
18009
18033
|
}
|
|
18010
|
-
},
|
|
18034
|
+
}, yI = {
|
|
18011
18035
|
id: 998,
|
|
18012
18036
|
name: "Hyperliquid EVM Testnet",
|
|
18013
18037
|
nativeCurrency: {
|
|
@@ -18026,7 +18050,7 @@ const tI = /* @__PURE__ */ gt({
|
|
|
18026
18050
|
http: ["https://rpc.hyperliquid-testnet.xyz/evm"]
|
|
18027
18051
|
}
|
|
18028
18052
|
}
|
|
18029
|
-
},
|
|
18053
|
+
}, mI = {
|
|
18030
18054
|
id: 999,
|
|
18031
18055
|
name: "HyperEVM",
|
|
18032
18056
|
nativeCurrency: {
|
|
@@ -18046,9 +18070,9 @@ const tI = /* @__PURE__ */ gt({
|
|
|
18046
18070
|
}
|
|
18047
18071
|
}
|
|
18048
18072
|
}, dw = {
|
|
18049
|
-
ethereum:
|
|
18073
|
+
ethereum: uI,
|
|
18050
18074
|
arbitrum: Qk,
|
|
18051
|
-
ethereum_sepolia:
|
|
18075
|
+
ethereum_sepolia: hI,
|
|
18052
18076
|
arbitrum_sepolia: eI,
|
|
18053
18077
|
ethereum_localnet: r2,
|
|
18054
18078
|
arbitrum_localnet: t2,
|
|
@@ -18056,16 +18080,17 @@ const tI = /* @__PURE__ */ gt({
|
|
|
18056
18080
|
base: fw,
|
|
18057
18081
|
bera_testnet: rI,
|
|
18058
18082
|
citrea_testnet: iI,
|
|
18083
|
+
core: oI,
|
|
18059
18084
|
bera: tI,
|
|
18060
|
-
monad_testnet:
|
|
18061
|
-
hyperliquid_testnet:
|
|
18062
|
-
hyperliquid:
|
|
18063
|
-
unichain:
|
|
18064
|
-
corn:
|
|
18065
|
-
botanix:
|
|
18085
|
+
monad_testnet: fI,
|
|
18086
|
+
hyperliquid_testnet: yI,
|
|
18087
|
+
hyperliquid: mI,
|
|
18088
|
+
unichain: dI,
|
|
18089
|
+
corn: cI,
|
|
18090
|
+
botanix: pI,
|
|
18066
18091
|
bnbchain: nI,
|
|
18067
18092
|
bnbchain_testnet: sI
|
|
18068
|
-
},
|
|
18093
|
+
}, gI = async (e, t) => {
|
|
18069
18094
|
var s, i, o;
|
|
18070
18095
|
const r = dw[e], n = await t.getChainId();
|
|
18071
18096
|
if (r)
|
|
@@ -18083,7 +18108,7 @@ const tI = /* @__PURE__ */ gt({
|
|
|
18083
18108
|
walletClient: a
|
|
18084
18109
|
});
|
|
18085
18110
|
} catch (a) {
|
|
18086
|
-
if (
|
|
18111
|
+
if (bI(a))
|
|
18087
18112
|
if (a.code === 4902 || a.code === -32603)
|
|
18088
18113
|
try {
|
|
18089
18114
|
await t.addChain({ chain: r });
|
|
@@ -18116,7 +18141,7 @@ const tI = /* @__PURE__ */ gt({
|
|
|
18116
18141
|
}
|
|
18117
18142
|
else
|
|
18118
18143
|
return F("Chain not supported");
|
|
18119
|
-
},
|
|
18144
|
+
}, bI = (e) => typeof e == "object" && e != null && ("code" in e || "message" in e || "body" in e), wI = [
|
|
18120
18145
|
{
|
|
18121
18146
|
inputs: [
|
|
18122
18147
|
{
|
|
@@ -18513,7 +18538,7 @@ const tI = /* @__PURE__ */ gt({
|
|
|
18513
18538
|
type: "function"
|
|
18514
18539
|
}
|
|
18515
18540
|
];
|
|
18516
|
-
class
|
|
18541
|
+
class vI {
|
|
18517
18542
|
constructor(t, r, n) {
|
|
18518
18543
|
this.url = new Ct("/relayer", t), this.auth = n, this.wallet = r;
|
|
18519
18544
|
}
|
|
@@ -18527,7 +18552,7 @@ class wI {
|
|
|
18527
18552
|
return F("Account address and order initiator mismatch");
|
|
18528
18553
|
if (!n2(t.source_swap.chain))
|
|
18529
18554
|
return F("Source chain is not an EVM chain");
|
|
18530
|
-
const r = await
|
|
18555
|
+
const r = await gI(
|
|
18531
18556
|
t.source_swap.chain,
|
|
18532
18557
|
this.wallet
|
|
18533
18558
|
);
|
|
@@ -18570,7 +18595,7 @@ class wI {
|
|
|
18570
18595
|
try {
|
|
18571
18596
|
const a = await Pu({
|
|
18572
18597
|
address: Mt(i),
|
|
18573
|
-
abi:
|
|
18598
|
+
abi: wI,
|
|
18574
18599
|
client: this.wallet
|
|
18575
18600
|
}).write.initiate(
|
|
18576
18601
|
[s, r, n, t],
|
|
@@ -19805,7 +19830,7 @@ const hw = [
|
|
|
19805
19830
|
}
|
|
19806
19831
|
]
|
|
19807
19832
|
}
|
|
19808
|
-
],
|
|
19833
|
+
], EI = async (e, t, r, n, s) => {
|
|
19809
19834
|
try {
|
|
19810
19835
|
const i = await Za(
|
|
19811
19836
|
e.address,
|
|
@@ -19878,7 +19903,7 @@ const hw = [
|
|
|
19878
19903
|
`Failed to check allowance: ${s instanceof Error ? s.message : String(s)}`
|
|
19879
19904
|
);
|
|
19880
19905
|
}
|
|
19881
|
-
},
|
|
19906
|
+
}, AI = async (e, t, r, n, s) => {
|
|
19882
19907
|
const i = await Za(
|
|
19883
19908
|
e,
|
|
19884
19909
|
t,
|
|
@@ -20139,7 +20164,7 @@ const hw = [
|
|
|
20139
20164
|
}
|
|
20140
20165
|
]
|
|
20141
20166
|
}
|
|
20142
|
-
],
|
|
20167
|
+
], SI = {
|
|
20143
20168
|
StarknetDomain: [
|
|
20144
20169
|
{ name: "name", type: "shortstring" },
|
|
20145
20170
|
{ name: "version", type: "shortstring" },
|
|
@@ -20153,7 +20178,7 @@ const hw = [
|
|
|
20153
20178
|
{ name: "secretHash", type: "u128*" }
|
|
20154
20179
|
]
|
|
20155
20180
|
};
|
|
20156
|
-
class
|
|
20181
|
+
class xI {
|
|
20157
20182
|
constructor(t, r, n, s) {
|
|
20158
20183
|
this.url = t instanceof Ct ? t : new Ct(t), this.account = r, this.starknetProvider = new Hm({
|
|
20159
20184
|
nodeUrl: s || fc[n].nodeUrl
|
|
@@ -20173,7 +20198,7 @@ class SI {
|
|
|
20173
20198
|
pw,
|
|
20174
20199
|
t.source_swap.asset,
|
|
20175
20200
|
this.account
|
|
20176
|
-
), i = await (s == null ? void 0 : s.token()), o = zm.toHex(i), a = await
|
|
20201
|
+
), i = await (s == null ? void 0 : s.token()), o = zm.toHex(i), a = await AI(
|
|
20177
20202
|
this.account.address,
|
|
20178
20203
|
o,
|
|
20179
20204
|
n.asset,
|
|
@@ -20226,7 +20251,7 @@ class SI {
|
|
|
20226
20251
|
revision: h2.ACTIVE
|
|
20227
20252
|
},
|
|
20228
20253
|
primaryType: "Initiate",
|
|
20229
|
-
types:
|
|
20254
|
+
types: SI,
|
|
20230
20255
|
message: {
|
|
20231
20256
|
redeemer: s,
|
|
20232
20257
|
amount: fo.uint256(i),
|
|
@@ -20284,13 +20309,13 @@ class SI {
|
|
|
20284
20309
|
return F("Refund is taken care of by the relayer");
|
|
20285
20310
|
}
|
|
20286
20311
|
}
|
|
20287
|
-
const
|
|
20312
|
+
const _I = (e) => e.map((t) => t), TI = (e) => {
|
|
20288
20313
|
if (e === ur.Testnet)
|
|
20289
|
-
return TI;
|
|
20290
|
-
if (e === ur.Mainnet)
|
|
20291
20314
|
return kI;
|
|
20315
|
+
if (e === ur.Mainnet)
|
|
20316
|
+
return II;
|
|
20292
20317
|
throw new Error("Invalid network");
|
|
20293
|
-
},
|
|
20318
|
+
}, kI = ["https://mempool.space/testnet4/api"], II = [
|
|
20294
20319
|
"https://mempool.space/api",
|
|
20295
20320
|
"https://blockstream.info/api"
|
|
20296
20321
|
], hs = {
|
|
@@ -20308,9 +20333,9 @@ const xI = (e) => e.map((t) => t), _I = (e) => {
|
|
|
20308
20333
|
INVALID_PUBKEY: "invalid public key",
|
|
20309
20334
|
ORDER_NOT_EXPIRED: "you cannot refund before your transaction expires"
|
|
20310
20335
|
}, gy = (e) => e.sort((t, r) => t.status.confirmed != r.status.confirmed ? t.status.confirmed ? -1 : 1 : r.value - t.value);
|
|
20311
|
-
class
|
|
20336
|
+
class PI {
|
|
20312
20337
|
constructor(t, r) {
|
|
20313
|
-
this.cacheTimeout = 2e3, this.utxosCache = /* @__PURE__ */ new Map(), this.APIs = r ?
|
|
20338
|
+
this.cacheTimeout = 2e3, this.utxosCache = /* @__PURE__ */ new Map(), this.APIs = r ? _I([r]) : TI(t), this.network = t;
|
|
20314
20339
|
}
|
|
20315
20340
|
/**
|
|
20316
20341
|
* Gets the output index of the UTXO
|
|
@@ -20579,7 +20604,7 @@ class Ps {
|
|
|
20579
20604
|
return new Ps(s, i);
|
|
20580
20605
|
}
|
|
20581
20606
|
}
|
|
20582
|
-
const
|
|
20607
|
+
const OI = (e, t, r = !1) => {
|
|
20583
20608
|
const n = (o) => {
|
|
20584
20609
|
try {
|
|
20585
20610
|
o = uo.fromBech32(o).data.toString("hex");
|
|
@@ -20626,7 +20651,7 @@ const PI = (e, t, r = !1) => {
|
|
|
20626
20651
|
P2TR: "p2tr"
|
|
20627
20652
|
};
|
|
20628
20653
|
var yw = /* @__PURE__ */ ((e) => (e[e.Bitcoin = 0] = "Bitcoin", e[e.EVM = 1] = "EVM", e))(yw || {});
|
|
20629
|
-
class
|
|
20654
|
+
class BI {
|
|
20630
20655
|
addSignatureSegwitV0(t = Ja.ALL) {
|
|
20631
20656
|
return new Ps("segwitV0", t);
|
|
20632
20657
|
}
|
|
@@ -20720,11 +20745,11 @@ class OI {
|
|
|
20720
20745
|
async newSwap(t) {
|
|
20721
20746
|
if (t.secretHash = Kr(t.secretHash), t.secretHash.length !== 64)
|
|
20722
20747
|
throw new Error(oo.INVALID_SECRET_HASH);
|
|
20723
|
-
const { script: r, address: n } =
|
|
20748
|
+
const { script: r, address: n } = OI(
|
|
20724
20749
|
t,
|
|
20725
20750
|
await this.getNetwork()
|
|
20726
20751
|
);
|
|
20727
|
-
return new
|
|
20752
|
+
return new CI(this, {
|
|
20728
20753
|
...t,
|
|
20729
20754
|
redeemScript: r,
|
|
20730
20755
|
scriptAddress: n
|
|
@@ -20752,7 +20777,7 @@ class OI {
|
|
|
20752
20777
|
throw new Error("Unsupported script type");
|
|
20753
20778
|
}
|
|
20754
20779
|
}
|
|
20755
|
-
class
|
|
20780
|
+
class CI {
|
|
20756
20781
|
/**
|
|
20757
20782
|
* @constructor
|
|
20758
20783
|
* @param {IBitcoinWallet} wallet
|
|
@@ -20867,20 +20892,20 @@ function ef(e) {
|
|
|
20867
20892
|
return wu.regtest;
|
|
20868
20893
|
throw new Error("Invalid network");
|
|
20869
20894
|
}
|
|
20870
|
-
function
|
|
20895
|
+
function RI(e, t, r) {
|
|
20871
20896
|
if (!y2(e))
|
|
20872
20897
|
throw new Error("Invalid mnemonic");
|
|
20873
20898
|
const n = (r == null ? void 0 : r.path) ?? mw.bip44(t, (r == null ? void 0 : r.index) ?? 0), s = g2(ar).fromSeed(m2(e));
|
|
20874
|
-
return
|
|
20899
|
+
return $I(s, n);
|
|
20875
20900
|
}
|
|
20876
|
-
const
|
|
20901
|
+
const $I = (e, t) => {
|
|
20877
20902
|
const r = e.derivePath(t).privateKey;
|
|
20878
20903
|
if (!r)
|
|
20879
20904
|
throw new Error("Unable to derive private key from mnemonic");
|
|
20880
20905
|
return r.toString("hex");
|
|
20881
20906
|
};
|
|
20882
20907
|
l2(ar);
|
|
20883
|
-
class pi extends
|
|
20908
|
+
class pi extends BI {
|
|
20884
20909
|
/**
|
|
20885
20910
|
* @constructor
|
|
20886
20911
|
* @param {BitcoinWalletOpts} opts
|
|
@@ -20902,7 +20927,7 @@ class pi extends OI {
|
|
|
20902
20927
|
* else use multi-key wallet's `fromMnemonic`
|
|
20903
20928
|
*/
|
|
20904
20929
|
static fromMnemonic(t, r, n) {
|
|
20905
|
-
const s = mw.bip84(r.getNetwork(), n == null ? void 0 : n.index), i =
|
|
20930
|
+
const s = mw.bip84(r.getNetwork(), n == null ? void 0 : n.index), i = RI(t, r.getNetwork(), {
|
|
20906
20931
|
path: s
|
|
20907
20932
|
});
|
|
20908
20933
|
return new pi({
|
|
@@ -21166,12 +21191,12 @@ class pi extends OI {
|
|
|
21166
21191
|
return this.signer.signSchnorr(t);
|
|
21167
21192
|
}
|
|
21168
21193
|
}
|
|
21169
|
-
const
|
|
21194
|
+
const NI = "2WXpY8havGjfRxme9LUxtjFHTh1EfU3ur4v6wiK4KdNC", MI = {
|
|
21170
21195
|
name: "solana_spl_swaps",
|
|
21171
21196
|
version: "0.4.0",
|
|
21172
21197
|
spec: "0.1.0",
|
|
21173
21198
|
description: "Created with Anchor"
|
|
21174
|
-
},
|
|
21199
|
+
}, UI = [
|
|
21175
21200
|
{
|
|
21176
21201
|
name: "initiate",
|
|
21177
21202
|
docs: [
|
|
@@ -21500,7 +21525,7 @@ const $I = "2WXpY8havGjfRxme9LUxtjFHTh1EfU3ur4v6wiK4KdNC", NI = {
|
|
|
21500
21525
|
],
|
|
21501
21526
|
args: []
|
|
21502
21527
|
}
|
|
21503
|
-
],
|
|
21528
|
+
], FI = [
|
|
21504
21529
|
{
|
|
21505
21530
|
name: "SwapAccount",
|
|
21506
21531
|
discriminator: [
|
|
@@ -21514,7 +21539,7 @@ const $I = "2WXpY8havGjfRxme9LUxtjFHTh1EfU3ur4v6wiK4KdNC", NI = {
|
|
|
21514
21539
|
182
|
|
21515
21540
|
]
|
|
21516
21541
|
}
|
|
21517
|
-
],
|
|
21542
|
+
], jI = [
|
|
21518
21543
|
{
|
|
21519
21544
|
name: "Initiated",
|
|
21520
21545
|
discriminator: [
|
|
@@ -21567,7 +21592,7 @@ const $I = "2WXpY8havGjfRxme9LUxtjFHTh1EfU3ur4v6wiK4KdNC", NI = {
|
|
|
21567
21592
|
99
|
|
21568
21593
|
]
|
|
21569
21594
|
}
|
|
21570
|
-
],
|
|
21595
|
+
], LI = [
|
|
21571
21596
|
{
|
|
21572
21597
|
code: 6e3,
|
|
21573
21598
|
name: "InvalidRedeemer",
|
|
@@ -21588,7 +21613,7 @@ const $I = "2WXpY8havGjfRxme9LUxtjFHTh1EfU3ur4v6wiK4KdNC", NI = {
|
|
|
21588
21613
|
name: "RefundBeforeExpiry",
|
|
21589
21614
|
msg: "Attempt to perform a refund before expiry time"
|
|
21590
21615
|
}
|
|
21591
|
-
],
|
|
21616
|
+
], DI = [
|
|
21592
21617
|
{
|
|
21593
21618
|
name: "Initiated",
|
|
21594
21619
|
docs: [
|
|
@@ -21789,19 +21814,19 @@ const $I = "2WXpY8havGjfRxme9LUxtjFHTh1EfU3ur4v6wiK4KdNC", NI = {
|
|
|
21789
21814
|
}
|
|
21790
21815
|
}
|
|
21791
21816
|
], wy = {
|
|
21792
|
-
address:
|
|
21793
|
-
metadata:
|
|
21794
|
-
instructions:
|
|
21795
|
-
accounts:
|
|
21796
|
-
events:
|
|
21797
|
-
errors:
|
|
21798
|
-
types:
|
|
21799
|
-
},
|
|
21817
|
+
address: NI,
|
|
21818
|
+
metadata: MI,
|
|
21819
|
+
instructions: UI,
|
|
21820
|
+
accounts: FI,
|
|
21821
|
+
events: jI,
|
|
21822
|
+
errors: LI,
|
|
21823
|
+
types: DI
|
|
21824
|
+
}, HI = "2bag6xpshpvPe7SJ9nSDLHpxqhEAoHPGpEkjNSv7gxoF", zI = {
|
|
21800
21825
|
name: "solana_native_swaps",
|
|
21801
21826
|
version: "0.3.0",
|
|
21802
21827
|
spec: "0.1.0",
|
|
21803
21828
|
description: "Created with Anchor"
|
|
21804
|
-
},
|
|
21829
|
+
}, VI = [
|
|
21805
21830
|
{
|
|
21806
21831
|
name: "initiate",
|
|
21807
21832
|
discriminator: [
|
|
@@ -21981,7 +22006,7 @@ const $I = "2WXpY8havGjfRxme9LUxtjFHTh1EfU3ur4v6wiK4KdNC", NI = {
|
|
|
21981
22006
|
],
|
|
21982
22007
|
args: []
|
|
21983
22008
|
}
|
|
21984
|
-
],
|
|
22009
|
+
], qI = [
|
|
21985
22010
|
{
|
|
21986
22011
|
name: "SwapAccount",
|
|
21987
22012
|
discriminator: [
|
|
@@ -21995,7 +22020,7 @@ const $I = "2WXpY8havGjfRxme9LUxtjFHTh1EfU3ur4v6wiK4KdNC", NI = {
|
|
|
21995
22020
|
182
|
|
21996
22021
|
]
|
|
21997
22022
|
}
|
|
21998
|
-
],
|
|
22023
|
+
], GI = [
|
|
21999
22024
|
{
|
|
22000
22025
|
name: "Initiated",
|
|
22001
22026
|
discriminator: [
|
|
@@ -22048,7 +22073,7 @@ const $I = "2WXpY8havGjfRxme9LUxtjFHTh1EfU3ur4v6wiK4KdNC", NI = {
|
|
|
22048
22073
|
99
|
|
22049
22074
|
]
|
|
22050
22075
|
}
|
|
22051
|
-
],
|
|
22076
|
+
], WI = [
|
|
22052
22077
|
{
|
|
22053
22078
|
code: 6e3,
|
|
22054
22079
|
name: "InvalidInitiator",
|
|
@@ -22069,7 +22094,7 @@ const $I = "2WXpY8havGjfRxme9LUxtjFHTh1EfU3ur4v6wiK4KdNC", NI = {
|
|
|
22069
22094
|
name: "RefundBeforeExpiry",
|
|
22070
22095
|
msg: "Attempt to perform a refund before expiry time"
|
|
22071
22096
|
}
|
|
22072
|
-
],
|
|
22097
|
+
], KI = [
|
|
22073
22098
|
{
|
|
22074
22099
|
name: "Initiated",
|
|
22075
22100
|
type: {
|
|
@@ -22200,23 +22225,23 @@ const $I = "2WXpY8havGjfRxme9LUxtjFHTh1EfU3ur4v6wiK4KdNC", NI = {
|
|
|
22200
22225
|
}
|
|
22201
22226
|
}
|
|
22202
22227
|
], Jl = {
|
|
22203
|
-
address:
|
|
22204
|
-
metadata:
|
|
22205
|
-
instructions:
|
|
22206
|
-
accounts:
|
|
22207
|
-
events:
|
|
22208
|
-
errors:
|
|
22209
|
-
types:
|
|
22228
|
+
address: HI,
|
|
22229
|
+
metadata: zI,
|
|
22230
|
+
instructions: VI,
|
|
22231
|
+
accounts: qI,
|
|
22232
|
+
events: GI,
|
|
22233
|
+
errors: WI,
|
|
22234
|
+
types: KI
|
|
22210
22235
|
};
|
|
22211
22236
|
var wn = {}, su = {};
|
|
22212
22237
|
Object.defineProperty(su, "__esModule", { value: !0 });
|
|
22213
|
-
su.encode =
|
|
22214
|
-
su.decode =
|
|
22238
|
+
su.encode = XI;
|
|
22239
|
+
su.decode = YI;
|
|
22215
22240
|
const vy = Xs;
|
|
22216
|
-
function
|
|
22241
|
+
function XI(e) {
|
|
22217
22242
|
return e.reduce((t, r) => t + r.toString(16).padStart(2, "0"), "0x");
|
|
22218
22243
|
}
|
|
22219
|
-
function
|
|
22244
|
+
function YI(e) {
|
|
22220
22245
|
e.indexOf("0x") === 0 && (e = e.substr(2)), e.length % 2 === 1 && (e = "0" + e);
|
|
22221
22246
|
let t = e.match(/.{2}/g);
|
|
22222
22247
|
return t === null ? vy.Buffer.from([]) : vy.Buffer.from(t.map((r) => parseInt(r, 16)));
|
|
@@ -22224,13 +22249,13 @@ function XI(e) {
|
|
|
22224
22249
|
var iu = {}, Ds = {}, tf;
|
|
22225
22250
|
Object.defineProperty(Ds, "__esModule", { value: !0 });
|
|
22226
22251
|
Ds.isVersionedTransaction = Ds.isBrowser = void 0;
|
|
22227
|
-
Ds.chunks =
|
|
22252
|
+
Ds.chunks = ZI;
|
|
22228
22253
|
Ds.isBrowser = process.env.ANCHOR_BROWSER || typeof window < "u" && !(!((tf = window.process) === null || tf === void 0) && tf.hasOwnProperty("type"));
|
|
22229
|
-
function
|
|
22254
|
+
function ZI(e, t) {
|
|
22230
22255
|
return Array.apply(0, new Array(Math.ceil(e.length / t))).map((r, n) => e.slice(n * t, (n + 1) * t));
|
|
22231
22256
|
}
|
|
22232
|
-
const
|
|
22233
|
-
Ds.isVersionedTransaction =
|
|
22257
|
+
const JI = (e) => "version" in e;
|
|
22258
|
+
Ds.isVersionedTransaction = JI;
|
|
22234
22259
|
var rf = {}, nf = {}, sf, Ey;
|
|
22235
22260
|
function gw() {
|
|
22236
22261
|
return Ey || (Ey = 1, sf = function() {
|
|
@@ -22275,19 +22300,19 @@ function bw() {
|
|
|
22275
22300
|
return Sy || (Sy = 1, af = Object), af;
|
|
22276
22301
|
}
|
|
22277
22302
|
var cf, xy;
|
|
22278
|
-
function
|
|
22303
|
+
function QI() {
|
|
22279
22304
|
return xy || (xy = 1, cf = Error), cf;
|
|
22280
22305
|
}
|
|
22281
22306
|
var uf, _y;
|
|
22282
|
-
function
|
|
22307
|
+
function eP() {
|
|
22283
22308
|
return _y || (_y = 1, uf = EvalError), uf;
|
|
22284
22309
|
}
|
|
22285
22310
|
var ff, Ty;
|
|
22286
|
-
function
|
|
22311
|
+
function tP() {
|
|
22287
22312
|
return Ty || (Ty = 1, ff = RangeError), ff;
|
|
22288
22313
|
}
|
|
22289
22314
|
var lf, ky;
|
|
22290
|
-
function
|
|
22315
|
+
function rP() {
|
|
22291
22316
|
return ky || (ky = 1, lf = ReferenceError), lf;
|
|
22292
22317
|
}
|
|
22293
22318
|
var df, Iy;
|
|
@@ -22299,57 +22324,57 @@ function ha() {
|
|
|
22299
22324
|
return Py || (Py = 1, hf = TypeError), hf;
|
|
22300
22325
|
}
|
|
22301
22326
|
var pf, Oy;
|
|
22302
|
-
function
|
|
22327
|
+
function nP() {
|
|
22303
22328
|
return Oy || (Oy = 1, pf = URIError), pf;
|
|
22304
22329
|
}
|
|
22305
22330
|
var yf, By;
|
|
22306
|
-
function
|
|
22331
|
+
function sP() {
|
|
22307
22332
|
return By || (By = 1, yf = Math.abs), yf;
|
|
22308
22333
|
}
|
|
22309
22334
|
var mf, Cy;
|
|
22310
|
-
function
|
|
22335
|
+
function iP() {
|
|
22311
22336
|
return Cy || (Cy = 1, mf = Math.floor), mf;
|
|
22312
22337
|
}
|
|
22313
22338
|
var gf, Ry;
|
|
22314
|
-
function
|
|
22339
|
+
function oP() {
|
|
22315
22340
|
return Ry || (Ry = 1, gf = Math.max), gf;
|
|
22316
22341
|
}
|
|
22317
22342
|
var bf, $y;
|
|
22318
|
-
function
|
|
22343
|
+
function aP() {
|
|
22319
22344
|
return $y || ($y = 1, bf = Math.min), bf;
|
|
22320
22345
|
}
|
|
22321
22346
|
var wf, Ny;
|
|
22322
|
-
function
|
|
22347
|
+
function cP() {
|
|
22323
22348
|
return Ny || (Ny = 1, wf = Math.pow), wf;
|
|
22324
22349
|
}
|
|
22325
22350
|
var vf, My;
|
|
22326
|
-
function
|
|
22351
|
+
function uP() {
|
|
22327
22352
|
return My || (My = 1, vf = Math.round), vf;
|
|
22328
22353
|
}
|
|
22329
22354
|
var Ef, Uy;
|
|
22330
|
-
function
|
|
22355
|
+
function fP() {
|
|
22331
22356
|
return Uy || (Uy = 1, Ef = Number.isNaN || function(t) {
|
|
22332
22357
|
return t !== t;
|
|
22333
22358
|
}), Ef;
|
|
22334
22359
|
}
|
|
22335
22360
|
var Af, Fy;
|
|
22336
|
-
function
|
|
22361
|
+
function lP() {
|
|
22337
22362
|
if (Fy) return Af;
|
|
22338
22363
|
Fy = 1;
|
|
22339
|
-
var e =
|
|
22364
|
+
var e = fP();
|
|
22340
22365
|
return Af = function(r) {
|
|
22341
22366
|
return e(r) || r === 0 ? r : r < 0 ? -1 : 1;
|
|
22342
22367
|
}, Af;
|
|
22343
22368
|
}
|
|
22344
22369
|
var Sf, jy;
|
|
22345
|
-
function
|
|
22370
|
+
function dP() {
|
|
22346
22371
|
return jy || (jy = 1, Sf = Object.getOwnPropertyDescriptor), Sf;
|
|
22347
22372
|
}
|
|
22348
22373
|
var xf, Ly;
|
|
22349
22374
|
function Li() {
|
|
22350
22375
|
if (Ly) return xf;
|
|
22351
22376
|
Ly = 1;
|
|
22352
|
-
var e =
|
|
22377
|
+
var e = dP();
|
|
22353
22378
|
if (e)
|
|
22354
22379
|
try {
|
|
22355
22380
|
e([], "length");
|
|
@@ -22372,7 +22397,7 @@ function au() {
|
|
|
22372
22397
|
return _f = e, _f;
|
|
22373
22398
|
}
|
|
22374
22399
|
var Tf, Hy;
|
|
22375
|
-
function
|
|
22400
|
+
function hP() {
|
|
22376
22401
|
if (Hy) return Tf;
|
|
22377
22402
|
Hy = 1;
|
|
22378
22403
|
var e = typeof Symbol < "u" && Symbol, t = gw();
|
|
@@ -22392,7 +22417,7 @@ function Ew() {
|
|
|
22392
22417
|
return If = e.getPrototypeOf || null, If;
|
|
22393
22418
|
}
|
|
22394
22419
|
var Pf, qy;
|
|
22395
|
-
function
|
|
22420
|
+
function pP() {
|
|
22396
22421
|
if (qy) return Pf;
|
|
22397
22422
|
qy = 1;
|
|
22398
22423
|
var e = "Function.prototype.bind called on incompatible ", t = Object.prototype.toString, r = Math.max, n = "[object Function]", s = function(c, f) {
|
|
@@ -22440,7 +22465,7 @@ var Of, Gy;
|
|
|
22440
22465
|
function pa() {
|
|
22441
22466
|
if (Gy) return Of;
|
|
22442
22467
|
Gy = 1;
|
|
22443
|
-
var e =
|
|
22468
|
+
var e = pP();
|
|
22444
22469
|
return Of = Function.prototype.bind || e, Of;
|
|
22445
22470
|
}
|
|
22446
22471
|
var Bf, Wy;
|
|
@@ -22452,14 +22477,14 @@ function vh() {
|
|
|
22452
22477
|
return Ky || (Ky = 1, Cf = Function.prototype.apply), Cf;
|
|
22453
22478
|
}
|
|
22454
22479
|
var Rf, Xy;
|
|
22455
|
-
function
|
|
22480
|
+
function yP() {
|
|
22456
22481
|
return Xy || (Xy = 1, Rf = typeof Reflect < "u" && Reflect && Reflect.apply), Rf;
|
|
22457
22482
|
}
|
|
22458
22483
|
var $f, Yy;
|
|
22459
22484
|
function Aw() {
|
|
22460
22485
|
if (Yy) return $f;
|
|
22461
22486
|
Yy = 1;
|
|
22462
|
-
var e = pa(), t = vh(), r = wh(), n =
|
|
22487
|
+
var e = pa(), t = vh(), r = wh(), n = yP();
|
|
22463
22488
|
return $f = n || e.call(r, t), $f;
|
|
22464
22489
|
}
|
|
22465
22490
|
var Nf, Zy;
|
|
@@ -22474,7 +22499,7 @@ function Eh() {
|
|
|
22474
22499
|
}, Nf;
|
|
22475
22500
|
}
|
|
22476
22501
|
var Mf, Jy;
|
|
22477
|
-
function
|
|
22502
|
+
function mP() {
|
|
22478
22503
|
if (Jy) return Mf;
|
|
22479
22504
|
Jy = 1;
|
|
22480
22505
|
var e = Eh(), t = Li(), r;
|
|
@@ -22501,7 +22526,7 @@ var Uf, Qy;
|
|
|
22501
22526
|
function Ah() {
|
|
22502
22527
|
if (Qy) return Uf;
|
|
22503
22528
|
Qy = 1;
|
|
22504
|
-
var e = vw(), t = Ew(), r =
|
|
22529
|
+
var e = vw(), t = Ew(), r = mP();
|
|
22505
22530
|
return Uf = e ? function(s) {
|
|
22506
22531
|
return e(s);
|
|
22507
22532
|
} : t ? function(s) {
|
|
@@ -22523,7 +22548,7 @@ var jf, tm;
|
|
|
22523
22548
|
function xw() {
|
|
22524
22549
|
if (tm) return jf;
|
|
22525
22550
|
tm = 1;
|
|
22526
|
-
var e, t = bw(), r =
|
|
22551
|
+
var e, t = bw(), r = QI(), n = eP(), s = tP(), i = rP(), o = ww(), a = ha(), c = nP(), f = sP(), u = iP(), l = oP(), p = aP(), d = cP(), m = uP(), g = lP(), w = Function, E = function(oe) {
|
|
22527
22552
|
try {
|
|
22528
22553
|
return w('"use strict"; return (' + oe + ").constructor;")();
|
|
22529
22554
|
} catch {
|
|
@@ -22540,7 +22565,7 @@ function xw() {
|
|
|
22540
22565
|
return S;
|
|
22541
22566
|
}
|
|
22542
22567
|
}
|
|
22543
|
-
}() : S, I =
|
|
22568
|
+
}() : S, I = hP()(), R = Ah(), j = Ew(), _ = vw(), U = vh(), C = wh(), N = {}, H = typeof Uint8Array > "u" || !R ? e : R(Uint8Array), W = {
|
|
22544
22569
|
__proto__: null,
|
|
22545
22570
|
"%AggregateError%": typeof AggregateError > "u" ? e : AggregateError,
|
|
22546
22571
|
"%Array%": Array,
|
|
@@ -22773,7 +22798,7 @@ function ya() {
|
|
|
22773
22798
|
}, Lf;
|
|
22774
22799
|
}
|
|
22775
22800
|
var Df, nm;
|
|
22776
|
-
function
|
|
22801
|
+
function gP() {
|
|
22777
22802
|
if (nm) return Df;
|
|
22778
22803
|
nm = 1;
|
|
22779
22804
|
var e = ou()(), t = ya(), r = t("Object.prototype.toString"), n = function(a) {
|
|
@@ -22786,7 +22811,7 @@ function mP() {
|
|
|
22786
22811
|
return n.isLegacyArguments = s, Df = i ? n : s, Df;
|
|
22787
22812
|
}
|
|
22788
22813
|
var Hf, sm;
|
|
22789
|
-
function
|
|
22814
|
+
function bP() {
|
|
22790
22815
|
if (sm) return Hf;
|
|
22791
22816
|
sm = 1;
|
|
22792
22817
|
var e = ya(), t = ou()(), r = Sw(), n = Li(), s;
|
|
@@ -22830,10 +22855,10 @@ function gP() {
|
|
|
22830
22855
|
return Hf = s, Hf;
|
|
22831
22856
|
}
|
|
22832
22857
|
var zf, im;
|
|
22833
|
-
function
|
|
22858
|
+
function wP() {
|
|
22834
22859
|
if (im) return zf;
|
|
22835
22860
|
im = 1;
|
|
22836
|
-
var e = ya(), t =
|
|
22861
|
+
var e = ya(), t = bP(), r = e("RegExp.prototype.exec"), n = ha();
|
|
22837
22862
|
return zf = function(i) {
|
|
22838
22863
|
if (!t(i))
|
|
22839
22864
|
throw new n("`regex` must be a RegExp");
|
|
@@ -22843,10 +22868,10 @@ function bP() {
|
|
|
22843
22868
|
}, zf;
|
|
22844
22869
|
}
|
|
22845
22870
|
var Vf, om;
|
|
22846
|
-
function
|
|
22871
|
+
function vP() {
|
|
22847
22872
|
if (om) return Vf;
|
|
22848
22873
|
om = 1;
|
|
22849
|
-
var e = ya(), t =
|
|
22874
|
+
var e = ya(), t = wP(), r = t(/^\s*(?:function)?\*/), n = ou()(), s = Ah(), i = e("Object.prototype.toString"), o = e("Function.prototype.toString"), a = function() {
|
|
22850
22875
|
if (!n)
|
|
22851
22876
|
return !1;
|
|
22852
22877
|
try {
|
|
@@ -22876,7 +22901,7 @@ function wP() {
|
|
|
22876
22901
|
}, Vf;
|
|
22877
22902
|
}
|
|
22878
22903
|
var qf, am;
|
|
22879
|
-
function
|
|
22904
|
+
function EP() {
|
|
22880
22905
|
if (am) return qf;
|
|
22881
22906
|
am = 1;
|
|
22882
22907
|
var e = Function.prototype.toString, t = typeof Reflect == "object" && Reflect !== null && Reflect.apply, r, n;
|
|
@@ -22948,10 +22973,10 @@ function vP() {
|
|
|
22948
22973
|
}, qf;
|
|
22949
22974
|
}
|
|
22950
22975
|
var Gf, cm;
|
|
22951
|
-
function
|
|
22976
|
+
function AP() {
|
|
22952
22977
|
if (cm) return Gf;
|
|
22953
22978
|
cm = 1;
|
|
22954
|
-
var e =
|
|
22979
|
+
var e = EP(), t = Object.prototype.toString, r = Object.prototype.hasOwnProperty, n = function(c, f, u) {
|
|
22955
22980
|
for (var l = 0, p = c.length; l < p; l++)
|
|
22956
22981
|
r.call(c, l) && (u == null ? f(c[l], l, c) : f.call(u, c[l], l, c));
|
|
22957
22982
|
}, s = function(c, f, u) {
|
|
@@ -22972,7 +22997,7 @@ function EP() {
|
|
|
22972
22997
|
}, Gf;
|
|
22973
22998
|
}
|
|
22974
22999
|
var Wf, um;
|
|
22975
|
-
function
|
|
23000
|
+
function SP() {
|
|
22976
23001
|
return um || (um = 1, Wf = [
|
|
22977
23002
|
"Float16Array",
|
|
22978
23003
|
"Float32Array",
|
|
@@ -22989,10 +23014,10 @@ function AP() {
|
|
|
22989
23014
|
]), Wf;
|
|
22990
23015
|
}
|
|
22991
23016
|
var Kf, fm;
|
|
22992
|
-
function
|
|
23017
|
+
function xP() {
|
|
22993
23018
|
if (fm) return Kf;
|
|
22994
23019
|
fm = 1;
|
|
22995
|
-
var e =
|
|
23020
|
+
var e = SP(), t = typeof globalThis > "u" ? en : globalThis;
|
|
22996
23021
|
return Kf = function() {
|
|
22997
23022
|
for (var n = [], s = 0; s < e.length; s++)
|
|
22998
23023
|
typeof t[e[s]] == "function" && (n[n.length] = e[s]);
|
|
@@ -23000,7 +23025,7 @@ function SP() {
|
|
|
23000
23025
|
}, Kf;
|
|
23001
23026
|
}
|
|
23002
23027
|
var Xf = { exports: {} }, Yf, lm;
|
|
23003
|
-
function
|
|
23028
|
+
function _P() {
|
|
23004
23029
|
if (lm) return Yf;
|
|
23005
23030
|
lm = 1;
|
|
23006
23031
|
var e = au(), t = ww(), r = ha(), n = Li();
|
|
@@ -23032,7 +23057,7 @@ function xP() {
|
|
|
23032
23057
|
}, Yf;
|
|
23033
23058
|
}
|
|
23034
23059
|
var Zf, dm;
|
|
23035
|
-
function
|
|
23060
|
+
function TP() {
|
|
23036
23061
|
if (dm) return Zf;
|
|
23037
23062
|
dm = 1;
|
|
23038
23063
|
var e = au(), t = function() {
|
|
@@ -23049,10 +23074,10 @@ function _P() {
|
|
|
23049
23074
|
}, Zf = t, Zf;
|
|
23050
23075
|
}
|
|
23051
23076
|
var Jf, hm;
|
|
23052
|
-
function
|
|
23077
|
+
function kP() {
|
|
23053
23078
|
if (hm) return Jf;
|
|
23054
23079
|
hm = 1;
|
|
23055
|
-
var e = xw(), t =
|
|
23080
|
+
var e = xw(), t = _P(), r = TP()(), n = Li(), s = ha(), i = e("%Math.floor%");
|
|
23056
23081
|
return Jf = function(a, c) {
|
|
23057
23082
|
if (typeof a != "function")
|
|
23058
23083
|
throw new s("`fn` is not a function");
|
|
@@ -23079,7 +23104,7 @@ function TP() {
|
|
|
23079
23104
|
}, Jf;
|
|
23080
23105
|
}
|
|
23081
23106
|
var Qf, pm;
|
|
23082
|
-
function
|
|
23107
|
+
function IP() {
|
|
23083
23108
|
if (pm) return Qf;
|
|
23084
23109
|
pm = 1;
|
|
23085
23110
|
var e = pa(), t = vh(), r = Aw();
|
|
@@ -23088,9 +23113,9 @@ function kP() {
|
|
|
23088
23113
|
}, Qf;
|
|
23089
23114
|
}
|
|
23090
23115
|
var ym;
|
|
23091
|
-
function
|
|
23116
|
+
function PP() {
|
|
23092
23117
|
return ym || (ym = 1, function(e) {
|
|
23093
|
-
var t =
|
|
23118
|
+
var t = kP(), r = au(), n = Eh(), s = IP();
|
|
23094
23119
|
e.exports = function(o) {
|
|
23095
23120
|
var a = n(arguments), c = o.length - (arguments.length - 1);
|
|
23096
23121
|
return t(
|
|
@@ -23105,7 +23130,7 @@ var el, mm;
|
|
|
23105
23130
|
function _w() {
|
|
23106
23131
|
if (mm) return el;
|
|
23107
23132
|
mm = 1;
|
|
23108
|
-
var e =
|
|
23133
|
+
var e = AP(), t = xP(), r = PP(), n = ya(), s = Li(), i = Ah(), o = n("Object.prototype.toString"), a = ou()(), c = typeof globalThis > "u" ? en : globalThis, f = t(), u = n("String.prototype.slice"), l = n("Array.prototype.indexOf", !0) || function(w, E) {
|
|
23109
23134
|
for (var T = 0; T < w.length; T += 1)
|
|
23110
23135
|
if (w[T] === E)
|
|
23111
23136
|
return T;
|
|
@@ -23172,7 +23197,7 @@ function _w() {
|
|
|
23172
23197
|
}, el;
|
|
23173
23198
|
}
|
|
23174
23199
|
var tl, gm;
|
|
23175
|
-
function
|
|
23200
|
+
function OP() {
|
|
23176
23201
|
if (gm) return tl;
|
|
23177
23202
|
gm = 1;
|
|
23178
23203
|
var e = _w();
|
|
@@ -23181,9 +23206,9 @@ function PP() {
|
|
|
23181
23206
|
}, tl;
|
|
23182
23207
|
}
|
|
23183
23208
|
var bm;
|
|
23184
|
-
function
|
|
23209
|
+
function BP() {
|
|
23185
23210
|
return bm || (bm = 1, function(e) {
|
|
23186
|
-
var t =
|
|
23211
|
+
var t = gP(), r = vP(), n = _w(), s = OP();
|
|
23187
23212
|
function i(G) {
|
|
23188
23213
|
return G.call.bind(G);
|
|
23189
23214
|
}
|
|
@@ -23368,13 +23393,13 @@ function OP() {
|
|
|
23368
23393
|
}(nf)), nf;
|
|
23369
23394
|
}
|
|
23370
23395
|
var rl, wm;
|
|
23371
|
-
function
|
|
23396
|
+
function CP() {
|
|
23372
23397
|
return wm || (wm = 1, rl = function(t) {
|
|
23373
23398
|
return t && typeof t == "object" && typeof t.copy == "function" && typeof t.fill == "function" && typeof t.readUInt8 == "function";
|
|
23374
23399
|
}), rl;
|
|
23375
23400
|
}
|
|
23376
23401
|
var Ua = { exports: {} }, vm;
|
|
23377
|
-
function
|
|
23402
|
+
function RP() {
|
|
23378
23403
|
return vm || (vm = 1, typeof Object.create == "function" ? Ua.exports = function(t, r) {
|
|
23379
23404
|
r && (t.super_ = r, t.prototype = Object.create(r.prototype, {
|
|
23380
23405
|
constructor: {
|
|
@@ -23614,7 +23639,7 @@ function Tw() {
|
|
|
23614
23639
|
`) + " " + P.join(`,
|
|
23615
23640
|
`) + " " + L[1] : L[0] + $ + " " + P.join(", ") + " " + L[1];
|
|
23616
23641
|
}
|
|
23617
|
-
e.types =
|
|
23642
|
+
e.types = BP();
|
|
23618
23643
|
function w(P) {
|
|
23619
23644
|
return Array.isArray(P);
|
|
23620
23645
|
}
|
|
@@ -23671,7 +23696,7 @@ function Tw() {
|
|
|
23671
23696
|
return P === null || typeof P == "boolean" || typeof P == "number" || typeof P == "string" || typeof P == "symbol" || // ES6 symbol
|
|
23672
23697
|
typeof P > "u";
|
|
23673
23698
|
}
|
|
23674
|
-
e.isPrimitive = H, e.isBuffer =
|
|
23699
|
+
e.isPrimitive = H, e.isBuffer = CP();
|
|
23675
23700
|
function W(P) {
|
|
23676
23701
|
return Object.prototype.toString.call(P);
|
|
23677
23702
|
}
|
|
@@ -23702,7 +23727,7 @@ function Tw() {
|
|
|
23702
23727
|
}
|
|
23703
23728
|
e.log = function() {
|
|
23704
23729
|
console.log("%s - %s", re(), e.format.apply(e, arguments));
|
|
23705
|
-
}, e.inherits =
|
|
23730
|
+
}, e.inherits = RP(), e._extend = function(P, $) {
|
|
23706
23731
|
if (!$ || !_($)) return P;
|
|
23707
23732
|
for (var L = Object.keys($), J = L.length; J--; )
|
|
23708
23733
|
P[L[J]] = $[L[J]];
|
|
@@ -23788,13 +23813,13 @@ function Tw() {
|
|
|
23788
23813
|
}(rf)), rf;
|
|
23789
23814
|
}
|
|
23790
23815
|
Object.defineProperty(iu, "__esModule", { value: !0 });
|
|
23791
|
-
iu.decode =
|
|
23792
|
-
iu.encode =
|
|
23816
|
+
iu.decode = $P;
|
|
23817
|
+
iu.encode = NP;
|
|
23793
23818
|
const kw = Ds;
|
|
23794
|
-
function
|
|
23819
|
+
function $P(e) {
|
|
23795
23820
|
return (kw.isBrowser ? new TextDecoder("utf-8") : new (Tw()).TextDecoder("utf-8")).decode(e);
|
|
23796
23821
|
}
|
|
23797
|
-
function
|
|
23822
|
+
function NP(e) {
|
|
23798
23823
|
return (kw.isBrowser ? new TextEncoder() : new (Tw()).TextEncoder("utf-8")).encode(e);
|
|
23799
23824
|
}
|
|
23800
23825
|
var cu = {}, Ql = { exports: {} };
|
|
@@ -23828,8 +23853,8 @@ var cu = {}, Ql = { exports: {} };
|
|
|
23828
23853
|
return r.SlowBuffer(o);
|
|
23829
23854
|
};
|
|
23830
23855
|
})(Ql, Ql.exports);
|
|
23831
|
-
var
|
|
23832
|
-
function
|
|
23856
|
+
var MP = Ql.exports, Fa = MP.Buffer;
|
|
23857
|
+
function UP(e) {
|
|
23833
23858
|
if (e.length >= 255)
|
|
23834
23859
|
throw new TypeError("Alphabet too long");
|
|
23835
23860
|
for (var t = new Uint8Array(256), r = 0; r < t.length; r++)
|
|
@@ -23901,31 +23926,31 @@ function MP(e) {
|
|
|
23901
23926
|
decode: p
|
|
23902
23927
|
};
|
|
23903
23928
|
}
|
|
23904
|
-
var
|
|
23929
|
+
var FP = UP, jP = FP, LP = "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz", DP = jP(LP), HP = en && en.__importDefault || function(e) {
|
|
23905
23930
|
return e && e.__esModule ? e : { default: e };
|
|
23906
23931
|
};
|
|
23907
23932
|
Object.defineProperty(cu, "__esModule", { value: !0 });
|
|
23908
|
-
cu.encode =
|
|
23909
|
-
cu.decode =
|
|
23910
|
-
const Iw = DP
|
|
23911
|
-
function
|
|
23933
|
+
cu.encode = zP;
|
|
23934
|
+
cu.decode = VP;
|
|
23935
|
+
const Iw = HP(DP);
|
|
23936
|
+
function zP(e) {
|
|
23912
23937
|
return Iw.default.encode(e);
|
|
23913
23938
|
}
|
|
23914
|
-
function
|
|
23939
|
+
function VP(e) {
|
|
23915
23940
|
return Iw.default.decode(e);
|
|
23916
23941
|
}
|
|
23917
23942
|
var uu = {};
|
|
23918
23943
|
Object.defineProperty(uu, "__esModule", { value: !0 });
|
|
23919
|
-
uu.encode =
|
|
23920
|
-
uu.decode =
|
|
23921
|
-
const
|
|
23922
|
-
function
|
|
23944
|
+
uu.encode = GP;
|
|
23945
|
+
uu.decode = WP;
|
|
23946
|
+
const qP = Xs;
|
|
23947
|
+
function GP(e) {
|
|
23923
23948
|
return e.toString("base64");
|
|
23924
23949
|
}
|
|
23925
|
-
function
|
|
23926
|
-
return
|
|
23950
|
+
function WP(e) {
|
|
23951
|
+
return qP.Buffer.from(e, "base64");
|
|
23927
23952
|
}
|
|
23928
|
-
var
|
|
23953
|
+
var KP = en && en.__createBinding || (Object.create ? function(e, t, r, n) {
|
|
23929
23954
|
n === void 0 && (n = r);
|
|
23930
23955
|
var s = Object.getOwnPropertyDescriptor(t, r);
|
|
23931
23956
|
(!s || ("get" in s ? !t.__esModule : s.writable || s.configurable)) && (s = { enumerable: !0, get: function() {
|
|
@@ -23933,15 +23958,15 @@ var WP = en && en.__createBinding || (Object.create ? function(e, t, r, n) {
|
|
|
23933
23958
|
} }), Object.defineProperty(e, n, s);
|
|
23934
23959
|
} : function(e, t, r, n) {
|
|
23935
23960
|
n === void 0 && (n = r), e[n] = t[r];
|
|
23936
|
-
}),
|
|
23961
|
+
}), XP = en && en.__setModuleDefault || (Object.create ? function(e, t) {
|
|
23937
23962
|
Object.defineProperty(e, "default", { enumerable: !0, value: t });
|
|
23938
23963
|
} : function(e, t) {
|
|
23939
23964
|
e.default = t;
|
|
23940
23965
|
}), fu = en && en.__importStar || function(e) {
|
|
23941
23966
|
if (e && e.__esModule) return e;
|
|
23942
23967
|
var t = {};
|
|
23943
|
-
if (e != null) for (var r in e) r !== "default" && Object.prototype.hasOwnProperty.call(e, r) &&
|
|
23944
|
-
return
|
|
23968
|
+
if (e != null) for (var r in e) r !== "default" && Object.prototype.hasOwnProperty.call(e, r) && KP(t, e, r);
|
|
23969
|
+
return XP(t, e), t;
|
|
23945
23970
|
};
|
|
23946
23971
|
Object.defineProperty(wn, "__esModule", { value: !0 });
|
|
23947
23972
|
wn.base64 = wn.bs58 = wn.utf8 = Pw = wn.hex = void 0;
|
|
@@ -24015,7 +24040,7 @@ function Ow(e) {
|
|
|
24015
24040
|
);
|
|
24016
24041
|
return t;
|
|
24017
24042
|
}
|
|
24018
|
-
class
|
|
24043
|
+
class YP {
|
|
24019
24044
|
/**
|
|
24020
24045
|
* Creates a new instance of SolanaRelay.
|
|
24021
24046
|
* @param {AnchorProvider} provider - An abstraction of RPC connection and a Wallet
|
|
@@ -24281,7 +24306,7 @@ class XP {
|
|
|
24281
24306
|
return F("Refund is automatically handled by the relayer.");
|
|
24282
24307
|
}
|
|
24283
24308
|
}
|
|
24284
|
-
const Bw = "1.37.2",
|
|
24309
|
+
const Bw = "1.37.2", ZP = "1.55.0", JP = {
|
|
24285
24310
|
"-32700": "ParseError",
|
|
24286
24311
|
"-32701": "OversizedRequest",
|
|
24287
24312
|
"-32702": "OversizedResponse",
|
|
@@ -24303,17 +24328,17 @@ class Cw extends Error {
|
|
|
24303
24328
|
}
|
|
24304
24329
|
class Rw extends Cw {
|
|
24305
24330
|
constructor(t, r) {
|
|
24306
|
-
super(t), this.code = r, this.type =
|
|
24331
|
+
super(t), this.code = r, this.type = JP[r] ?? "ServerError";
|
|
24307
24332
|
}
|
|
24308
24333
|
}
|
|
24309
|
-
class
|
|
24334
|
+
class QP extends Cw {
|
|
24310
24335
|
constructor(t, r, n) {
|
|
24311
24336
|
super(t), this.status = r, this.statusText = n;
|
|
24312
24337
|
}
|
|
24313
24338
|
}
|
|
24314
24339
|
var $w = (e) => {
|
|
24315
24340
|
throw TypeError(e);
|
|
24316
|
-
}, Sh = (e, t, r) => t.has(e) || $w("Cannot " + r), $e = (e, t, r) => (Sh(e, t, "read from private field"), r ? r.call(e) : t.get(e)), ls = (e, t, r) => t.has(e) ? $w("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, r), Ei = (e, t, r, n) => (Sh(e, t, "write to private field"), t.set(e, r), r), Nw = (e, t, r) => (Sh(e, t, "access private method"), r),
|
|
24341
|
+
}, Sh = (e, t, r) => t.has(e) || $w("Cannot " + r), $e = (e, t, r) => (Sh(e, t, "read from private field"), r ? r.call(e) : t.get(e)), ls = (e, t, r) => t.has(e) ? $w("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, r), Ei = (e, t, r, n) => (Sh(e, t, "write to private field"), t.set(e, r), r), Nw = (e, t, r) => (Sh(e, t, "access private method"), r), e5 = (e, t, r, n) => ({
|
|
24317
24342
|
set _(s) {
|
|
24318
24343
|
Ei(e, t, s);
|
|
24319
24344
|
},
|
|
@@ -24321,22 +24346,22 @@ var $w = (e) => {
|
|
|
24321
24346
|
return $e(e, t, n);
|
|
24322
24347
|
}
|
|
24323
24348
|
}), Vn, vo, mn, ws, Xo, vs, yc, Mw, Uw;
|
|
24324
|
-
function
|
|
24349
|
+
function t5(e) {
|
|
24325
24350
|
const t = new URL(e);
|
|
24326
24351
|
return t.protocol = t.protocol.replace("http", "ws"), t.toString();
|
|
24327
24352
|
}
|
|
24328
|
-
const
|
|
24353
|
+
const r5 = {
|
|
24329
24354
|
// We fudge the typing because we also check for undefined in the constructor:
|
|
24330
24355
|
WebSocketConstructor: typeof WebSocket < "u" ? WebSocket : void 0,
|
|
24331
24356
|
callTimeout: 3e4,
|
|
24332
24357
|
reconnectTimeout: 3e3,
|
|
24333
24358
|
maxReconnects: 5
|
|
24334
24359
|
};
|
|
24335
|
-
class
|
|
24360
|
+
class n5 {
|
|
24336
24361
|
constructor(t, r = {}) {
|
|
24337
|
-
if (ls(this, yc), ls(this, Vn, 0), ls(this, vo, 0), ls(this, mn, null), ls(this, ws, null), ls(this, Xo, /* @__PURE__ */ new Set()), ls(this, vs, /* @__PURE__ */ new Map()), this.endpoint = t, this.options = { ...
|
|
24362
|
+
if (ls(this, yc), ls(this, Vn, 0), ls(this, vo, 0), ls(this, mn, null), ls(this, ws, null), ls(this, Xo, /* @__PURE__ */ new Set()), ls(this, vs, /* @__PURE__ */ new Map()), this.endpoint = t, this.options = { ...r5, ...r }, !this.options.WebSocketConstructor)
|
|
24338
24363
|
throw new Error("Missing WebSocket constructor");
|
|
24339
|
-
this.endpoint.startsWith("http") && (this.endpoint =
|
|
24364
|
+
this.endpoint.startsWith("http") && (this.endpoint = t5(this.endpoint));
|
|
24340
24365
|
}
|
|
24341
24366
|
async makeRequest(t, r, n) {
|
|
24342
24367
|
const s = await Nw(this, yc, Mw).call(this);
|
|
@@ -24357,7 +24382,7 @@ class r5 {
|
|
|
24357
24382
|
});
|
|
24358
24383
|
}
|
|
24359
24384
|
async subscribe(t) {
|
|
24360
|
-
const r = new
|
|
24385
|
+
const r = new s5(t);
|
|
24361
24386
|
return $e(this, Xo).add(r), await r.subscribe(this), () => r.unsubscribe(this);
|
|
24362
24387
|
}
|
|
24363
24388
|
}
|
|
@@ -24374,7 +24399,7 @@ Mw = function() {
|
|
|
24374
24399
|
(t = $e(this, mn)) == null || t.close(), Ei(this, mn, new this.options.WebSocketConstructor(this.endpoint)), $e(this, mn).addEventListener("open", () => {
|
|
24375
24400
|
Ei(this, vo, 0), e($e(this, mn));
|
|
24376
24401
|
}), $e(this, mn).addEventListener("close", () => {
|
|
24377
|
-
|
|
24402
|
+
e5(this, vo)._++, $e(this, vo) <= this.options.maxReconnects && setTimeout(() => {
|
|
24378
24403
|
Nw(this, yc, Uw).call(this);
|
|
24379
24404
|
}, this.options.reconnectTimeout);
|
|
24380
24405
|
}), $e(this, mn).addEventListener("message", ({ data: r }) => {
|
|
@@ -24403,7 +24428,7 @@ Uw = async function() {
|
|
|
24403
24428
|
[...$e(this, Xo)].map((t) => t.subscribe(this))
|
|
24404
24429
|
);
|
|
24405
24430
|
};
|
|
24406
|
-
class
|
|
24431
|
+
class s5 {
|
|
24407
24432
|
constructor(t) {
|
|
24408
24433
|
this.subscriptionId = null, this.subscribed = !1, this.input = t;
|
|
24409
24434
|
}
|
|
@@ -24426,8 +24451,8 @@ class n5 {
|
|
|
24426
24451
|
}
|
|
24427
24452
|
var Fw = (e) => {
|
|
24428
24453
|
throw TypeError(e);
|
|
24429
|
-
}, xh = (e, t, r) => t.has(e) || Fw("Cannot " + r), sr = (e, t, r) => (xh(e, t, "read from private field"), r ? r.call(e) : t.get(e)), ja = (e, t, r) => t.has(e) ? Fw("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, r), ed = (e, t, r, n) => (xh(e, t, "write to private field"), t.set(e, r), r),
|
|
24430
|
-
class
|
|
24454
|
+
}, xh = (e, t, r) => t.has(e) || Fw("Cannot " + r), sr = (e, t, r) => (xh(e, t, "read from private field"), r ? r.call(e) : t.get(e)), ja = (e, t, r) => t.has(e) ? Fw("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, r), ed = (e, t, r, n) => (xh(e, t, "write to private field"), t.set(e, r), r), i5 = (e, t, r) => (xh(e, t, "access private method"), r), ao, gr, Eo, td, jw;
|
|
24455
|
+
class o5 {
|
|
24431
24456
|
constructor(t) {
|
|
24432
24457
|
ja(this, td), ja(this, ao, 0), ja(this, gr), ja(this, Eo), ed(this, gr, t);
|
|
24433
24458
|
}
|
|
@@ -24449,7 +24474,7 @@ class i5 {
|
|
|
24449
24474
|
"Content-Type": "application/json",
|
|
24450
24475
|
"Client-Sdk-Type": "typescript",
|
|
24451
24476
|
"Client-Sdk-Version": Bw,
|
|
24452
|
-
"Client-Target-Api-Version":
|
|
24477
|
+
"Client-Target-Api-Version": ZP,
|
|
24453
24478
|
"Client-Request-Method": t.method,
|
|
24454
24479
|
...(i = sr(this, gr).rpc) == null ? void 0 : i.headers
|
|
24455
24480
|
},
|
|
@@ -24461,7 +24486,7 @@ class i5 {
|
|
|
24461
24486
|
})
|
|
24462
24487
|
});
|
|
24463
24488
|
if (!r.ok)
|
|
24464
|
-
throw new
|
|
24489
|
+
throw new QP(
|
|
24465
24490
|
`Unexpected status code: ${r.status}`,
|
|
24466
24491
|
r.status,
|
|
24467
24492
|
r.statusText
|
|
@@ -24472,7 +24497,7 @@ class i5 {
|
|
|
24472
24497
|
return n.result;
|
|
24473
24498
|
}
|
|
24474
24499
|
async subscribe(t) {
|
|
24475
|
-
const r = await
|
|
24500
|
+
const r = await i5(this, td, jw).call(this).subscribe(t);
|
|
24476
24501
|
return t.signal && (t.signal.throwIfAborted(), t.signal.addEventListener("abort", () => {
|
|
24477
24502
|
r();
|
|
24478
24503
|
})), async () => !!await r();
|
|
@@ -24490,7 +24515,7 @@ jw = function() {
|
|
|
24490
24515
|
throw new Error(
|
|
24491
24516
|
"The current environment does not support WebSocket, you can provide a WebSocketConstructor in the options for SuiHTTPTransport."
|
|
24492
24517
|
);
|
|
24493
|
-
ed(this, Eo, new
|
|
24518
|
+
ed(this, Eo, new n5(
|
|
24494
24519
|
((e = sr(this, gr).websocket) == null ? void 0 : e.url) ?? sr(this, gr).url,
|
|
24495
24520
|
{
|
|
24496
24521
|
WebSocketConstructor: t,
|
|
@@ -24500,7 +24525,7 @@ jw = function() {
|
|
|
24500
24525
|
}
|
|
24501
24526
|
return sr(this, Eo);
|
|
24502
24527
|
};
|
|
24503
|
-
function
|
|
24528
|
+
function a5(e) {
|
|
24504
24529
|
switch (e) {
|
|
24505
24530
|
case "mainnet":
|
|
24506
24531
|
return "https://fullnode.mainnet.sui.io:443";
|
|
@@ -24515,7 +24540,7 @@ function o5(e) {
|
|
|
24515
24540
|
}
|
|
24516
24541
|
}
|
|
24517
24542
|
/*! scure-base - MIT License (c) 2022 Paul Miller (paulmillr.com) */
|
|
24518
|
-
function
|
|
24543
|
+
function c5(e) {
|
|
24519
24544
|
return e instanceof Uint8Array || ArrayBuffer.isView(e) && e.constructor.name === "Uint8Array";
|
|
24520
24545
|
}
|
|
24521
24546
|
function Lw(e, t) {
|
|
@@ -24538,17 +24563,17 @@ function Hw(e, t) {
|
|
|
24538
24563
|
if (!Lw(!0, t))
|
|
24539
24564
|
throw new Error(`${e}: array of strings expected`);
|
|
24540
24565
|
}
|
|
24541
|
-
function
|
|
24566
|
+
function u5(e, t) {
|
|
24542
24567
|
if (!Lw(!1, t))
|
|
24543
24568
|
throw new Error(`${e}: array of numbers expected`);
|
|
24544
24569
|
}
|
|
24545
24570
|
// @__NO_SIDE_EFFECTS__
|
|
24546
|
-
function
|
|
24571
|
+
function f5(...e) {
|
|
24547
24572
|
const t = (i) => i, r = (i, o) => (a) => i(o(a)), n = e.map((i) => i.encode).reduceRight(r, t), s = e.map((i) => i.decode).reduce(r, t);
|
|
24548
24573
|
return { encode: n, decode: s };
|
|
24549
24574
|
}
|
|
24550
24575
|
// @__NO_SIDE_EFFECTS__
|
|
24551
|
-
function
|
|
24576
|
+
function l5(e) {
|
|
24552
24577
|
const t = typeof e == "string" ? e.split("") : e, r = t.length;
|
|
24553
24578
|
Hw("alphabet", t);
|
|
24554
24579
|
const n = new Map(t.map((s, i) => [s, i]));
|
|
@@ -24568,7 +24593,7 @@ function f5(e) {
|
|
|
24568
24593
|
};
|
|
24569
24594
|
}
|
|
24570
24595
|
// @__NO_SIDE_EFFECTS__
|
|
24571
|
-
function
|
|
24596
|
+
function d5(e = "") {
|
|
24572
24597
|
return rd("join", e), {
|
|
24573
24598
|
encode: (t) => (Hw("join.decode", t), t.join(e)),
|
|
24574
24599
|
decode: (t) => (rd("join.decode", t), t.split(e))
|
|
@@ -24610,24 +24635,24 @@ function Am(e, t, r) {
|
|
|
24610
24635
|
return s.reverse();
|
|
24611
24636
|
}
|
|
24612
24637
|
// @__NO_SIDE_EFFECTS__
|
|
24613
|
-
function
|
|
24638
|
+
function h5(e) {
|
|
24614
24639
|
Dw(e);
|
|
24615
24640
|
const t = 2 ** 8;
|
|
24616
24641
|
return {
|
|
24617
24642
|
encode: (r) => {
|
|
24618
|
-
if (!
|
|
24643
|
+
if (!c5(r))
|
|
24619
24644
|
throw new Error("radix.encode input should be Uint8Array");
|
|
24620
24645
|
return Am(Array.from(r), t, e);
|
|
24621
24646
|
},
|
|
24622
|
-
decode: (r) => (
|
|
24647
|
+
decode: (r) => (u5("radix.decode", r), Uint8Array.from(Am(r, e, t)))
|
|
24623
24648
|
};
|
|
24624
24649
|
}
|
|
24625
|
-
const
|
|
24650
|
+
const p5 = /* @__NO_SIDE_EFFECTS__ */ (e) => /* @__PURE__ */ f5(/* @__PURE__ */ h5(58), /* @__PURE__ */ l5(e), /* @__PURE__ */ d5("")), zw = /* @__PURE__ */ p5("123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"), lu = (e) => zw.encode(e), Yo = (e) => zw.decode(e);
|
|
24626
24651
|
function qt(e) {
|
|
24627
24652
|
return Uint8Array.from(atob(e), (t) => t.charCodeAt(0));
|
|
24628
24653
|
}
|
|
24629
24654
|
const nl = 8192;
|
|
24630
|
-
function
|
|
24655
|
+
function yt(e) {
|
|
24631
24656
|
if (e.length < nl)
|
|
24632
24657
|
return btoa(String.fromCharCode(...e));
|
|
24633
24658
|
let t = "";
|
|
@@ -24656,7 +24681,7 @@ class qw {
|
|
|
24656
24681
|
throw new TypeError(
|
|
24657
24682
|
`DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but got: ${t}.`
|
|
24658
24683
|
);
|
|
24659
|
-
this._batchLoadFn = t, this._maxBatchSize =
|
|
24684
|
+
this._batchLoadFn = t, this._maxBatchSize = b5(r), this._batchScheduleFn = w5(r), this._cacheKeyFn = v5(r), this._cacheMap = E5(r), this._batch = null, this.name = A5(r);
|
|
24660
24685
|
}
|
|
24661
24686
|
/**
|
|
24662
24687
|
* Loads a key, returning a `Promise` for the value represented by that key.
|
|
@@ -24666,7 +24691,7 @@ class qw {
|
|
|
24666
24691
|
throw new TypeError(
|
|
24667
24692
|
`The loader.load() function must be called with a value, but got: ${String(t)}.`
|
|
24668
24693
|
);
|
|
24669
|
-
const r =
|
|
24694
|
+
const r = m5(this), n = this._cacheMap;
|
|
24670
24695
|
let s;
|
|
24671
24696
|
if (n) {
|
|
24672
24697
|
s = this._cacheKeyFn(t);
|
|
@@ -24756,7 +24781,7 @@ class qw {
|
|
|
24756
24781
|
return this;
|
|
24757
24782
|
}
|
|
24758
24783
|
}
|
|
24759
|
-
const
|
|
24784
|
+
const y5 = (
|
|
24760
24785
|
/** @ts-ignore */
|
|
24761
24786
|
typeof process == "object" && typeof process.nextTick == "function" ? function(e) {
|
|
24762
24787
|
sl || (sl = Promise.resolve()), sl.then(() => {
|
|
@@ -24772,16 +24797,16 @@ const p5 = (
|
|
|
24772
24797
|
)
|
|
24773
24798
|
);
|
|
24774
24799
|
let sl;
|
|
24775
|
-
function
|
|
24800
|
+
function m5(e) {
|
|
24776
24801
|
const t = e._batch;
|
|
24777
24802
|
if (t !== null && !t.hasDispatched && t.keys.length < e._maxBatchSize)
|
|
24778
24803
|
return t;
|
|
24779
24804
|
const r = { hasDispatched: !1, keys: [], callbacks: [] };
|
|
24780
24805
|
return e._batch = r, e._batchScheduleFn(() => {
|
|
24781
|
-
|
|
24806
|
+
g5(e, r);
|
|
24782
24807
|
}), r;
|
|
24783
24808
|
}
|
|
24784
|
-
function
|
|
24809
|
+
function g5(e, t) {
|
|
24785
24810
|
if (t.hasDispatched = !0, t.keys.length === 0) {
|
|
24786
24811
|
sd(t);
|
|
24787
24812
|
return;
|
|
@@ -24840,7 +24865,7 @@ function sd(e) {
|
|
|
24840
24865
|
for (let t = 0; t < e.cacheHits.length; t++)
|
|
24841
24866
|
e.cacheHits[t]();
|
|
24842
24867
|
}
|
|
24843
|
-
function
|
|
24868
|
+
function b5(e) {
|
|
24844
24869
|
if (!(!e || e.batch !== !1))
|
|
24845
24870
|
return 1;
|
|
24846
24871
|
const r = e && e.maxBatchSize;
|
|
@@ -24850,15 +24875,15 @@ function g5(e) {
|
|
|
24850
24875
|
throw new TypeError(`maxBatchSize must be a positive number: ${r}`);
|
|
24851
24876
|
return r;
|
|
24852
24877
|
}
|
|
24853
|
-
function
|
|
24878
|
+
function w5(e) {
|
|
24854
24879
|
const t = e && e.batchScheduleFn;
|
|
24855
24880
|
if (t === void 0)
|
|
24856
|
-
return
|
|
24881
|
+
return y5;
|
|
24857
24882
|
if (typeof t != "function")
|
|
24858
24883
|
throw new TypeError(`batchScheduleFn must be a function: ${t}`);
|
|
24859
24884
|
return t;
|
|
24860
24885
|
}
|
|
24861
|
-
function
|
|
24886
|
+
function v5(e) {
|
|
24862
24887
|
const t = e && e.cacheKeyFn;
|
|
24863
24888
|
if (t === void 0)
|
|
24864
24889
|
return (r) => r;
|
|
@@ -24866,7 +24891,7 @@ function w5(e) {
|
|
|
24866
24891
|
throw new TypeError(`cacheKeyFn must be a function: ${t}`);
|
|
24867
24892
|
return t;
|
|
24868
24893
|
}
|
|
24869
|
-
function
|
|
24894
|
+
function E5(e) {
|
|
24870
24895
|
if (!(!e || e.cache !== !1))
|
|
24871
24896
|
return null;
|
|
24872
24897
|
const r = e && e.cacheMap;
|
|
@@ -24881,7 +24906,7 @@ function v5(e) {
|
|
|
24881
24906
|
}
|
|
24882
24907
|
return r;
|
|
24883
24908
|
}
|
|
24884
|
-
function
|
|
24909
|
+
function A5(e) {
|
|
24885
24910
|
return e && e.name ? e.name : null;
|
|
24886
24911
|
}
|
|
24887
24912
|
function Gw(e) {
|
|
@@ -24896,7 +24921,7 @@ function mc(e) {
|
|
|
24896
24921
|
t[r] = e & 127, (e >>= 7) && (t[r] |= 128), r += 1;
|
|
24897
24922
|
return t;
|
|
24898
24923
|
}
|
|
24899
|
-
function
|
|
24924
|
+
function S5(e) {
|
|
24900
24925
|
let t = 0, r = 0, n = 0;
|
|
24901
24926
|
for (; ; ) {
|
|
24902
24927
|
const s = e[n];
|
|
@@ -24909,7 +24934,7 @@ function A5(e) {
|
|
|
24909
24934
|
length: n
|
|
24910
24935
|
};
|
|
24911
24936
|
}
|
|
24912
|
-
class
|
|
24937
|
+
class x5 {
|
|
24913
24938
|
/**
|
|
24914
24939
|
* @param {Uint8Array} data Data to use as a buffer.
|
|
24915
24940
|
*/
|
|
@@ -24986,7 +25011,7 @@ class S5 {
|
|
|
24986
25011
|
* @returns {Number} The ULEB value.
|
|
24987
25012
|
*/
|
|
24988
25013
|
readULEB() {
|
|
24989
|
-
const t = this.bytePosition + this.dataView.byteOffset, r = new Uint8Array(this.dataView.buffer, t), { value: n, length: s } =
|
|
25014
|
+
const t = this.bytePosition + this.dataView.byteOffset, r = new Uint8Array(this.dataView.buffer, t), { value: n, length: s } = S5(r);
|
|
24990
25015
|
return this.shift(s), n;
|
|
24991
25016
|
}
|
|
24992
25017
|
/**
|
|
@@ -25002,12 +25027,12 @@ class S5 {
|
|
|
25002
25027
|
return n;
|
|
25003
25028
|
}
|
|
25004
25029
|
}
|
|
25005
|
-
function
|
|
25030
|
+
function _5(e, t) {
|
|
25006
25031
|
switch (t) {
|
|
25007
25032
|
case "base58":
|
|
25008
25033
|
return lu(e);
|
|
25009
25034
|
case "base64":
|
|
25010
|
-
return
|
|
25035
|
+
return yt(e);
|
|
25011
25036
|
case "hex":
|
|
25012
25037
|
return Bi(e);
|
|
25013
25038
|
default:
|
|
@@ -25027,7 +25052,7 @@ function Ww(e, t = ["<", ">"]) {
|
|
|
25027
25052
|
}
|
|
25028
25053
|
return s.push(i.trim()), s;
|
|
25029
25054
|
}
|
|
25030
|
-
class
|
|
25055
|
+
class T5 {
|
|
25031
25056
|
constructor({
|
|
25032
25057
|
initialSize: t = 1024,
|
|
25033
25058
|
maxSize: r = 1 / 0,
|
|
@@ -25148,7 +25173,7 @@ class _5 {
|
|
|
25148
25173
|
* @param encoding Encoding to use: 'base64' or 'hex'
|
|
25149
25174
|
*/
|
|
25150
25175
|
toString(t) {
|
|
25151
|
-
return
|
|
25176
|
+
return _5(this.toBytes(), t);
|
|
25152
25177
|
}
|
|
25153
25178
|
}
|
|
25154
25179
|
function ol(e, t) {
|
|
@@ -25161,10 +25186,10 @@ function ol(e, t) {
|
|
|
25161
25186
|
var Kw = (e) => {
|
|
25162
25187
|
throw TypeError(e);
|
|
25163
25188
|
}, Xw = (e, t, r) => t.has(e) || Kw("Cannot " + r), br = (e, t, r) => (Xw(e, t, "read from private field"), r ? r.call(e) : t.get(e)), gc = (e, t, r) => t.has(e) ? Kw("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, r), bc = (e, t, r, n) => (Xw(e, t, "write to private field"), t.set(e, r), r), fi, co, Qa, qn;
|
|
25164
|
-
const
|
|
25189
|
+
const k5 = class Yw {
|
|
25165
25190
|
constructor(t) {
|
|
25166
25191
|
gc(this, fi), gc(this, co), this.name = t.name, this.read = t.read, this.serializedSize = t.serializedSize ?? (() => null), bc(this, fi, t.write), bc(this, co, t.serialize ?? ((r, n) => {
|
|
25167
|
-
const s = new
|
|
25192
|
+
const s = new T5({
|
|
25168
25193
|
initialSize: this.serializedSize(r) ?? void 0,
|
|
25169
25194
|
...n
|
|
25170
25195
|
});
|
|
@@ -25176,10 +25201,10 @@ const T5 = class Yw {
|
|
|
25176
25201
|
this.validate(t), br(this, fi).call(this, t, r);
|
|
25177
25202
|
}
|
|
25178
25203
|
serialize(t, r) {
|
|
25179
|
-
return this.validate(t), new
|
|
25204
|
+
return this.validate(t), new I5(this, br(this, co).call(this, t, r));
|
|
25180
25205
|
}
|
|
25181
25206
|
parse(t) {
|
|
25182
|
-
const r = new
|
|
25207
|
+
const r = new x5(t);
|
|
25183
25208
|
return this.read(r);
|
|
25184
25209
|
}
|
|
25185
25210
|
fromHex(t) {
|
|
@@ -25211,12 +25236,12 @@ const T5 = class Yw {
|
|
|
25211
25236
|
};
|
|
25212
25237
|
fi = /* @__PURE__ */ new WeakMap();
|
|
25213
25238
|
co = /* @__PURE__ */ new WeakMap();
|
|
25214
|
-
let tn =
|
|
25239
|
+
let tn = k5;
|
|
25215
25240
|
const Zw = Symbol.for("@mysten/serialized-bcs");
|
|
25216
25241
|
function _h(e) {
|
|
25217
25242
|
return !!e && typeof e == "object" && e[Zw] === !0;
|
|
25218
25243
|
}
|
|
25219
|
-
class
|
|
25244
|
+
class I5 {
|
|
25220
25245
|
constructor(t, r) {
|
|
25221
25246
|
gc(this, Qa), gc(this, qn), bc(this, Qa, t), bc(this, qn, r);
|
|
25222
25247
|
}
|
|
@@ -25232,7 +25257,7 @@ class k5 {
|
|
|
25232
25257
|
return Bi(br(this, qn));
|
|
25233
25258
|
}
|
|
25234
25259
|
toBase64() {
|
|
25235
|
-
return
|
|
25260
|
+
return yt(br(this, qn));
|
|
25236
25261
|
}
|
|
25237
25262
|
toBase58() {
|
|
25238
25263
|
return lu(br(this, qn));
|
|
@@ -25291,7 +25316,7 @@ function cl({
|
|
|
25291
25316
|
}
|
|
25292
25317
|
});
|
|
25293
25318
|
}
|
|
25294
|
-
function
|
|
25319
|
+
function P5({
|
|
25295
25320
|
serialize: e,
|
|
25296
25321
|
...t
|
|
25297
25322
|
}) {
|
|
@@ -25305,7 +25330,7 @@ function I5({
|
|
|
25305
25330
|
});
|
|
25306
25331
|
return r;
|
|
25307
25332
|
}
|
|
25308
|
-
function
|
|
25333
|
+
function O5({
|
|
25309
25334
|
toBytes: e,
|
|
25310
25335
|
fromBytes: t,
|
|
25311
25336
|
...r
|
|
@@ -25334,7 +25359,7 @@ function P5({
|
|
|
25334
25359
|
}
|
|
25335
25360
|
});
|
|
25336
25361
|
}
|
|
25337
|
-
function
|
|
25362
|
+
function B5(e) {
|
|
25338
25363
|
let t = null;
|
|
25339
25364
|
function r() {
|
|
25340
25365
|
return t || (t = e()), t;
|
|
@@ -25347,7 +25372,7 @@ function O5(e) {
|
|
|
25347
25372
|
serialize: (n, s) => r().serialize(n, s).toBytes()
|
|
25348
25373
|
});
|
|
25349
25374
|
}
|
|
25350
|
-
class
|
|
25375
|
+
class C5 extends tn {
|
|
25351
25376
|
constructor({ name: t, fields: r, ...n }) {
|
|
25352
25377
|
const s = Object.entries(r);
|
|
25353
25378
|
super({
|
|
@@ -25381,7 +25406,7 @@ class B5 extends tn {
|
|
|
25381
25406
|
});
|
|
25382
25407
|
}
|
|
25383
25408
|
}
|
|
25384
|
-
class
|
|
25409
|
+
class R5 extends tn {
|
|
25385
25410
|
constructor({ fields: t, ...r }) {
|
|
25386
25411
|
const n = Object.entries(t);
|
|
25387
25412
|
super({
|
|
@@ -25426,7 +25451,7 @@ class C5 extends tn {
|
|
|
25426
25451
|
});
|
|
25427
25452
|
}
|
|
25428
25453
|
}
|
|
25429
|
-
class
|
|
25454
|
+
class $5 extends tn {
|
|
25430
25455
|
constructor({ fields: t, name: r, ...n }) {
|
|
25431
25456
|
super({
|
|
25432
25457
|
name: r ?? `(${t.map((s) => s.name).join(", ")})`,
|
|
@@ -25461,7 +25486,7 @@ class R5 extends tn {
|
|
|
25461
25486
|
});
|
|
25462
25487
|
}
|
|
25463
25488
|
}
|
|
25464
|
-
function
|
|
25489
|
+
function N5(e, t, r) {
|
|
25465
25490
|
return new tn({
|
|
25466
25491
|
read: (n) => {
|
|
25467
25492
|
const s = new Array(e);
|
|
@@ -25484,7 +25509,7 @@ function $5(e, t, r) {
|
|
|
25484
25509
|
}
|
|
25485
25510
|
});
|
|
25486
25511
|
}
|
|
25487
|
-
function
|
|
25512
|
+
function M5(e) {
|
|
25488
25513
|
return x.enum(`Option<${e.name}>`, {
|
|
25489
25514
|
None: null,
|
|
25490
25515
|
Some: e
|
|
@@ -25493,7 +25518,7 @@ function N5(e) {
|
|
|
25493
25518
|
output: (t) => t.$kind === "Some" ? t.Some : null
|
|
25494
25519
|
});
|
|
25495
25520
|
}
|
|
25496
|
-
function
|
|
25521
|
+
function U5(e, t) {
|
|
25497
25522
|
return new tn({
|
|
25498
25523
|
read: (r) => {
|
|
25499
25524
|
const n = r.readULEB(), s = new Array(n);
|
|
@@ -25515,7 +25540,7 @@ function M5(e, t) {
|
|
|
25515
25540
|
}
|
|
25516
25541
|
});
|
|
25517
25542
|
}
|
|
25518
|
-
function
|
|
25543
|
+
function F5(e, t) {
|
|
25519
25544
|
return x.vector(x.tuple([e, t])).transform({
|
|
25520
25545
|
name: `Map<${e.name}, ${t.name}>`,
|
|
25521
25546
|
input: (r) => [...r.entries()],
|
|
@@ -25643,7 +25668,7 @@ const x = {
|
|
|
25643
25668
|
*
|
|
25644
25669
|
*/
|
|
25645
25670
|
uleb128(e) {
|
|
25646
|
-
return
|
|
25671
|
+
return P5({
|
|
25647
25672
|
read: (t) => t.readULEB(),
|
|
25648
25673
|
serialize: (t) => Uint8Array.from(mc(t)),
|
|
25649
25674
|
...e,
|
|
@@ -25713,7 +25738,7 @@ const x = {
|
|
|
25713
25738
|
* bcs.string().serialize('a').toBytes() // Uint8Array [ 1, 97 ]
|
|
25714
25739
|
*/
|
|
25715
25740
|
string(e) {
|
|
25716
|
-
return
|
|
25741
|
+
return O5({
|
|
25717
25742
|
toBytes: (t) => new TextEncoder().encode(t),
|
|
25718
25743
|
fromBytes: (t) => new TextDecoder().decode(t),
|
|
25719
25744
|
...e,
|
|
@@ -25727,7 +25752,7 @@ const x = {
|
|
|
25727
25752
|
* @example
|
|
25728
25753
|
* bcs.fixedArray(3, bcs.u8()).serialize([1, 2, 3]).toBytes() // Uint8Array [ 1, 2, 3 ]
|
|
25729
25754
|
*/
|
|
25730
|
-
fixedArray:
|
|
25755
|
+
fixedArray: N5,
|
|
25731
25756
|
/**
|
|
25732
25757
|
* Creates a BcsType representing an optional value
|
|
25733
25758
|
* @param type The BcsType of the optional value
|
|
@@ -25735,7 +25760,7 @@ const x = {
|
|
|
25735
25760
|
* bcs.option(bcs.u8()).serialize(null).toBytes() // Uint8Array [ 0 ]
|
|
25736
25761
|
* bcs.option(bcs.u8()).serialize(1).toBytes() // Uint8Array [ 1, 1 ]
|
|
25737
25762
|
*/
|
|
25738
|
-
option:
|
|
25763
|
+
option: M5,
|
|
25739
25764
|
/**
|
|
25740
25765
|
* Creates a BcsType representing a variable length vector of a given type
|
|
25741
25766
|
* @param type The BcsType of each element in the vector
|
|
@@ -25743,7 +25768,7 @@ const x = {
|
|
|
25743
25768
|
* @example
|
|
25744
25769
|
* bcs.vector(bcs.u8()).toBytes([1, 2, 3]) // Uint8Array [ 3, 1, 2, 3 ]
|
|
25745
25770
|
*/
|
|
25746
|
-
vector:
|
|
25771
|
+
vector: U5,
|
|
25747
25772
|
/**
|
|
25748
25773
|
* Creates a BcsType representing a tuple of a given set of types
|
|
25749
25774
|
* @param types The BcsTypes for each element in the tuple
|
|
@@ -25753,7 +25778,7 @@ const x = {
|
|
|
25753
25778
|
* tuple.serialize([1, 'a', true]).toBytes() // Uint8Array [ 1, 1, 97, 1 ]
|
|
25754
25779
|
*/
|
|
25755
25780
|
tuple(e, t) {
|
|
25756
|
-
return new
|
|
25781
|
+
return new $5({
|
|
25757
25782
|
fields: e,
|
|
25758
25783
|
...t
|
|
25759
25784
|
});
|
|
@@ -25771,7 +25796,7 @@ const x = {
|
|
|
25771
25796
|
* struct.serialize({ a: 1, b: 'a' }).toBytes() // Uint8Array [ 1, 1, 97 ]
|
|
25772
25797
|
*/
|
|
25773
25798
|
struct(e, t, r) {
|
|
25774
|
-
return new
|
|
25799
|
+
return new C5({
|
|
25775
25800
|
name: e,
|
|
25776
25801
|
fields: t,
|
|
25777
25802
|
...r
|
|
@@ -25794,7 +25819,7 @@ const x = {
|
|
|
25794
25819
|
* enum.serialize({ C: true }).toBytes() // Uint8Array [ 2 ]
|
|
25795
25820
|
*/
|
|
25796
25821
|
enum(e, t, r) {
|
|
25797
|
-
return new
|
|
25822
|
+
return new R5({
|
|
25798
25823
|
name: e,
|
|
25799
25824
|
fields: t,
|
|
25800
25825
|
...r
|
|
@@ -25808,62 +25833,62 @@ const x = {
|
|
|
25808
25833
|
* const map = bcs.map(bcs.u8(), bcs.string())
|
|
25809
25834
|
* map.serialize(new Map([[2, 'a']])).toBytes() // Uint8Array [ 1, 2, 1, 97 ]
|
|
25810
25835
|
*/
|
|
25811
|
-
map:
|
|
25836
|
+
map: F5,
|
|
25812
25837
|
/**
|
|
25813
25838
|
* Creates a BcsType that wraps another BcsType which is lazily evaluated. This is useful for creating recursive types.
|
|
25814
25839
|
* @param cb A callback that returns the BcsType
|
|
25815
25840
|
*/
|
|
25816
25841
|
lazy(e) {
|
|
25817
|
-
return
|
|
25842
|
+
return B5(e);
|
|
25818
25843
|
}
|
|
25819
25844
|
};
|
|
25820
25845
|
var Jw = (e) => {
|
|
25821
25846
|
throw TypeError(e);
|
|
25822
|
-
}, Qw = (e, t, r) => t.has(e) || Jw("Cannot " + r),
|
|
25823
|
-
const
|
|
25847
|
+
}, Qw = (e, t, r) => t.has(e) || Jw("Cannot " + r), ht = (e, t, r) => (Qw(e, t, "read from private field"), t.get(e)), Sm = (e, t, r) => t.has(e) ? Jw("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, r), xm = (e, t, r, n) => (Qw(e, t, "write to private field"), t.set(e, r), r), ps, _t;
|
|
25848
|
+
const j5 = class e1 {
|
|
25824
25849
|
constructor({ prefix: t, cache: r } = {}) {
|
|
25825
25850
|
Sm(this, ps), Sm(this, _t), xm(this, ps, t ?? []), xm(this, _t, r ?? /* @__PURE__ */ new Map());
|
|
25826
25851
|
}
|
|
25827
25852
|
read(t, r) {
|
|
25828
|
-
const n = [
|
|
25829
|
-
if (
|
|
25830
|
-
return
|
|
25853
|
+
const n = [ht(this, ps), ...t].join(":");
|
|
25854
|
+
if (ht(this, _t).has(n))
|
|
25855
|
+
return ht(this, _t).get(n);
|
|
25831
25856
|
const s = r();
|
|
25832
|
-
return
|
|
25833
|
-
throw
|
|
25857
|
+
return ht(this, _t).set(n, s), typeof s == "object" && s !== null && "then" in s ? Promise.resolve(s).then((i) => (ht(this, _t).set(n, i), i)).catch((i) => {
|
|
25858
|
+
throw ht(this, _t).delete(n), i;
|
|
25834
25859
|
}) : s;
|
|
25835
25860
|
}
|
|
25836
25861
|
readSync(t, r) {
|
|
25837
|
-
const n = [
|
|
25838
|
-
if (
|
|
25839
|
-
return
|
|
25862
|
+
const n = [ht(this, ps), ...t].join(":");
|
|
25863
|
+
if (ht(this, _t).has(n))
|
|
25864
|
+
return ht(this, _t).get(n);
|
|
25840
25865
|
const s = r();
|
|
25841
|
-
return
|
|
25866
|
+
return ht(this, _t).set(n, s), s;
|
|
25842
25867
|
}
|
|
25843
25868
|
clear(t) {
|
|
25844
|
-
const r = [...
|
|
25869
|
+
const r = [...ht(this, ps), ...t ?? []].join(":");
|
|
25845
25870
|
if (!r) {
|
|
25846
|
-
|
|
25871
|
+
ht(this, _t).clear();
|
|
25847
25872
|
return;
|
|
25848
25873
|
}
|
|
25849
|
-
for (const n of
|
|
25850
|
-
n.startsWith(r) &&
|
|
25874
|
+
for (const n of ht(this, _t).keys())
|
|
25875
|
+
n.startsWith(r) && ht(this, _t).delete(n);
|
|
25851
25876
|
}
|
|
25852
25877
|
scope(t) {
|
|
25853
25878
|
return new e1({
|
|
25854
|
-
prefix: [...
|
|
25855
|
-
cache:
|
|
25879
|
+
prefix: [...ht(this, ps), ...Array.isArray(t) ? t : [t]],
|
|
25880
|
+
cache: ht(this, _t)
|
|
25856
25881
|
});
|
|
25857
25882
|
}
|
|
25858
25883
|
};
|
|
25859
25884
|
ps = /* @__PURE__ */ new WeakMap();
|
|
25860
25885
|
_t = /* @__PURE__ */ new WeakMap();
|
|
25861
|
-
let
|
|
25886
|
+
let L5 = j5;
|
|
25862
25887
|
class t1 {
|
|
25863
25888
|
constructor({
|
|
25864
25889
|
network: t,
|
|
25865
25890
|
base: r,
|
|
25866
|
-
cache: n = (r == null ? void 0 : r.cache) ?? new
|
|
25891
|
+
cache: n = (r == null ? void 0 : r.cache) ?? new L5()
|
|
25867
25892
|
}) {
|
|
25868
25893
|
this.network = t, this.base = r ?? this, this.cache = n;
|
|
25869
25894
|
}
|
|
@@ -25882,11 +25907,11 @@ class t1 {
|
|
|
25882
25907
|
);
|
|
25883
25908
|
}
|
|
25884
25909
|
}
|
|
25885
|
-
const r1 = /^(?!.*(^(?!@)|[-.@])($|[-.@]))(?:[a-z0-9-]{0,63}(?:\.[a-z0-9-]{0,63})*)?@[a-z0-9-]{0,63}$/i, n1 = /^(?!.*(^|[-.])($|[-.]))(?:[a-z0-9-]{0,63}\.)+sui$/i,
|
|
25886
|
-
function
|
|
25887
|
-
return e.length >
|
|
25910
|
+
const r1 = /^(?!.*(^(?!@)|[-.@])($|[-.@]))(?:[a-z0-9-]{0,63}(?:\.[a-z0-9-]{0,63})*)?@[a-z0-9-]{0,63}$/i, n1 = /^(?!.*(^|[-.])($|[-.]))(?:[a-z0-9-]{0,63}\.)+sui$/i, D5 = 235;
|
|
25911
|
+
function H5(e) {
|
|
25912
|
+
return e.length > D5 ? !1 : e.includes("@") ? r1.test(e) : n1.test(e);
|
|
25888
25913
|
}
|
|
25889
|
-
function
|
|
25914
|
+
function z5(e, t = "at") {
|
|
25890
25915
|
const r = e.toLowerCase();
|
|
25891
25916
|
let n;
|
|
25892
25917
|
if (r.includes("@")) {
|
|
@@ -25901,37 +25926,37 @@ function H5(e, t = "at") {
|
|
|
25901
25926
|
}
|
|
25902
25927
|
return t === "dot" ? `${n.join(".")}.sui` : `${n.slice(0, -1).join(".")}@${n[n.length - 1]}`;
|
|
25903
25928
|
}
|
|
25904
|
-
const
|
|
25929
|
+
const V5 = /^([a-z0-9]+(?:-[a-z0-9]+)*)$/, q5 = /^\d+$/, G5 = 64, s1 = "/", zt = (e) => {
|
|
25905
25930
|
const t = e.split(s1);
|
|
25906
25931
|
if (t.length < 2 || t.length > 3) return !1;
|
|
25907
25932
|
const [r, n, s] = t;
|
|
25908
|
-
return s !== void 0 && !
|
|
25909
|
-
},
|
|
25933
|
+
return s !== void 0 && !q5.test(s) || !H5(r) ? !1 : V5.test(n) && n.length < G5;
|
|
25934
|
+
}, W5 = (e) => {
|
|
25910
25935
|
const t = e.split(/::|<|>|,/);
|
|
25911
25936
|
for (const r of t)
|
|
25912
25937
|
if (r.includes(s1) && !zt(r)) return !1;
|
|
25913
25938
|
return !0;
|
|
25914
|
-
},
|
|
25939
|
+
}, K5 = 32;
|
|
25915
25940
|
function _m(e) {
|
|
25916
25941
|
try {
|
|
25917
|
-
return Yo(e).length ===
|
|
25942
|
+
return Yo(e).length === K5;
|
|
25918
25943
|
} catch {
|
|
25919
25944
|
return !1;
|
|
25920
25945
|
}
|
|
25921
25946
|
}
|
|
25922
25947
|
const hu = 32;
|
|
25923
25948
|
function wr(e) {
|
|
25924
|
-
return
|
|
25949
|
+
return Y5(e) && Z5(e) === hu;
|
|
25925
25950
|
}
|
|
25926
25951
|
function La(e) {
|
|
25927
25952
|
return wr(e);
|
|
25928
25953
|
}
|
|
25929
|
-
function
|
|
25954
|
+
function X5(e) {
|
|
25930
25955
|
return e.includes("::") ? Hs(e) : e;
|
|
25931
25956
|
}
|
|
25932
25957
|
function Hs(e) {
|
|
25933
25958
|
const [t, r] = e.split("::"), n = zt(t), s = e.slice(t.length + r.length + 4), i = s.includes("<") ? s.slice(0, s.indexOf("<")) : s, o = s.includes("<") ? Ww(s.slice(s.indexOf("<") + 1, s.lastIndexOf(">"))).map(
|
|
25934
|
-
(a) =>
|
|
25959
|
+
(a) => X5(a.trim())
|
|
25935
25960
|
) : [];
|
|
25936
25961
|
return {
|
|
25937
25962
|
address: n ? t : Ee(t),
|
|
@@ -25953,13 +25978,13 @@ function Ee(e, t = !1) {
|
|
|
25953
25978
|
function vn(e, t = !1) {
|
|
25954
25979
|
return Ee(e, t);
|
|
25955
25980
|
}
|
|
25956
|
-
function
|
|
25981
|
+
function Y5(e) {
|
|
25957
25982
|
return /^(0x|0X)?[a-fA-F0-9]+$/.test(e) && e.length % 2 === 0;
|
|
25958
25983
|
}
|
|
25959
|
-
function
|
|
25984
|
+
function Z5(e) {
|
|
25960
25985
|
return /^(0x|0X)/.test(e) ? (e.length - 2) / 2 : e.length / 2;
|
|
25961
25986
|
}
|
|
25962
|
-
const
|
|
25987
|
+
const J5 = /^vector<(.+)>$/, Q5 = /^([^:]+)::([^:]+)::([^<]+)(<(.+)>)?/;
|
|
25963
25988
|
class Er {
|
|
25964
25989
|
static parseFromStr(t, r = !1) {
|
|
25965
25990
|
if (t === "address")
|
|
@@ -25980,12 +26005,12 @@ class Er {
|
|
|
25980
26005
|
return { u256: null };
|
|
25981
26006
|
if (t === "signer")
|
|
25982
26007
|
return { signer: null };
|
|
25983
|
-
const n = t.match(
|
|
26008
|
+
const n = t.match(J5);
|
|
25984
26009
|
if (n)
|
|
25985
26010
|
return {
|
|
25986
26011
|
vector: Er.parseFromStr(n[1], r)
|
|
25987
26012
|
};
|
|
25988
|
-
const s = t.match(
|
|
26013
|
+
const s = t.match(Q5);
|
|
25989
26014
|
if (s)
|
|
25990
26015
|
return {
|
|
25991
26016
|
struct: {
|
|
@@ -26030,7 +26055,7 @@ class Er {
|
|
|
26030
26055
|
throw new Error("Invalid TypeTag");
|
|
26031
26056
|
}
|
|
26032
26057
|
}
|
|
26033
|
-
function
|
|
26058
|
+
function e3(e) {
|
|
26034
26059
|
return x.u64({
|
|
26035
26060
|
name: "unsafe_u64",
|
|
26036
26061
|
...e
|
|
@@ -26039,7 +26064,7 @@ function Q5(e) {
|
|
|
26039
26064
|
output: (t) => Number(t)
|
|
26040
26065
|
});
|
|
26041
26066
|
}
|
|
26042
|
-
function
|
|
26067
|
+
function t3(e) {
|
|
26043
26068
|
return x.enum("Option", {
|
|
26044
26069
|
None: null,
|
|
26045
26070
|
Some: e
|
|
@@ -26088,7 +26113,7 @@ const Ce = x.bytes(hu).transform({
|
|
|
26088
26113
|
Pure: x.struct("Pure", {
|
|
26089
26114
|
bytes: x.vector(x.u8()).transform({
|
|
26090
26115
|
input: (e) => typeof e == "string" ? qt(e) : e,
|
|
26091
|
-
output: (e) =>
|
|
26116
|
+
output: (e) => yt(new Uint8Array(e))
|
|
26092
26117
|
})
|
|
26093
26118
|
}),
|
|
26094
26119
|
Object: o1
|
|
@@ -26153,7 +26178,7 @@ const Ce = x.bytes(hu).transform({
|
|
|
26153
26178
|
modules: x.vector(
|
|
26154
26179
|
x.vector(x.u8()).transform({
|
|
26155
26180
|
input: (e) => typeof e == "string" ? qt(e) : e,
|
|
26156
|
-
output: (e) =>
|
|
26181
|
+
output: (e) => yt(new Uint8Array(e))
|
|
26157
26182
|
})
|
|
26158
26183
|
),
|
|
26159
26184
|
dependencies: x.vector(Ce)
|
|
@@ -26164,7 +26189,7 @@ const Ce = x.bytes(hu).transform({
|
|
|
26164
26189
|
// * so this call serves a utility function.
|
|
26165
26190
|
// */
|
|
26166
26191
|
MakeMoveVec: x.struct("MakeMoveVec", {
|
|
26167
|
-
type:
|
|
26192
|
+
type: t3(kh).transform({
|
|
26168
26193
|
input: (e) => e === null ? {
|
|
26169
26194
|
None: !0
|
|
26170
26195
|
} : {
|
|
@@ -26178,7 +26203,7 @@ const Ce = x.bytes(hu).transform({
|
|
|
26178
26203
|
modules: x.vector(
|
|
26179
26204
|
x.vector(x.u8()).transform({
|
|
26180
26205
|
input: (e) => typeof e == "string" ? qt(e) : e,
|
|
26181
|
-
output: (e) =>
|
|
26206
|
+
output: (e) => yt(new Uint8Array(e))
|
|
26182
26207
|
})
|
|
26183
26208
|
),
|
|
26184
26209
|
dependencies: x.vector(Ce),
|
|
@@ -26195,7 +26220,7 @@ const Ce = x.bytes(hu).transform({
|
|
|
26195
26220
|
ConsensusCommitPrologue: null
|
|
26196
26221
|
}), d1 = x.enum("TransactionExpiration", {
|
|
26197
26222
|
None: null,
|
|
26198
|
-
Epoch:
|
|
26223
|
+
Epoch: e3()
|
|
26199
26224
|
}), h1 = x.struct("StructTag", {
|
|
26200
26225
|
address: Ce,
|
|
26201
26226
|
module: x.string(),
|
|
@@ -26251,23 +26276,23 @@ const A1 = x.enum("CompressedSignature", {
|
|
|
26251
26276
|
}), _1 = x.struct("MultiSigPublicKey", {
|
|
26252
26277
|
pk_map: x.vector(x1),
|
|
26253
26278
|
threshold: x.u16()
|
|
26254
|
-
}),
|
|
26279
|
+
}), r3 = x.struct("MultiSig", {
|
|
26255
26280
|
sigs: x.vector(A1),
|
|
26256
26281
|
bitmap: x.u16(),
|
|
26257
26282
|
multisig_pk: _1
|
|
26258
|
-
}),
|
|
26283
|
+
}), n3 = x.vector(x.u8()).transform({
|
|
26259
26284
|
input: (e) => typeof e == "string" ? qt(e) : e,
|
|
26260
|
-
output: (e) =>
|
|
26285
|
+
output: (e) => yt(new Uint8Array(e))
|
|
26261
26286
|
}), T1 = x.struct("SenderSignedTransaction", {
|
|
26262
26287
|
intentMessage: E1(m1),
|
|
26263
|
-
txSignatures: x.vector(
|
|
26264
|
-
}),
|
|
26288
|
+
txSignatures: x.vector(n3)
|
|
26289
|
+
}), s3 = x.vector(T1, {
|
|
26265
26290
|
name: "SenderSignedData"
|
|
26266
|
-
}),
|
|
26291
|
+
}), i3 = x.struct("PasskeyAuthenticator", {
|
|
26267
26292
|
authenticatorData: x.vector(x.u8()),
|
|
26268
26293
|
clientDataJson: x.string(),
|
|
26269
26294
|
userSignature: x.vector(x.u8())
|
|
26270
|
-
}),
|
|
26295
|
+
}), o3 = x.enum("PackageUpgradeError", {
|
|
26271
26296
|
UnableToFetchPackage: x.struct("UnableToFetchPackage", { packageId: Ce }),
|
|
26272
26297
|
NotAPackage: x.struct("NotAPackage", { objectId: Ce }),
|
|
26273
26298
|
IncompatibleUpgrade: null,
|
|
@@ -26277,15 +26302,15 @@ const A1 = x.enum("CompressedSignature", {
|
|
|
26277
26302
|
packageId: Ce,
|
|
26278
26303
|
ticketId: Ce
|
|
26279
26304
|
})
|
|
26280
|
-
}),
|
|
26305
|
+
}), a3 = x.struct("ModuleId", {
|
|
26281
26306
|
address: Ce,
|
|
26282
26307
|
name: x.string()
|
|
26283
26308
|
}), Tm = x.struct("MoveLocation", {
|
|
26284
|
-
module:
|
|
26309
|
+
module: a3,
|
|
26285
26310
|
function: x.u16(),
|
|
26286
26311
|
instruction: x.u16(),
|
|
26287
26312
|
functionName: x.option(x.string())
|
|
26288
|
-
}),
|
|
26313
|
+
}), c3 = x.enum("CommandArgumentError", {
|
|
26289
26314
|
TypeMismatch: null,
|
|
26290
26315
|
InvalidBCSBytes: null,
|
|
26291
26316
|
InvalidUsageOfPureArg: null,
|
|
@@ -26301,10 +26326,10 @@ const A1 = x.enum("CompressedSignature", {
|
|
|
26301
26326
|
InvalidObjectByValue: null,
|
|
26302
26327
|
InvalidObjectByMutRef: null,
|
|
26303
26328
|
SharedObjectOperationNotAllowed: null
|
|
26304
|
-
}),
|
|
26329
|
+
}), u3 = x.enum("TypeArgumentError", {
|
|
26305
26330
|
TypeNotFound: null,
|
|
26306
26331
|
ConstraintNotSatisfied: null
|
|
26307
|
-
}),
|
|
26332
|
+
}), f3 = x.enum("ExecutionFailureStatus", {
|
|
26308
26333
|
InsufficientGas: null,
|
|
26309
26334
|
InvalidGasObject: null,
|
|
26310
26335
|
InvariantViolation: null,
|
|
@@ -26332,11 +26357,11 @@ const A1 = x.enum("CompressedSignature", {
|
|
|
26332
26357
|
NonEntryFunctionInvoked: null,
|
|
26333
26358
|
CommandArgumentError: x.struct("CommandArgumentError", {
|
|
26334
26359
|
argIdx: x.u16(),
|
|
26335
|
-
kind:
|
|
26360
|
+
kind: c3
|
|
26336
26361
|
}),
|
|
26337
26362
|
TypeArgumentError: x.struct("TypeArgumentError", {
|
|
26338
26363
|
argumentIdx: x.u16(),
|
|
26339
|
-
kind:
|
|
26364
|
+
kind: u3
|
|
26340
26365
|
}),
|
|
26341
26366
|
UnusedValueWithoutDrop: x.struct("UnusedValueWithoutDrop", {
|
|
26342
26367
|
resultIdx: x.u16(),
|
|
@@ -26349,7 +26374,7 @@ const A1 = x.enum("CompressedSignature", {
|
|
|
26349
26374
|
EffectsTooLarge: x.struct("EffectsTooLarge", { currentSize: x.u64(), maxSize: x.u64() }),
|
|
26350
26375
|
PublishUpgradeMissingDependency: null,
|
|
26351
26376
|
PublishUpgradeDependencyDowngrade: null,
|
|
26352
|
-
PackageUpgradeError: x.struct("PackageUpgradeError", { upgradeError:
|
|
26377
|
+
PackageUpgradeError: x.struct("PackageUpgradeError", { upgradeError: o3 }),
|
|
26353
26378
|
WrittenObjectsTooLarge: x.struct("WrittenObjectsTooLarge", {
|
|
26354
26379
|
currentSize: x.u64(),
|
|
26355
26380
|
maxSize: x.u64()
|
|
@@ -26373,7 +26398,7 @@ const A1 = x.enum("CompressedSignature", {
|
|
|
26373
26398
|
}), k1 = x.enum("ExecutionStatus", {
|
|
26374
26399
|
Success: null,
|
|
26375
26400
|
Failed: x.struct("ExecutionFailed", {
|
|
26376
|
-
error:
|
|
26401
|
+
error: f3,
|
|
26377
26402
|
command: x.option(x.u64())
|
|
26378
26403
|
})
|
|
26379
26404
|
}), I1 = x.struct("GasCostSummary", {
|
|
@@ -26381,7 +26406,7 @@ const A1 = x.enum("CompressedSignature", {
|
|
|
26381
26406
|
storageCost: x.u64(),
|
|
26382
26407
|
storageRebate: x.u64(),
|
|
26383
26408
|
nonRefundableStorageFee: x.u64()
|
|
26384
|
-
}),
|
|
26409
|
+
}), l3 = x.struct("TransactionEffectsV1", {
|
|
26385
26410
|
status: k1,
|
|
26386
26411
|
executedEpoch: x.u64(),
|
|
26387
26412
|
gasUsed: I1,
|
|
@@ -26397,29 +26422,29 @@ const A1 = x.enum("CompressedSignature", {
|
|
|
26397
26422
|
gasObject: x.tuple([rr, Es]),
|
|
26398
26423
|
eventsDigest: x.option(xr),
|
|
26399
26424
|
dependencies: x.vector(xr)
|
|
26400
|
-
}), Ih = x.tuple([x.u64(), xr]),
|
|
26425
|
+
}), Ih = x.tuple([x.u64(), xr]), d3 = x.enum("ObjectIn", {
|
|
26401
26426
|
NotExist: null,
|
|
26402
26427
|
Exist: x.tuple([Ih, Es])
|
|
26403
|
-
}),
|
|
26428
|
+
}), h3 = x.enum("ObjectOut", {
|
|
26404
26429
|
NotExist: null,
|
|
26405
26430
|
ObjectWrite: x.tuple([xr, Es]),
|
|
26406
26431
|
PackageWrite: Ih
|
|
26407
|
-
}),
|
|
26432
|
+
}), p3 = x.enum("IDOperation", {
|
|
26408
26433
|
None: null,
|
|
26409
26434
|
Created: null,
|
|
26410
26435
|
Deleted: null
|
|
26411
|
-
}),
|
|
26412
|
-
inputState:
|
|
26413
|
-
outputState:
|
|
26414
|
-
idOperation:
|
|
26415
|
-
}),
|
|
26436
|
+
}), y3 = x.struct("EffectsObjectChange", {
|
|
26437
|
+
inputState: d3,
|
|
26438
|
+
outputState: h3,
|
|
26439
|
+
idOperation: p3
|
|
26440
|
+
}), m3 = x.enum("UnchangedSharedKind", {
|
|
26416
26441
|
ReadOnlyRoot: Ih,
|
|
26417
26442
|
// TODO: these have been renamed to MutateConsensusStreamEnded and ReadConsensusStreamEnded
|
|
26418
26443
|
MutateDeleted: x.u64(),
|
|
26419
26444
|
ReadDeleted: x.u64(),
|
|
26420
26445
|
Cancelled: x.u64(),
|
|
26421
26446
|
PerEpochConfig: null
|
|
26422
|
-
}),
|
|
26447
|
+
}), g3 = x.struct("TransactionEffectsV2", {
|
|
26423
26448
|
status: k1,
|
|
26424
26449
|
executedEpoch: x.u64(),
|
|
26425
26450
|
gasUsed: I1,
|
|
@@ -26428,12 +26453,12 @@ const A1 = x.enum("CompressedSignature", {
|
|
|
26428
26453
|
eventsDigest: x.option(xr),
|
|
26429
26454
|
dependencies: x.vector(xr),
|
|
26430
26455
|
lamportVersion: x.u64(),
|
|
26431
|
-
changedObjects: x.vector(x.tuple([Ce,
|
|
26432
|
-
unchangedSharedObjects: x.vector(x.tuple([Ce,
|
|
26456
|
+
changedObjects: x.vector(x.tuple([Ce, y3])),
|
|
26457
|
+
unchangedSharedObjects: x.vector(x.tuple([Ce, m3])),
|
|
26433
26458
|
auxDataDigest: x.option(xr)
|
|
26434
|
-
}),
|
|
26435
|
-
V1:
|
|
26436
|
-
V2:
|
|
26459
|
+
}), b3 = x.enum("TransactionEffects", {
|
|
26460
|
+
V1: l3,
|
|
26461
|
+
V2: g3
|
|
26437
26462
|
});
|
|
26438
26463
|
function Ao(e) {
|
|
26439
26464
|
switch (e) {
|
|
@@ -26486,30 +26511,30 @@ const he = {
|
|
|
26486
26511
|
IntentMessage: E1,
|
|
26487
26512
|
IntentScope: g1,
|
|
26488
26513
|
IntentVersion: b1,
|
|
26489
|
-
MultiSig:
|
|
26514
|
+
MultiSig: r3,
|
|
26490
26515
|
MultiSigPkMap: x1,
|
|
26491
26516
|
MultiSigPublicKey: _1,
|
|
26492
26517
|
ObjectArg: o1,
|
|
26493
26518
|
ObjectDigest: xr,
|
|
26494
26519
|
Owner: Es,
|
|
26495
|
-
PasskeyAuthenticator:
|
|
26520
|
+
PasskeyAuthenticator: i3,
|
|
26496
26521
|
ProgrammableMoveCall: c1,
|
|
26497
26522
|
ProgrammableTransaction: f1,
|
|
26498
26523
|
PublicKey: S1,
|
|
26499
|
-
SenderSignedData:
|
|
26524
|
+
SenderSignedData: s3,
|
|
26500
26525
|
SenderSignedTransaction: T1,
|
|
26501
26526
|
SharedObjectRef: i1,
|
|
26502
26527
|
StructTag: h1,
|
|
26503
26528
|
SuiObjectRef: rr,
|
|
26504
26529
|
TransactionData: m1,
|
|
26505
26530
|
TransactionDataV1: y1,
|
|
26506
|
-
TransactionEffects:
|
|
26531
|
+
TransactionEffects: b3,
|
|
26507
26532
|
TransactionExpiration: d1,
|
|
26508
26533
|
TransactionKind: l1,
|
|
26509
26534
|
TypeTag: kh
|
|
26510
26535
|
};
|
|
26511
26536
|
var fn;
|
|
26512
|
-
function
|
|
26537
|
+
function w3(e) {
|
|
26513
26538
|
return {
|
|
26514
26539
|
lang: (e == null ? void 0 : e.lang) ?? (fn == null ? void 0 : fn.lang),
|
|
26515
26540
|
message: e == null ? void 0 : e.message,
|
|
@@ -26518,15 +26543,15 @@ function b3(e) {
|
|
|
26518
26543
|
};
|
|
26519
26544
|
}
|
|
26520
26545
|
var ul;
|
|
26521
|
-
function
|
|
26546
|
+
function v3(e) {
|
|
26522
26547
|
return ul == null ? void 0 : ul.get(e);
|
|
26523
26548
|
}
|
|
26524
26549
|
var fl;
|
|
26525
|
-
function
|
|
26550
|
+
function E3(e) {
|
|
26526
26551
|
return fl == null ? void 0 : fl.get(e);
|
|
26527
26552
|
}
|
|
26528
26553
|
var ll;
|
|
26529
|
-
function
|
|
26554
|
+
function A3(e, t) {
|
|
26530
26555
|
var r;
|
|
26531
26556
|
return (r = ll == null ? void 0 : ll.get(e)) == null ? void 0 : r.get(t);
|
|
26532
26557
|
}
|
|
@@ -26551,13 +26576,13 @@ function Kt(e, t, r, n, s) {
|
|
|
26551
26576
|
abortEarly: n.abortEarly,
|
|
26552
26577
|
abortPipeEarly: n.abortPipeEarly
|
|
26553
26578
|
}, f = e.kind === "schema", u = (s == null ? void 0 : s.message) ?? // @ts-expect-error
|
|
26554
|
-
e.message ??
|
|
26579
|
+
e.message ?? A3(e.reference, c.lang) ?? (f ? E3(c.lang) : null) ?? n.message ?? v3(c.lang);
|
|
26555
26580
|
u && (c.message = typeof u == "function" ? u(c) : u), f && (r.typed = !1), r.issues ? r.issues.push(c) : r.issues = [c];
|
|
26556
26581
|
}
|
|
26557
|
-
function
|
|
26582
|
+
function S3(e, t) {
|
|
26558
26583
|
return Object.hasOwn(e, t) && t !== "__proto__" && t !== "prototype" && t !== "constructor";
|
|
26559
26584
|
}
|
|
26560
|
-
var
|
|
26585
|
+
var x3 = class extends Error {
|
|
26561
26586
|
/**
|
|
26562
26587
|
* Creates a Valibot error with useful information.
|
|
26563
26588
|
*
|
|
@@ -26841,7 +26866,7 @@ function Jo(e, t, r) {
|
|
|
26841
26866
|
if (i && typeof i == "object") {
|
|
26842
26867
|
n.typed = !0, n.value = {};
|
|
26843
26868
|
for (const c in i)
|
|
26844
|
-
if (
|
|
26869
|
+
if (S3(i, c)) {
|
|
26845
26870
|
const f = i[c], u = this.key._run(
|
|
26846
26871
|
{ typed: !1, value: c },
|
|
26847
26872
|
s
|
|
@@ -26950,11 +26975,11 @@ function km(e) {
|
|
|
26950
26975
|
t ? t.push(...r.issues) : t = r.issues;
|
|
26951
26976
|
return t;
|
|
26952
26977
|
}
|
|
26953
|
-
function
|
|
26978
|
+
function dt(e, t) {
|
|
26954
26979
|
return {
|
|
26955
26980
|
kind: "schema",
|
|
26956
26981
|
type: "union",
|
|
26957
|
-
reference:
|
|
26982
|
+
reference: dt,
|
|
26958
26983
|
expects: [...new Set(e.map((r) => r.expects))].join(" | ") || "never",
|
|
26959
26984
|
async: !1,
|
|
26960
26985
|
options: e,
|
|
@@ -27010,10 +27035,10 @@ function zs() {
|
|
|
27010
27035
|
function Ve(e, t, r) {
|
|
27011
27036
|
const n = e._run(
|
|
27012
27037
|
{ typed: !1, value: t },
|
|
27013
|
-
|
|
27038
|
+
w3(r)
|
|
27014
27039
|
);
|
|
27015
27040
|
if (n.issues)
|
|
27016
|
-
throw new
|
|
27041
|
+
throw new x3(n.issues);
|
|
27017
27042
|
return n.value;
|
|
27018
27043
|
}
|
|
27019
27044
|
function Ie(...e) {
|
|
@@ -27035,7 +27060,7 @@ function Ie(...e) {
|
|
|
27035
27060
|
function Js(e) {
|
|
27036
27061
|
const t = Object.entries(e).map(([r, n]) => ee({ [r]: n }));
|
|
27037
27062
|
return Ie(
|
|
27038
|
-
|
|
27063
|
+
dt(t),
|
|
27039
27064
|
pu((r) => ({
|
|
27040
27065
|
...r,
|
|
27041
27066
|
$kind: Object.keys(r)[0]
|
|
@@ -27047,7 +27072,7 @@ const Di = Ie(
|
|
|
27047
27072
|
pu((e) => Ee(e)),
|
|
27048
27073
|
ma(wr)
|
|
27049
27074
|
), Gt = Di, Vs = ye(), jt = Ie(
|
|
27050
|
-
|
|
27075
|
+
dt([ye(), Ie(Le(), qe())]),
|
|
27051
27076
|
ma((e) => {
|
|
27052
27077
|
try {
|
|
27053
27078
|
return BigInt(e), BigInt(e) >= 0 && BigInt(e) <= 18446744073709551615n;
|
|
@@ -27060,7 +27085,7 @@ const Di = Ie(
|
|
|
27060
27085
|
version: jt,
|
|
27061
27086
|
digest: ye()
|
|
27062
27087
|
}), Ne = Ie(
|
|
27063
|
-
|
|
27088
|
+
dt([
|
|
27064
27089
|
ee({ GasCoin: le(!0) }),
|
|
27065
27090
|
ee({ Input: Ie(Le(), qe()), type: ft(le("pure")) }),
|
|
27066
27091
|
ee({ Input: Ie(Le(), qe()), type: ft(le("object")) }),
|
|
@@ -27072,12 +27097,12 @@ const Di = Ie(
|
|
|
27072
27097
|
$kind: Object.keys(e)[0]
|
|
27073
27098
|
}))
|
|
27074
27099
|
// Defined manually to add `type?: 'pure' | 'object'` to Input
|
|
27075
|
-
),
|
|
27100
|
+
), _3 = ee({
|
|
27076
27101
|
budget: ve(jt),
|
|
27077
27102
|
price: ve(jt),
|
|
27078
27103
|
owner: ve(Di),
|
|
27079
27104
|
payment: ve(fe(is))
|
|
27080
|
-
}), od =
|
|
27105
|
+
}), od = dt([
|
|
27081
27106
|
le("address"),
|
|
27082
27107
|
le("bool"),
|
|
27083
27108
|
le("u8"),
|
|
@@ -27096,23 +27121,23 @@ const Di = Ie(
|
|
|
27096
27121
|
})
|
|
27097
27122
|
}),
|
|
27098
27123
|
ee({ typeParameter: Ie(Le(), qe()) })
|
|
27099
|
-
]),
|
|
27100
|
-
ref: ve(
|
|
27124
|
+
]), T3 = ee({
|
|
27125
|
+
ref: ve(dt([le("&"), le("&mut")])),
|
|
27101
27126
|
body: od
|
|
27102
|
-
}),
|
|
27127
|
+
}), k3 = ee({
|
|
27103
27128
|
package: Gt,
|
|
27104
27129
|
module: ye(),
|
|
27105
27130
|
function: ye(),
|
|
27106
27131
|
// snake case in rust
|
|
27107
27132
|
typeArguments: fe(ye()),
|
|
27108
27133
|
arguments: fe(Ne),
|
|
27109
|
-
_argumentTypes: ft(ve(fe(
|
|
27110
|
-
}),
|
|
27134
|
+
_argumentTypes: ft(ve(fe(T3)))
|
|
27135
|
+
}), I3 = ee({
|
|
27111
27136
|
name: ye(),
|
|
27112
|
-
inputs: Jo(ye(),
|
|
27137
|
+
inputs: Jo(ye(), dt([Ne, fe(Ne)])),
|
|
27113
27138
|
data: Jo(ye(), zs())
|
|
27114
|
-
}),
|
|
27115
|
-
MoveCall:
|
|
27139
|
+
}), P3 = Js({
|
|
27140
|
+
MoveCall: k3,
|
|
27116
27141
|
TransferObjects: ee({
|
|
27117
27142
|
objects: fe(Ne),
|
|
27118
27143
|
address: Ne
|
|
@@ -27139,7 +27164,7 @@ const Di = Ie(
|
|
|
27139
27164
|
package: Gt,
|
|
27140
27165
|
ticket: Ne
|
|
27141
27166
|
}),
|
|
27142
|
-
$Intent:
|
|
27167
|
+
$Intent: I3
|
|
27143
27168
|
}), O1 = Js({
|
|
27144
27169
|
ImmOrOwnedObject: is,
|
|
27145
27170
|
SharedObject: ee({
|
|
@@ -27149,7 +27174,7 @@ const Di = Ie(
|
|
|
27149
27174
|
mutable: yu()
|
|
27150
27175
|
}),
|
|
27151
27176
|
Receiving: is
|
|
27152
|
-
}),
|
|
27177
|
+
}), O3 = Js({
|
|
27153
27178
|
Object: O1,
|
|
27154
27179
|
Pure: ee({
|
|
27155
27180
|
bytes: Vs
|
|
@@ -27175,9 +27200,9 @@ const Di = Ie(
|
|
|
27175
27200
|
version: le(2),
|
|
27176
27201
|
sender: Ci(Di),
|
|
27177
27202
|
expiration: Ci(B1),
|
|
27178
|
-
gasData:
|
|
27179
|
-
inputs: fe(
|
|
27180
|
-
commands: fe(
|
|
27203
|
+
gasData: _3,
|
|
27204
|
+
inputs: fe(O3),
|
|
27205
|
+
commands: fe(P3)
|
|
27181
27206
|
}), ds = {
|
|
27182
27207
|
MoveCall(e) {
|
|
27183
27208
|
const [t, r = "", n = ""] = "target" in e ? e.target.split("::") : [e.package, e.module, e.function];
|
|
@@ -27227,7 +27252,7 @@ const Di = Ie(
|
|
|
27227
27252
|
$kind: "Publish",
|
|
27228
27253
|
Publish: {
|
|
27229
27254
|
modules: e.map(
|
|
27230
|
-
(r) => typeof r == "string" ? r :
|
|
27255
|
+
(r) => typeof r == "string" ? r : yt(new Uint8Array(r))
|
|
27231
27256
|
),
|
|
27232
27257
|
dependencies: t.map((r) => vn(r))
|
|
27233
27258
|
}
|
|
@@ -27243,7 +27268,7 @@ const Di = Ie(
|
|
|
27243
27268
|
$kind: "Upgrade",
|
|
27244
27269
|
Upgrade: {
|
|
27245
27270
|
modules: e.map(
|
|
27246
|
-
(s) => typeof s == "string" ? s :
|
|
27271
|
+
(s) => typeof s == "string" ? s : yt(new Uint8Array(s))
|
|
27247
27272
|
),
|
|
27248
27273
|
dependencies: t.map((s) => vn(s)),
|
|
27249
27274
|
package: r,
|
|
@@ -27285,8 +27310,8 @@ const Di = Ie(
|
|
|
27285
27310
|
}, ad = ee({
|
|
27286
27311
|
digest: ye(),
|
|
27287
27312
|
objectId: ye(),
|
|
27288
|
-
version:
|
|
27289
|
-
}),
|
|
27313
|
+
version: dt([Ie(Le(), qe()), ye(), Oh()])
|
|
27314
|
+
}), B3 = Js({
|
|
27290
27315
|
ImmOrOwned: ad,
|
|
27291
27316
|
Shared: ee({
|
|
27292
27317
|
objectId: Gt,
|
|
@@ -27295,9 +27320,9 @@ const Di = Ie(
|
|
|
27295
27320
|
}),
|
|
27296
27321
|
Receiving: ad
|
|
27297
27322
|
}), Pm = Js({
|
|
27298
|
-
Object:
|
|
27323
|
+
Object: B3,
|
|
27299
27324
|
Pure: fe(Ie(Le(), qe()))
|
|
27300
|
-
}), C1 =
|
|
27325
|
+
}), C1 = dt([
|
|
27301
27326
|
ee({
|
|
27302
27327
|
kind: le("Input"),
|
|
27303
27328
|
index: Ie(Le(), qe()),
|
|
@@ -27310,11 +27335,11 @@ const Di = Ie(
|
|
|
27310
27335
|
value: zs(),
|
|
27311
27336
|
type: le("pure")
|
|
27312
27337
|
})
|
|
27313
|
-
]),
|
|
27338
|
+
]), C3 = dt([
|
|
27314
27339
|
ee({ Epoch: Ie(Le(), qe()) }),
|
|
27315
27340
|
ee({ None: ve(le(!0)) })
|
|
27316
27341
|
]), Om = Ie(
|
|
27317
|
-
|
|
27342
|
+
dt([Le(), ye(), Oh()]),
|
|
27318
27343
|
ma((e) => {
|
|
27319
27344
|
if (!["string", "number", "bigint"].includes(typeof e)) return !1;
|
|
27320
27345
|
try {
|
|
@@ -27323,7 +27348,7 @@ const Di = Ie(
|
|
|
27323
27348
|
return !1;
|
|
27324
27349
|
}
|
|
27325
27350
|
})
|
|
27326
|
-
), Ch =
|
|
27351
|
+
), Ch = dt([
|
|
27327
27352
|
ee({ bool: ve(le(!0)) }),
|
|
27328
27353
|
ee({ u8: ve(le(!0)) }),
|
|
27329
27354
|
ee({ u64: ve(le(!0)) }),
|
|
@@ -27331,21 +27356,21 @@ const Di = Ie(
|
|
|
27331
27356
|
ee({ address: ve(le(!0)) }),
|
|
27332
27357
|
ee({ signer: ve(le(!0)) }),
|
|
27333
27358
|
ee({ vector: Zo(() => Ch) }),
|
|
27334
|
-
ee({ struct: Zo(() =>
|
|
27359
|
+
ee({ struct: Zo(() => R3) }),
|
|
27335
27360
|
ee({ u16: ve(le(!0)) }),
|
|
27336
27361
|
ee({ u32: ve(le(!0)) }),
|
|
27337
27362
|
ee({ u256: ve(le(!0)) })
|
|
27338
|
-
]),
|
|
27363
|
+
]), R3 = ee({
|
|
27339
27364
|
address: ye(),
|
|
27340
27365
|
module: ye(),
|
|
27341
27366
|
name: ye(),
|
|
27342
27367
|
typeParams: fe(Ch)
|
|
27343
|
-
}),
|
|
27368
|
+
}), $3 = ee({
|
|
27344
27369
|
budget: ft(Om),
|
|
27345
27370
|
price: ft(Om),
|
|
27346
27371
|
payment: ft(fe(ad)),
|
|
27347
27372
|
owner: ft(ye())
|
|
27348
|
-
}),
|
|
27373
|
+
}), N3 = [
|
|
27349
27374
|
C1,
|
|
27350
27375
|
ee({ kind: le("GasCoin") }),
|
|
27351
27376
|
ee({ kind: le("Result"), index: Ie(Le(), qe()) }),
|
|
@@ -27354,7 +27379,7 @@ const Di = Ie(
|
|
|
27354
27379
|
index: Ie(Le(), qe()),
|
|
27355
27380
|
resultIndex: Ie(Le(), qe())
|
|
27356
27381
|
})
|
|
27357
|
-
], Pn =
|
|
27382
|
+
], Pn = dt([...N3]), M3 = ee({
|
|
27358
27383
|
kind: le("MoveCall"),
|
|
27359
27384
|
target: Ie(
|
|
27360
27385
|
ye(),
|
|
@@ -27362,48 +27387,48 @@ const Di = Ie(
|
|
|
27362
27387
|
),
|
|
27363
27388
|
typeArguments: fe(ye()),
|
|
27364
27389
|
arguments: fe(Pn)
|
|
27365
|
-
}),
|
|
27390
|
+
}), U3 = ee({
|
|
27366
27391
|
kind: le("TransferObjects"),
|
|
27367
27392
|
objects: fe(Pn),
|
|
27368
27393
|
address: Pn
|
|
27369
|
-
}),
|
|
27394
|
+
}), F3 = ee({
|
|
27370
27395
|
kind: le("SplitCoins"),
|
|
27371
27396
|
coin: Pn,
|
|
27372
27397
|
amounts: fe(Pn)
|
|
27373
|
-
}),
|
|
27398
|
+
}), j3 = ee({
|
|
27374
27399
|
kind: le("MergeCoins"),
|
|
27375
27400
|
destination: Pn,
|
|
27376
27401
|
sources: fe(Pn)
|
|
27377
|
-
}),
|
|
27402
|
+
}), L3 = ee({
|
|
27378
27403
|
kind: le("MakeMoveVec"),
|
|
27379
|
-
type:
|
|
27404
|
+
type: dt([ee({ Some: Ch }), ee({ None: ve(le(!0)) })]),
|
|
27380
27405
|
objects: fe(Pn)
|
|
27381
|
-
}),
|
|
27406
|
+
}), D3 = ee({
|
|
27382
27407
|
kind: le("Publish"),
|
|
27383
27408
|
modules: fe(fe(Ie(Le(), qe()))),
|
|
27384
27409
|
dependencies: fe(ye())
|
|
27385
|
-
}),
|
|
27410
|
+
}), H3 = ee({
|
|
27386
27411
|
kind: le("Upgrade"),
|
|
27387
27412
|
modules: fe(fe(Ie(Le(), qe()))),
|
|
27388
27413
|
dependencies: fe(ye()),
|
|
27389
27414
|
packageId: ye(),
|
|
27390
27415
|
ticket: Pn
|
|
27391
|
-
}),
|
|
27392
|
-
N3,
|
|
27416
|
+
}), z3 = [
|
|
27393
27417
|
M3,
|
|
27394
27418
|
U3,
|
|
27395
27419
|
F3,
|
|
27396
|
-
|
|
27420
|
+
j3,
|
|
27397
27421
|
D3,
|
|
27398
|
-
|
|
27399
|
-
|
|
27422
|
+
H3,
|
|
27423
|
+
L3
|
|
27424
|
+
], V3 = dt([...z3]);
|
|
27400
27425
|
ee({
|
|
27401
27426
|
version: le(1),
|
|
27402
27427
|
sender: ft(ye()),
|
|
27403
|
-
expiration: Ci(
|
|
27404
|
-
gasConfig:
|
|
27428
|
+
expiration: Ci(C3),
|
|
27429
|
+
gasConfig: $3,
|
|
27405
27430
|
inputs: fe(C1),
|
|
27406
|
-
transactions: fe(
|
|
27431
|
+
transactions: fe(V3)
|
|
27407
27432
|
});
|
|
27408
27433
|
function Bm(e) {
|
|
27409
27434
|
var r;
|
|
@@ -27536,7 +27561,7 @@ function ln(e, t) {
|
|
|
27536
27561
|
return t[e.Input];
|
|
27537
27562
|
throw new Error(`Invalid argument ${Object.keys(e)}`);
|
|
27538
27563
|
}
|
|
27539
|
-
function
|
|
27564
|
+
function q3(e) {
|
|
27540
27565
|
var t, r, n;
|
|
27541
27566
|
return Ve(ec, {
|
|
27542
27567
|
version: 2,
|
|
@@ -27591,7 +27616,7 @@ function V3(e) {
|
|
|
27591
27616
|
}
|
|
27592
27617
|
return {
|
|
27593
27618
|
Pure: {
|
|
27594
|
-
bytes:
|
|
27619
|
+
bytes: yt(new Uint8Array(i.Pure))
|
|
27595
27620
|
}
|
|
27596
27621
|
};
|
|
27597
27622
|
}
|
|
@@ -27638,7 +27663,7 @@ function V3(e) {
|
|
|
27638
27663
|
case "Publish":
|
|
27639
27664
|
return {
|
|
27640
27665
|
Publish: {
|
|
27641
|
-
modules: s.modules.map((i) =>
|
|
27666
|
+
modules: s.modules.map((i) => yt(Uint8Array.from(i))),
|
|
27642
27667
|
dependencies: s.dependencies
|
|
27643
27668
|
}
|
|
27644
27669
|
};
|
|
@@ -27659,7 +27684,7 @@ function V3(e) {
|
|
|
27659
27684
|
case "Upgrade":
|
|
27660
27685
|
return {
|
|
27661
27686
|
Upgrade: {
|
|
27662
|
-
modules: s.modules.map((i) =>
|
|
27687
|
+
modules: s.modules.map((i) => yt(Uint8Array.from(i))),
|
|
27663
27688
|
dependencies: s.dependencies,
|
|
27664
27689
|
package: s.packageId,
|
|
27665
27690
|
ticket: dn(s.ticket)
|
|
@@ -27683,7 +27708,7 @@ function dn(e) {
|
|
|
27683
27708
|
}
|
|
27684
27709
|
}
|
|
27685
27710
|
function ga(e) {
|
|
27686
|
-
return
|
|
27711
|
+
return dt(
|
|
27687
27712
|
Object.entries(e).map(([t, r]) => ee({ [t]: r }))
|
|
27688
27713
|
);
|
|
27689
27714
|
}
|
|
@@ -27692,24 +27717,24 @@ const mr = ga({
|
|
|
27692
27717
|
Input: Ie(Le(), qe()),
|
|
27693
27718
|
Result: Ie(Le(), qe()),
|
|
27694
27719
|
NestedResult: Bh([Ie(Le(), qe()), Ie(Le(), qe())])
|
|
27695
|
-
}),
|
|
27720
|
+
}), G3 = ee({
|
|
27696
27721
|
budget: ve(jt),
|
|
27697
27722
|
price: ve(jt),
|
|
27698
27723
|
owner: ve(Di),
|
|
27699
27724
|
payment: ve(fe(is))
|
|
27700
|
-
}),
|
|
27725
|
+
}), W3 = ee({
|
|
27701
27726
|
package: Gt,
|
|
27702
27727
|
module: ye(),
|
|
27703
27728
|
function: ye(),
|
|
27704
27729
|
// snake case in rust
|
|
27705
27730
|
typeArguments: fe(ye()),
|
|
27706
27731
|
arguments: fe(mr)
|
|
27707
|
-
}),
|
|
27732
|
+
}), K3 = ee({
|
|
27708
27733
|
name: ye(),
|
|
27709
|
-
inputs: Jo(ye(),
|
|
27734
|
+
inputs: Jo(ye(), dt([mr, fe(mr)])),
|
|
27710
27735
|
data: Jo(ye(), zs())
|
|
27711
|
-
}),
|
|
27712
|
-
MoveCall:
|
|
27736
|
+
}), X3 = ga({
|
|
27737
|
+
MoveCall: W3,
|
|
27713
27738
|
TransferObjects: ee({
|
|
27714
27739
|
objects: fe(mr),
|
|
27715
27740
|
address: mr
|
|
@@ -27736,8 +27761,8 @@ const mr = ga({
|
|
|
27736
27761
|
package: Gt,
|
|
27737
27762
|
ticket: mr
|
|
27738
27763
|
}),
|
|
27739
|
-
$Intent:
|
|
27740
|
-
}),
|
|
27764
|
+
$Intent: K3
|
|
27765
|
+
}), Y3 = ga({
|
|
27741
27766
|
ImmOrOwnedObject: is,
|
|
27742
27767
|
SharedObject: ee({
|
|
27743
27768
|
objectId: Gt,
|
|
@@ -27746,8 +27771,8 @@ const mr = ga({
|
|
|
27746
27771
|
mutable: yu()
|
|
27747
27772
|
}),
|
|
27748
27773
|
Receiving: is
|
|
27749
|
-
}),
|
|
27750
|
-
Object:
|
|
27774
|
+
}), Z3 = ga({
|
|
27775
|
+
Object: Y3,
|
|
27751
27776
|
Pure: ee({
|
|
27752
27777
|
bytes: Vs
|
|
27753
27778
|
}),
|
|
@@ -27760,28 +27785,28 @@ const mr = ga({
|
|
|
27760
27785
|
digest: ft(ve(ye())),
|
|
27761
27786
|
initialSharedVersion: ft(ve(jt))
|
|
27762
27787
|
})
|
|
27763
|
-
}),
|
|
27788
|
+
}), J3 = ga({
|
|
27764
27789
|
None: le(!0),
|
|
27765
27790
|
Epoch: jt
|
|
27766
|
-
}),
|
|
27791
|
+
}), Q3 = ee({
|
|
27767
27792
|
version: le(2),
|
|
27768
27793
|
sender: Ci(Di),
|
|
27769
|
-
expiration: Ci(
|
|
27770
|
-
gasData:
|
|
27771
|
-
inputs: fe(
|
|
27772
|
-
commands: fe(
|
|
27794
|
+
expiration: Ci(J3),
|
|
27795
|
+
gasData: G3,
|
|
27796
|
+
inputs: fe(Z3),
|
|
27797
|
+
commands: fe(X3),
|
|
27773
27798
|
digest: ft(ve(ye()))
|
|
27774
27799
|
});
|
|
27775
|
-
function
|
|
27800
|
+
function e8(e) {
|
|
27776
27801
|
return {
|
|
27777
27802
|
$kind: "Pure",
|
|
27778
27803
|
Pure: {
|
|
27779
|
-
bytes: e instanceof Uint8Array ?
|
|
27804
|
+
bytes: e instanceof Uint8Array ? yt(e) : e.toBase64()
|
|
27780
27805
|
}
|
|
27781
27806
|
};
|
|
27782
27807
|
}
|
|
27783
27808
|
const En = {
|
|
27784
|
-
Pure:
|
|
27809
|
+
Pure: e8,
|
|
27785
27810
|
ObjectRef({ objectId: e, digest: t, version: r }) {
|
|
27786
27811
|
return {
|
|
27787
27812
|
$kind: "Object",
|
|
@@ -27827,9 +27852,9 @@ const En = {
|
|
|
27827
27852
|
}
|
|
27828
27853
|
};
|
|
27829
27854
|
BigInt(1e9);
|
|
27830
|
-
const
|
|
27855
|
+
const t8 = "0x1", R1 = "0x2", r8 = vn("0x6"), n8 = `${R1}::sui::SUI`;
|
|
27831
27856
|
vn("0x5");
|
|
27832
|
-
const
|
|
27857
|
+
const s8 = /* @__PURE__ */ Uint8Array.from([
|
|
27833
27858
|
0,
|
|
27834
27859
|
1,
|
|
27835
27860
|
2,
|
|
@@ -28115,7 +28140,7 @@ function Hn(e, t, r, n, s, i) {
|
|
|
28115
28140
|
let c = te[2 * e], f = te[2 * e + 1], u = te[2 * t], l = te[2 * t + 1], p = te[2 * r], d = te[2 * r + 1], m = te[2 * n], g = te[2 * n + 1], w = b0(c, u, o);
|
|
28116
28141
|
f = w0(w, f, l, a), c = w | 0, { Dh: g, Dl: m } = { Dh: g ^ f, Dl: m ^ c }, { Dh: g, Dl: m } = { Dh: y0(g, m, 16), Dl: m0(g, m, 16) }, { h: d, l: p } = g0(d, p, g, m), { Bh: l, Bl: u } = { Bh: l ^ d, Bl: u ^ p }, { Bh: l, Bl: u } = { Bh: Bv(l, u, 63), Bl: Cv(l, u, 63) }, te[2 * e] = c, te[2 * e + 1] = f, te[2 * t] = u, te[2 * t + 1] = l, te[2 * r] = p, te[2 * r + 1] = d, te[2 * n] = m, te[2 * n + 1] = g;
|
|
28117
28142
|
}
|
|
28118
|
-
function
|
|
28143
|
+
function i8(e, t = {}, r, n, s) {
|
|
28119
28144
|
if (ts(r), e < 0 || e > r)
|
|
28120
28145
|
throw new Error("outputLen bigger than keyLen");
|
|
28121
28146
|
const { key: i, salt: o, personalization: a } = t;
|
|
@@ -28126,7 +28151,7 @@ function s8(e, t = {}, r, n, s) {
|
|
|
28126
28151
|
if (a !== void 0 && a.length !== s)
|
|
28127
28152
|
throw new Error("personalization must be undefined or " + s);
|
|
28128
28153
|
}
|
|
28129
|
-
class
|
|
28154
|
+
class o8 extends xc {
|
|
28130
28155
|
constructor(t, r) {
|
|
28131
28156
|
super(), this.finished = !1, this.destroyed = !1, this.length = 0, this.pos = 0, ts(t), ts(r), this.blockLen = t, this.outputLen = r, this.buffer = new Uint8Array(t), this.buffer32 = _o(this.buffer);
|
|
28132
28157
|
}
|
|
@@ -28169,10 +28194,10 @@ class i8 extends xc {
|
|
|
28169
28194
|
return this._cloneInto();
|
|
28170
28195
|
}
|
|
28171
28196
|
}
|
|
28172
|
-
class
|
|
28197
|
+
class a8 extends o8 {
|
|
28173
28198
|
constructor(t = {}) {
|
|
28174
28199
|
const r = t.dkLen === void 0 ? 64 : t.dkLen;
|
|
28175
|
-
super(128, r), this.v0l = et[0] | 0, this.v0h = et[1] | 0, this.v1l = et[2] | 0, this.v1h = et[3] | 0, this.v2l = et[4] | 0, this.v2h = et[5] | 0, this.v3l = et[6] | 0, this.v3h = et[7] | 0, this.v4l = et[8] | 0, this.v4h = et[9] | 0, this.v5l = et[10] | 0, this.v5h = et[11] | 0, this.v6l = et[12] | 0, this.v6h = et[13] | 0, this.v7l = et[14] | 0, this.v7h = et[15] | 0,
|
|
28200
|
+
super(128, r), this.v0l = et[0] | 0, this.v0h = et[1] | 0, this.v1l = et[2] | 0, this.v1h = et[3] | 0, this.v2l = et[4] | 0, this.v2h = et[5] | 0, this.v3l = et[6] | 0, this.v3h = et[7] | 0, this.v4l = et[8] | 0, this.v4h = et[9] | 0, this.v5l = et[10] | 0, this.v5h = et[11] | 0, this.v6l = et[12] | 0, this.v6h = et[13] | 0, this.v7l = et[14] | 0, this.v7h = et[15] | 0, i8(r, t, 64, 16, 16);
|
|
28176
28201
|
let { key: n, personalization: s, salt: i } = t, o = 0;
|
|
28177
28202
|
if (n !== void 0 && (n = An(n), o = n.length), this.v0l ^= this.outputLen | o << 8 | 65536 | 1 << 24, i !== void 0) {
|
|
28178
28203
|
i = An(i);
|
|
@@ -28203,7 +28228,7 @@ class o8 extends i8 {
|
|
|
28203
28228
|
let { h: s, l: i } = p0(BigInt(this.length));
|
|
28204
28229
|
te[24] = et[8] ^ i, te[25] = et[9] ^ s, n && (te[28] = ~te[28], te[29] = ~te[29]);
|
|
28205
28230
|
let o = 0;
|
|
28206
|
-
const a =
|
|
28231
|
+
const a = s8;
|
|
28207
28232
|
for (let c = 0; c < 12; c++)
|
|
28208
28233
|
Dn(0, 4, 8, 12, t, r + 2 * a[o++]), Hn(0, 4, 8, 12, t, r + 2 * a[o++]), Dn(1, 5, 9, 13, t, r + 2 * a[o++]), Hn(1, 5, 9, 13, t, r + 2 * a[o++]), Dn(2, 6, 10, 14, t, r + 2 * a[o++]), Hn(2, 6, 10, 14, t, r + 2 * a[o++]), Dn(3, 7, 11, 15, t, r + 2 * a[o++]), Hn(3, 7, 11, 15, t, r + 2 * a[o++]), Dn(0, 5, 10, 15, t, r + 2 * a[o++]), Hn(0, 5, 10, 15, t, r + 2 * a[o++]), Dn(1, 6, 11, 12, t, r + 2 * a[o++]), Hn(1, 6, 11, 12, t, r + 2 * a[o++]), Dn(2, 7, 8, 13, t, r + 2 * a[o++]), Hn(2, 7, 8, 13, t, r + 2 * a[o++]), Dn(3, 4, 9, 14, t, r + 2 * a[o++]), Hn(3, 4, 9, 14, t, r + 2 * a[o++]);
|
|
28209
28234
|
this.v0l ^= te[0] ^ te[16], this.v0h ^= te[1] ^ te[17], this.v1l ^= te[2] ^ te[18], this.v1h ^= te[3] ^ te[19], this.v2l ^= te[4] ^ te[20], this.v2h ^= te[5] ^ te[21], this.v3l ^= te[6] ^ te[22], this.v3h ^= te[7] ^ te[23], this.v4l ^= te[8] ^ te[24], this.v4h ^= te[9] ^ te[25], this.v5l ^= te[10] ^ te[26], this.v5h ^= te[11] ^ te[27], this.v6l ^= te[12] ^ te[28], this.v6h ^= te[13] ^ te[29], this.v7l ^= te[14] ^ te[30], this.v7h ^= te[15] ^ te[31], kr(te);
|
|
@@ -28212,15 +28237,15 @@ class o8 extends i8 {
|
|
|
28212
28237
|
this.destroyed = !0, kr(this.buffer32), this.set(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
|
|
28213
28238
|
}
|
|
28214
28239
|
}
|
|
28215
|
-
const
|
|
28216
|
-
function
|
|
28240
|
+
const c8 = /* @__PURE__ */ zv((e) => new a8(e)), $1 = c8;
|
|
28241
|
+
function u8(e, t, r) {
|
|
28217
28242
|
const n = he.Address.serialize(e).toBytes(), s = he.TypeTag.serialize(t).toBytes(), i = he.u64().serialize(r.length).toBytes(), o = $1.create({
|
|
28218
28243
|
dkLen: 32
|
|
28219
28244
|
});
|
|
28220
28245
|
return o.update(new Uint8Array([240])), o.update(n), o.update(i), o.update(r), o.update(s), `0x${Bi(o.digest().slice(0, 32))}`;
|
|
28221
28246
|
}
|
|
28222
|
-
const
|
|
28223
|
-
function
|
|
28247
|
+
const f8 = "object", l8 = "ID", d8 = "ascii", h8 = "String", p8 = "string", y8 = "String", m8 = "option", g8 = "Option";
|
|
28248
|
+
function b8(e) {
|
|
28224
28249
|
const t = typeof e.body == "object" && "datatype" in e.body ? e.body.datatype : null;
|
|
28225
28250
|
return !!t && Ee(t.package) === Ee("0x2") && t.module === "tx_context" && t.type === "TxContext";
|
|
28226
28251
|
}
|
|
@@ -28257,20 +28282,20 @@ function cd(e) {
|
|
|
28257
28282
|
}
|
|
28258
28283
|
if ("datatype" in e) {
|
|
28259
28284
|
const t = Ee(e.datatype.package);
|
|
28260
|
-
if (t === Ee(
|
|
28261
|
-
if (e.datatype.module ===
|
|
28285
|
+
if (t === Ee(t8)) {
|
|
28286
|
+
if (e.datatype.module === d8 && e.datatype.type === h8 || e.datatype.module === p8 && e.datatype.type === y8)
|
|
28262
28287
|
return he.String;
|
|
28263
|
-
if (e.datatype.module ===
|
|
28288
|
+
if (e.datatype.module === m8 && e.datatype.type === g8) {
|
|
28264
28289
|
const r = cd(e.datatype.typeParameters[0]);
|
|
28265
28290
|
return r ? he.vector(r) : null;
|
|
28266
28291
|
}
|
|
28267
28292
|
}
|
|
28268
|
-
if (t === Ee(R1) && e.datatype.module ===
|
|
28293
|
+
if (t === Ee(R1) && e.datatype.module === f8 && e.datatype.type === l8)
|
|
28269
28294
|
return he.Address;
|
|
28270
28295
|
}
|
|
28271
28296
|
return null;
|
|
28272
28297
|
}
|
|
28273
|
-
function
|
|
28298
|
+
function w8(e) {
|
|
28274
28299
|
return typeof e == "object" && "Reference" in e ? {
|
|
28275
28300
|
ref: "&",
|
|
28276
28301
|
body: So(e.Reference)
|
|
@@ -28319,23 +28344,23 @@ function So(e) {
|
|
|
28319
28344
|
return { typeParameter: e.TypeParameter };
|
|
28320
28345
|
throw new Error(`Unexpected type ${JSON.stringify(e)}`);
|
|
28321
28346
|
}
|
|
28322
|
-
const
|
|
28347
|
+
const v8 = 50, E8 = 1000n, A8 = 5e10;
|
|
28323
28348
|
function N1(e) {
|
|
28324
28349
|
return async function(r, n, s) {
|
|
28325
|
-
return await
|
|
28350
|
+
return await k8(r, e), await T8(r, e), n.onlyTransactionKind || (await S8(r, e), await x8(r, e), await _8(r, e)), await s();
|
|
28326
28351
|
};
|
|
28327
28352
|
}
|
|
28328
|
-
async function
|
|
28353
|
+
async function S8(e, t) {
|
|
28329
28354
|
e.gasConfig.price || (e.gasConfig.price = String(await t.getReferenceGasPrice()));
|
|
28330
28355
|
}
|
|
28331
|
-
async function
|
|
28356
|
+
async function x8(e, t) {
|
|
28332
28357
|
if (e.gasConfig.budget)
|
|
28333
28358
|
return;
|
|
28334
28359
|
const r = await t.dryRunTransactionBlock({
|
|
28335
28360
|
transactionBlock: e.build({
|
|
28336
28361
|
overrides: {
|
|
28337
28362
|
gasData: {
|
|
28338
|
-
budget: String(
|
|
28363
|
+
budget: String(A8),
|
|
28339
28364
|
payment: []
|
|
28340
28365
|
}
|
|
28341
28366
|
}
|
|
@@ -28346,16 +28371,16 @@ async function S8(e, t) {
|
|
|
28346
28371
|
`Dry run failed, could not automatically determine a budget: ${r.effects.status.error}`,
|
|
28347
28372
|
{ cause: r }
|
|
28348
28373
|
);
|
|
28349
|
-
const n =
|
|
28374
|
+
const n = E8 * BigInt(e.gasConfig.price || 1n), s = BigInt(r.effects.gasUsed.computationCost) + n, i = s + BigInt(r.effects.gasUsed.storageCost) - BigInt(r.effects.gasUsed.storageRebate);
|
|
28350
28375
|
e.gasConfig.budget = String(
|
|
28351
28376
|
i > s ? i : s
|
|
28352
28377
|
);
|
|
28353
28378
|
}
|
|
28354
|
-
async function
|
|
28379
|
+
async function _8(e, t) {
|
|
28355
28380
|
if (!e.gasConfig.payment) {
|
|
28356
28381
|
const n = (await t.getCoins({
|
|
28357
28382
|
owner: e.gasConfig.owner || e.sender,
|
|
28358
|
-
coinType:
|
|
28383
|
+
coinType: n8
|
|
28359
28384
|
})).data.filter((s) => !e.inputs.find((o) => {
|
|
28360
28385
|
var a;
|
|
28361
28386
|
return (a = o.Object) != null && a.ImmOrOwnedObject ? s.coinObjectId === o.Object.ImmOrOwnedObject.objectId : !1;
|
|
@@ -28369,7 +28394,7 @@ async function x8(e, t) {
|
|
|
28369
28394
|
e.gasConfig.payment = n.map((s) => Ve(is, s));
|
|
28370
28395
|
}
|
|
28371
28396
|
}
|
|
28372
|
-
async function
|
|
28397
|
+
async function T8(e, t) {
|
|
28373
28398
|
const r = e.inputs.filter((u) => {
|
|
28374
28399
|
var l;
|
|
28375
28400
|
return u.UnresolvedObject && !(u.UnresolvedObject.version || (l = u.UnresolvedObject) != null && l.initialSharedVersion);
|
|
@@ -28377,7 +28402,7 @@ async function _8(e, t) {
|
|
|
28377
28402
|
...new Set(
|
|
28378
28403
|
r.map((u) => vn(u.UnresolvedObject.objectId))
|
|
28379
28404
|
)
|
|
28380
|
-
], s = n.length ? du(n,
|
|
28405
|
+
], s = n.length ? du(n, v8) : [], i = (await Promise.all(
|
|
28381
28406
|
s.map(
|
|
28382
28407
|
(u) => t.multiGetObjects({
|
|
28383
28408
|
ids: u,
|
|
@@ -28410,8 +28435,8 @@ async function _8(e, t) {
|
|
|
28410
28435
|
l.UnresolvedObject.initialSharedVersion ?? (m == null ? void 0 : m.initialSharedVersion) ? p = En.SharedObjectRef({
|
|
28411
28436
|
objectId: d,
|
|
28412
28437
|
initialSharedVersion: l.UnresolvedObject.initialSharedVersion || (m == null ? void 0 : m.initialSharedVersion),
|
|
28413
|
-
mutable:
|
|
28414
|
-
}) :
|
|
28438
|
+
mutable: I8(e, u)
|
|
28439
|
+
}) : P8(e, u) && (p = En.ReceivingRef(
|
|
28415
28440
|
{
|
|
28416
28441
|
objectId: d,
|
|
28417
28442
|
digest: l.UnresolvedObject.digest ?? (m == null ? void 0 : m.digest),
|
|
@@ -28424,7 +28449,7 @@ async function _8(e, t) {
|
|
|
28424
28449
|
});
|
|
28425
28450
|
}
|
|
28426
28451
|
}
|
|
28427
|
-
async function
|
|
28452
|
+
async function k8(e, t) {
|
|
28428
28453
|
const { inputs: r, commands: n } = e, s = [], i = /* @__PURE__ */ new Set();
|
|
28429
28454
|
n.forEach((a) => {
|
|
28430
28455
|
if (a.MoveCall) {
|
|
@@ -28448,7 +28473,7 @@ async function T8(e, t) {
|
|
|
28448
28473
|
});
|
|
28449
28474
|
o.set(
|
|
28450
28475
|
a,
|
|
28451
|
-
l.parameters.map((p) =>
|
|
28476
|
+
l.parameters.map((p) => w8(p))
|
|
28452
28477
|
);
|
|
28453
28478
|
})
|
|
28454
28479
|
), s.length && await Promise.all(
|
|
@@ -28458,7 +28483,7 @@ async function T8(e, t) {
|
|
|
28458
28483
|
);
|
|
28459
28484
|
if (!c)
|
|
28460
28485
|
return;
|
|
28461
|
-
const u = c.length > 0 &&
|
|
28486
|
+
const u = c.length > 0 && b8(c.at(-1)) ? c.slice(0, c.length - 1) : c;
|
|
28462
28487
|
a._argumentTypes = u;
|
|
28463
28488
|
})
|
|
28464
28489
|
), n.forEach((a) => {
|
|
@@ -28500,7 +28525,7 @@ async function T8(e, t) {
|
|
|
28500
28525
|
}
|
|
28501
28526
|
});
|
|
28502
28527
|
}
|
|
28503
|
-
function
|
|
28528
|
+
function I8(e, t) {
|
|
28504
28529
|
let r = !1;
|
|
28505
28530
|
return e.getInputUses(t, (n, s) => {
|
|
28506
28531
|
if (s.MoveCall && s.MoveCall._argumentTypes) {
|
|
@@ -28510,26 +28535,26 @@ function k8(e, t) {
|
|
|
28510
28535
|
(s.$kind === "MakeMoveVec" || s.$kind === "MergeCoins" || s.$kind === "SplitCoins" || s.$kind === "TransferObjects") && (r = !0);
|
|
28511
28536
|
}), r;
|
|
28512
28537
|
}
|
|
28513
|
-
function
|
|
28538
|
+
function P8(e, t) {
|
|
28514
28539
|
let r = !1;
|
|
28515
28540
|
return e.getInputUses(t, (n, s) => {
|
|
28516
28541
|
if (s.MoveCall && s.MoveCall._argumentTypes) {
|
|
28517
28542
|
const i = s.MoveCall.arguments.indexOf(n);
|
|
28518
|
-
r =
|
|
28543
|
+
r = O8(s.MoveCall._argumentTypes[i]) || r;
|
|
28519
28544
|
}
|
|
28520
28545
|
}), r;
|
|
28521
28546
|
}
|
|
28522
|
-
function
|
|
28547
|
+
function O8(e) {
|
|
28523
28548
|
return typeof e.body != "object" || !("datatype" in e.body) ? !1 : e.body.datatype.package === "0x2" && e.body.datatype.module === "transfer" && e.body.datatype.type === "Receiving";
|
|
28524
28549
|
}
|
|
28525
28550
|
function M1(e, t) {
|
|
28526
28551
|
return !!(e.inputs.some((r) => r.UnresolvedObject || r.UnresolvedPure) || !t.onlyTransactionKind && (!e.gasConfig.price || !e.gasConfig.budget || !e.gasConfig.payment));
|
|
28527
28552
|
}
|
|
28528
|
-
async function
|
|
28553
|
+
async function B8(e, t, r) {
|
|
28529
28554
|
var i;
|
|
28530
|
-
if (
|
|
28555
|
+
if (R8(e), !M1(e, t))
|
|
28531
28556
|
return await Cm(e), r();
|
|
28532
|
-
const n =
|
|
28557
|
+
const n = C8(t);
|
|
28533
28558
|
return (((i = n.core) == null ? void 0 : i.resolveTransactionPlugin()) ?? N1(n))(e, t, async () => {
|
|
28534
28559
|
await Cm(e), await r();
|
|
28535
28560
|
});
|
|
@@ -28544,14 +28569,14 @@ function Cm(e) {
|
|
|
28544
28569
|
);
|
|
28545
28570
|
});
|
|
28546
28571
|
}
|
|
28547
|
-
function
|
|
28572
|
+
function C8(e) {
|
|
28548
28573
|
if (!e.client)
|
|
28549
28574
|
throw new Error(
|
|
28550
28575
|
"No sui client passed to Transaction#build, but transaction data was not sufficient to build offline."
|
|
28551
28576
|
);
|
|
28552
28577
|
return e.client;
|
|
28553
28578
|
}
|
|
28554
|
-
function
|
|
28579
|
+
function R8(e) {
|
|
28555
28580
|
for (const t of e.commands)
|
|
28556
28581
|
switch (t.$kind) {
|
|
28557
28582
|
case "SplitCoins":
|
|
@@ -28570,7 +28595,7 @@ function Rm(e, t, r) {
|
|
|
28570
28595
|
const n = r.inputs[e.Input];
|
|
28571
28596
|
n.$kind === "UnresolvedPure" && (r.inputs[e.Input] = En.Pure(t.serialize(n.UnresolvedPure.value)));
|
|
28572
28597
|
}
|
|
28573
|
-
function
|
|
28598
|
+
function $8(e) {
|
|
28574
28599
|
function t(r) {
|
|
28575
28600
|
return e(r);
|
|
28576
28601
|
}
|
|
@@ -28580,7 +28605,7 @@ function R8(e) {
|
|
|
28580
28605
|
arguments: n === null ? [] : [s.object(n)]
|
|
28581
28606
|
}), t;
|
|
28582
28607
|
}
|
|
28583
|
-
function
|
|
28608
|
+
function N8(e) {
|
|
28584
28609
|
function t(r, n) {
|
|
28585
28610
|
if (typeof r == "string")
|
|
28586
28611
|
return e(Ao(r).serialize(n));
|
|
@@ -28592,7 +28617,7 @@ function $8(e) {
|
|
|
28592
28617
|
he.vector(Ao(r)).serialize(n)
|
|
28593
28618
|
), t.option = (r, n) => e(he.option(Ao(r)).serialize(n)), t;
|
|
28594
28619
|
}
|
|
28595
|
-
function
|
|
28620
|
+
function M8(e, t) {
|
|
28596
28621
|
const r = Array.from(`${e}::`).map((s) => s.charCodeAt(0)), n = new Uint8Array(r.length + t.length);
|
|
28597
28622
|
return n.set(r), n.set(t, r.length), $1(n, { dkLen: 32 });
|
|
28598
28623
|
}
|
|
@@ -28640,7 +28665,7 @@ class $t {
|
|
|
28640
28665
|
});
|
|
28641
28666
|
}
|
|
28642
28667
|
static restore(t) {
|
|
28643
|
-
return t.version === 2 ? new $t(Ve(ec, t)) : new $t(Ve(ec,
|
|
28668
|
+
return t.version === 2 ? new $t(Ve(ec, t)) : new $t(Ve(ec, q3(t)));
|
|
28644
28669
|
}
|
|
28645
28670
|
/**
|
|
28646
28671
|
* Generate transaction digest.
|
|
@@ -28649,7 +28674,7 @@ class $t {
|
|
|
28649
28674
|
* @returns transaction digest.
|
|
28650
28675
|
*/
|
|
28651
28676
|
static getDigestFromBytes(t) {
|
|
28652
|
-
const r =
|
|
28677
|
+
const r = M8("TransactionData", t);
|
|
28653
28678
|
return lu(r);
|
|
28654
28679
|
}
|
|
28655
28680
|
// @deprecated use gasData instead
|
|
@@ -28808,15 +28833,15 @@ function Nm(e) {
|
|
|
28808
28833
|
var U1 = (e) => {
|
|
28809
28834
|
throw TypeError(e);
|
|
28810
28835
|
}, Rh = (e, t, r) => t.has(e) || U1("Cannot " + r), rt = (e, t, r) => (Rh(e, t, "read from private field"), r ? r.call(e) : t.get(e)), eo = (e, t, r) => t.has(e) ? U1("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, r), Da = (e, t, r, n) => (Rh(e, t, "write to private field"), t.set(e, r), r), mu = (e, t, r) => (Rh(e, t, "access private method"), r), Qo, On, ea, Wn, Wr, ud, fd, F1, j1, $h;
|
|
28811
|
-
const
|
|
28836
|
+
const U8 = "/", F8 = {
|
|
28812
28837
|
"Mvr-Source": `@mysten/sui@${Bw}`
|
|
28813
28838
|
};
|
|
28814
|
-
class
|
|
28839
|
+
class j8 {
|
|
28815
28840
|
constructor({ cache: t, url: r, pageSize: n = 50, overrides: s }) {
|
|
28816
28841
|
eo(this, Wr), eo(this, Qo), eo(this, On), eo(this, ea), eo(this, Wn), Da(this, Qo, t), Da(this, On, r), Da(this, ea, n), Da(this, Wn, {
|
|
28817
28842
|
packages: s == null ? void 0 : s.packages,
|
|
28818
28843
|
types: s == null ? void 0 : s.types
|
|
28819
|
-
}),
|
|
28844
|
+
}), L8(rt(this, Wn));
|
|
28820
28845
|
}
|
|
28821
28846
|
async resolvePackage({
|
|
28822
28847
|
package: t
|
|
@@ -28963,7 +28988,7 @@ $h = async function(e, t) {
|
|
|
28963
28988
|
method: "POST",
|
|
28964
28989
|
headers: {
|
|
28965
28990
|
"Content-Type": "application/json",
|
|
28966
|
-
...
|
|
28991
|
+
...F8
|
|
28967
28992
|
},
|
|
28968
28993
|
body: JSON.stringify(t)
|
|
28969
28994
|
});
|
|
@@ -28973,7 +28998,7 @@ $h = async function(e, t) {
|
|
|
28973
28998
|
}
|
|
28974
28999
|
return r.json();
|
|
28975
29000
|
};
|
|
28976
|
-
function
|
|
29001
|
+
function L8(e) {
|
|
28977
29002
|
if (e != null && e.packages)
|
|
28978
29003
|
for (const [t, r] of Object.entries(e.packages)) {
|
|
28979
29004
|
if (!zt(t))
|
|
@@ -29009,12 +29034,12 @@ function dd(e, t) {
|
|
|
29009
29034
|
});
|
|
29010
29035
|
}
|
|
29011
29036
|
function Nt(e) {
|
|
29012
|
-
return e.includes(
|
|
29037
|
+
return e.includes(U8) || e.includes("@") || e.includes(".sui");
|
|
29013
29038
|
}
|
|
29014
29039
|
function L1(e) {
|
|
29015
29040
|
return typeof e == "object" && "address" in e && "module" in e && "name" in e && "typeParams" in e;
|
|
29016
29041
|
}
|
|
29017
|
-
function
|
|
29042
|
+
function D8(e) {
|
|
29018
29043
|
const t = /* @__PURE__ */ new Set(), r = /* @__PURE__ */ new Set();
|
|
29019
29044
|
for (const n of e.commands)
|
|
29020
29045
|
switch (n.$kind) {
|
|
@@ -29039,7 +29064,7 @@ function L8(e) {
|
|
|
29039
29064
|
types: [...r]
|
|
29040
29065
|
};
|
|
29041
29066
|
}
|
|
29042
|
-
function
|
|
29067
|
+
function H8(e, t) {
|
|
29043
29068
|
var r;
|
|
29044
29069
|
for (const n of e.commands) {
|
|
29045
29070
|
if ((r = n.MakeMoveVec) != null && r.type) {
|
|
@@ -29069,22 +29094,22 @@ function Mm(e) {
|
|
|
29069
29094
|
const t = /* @__PURE__ */ new Set();
|
|
29070
29095
|
for (const r of e)
|
|
29071
29096
|
if (Nt(r)) {
|
|
29072
|
-
if (!
|
|
29097
|
+
if (!W5(r)) throw new Error(`Invalid type with names: ${r}`);
|
|
29073
29098
|
t.add(r);
|
|
29074
29099
|
}
|
|
29075
29100
|
return t;
|
|
29076
29101
|
}
|
|
29077
|
-
const
|
|
29078
|
-
const s =
|
|
29102
|
+
const z8 = (e) => async (t, r, n) => {
|
|
29103
|
+
const s = D8(t);
|
|
29079
29104
|
if (s.types.length === 0 && s.packages.length === 0)
|
|
29080
29105
|
return n();
|
|
29081
|
-
const i = await
|
|
29106
|
+
const i = await V8(r).core.mvr.resolve({
|
|
29082
29107
|
types: s.types,
|
|
29083
29108
|
packages: s.packages
|
|
29084
29109
|
});
|
|
29085
|
-
|
|
29110
|
+
H8(t, i), await n();
|
|
29086
29111
|
};
|
|
29087
|
-
function
|
|
29112
|
+
function V8(e) {
|
|
29088
29113
|
if (!e.client)
|
|
29089
29114
|
throw new Error(
|
|
29090
29115
|
"No sui client passed to Transaction#build, but transaction data was not sufficient to build offline."
|
|
@@ -29149,7 +29174,7 @@ function to() {
|
|
|
29149
29174
|
}
|
|
29150
29175
|
const W1 = class pd {
|
|
29151
29176
|
constructor() {
|
|
29152
|
-
jr(this, We), jr(this, As), jr(this, Os), jr(this, gn, /* @__PURE__ */ new Map()), jr(this, Yr, []), jr(this, ir, []), jr(this, or, /* @__PURE__ */ new Set()), jr(this, Ar, /* @__PURE__ */ new Set()), jr(this, Kn, /* @__PURE__ */ new Map()), jr(this, ae), this.object =
|
|
29177
|
+
jr(this, We), jr(this, As), jr(this, Os), jr(this, gn, /* @__PURE__ */ new Map()), jr(this, Yr, []), jr(this, ir, []), jr(this, or, /* @__PURE__ */ new Set()), jr(this, Ar, /* @__PURE__ */ new Set()), jr(this, Kn, /* @__PURE__ */ new Map()), jr(this, ae), this.object = $8(
|
|
29153
29178
|
(r) => {
|
|
29154
29179
|
var i, o;
|
|
29155
29180
|
if (typeof r == "function")
|
|
@@ -29262,7 +29287,7 @@ const W1 = class pd {
|
|
|
29262
29287
|
get pure() {
|
|
29263
29288
|
return Object.defineProperty(this, "pure", {
|
|
29264
29289
|
enumerable: !1,
|
|
29265
|
-
value:
|
|
29290
|
+
value: N8((t) => _h(t) ? tt(this, We, rc).call(this, "pure", {
|
|
29266
29291
|
$kind: "Pure",
|
|
29267
29292
|
Pure: {
|
|
29268
29293
|
bytes: t.toBase64()
|
|
@@ -29407,7 +29432,7 @@ const W1 = class pd {
|
|
|
29407
29432
|
const r = this.isFullyResolved();
|
|
29408
29433
|
return JSON.stringify(
|
|
29409
29434
|
Ve(
|
|
29410
|
-
|
|
29435
|
+
Q3,
|
|
29411
29436
|
r ? {
|
|
29412
29437
|
...Y(this, ae).snapshot(),
|
|
29413
29438
|
digest: Y(this, ae).getDigest()
|
|
@@ -29459,7 +29484,7 @@ const W1 = class pd {
|
|
|
29459
29484
|
throw new Error(`Missing intent resolver for ${i}`);
|
|
29460
29485
|
n.push(Y(this, gn).get(i));
|
|
29461
29486
|
}
|
|
29462
|
-
n.push(
|
|
29487
|
+
n.push(z8()), await tt(this, We, Mh).call(this, n, t);
|
|
29463
29488
|
}
|
|
29464
29489
|
};
|
|
29465
29490
|
As = /* @__PURE__ */ new WeakMap();
|
|
@@ -29510,7 +29535,7 @@ Ec = function(e) {
|
|
|
29510
29535
|
hd = async function(e) {
|
|
29511
29536
|
if (!e.onlyTransactionKind && !Y(this, ae).sender)
|
|
29512
29537
|
throw new Error("Missing transaction sender");
|
|
29513
|
-
await tt(this, We, Mh).call(this, [...Y(this, Os),
|
|
29538
|
+
await tt(this, We, Mh).call(this, [...Y(this, Os), B8], e);
|
|
29514
29539
|
};
|
|
29515
29540
|
Mh = async function(e, t) {
|
|
29516
29541
|
const r = (n) => {
|
|
@@ -29590,16 +29615,16 @@ V1 = function() {
|
|
|
29590
29615
|
}
|
|
29591
29616
|
};
|
|
29592
29617
|
let K1 = W1;
|
|
29593
|
-
const
|
|
29618
|
+
const q8 = {
|
|
29594
29619
|
mainnet: "https://mainnet.mvr.mystenlabs.com",
|
|
29595
29620
|
testnet: "https://testnet.mvr.mystenlabs.com"
|
|
29596
29621
|
};
|
|
29597
|
-
class
|
|
29622
|
+
class G8 extends t1 {
|
|
29598
29623
|
constructor(t) {
|
|
29599
29624
|
var r, n, s;
|
|
29600
|
-
super(t), this.core = this, this.mvr = new
|
|
29625
|
+
super(t), this.core = this, this.mvr = new j8({
|
|
29601
29626
|
cache: this.cache.scope("core.mvr"),
|
|
29602
|
-
url: ((r = t.mvr) == null ? void 0 : r.url) ??
|
|
29627
|
+
url: ((r = t.mvr) == null ? void 0 : r.url) ?? q8[this.network],
|
|
29603
29628
|
pageSize: (n = t.mvr) == null ? void 0 : n.pageSize,
|
|
29604
29629
|
overrides: (s = t.mvr) == null ? void 0 : s.overrides
|
|
29605
29630
|
});
|
|
@@ -29613,7 +29638,7 @@ class q8 extends t1 {
|
|
|
29613
29638
|
return { object: n };
|
|
29614
29639
|
}
|
|
29615
29640
|
async getDynamicField(t) {
|
|
29616
|
-
const r =
|
|
29641
|
+
const r = u8(
|
|
29617
29642
|
t.parentId,
|
|
29618
29643
|
Er.parseFromStr(t.name.type),
|
|
29619
29644
|
t.name.bcs
|
|
@@ -29665,9 +29690,9 @@ class q8 extends t1 {
|
|
|
29665
29690
|
}
|
|
29666
29691
|
}
|
|
29667
29692
|
}
|
|
29668
|
-
class
|
|
29693
|
+
class W8 extends Error {
|
|
29669
29694
|
}
|
|
29670
|
-
class Xn extends
|
|
29695
|
+
class Xn extends W8 {
|
|
29671
29696
|
constructor(t, r) {
|
|
29672
29697
|
super(r), this.code = t;
|
|
29673
29698
|
}
|
|
@@ -29693,29 +29718,29 @@ class Xn extends G8 {
|
|
|
29693
29718
|
}
|
|
29694
29719
|
}
|
|
29695
29720
|
}
|
|
29696
|
-
function
|
|
29721
|
+
function K8(e) {
|
|
29697
29722
|
return {
|
|
29698
29723
|
...$t.fromBytes(e).snapshot(),
|
|
29699
29724
|
bcs: e
|
|
29700
29725
|
};
|
|
29701
29726
|
}
|
|
29702
|
-
function
|
|
29727
|
+
function X8(e) {
|
|
29703
29728
|
const t = he.TransactionEffects.parse(e);
|
|
29704
29729
|
switch (t.$kind) {
|
|
29705
29730
|
case "V1":
|
|
29706
|
-
return
|
|
29731
|
+
return Y8({ effects: t.V1 });
|
|
29707
29732
|
case "V2":
|
|
29708
|
-
return
|
|
29733
|
+
return Z8({ bytes: e, effects: t.V2 });
|
|
29709
29734
|
default:
|
|
29710
29735
|
throw new Error(
|
|
29711
29736
|
`Unknown transaction effects version: ${t.$kind}`
|
|
29712
29737
|
);
|
|
29713
29738
|
}
|
|
29714
29739
|
}
|
|
29715
|
-
function
|
|
29740
|
+
function Y8(e) {
|
|
29716
29741
|
throw new Error("V1 effects are not supported yet");
|
|
29717
29742
|
}
|
|
29718
|
-
function
|
|
29743
|
+
function Z8({
|
|
29719
29744
|
bytes: e,
|
|
29720
29745
|
effects: t
|
|
29721
29746
|
}) {
|
|
@@ -29768,18 +29793,18 @@ function Y8({
|
|
|
29768
29793
|
}
|
|
29769
29794
|
var X1 = (e) => {
|
|
29770
29795
|
throw TypeError(e);
|
|
29771
|
-
}, Y1 = (e, t, r) => t.has(e) || X1("Cannot " + r), Ht = (e, t, r) => (Y1(e, t, "read from private field"), r ? r.call(e) : t.get(e)),
|
|
29772
|
-
class
|
|
29796
|
+
}, Y1 = (e, t, r) => t.has(e) || X1("Cannot " + r), Ht = (e, t, r) => (Y1(e, t, "read from private field"), r ? r.call(e) : t.get(e)), J8 = (e, t, r) => t.has(e) ? X1("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, r), Q8 = (e, t, r, n) => (Y1(e, t, "write to private field"), t.set(e, r), r), pt;
|
|
29797
|
+
class eO extends G8 {
|
|
29773
29798
|
constructor({
|
|
29774
29799
|
jsonRpcClient: t,
|
|
29775
29800
|
mvr: r
|
|
29776
29801
|
}) {
|
|
29777
|
-
super({ network: t.network, base: t, mvr: r }),
|
|
29802
|
+
super({ network: t.network, base: t, mvr: r }), J8(this, pt), Q8(this, pt, t);
|
|
29778
29803
|
}
|
|
29779
29804
|
async getObjects(t) {
|
|
29780
29805
|
const r = du(t.objectIds, 50), n = [];
|
|
29781
29806
|
for (const s of r) {
|
|
29782
|
-
const i = await Ht(this,
|
|
29807
|
+
const i = await Ht(this, pt).multiGetObjects({
|
|
29783
29808
|
ids: s,
|
|
29784
29809
|
options: {
|
|
29785
29810
|
showOwner: !0,
|
|
@@ -29796,7 +29821,7 @@ class Q8 extends q8 {
|
|
|
29796
29821
|
};
|
|
29797
29822
|
}
|
|
29798
29823
|
async getOwnedObjects(t) {
|
|
29799
|
-
const r = await Ht(this,
|
|
29824
|
+
const r = await Ht(this, pt).getOwnedObjects({
|
|
29800
29825
|
owner: t.address,
|
|
29801
29826
|
limit: t.limit,
|
|
29802
29827
|
cursor: t.cursor,
|
|
@@ -29819,7 +29844,7 @@ class Q8 extends q8 {
|
|
|
29819
29844
|
};
|
|
29820
29845
|
}
|
|
29821
29846
|
async getCoins(t) {
|
|
29822
|
-
const r = await Ht(this,
|
|
29847
|
+
const r = await Ht(this, pt).getCoins({
|
|
29823
29848
|
owner: t.address,
|
|
29824
29849
|
coinType: t.coinType,
|
|
29825
29850
|
limit: t.limit,
|
|
@@ -29834,7 +29859,7 @@ class Q8 extends q8 {
|
|
|
29834
29859
|
balance: n.balance,
|
|
29835
29860
|
type: `0x2::coin::Coin<${n.coinType}>`,
|
|
29836
29861
|
content: Promise.resolve(
|
|
29837
|
-
|
|
29862
|
+
nO.serialize({
|
|
29838
29863
|
id: n.coinObjectId,
|
|
29839
29864
|
balance: {
|
|
29840
29865
|
value: n.balance
|
|
@@ -29851,7 +29876,7 @@ class Q8 extends q8 {
|
|
|
29851
29876
|
};
|
|
29852
29877
|
}
|
|
29853
29878
|
async getBalance(t) {
|
|
29854
|
-
const r = await Ht(this,
|
|
29879
|
+
const r = await Ht(this, pt).getBalance({
|
|
29855
29880
|
owner: t.address,
|
|
29856
29881
|
coinType: t.coinType,
|
|
29857
29882
|
signal: t.signal
|
|
@@ -29865,7 +29890,7 @@ class Q8 extends q8 {
|
|
|
29865
29890
|
}
|
|
29866
29891
|
async getAllBalances(t) {
|
|
29867
29892
|
return {
|
|
29868
|
-
balances: (await Ht(this,
|
|
29893
|
+
balances: (await Ht(this, pt).getAllBalances({
|
|
29869
29894
|
owner: t.address,
|
|
29870
29895
|
signal: t.signal
|
|
29871
29896
|
})).map((n) => ({
|
|
@@ -29877,7 +29902,7 @@ class Q8 extends q8 {
|
|
|
29877
29902
|
};
|
|
29878
29903
|
}
|
|
29879
29904
|
async getTransaction(t) {
|
|
29880
|
-
const r = await Ht(this,
|
|
29905
|
+
const r = await Ht(this, pt).getTransactionBlock({
|
|
29881
29906
|
digest: t.digest,
|
|
29882
29907
|
options: {
|
|
29883
29908
|
showRawInput: !0,
|
|
@@ -29893,7 +29918,7 @@ class Q8 extends q8 {
|
|
|
29893
29918
|
};
|
|
29894
29919
|
}
|
|
29895
29920
|
async executeTransaction(t) {
|
|
29896
|
-
const r = await Ht(this,
|
|
29921
|
+
const r = await Ht(this, pt).executeTransactionBlock({
|
|
29897
29922
|
transactionBlock: t.transaction,
|
|
29898
29923
|
signature: t.signatures,
|
|
29899
29924
|
options: {
|
|
@@ -29910,10 +29935,10 @@ class Q8 extends q8 {
|
|
|
29910
29935
|
};
|
|
29911
29936
|
}
|
|
29912
29937
|
async dryRunTransaction(t) {
|
|
29913
|
-
const r = K1.from(t.transaction), n = await Ht(this,
|
|
29938
|
+
const r = K1.from(t.transaction), n = await Ht(this, pt).dryRunTransactionBlock({
|
|
29914
29939
|
transactionBlock: t.transaction,
|
|
29915
29940
|
signal: t.signal
|
|
29916
|
-
}), { effects: s, objectTypes: i } =
|
|
29941
|
+
}), { effects: s, objectTypes: i } = tO({
|
|
29917
29942
|
effects: n.effects,
|
|
29918
29943
|
objectChanges: n.objectChanges
|
|
29919
29944
|
});
|
|
@@ -29924,12 +29949,12 @@ class Q8 extends q8 {
|
|
|
29924
29949
|
effects: s,
|
|
29925
29950
|
objectTypes: Promise.resolve(i),
|
|
29926
29951
|
signatures: [],
|
|
29927
|
-
transaction:
|
|
29952
|
+
transaction: K8(t.transaction)
|
|
29928
29953
|
}
|
|
29929
29954
|
};
|
|
29930
29955
|
}
|
|
29931
29956
|
async getReferenceGasPrice(t) {
|
|
29932
|
-
const r = await Ht(this,
|
|
29957
|
+
const r = await Ht(this, pt).getReferenceGasPrice({
|
|
29933
29958
|
signal: t == null ? void 0 : t.signal
|
|
29934
29959
|
});
|
|
29935
29960
|
return {
|
|
@@ -29937,7 +29962,7 @@ class Q8 extends q8 {
|
|
|
29937
29962
|
};
|
|
29938
29963
|
}
|
|
29939
29964
|
async getDynamicFields(t) {
|
|
29940
|
-
const r = await Ht(this,
|
|
29965
|
+
const r = await Ht(this, pt).getDynamicFields({
|
|
29941
29966
|
parentId: t.parentId,
|
|
29942
29967
|
limit: t.limit,
|
|
29943
29968
|
cursor: t.cursor
|
|
@@ -29956,7 +29981,7 @@ class Q8 extends q8 {
|
|
|
29956
29981
|
};
|
|
29957
29982
|
}
|
|
29958
29983
|
async verifyZkLoginSignature(t) {
|
|
29959
|
-
const r = await Ht(this,
|
|
29984
|
+
const r = await Ht(this, pt).verifyZkLoginSignature({
|
|
29960
29985
|
bytes: t.bytes,
|
|
29961
29986
|
signature: t.signature,
|
|
29962
29987
|
intentScope: t.intentScope,
|
|
@@ -29968,13 +29993,13 @@ class Q8 extends q8 {
|
|
|
29968
29993
|
};
|
|
29969
29994
|
}
|
|
29970
29995
|
resolveNameServiceNames(t) {
|
|
29971
|
-
return Ht(this,
|
|
29996
|
+
return Ht(this, pt).resolveNameServiceNames(t);
|
|
29972
29997
|
}
|
|
29973
29998
|
resolveTransactionPlugin() {
|
|
29974
|
-
return N1(Ht(this,
|
|
29999
|
+
return N1(Ht(this, pt));
|
|
29975
30000
|
}
|
|
29976
30001
|
}
|
|
29977
|
-
|
|
30002
|
+
pt = /* @__PURE__ */ new WeakMap();
|
|
29978
30003
|
function Fm(e) {
|
|
29979
30004
|
var t;
|
|
29980
30005
|
return {
|
|
@@ -30038,7 +30063,7 @@ function jm(e) {
|
|
|
30038
30063
|
return {
|
|
30039
30064
|
digest: e.digest,
|
|
30040
30065
|
epoch: ((o = e.effects) == null ? void 0 : o.executedEpoch) ?? null,
|
|
30041
|
-
effects:
|
|
30066
|
+
effects: X8(new Uint8Array(e.rawEffects)),
|
|
30042
30067
|
objectTypes: Promise.resolve(r),
|
|
30043
30068
|
transaction: {
|
|
30044
30069
|
...s,
|
|
@@ -30047,7 +30072,7 @@ function jm(e) {
|
|
|
30047
30072
|
signatures: t.txSignatures
|
|
30048
30073
|
};
|
|
30049
30074
|
}
|
|
30050
|
-
function
|
|
30075
|
+
function tO({
|
|
30051
30076
|
bytes: e,
|
|
30052
30077
|
effects: t,
|
|
30053
30078
|
objectChanges: r
|
|
@@ -30181,25 +30206,25 @@ function eO({
|
|
|
30181
30206
|
}
|
|
30182
30207
|
};
|
|
30183
30208
|
}
|
|
30184
|
-
const
|
|
30209
|
+
const rO = he.struct("Balance", {
|
|
30185
30210
|
value: he.u64()
|
|
30186
|
-
}),
|
|
30211
|
+
}), nO = he.struct("Coin", {
|
|
30187
30212
|
id: he.Address,
|
|
30188
|
-
balance:
|
|
30189
|
-
}),
|
|
30190
|
-
class
|
|
30213
|
+
balance: rO
|
|
30214
|
+
}), sO = Symbol.for("@mysten/SuiClient");
|
|
30215
|
+
class iO extends t1 {
|
|
30191
30216
|
/**
|
|
30192
30217
|
* Establish a connection to a Sui RPC endpoint
|
|
30193
30218
|
*
|
|
30194
30219
|
* @param options configuration options for the API Client
|
|
30195
30220
|
*/
|
|
30196
30221
|
constructor(t) {
|
|
30197
|
-
super({ network: t.network ?? "unknown" }), this.jsonRpc = this, this.transport = t.transport ?? new
|
|
30222
|
+
super({ network: t.network ?? "unknown" }), this.jsonRpc = this, this.transport = t.transport ?? new o5({ url: t.url }), this.core = new eO({
|
|
30198
30223
|
jsonRpcClient: this,
|
|
30199
30224
|
mvr: t.mvr
|
|
30200
30225
|
});
|
|
30201
30226
|
}
|
|
30202
|
-
get [
|
|
30227
|
+
get [sO]() {
|
|
30203
30228
|
return !0;
|
|
30204
30229
|
}
|
|
30205
30230
|
async getRpcApiVersion({ signal: t } = {}) {
|
|
@@ -30509,7 +30534,7 @@ class sO extends t1 {
|
|
|
30509
30534
|
const o = await this.transport.request({
|
|
30510
30535
|
method: "sui_executeTransactionBlock",
|
|
30511
30536
|
params: [
|
|
30512
|
-
typeof t == "string" ? t :
|
|
30537
|
+
typeof t == "string" ? t : yt(t),
|
|
30513
30538
|
Array.isArray(r) ? r : [r],
|
|
30514
30539
|
n
|
|
30515
30540
|
],
|
|
@@ -30669,7 +30694,7 @@ class sO extends t1 {
|
|
|
30669
30694
|
var n, s;
|
|
30670
30695
|
let r;
|
|
30671
30696
|
if (G1(t.transactionBlock))
|
|
30672
|
-
t.transactionBlock.setSenderIfNotSet(t.sender), r =
|
|
30697
|
+
t.transactionBlock.setSenderIfNotSet(t.sender), r = yt(
|
|
30673
30698
|
await t.transactionBlock.build({
|
|
30674
30699
|
client: this,
|
|
30675
30700
|
onlyTransactionKind: !0
|
|
@@ -30678,7 +30703,7 @@ class sO extends t1 {
|
|
|
30678
30703
|
else if (typeof t.transactionBlock == "string")
|
|
30679
30704
|
r = t.transactionBlock;
|
|
30680
30705
|
else if (t.transactionBlock instanceof Uint8Array)
|
|
30681
|
-
r =
|
|
30706
|
+
r = yt(t.transactionBlock);
|
|
30682
30707
|
else
|
|
30683
30708
|
throw new Error("Unknown transaction block format.");
|
|
30684
30709
|
return (n = t.signal) == null || n.throwIfAborted(), await this.transport.request({
|
|
@@ -30694,7 +30719,7 @@ class sO extends t1 {
|
|
|
30694
30719
|
return await this.transport.request({
|
|
30695
30720
|
method: "sui_dryRunTransactionBlock",
|
|
30696
30721
|
params: [
|
|
30697
|
-
typeof t.transactionBlock == "string" ? t.transactionBlock :
|
|
30722
|
+
typeof t.transactionBlock == "string" ? t.transactionBlock : yt(t.transactionBlock)
|
|
30698
30723
|
]
|
|
30699
30724
|
});
|
|
30700
30725
|
}
|
|
@@ -30855,7 +30880,7 @@ class sO extends t1 {
|
|
|
30855
30880
|
return {
|
|
30856
30881
|
hasNextPage: s,
|
|
30857
30882
|
nextCursor: n,
|
|
30858
|
-
data: i.map((o) =>
|
|
30883
|
+
data: i.map((o) => z5(o, t))
|
|
30859
30884
|
};
|
|
30860
30885
|
}
|
|
30861
30886
|
async getProtocolConfig(t) {
|
|
@@ -30908,9 +30933,9 @@ class sO extends t1 {
|
|
|
30908
30933
|
};
|
|
30909
30934
|
}
|
|
30910
30935
|
}
|
|
30911
|
-
class
|
|
30936
|
+
class oO {
|
|
30912
30937
|
constructor(t, r, n) {
|
|
30913
|
-
this.client = new
|
|
30938
|
+
this.client = new iO({ url: a5(n) }), this.url = t instanceof Ct ? t : new Ct(t), this.account = r, this.network = n;
|
|
30914
30939
|
}
|
|
30915
30940
|
get htlcActorAddress() {
|
|
30916
30941
|
return "accounts" in this.account ? this.account.accounts[0].address : this.account.toSuiAddress();
|
|
@@ -30933,7 +30958,7 @@ class iO {
|
|
|
30933
30958
|
u.pure.u256(i.timelock),
|
|
30934
30959
|
u.pure.vector("u8", Buffer.from("")),
|
|
30935
30960
|
l,
|
|
30936
|
-
u.object(
|
|
30961
|
+
u.object(r8)
|
|
30937
30962
|
]
|
|
30938
30963
|
});
|
|
30939
30964
|
const p = await u.build({ client: this.client }), d = await this.client.dryRunTransactionBlock({
|
|
@@ -31002,7 +31027,7 @@ class Z1 extends Lm {
|
|
|
31002
31027
|
} else
|
|
31003
31028
|
this._digestKey = t.digestKey;
|
|
31004
31029
|
this._quote = t.quote ?? new qk(this._api.quote), this._auth = t.auth ?? Lh.fromDigestKey(new Ct(this._api.auth), this._digestKey), this._orderbook = t.orderbook ?? new o2(new Ct(this._api.orderbook)), this._evmHTLC = t.htlc.evm, this._starknetHTLC = t.htlc.starknet, this._solanaHTLC = t.htlc.solana, this._suiHTLC = t.htlc.sui, this._secretManager = t.secretManager ?? pc.fromDigestKey(this._digestKey.digestKey), this.orderExecutorCache = new Hk(), this._blockNumberFetcher = t.blockNumberFetcher ?? new Vk(this._api.info, this.environment);
|
|
31005
|
-
const s = new
|
|
31030
|
+
const s = new PI(C_(this.environment));
|
|
31006
31031
|
this._btcWallet = pi.fromPrivateKey(
|
|
31007
31032
|
this._digestKey.digestKey,
|
|
31008
31033
|
s
|
|
@@ -31025,17 +31050,17 @@ class Z1 extends Lm {
|
|
|
31025
31050
|
"API not found, invalid environment " + t.environment
|
|
31026
31051
|
);
|
|
31027
31052
|
const s = {
|
|
31028
|
-
evm: t.wallets.evm ? new
|
|
31053
|
+
evm: t.wallets.evm ? new vI(
|
|
31029
31054
|
n.evmRelay,
|
|
31030
31055
|
t.wallets.evm,
|
|
31031
31056
|
Lh.fromDigestKey(new Ct(n.auth), r)
|
|
31032
31057
|
) : void 0,
|
|
31033
|
-
starknet: t.wallets.starknet ? new
|
|
31058
|
+
starknet: t.wallets.starknet ? new xI(
|
|
31034
31059
|
n.starknetRelay,
|
|
31035
31060
|
t.wallets.starknet,
|
|
31036
31061
|
t.environment === Sr.MAINNET ? Vt.MAINNET : Vt.TESTNET
|
|
31037
31062
|
) : void 0,
|
|
31038
|
-
solana: t.wallets.solana ? new
|
|
31063
|
+
solana: t.wallets.solana ? new YP(
|
|
31039
31064
|
t.wallets.solana,
|
|
31040
31065
|
new Ct(n.solanaRelay),
|
|
31041
31066
|
t.environment === Sr.MAINNET ? jp.mainnet : jp.testnet,
|
|
@@ -31044,7 +31069,7 @@ class Z1 extends Lm {
|
|
|
31044
31069
|
spl: t.solanaProgramAddress && t.solanaProgramAddress.spl ? t.solanaProgramAddress.spl : Lp.mainnet.spl
|
|
31045
31070
|
}
|
|
31046
31071
|
) : void 0,
|
|
31047
|
-
sui: t.wallets.sui ? new
|
|
31072
|
+
sui: t.wallets.sui ? new oO(
|
|
31048
31073
|
n.suiRelay,
|
|
31049
31074
|
t.wallets.sui,
|
|
31050
31075
|
t.environment === Sr.MAINNET ? Vt.MAINNET : Vt.TESTNET
|
|
@@ -31640,7 +31665,7 @@ class Z1 extends Lm {
|
|
|
31640
31665
|
}
|
|
31641
31666
|
}
|
|
31642
31667
|
}
|
|
31643
|
-
class
|
|
31668
|
+
class FO {
|
|
31644
31669
|
constructor(t, r, n) {
|
|
31645
31670
|
this.callData = new zh(hw), this.account = t, this.starknetProvider = new Hm({
|
|
31646
31671
|
nodeUrl: r || (n ? fc[n].nodeUrl : fc.mainnet.nodeUrl)
|
|
@@ -31665,7 +31690,7 @@ class UO {
|
|
|
31665
31690
|
throw new Error("Token address retrieval failed");
|
|
31666
31691
|
const s = zm.toHex(n), i = fo.uint256(BigInt(t.source_swap.amount));
|
|
31667
31692
|
try {
|
|
31668
|
-
const c = await
|
|
31693
|
+
const c = await EI(
|
|
31669
31694
|
this.account,
|
|
31670
31695
|
s,
|
|
31671
31696
|
t.source_swap.asset,
|
|
@@ -31740,7 +31765,7 @@ class UO {
|
|
|
31740
31765
|
}
|
|
31741
31766
|
}
|
|
31742
31767
|
}
|
|
31743
|
-
class
|
|
31768
|
+
class jO {
|
|
31744
31769
|
/**
|
|
31745
31770
|
* Creates a new instance of SolanaHTLC.
|
|
31746
31771
|
* @param {AnchorProvider} provider - Solana Provider (abstraction of RPC connection and a Wallet)
|
|
@@ -31860,23 +31885,23 @@ class FO {
|
|
|
31860
31885
|
export {
|
|
31861
31886
|
Vp as A,
|
|
31862
31887
|
z as B,
|
|
31863
|
-
|
|
31888
|
+
$O as C,
|
|
31864
31889
|
us as D,
|
|
31865
|
-
|
|
31890
|
+
vI as E,
|
|
31866
31891
|
zp as F,
|
|
31867
31892
|
Z1 as G,
|
|
31868
31893
|
lo as H,
|
|
31869
31894
|
dw as I,
|
|
31870
|
-
|
|
31871
|
-
|
|
31872
|
-
|
|
31873
|
-
|
|
31895
|
+
gI as J,
|
|
31896
|
+
yI as K,
|
|
31897
|
+
mI as L,
|
|
31898
|
+
pI as M,
|
|
31874
31899
|
ur as N,
|
|
31875
31900
|
Ae as O,
|
|
31876
31901
|
Cb as P,
|
|
31877
31902
|
qk as Q,
|
|
31878
|
-
|
|
31879
|
-
|
|
31903
|
+
PI as R,
|
|
31904
|
+
xI as S,
|
|
31880
31905
|
pi as T,
|
|
31881
31906
|
ju as U,
|
|
31882
31907
|
fc as V,
|
|
@@ -31889,23 +31914,23 @@ export {
|
|
|
31889
31914
|
os as e,
|
|
31890
31915
|
Zr as f,
|
|
31891
31916
|
kd as g,
|
|
31892
|
-
|
|
31917
|
+
FO as h,
|
|
31893
31918
|
Nc as i,
|
|
31894
|
-
|
|
31895
|
-
|
|
31919
|
+
YP as j,
|
|
31920
|
+
jO as k,
|
|
31896
31921
|
Yd as l,
|
|
31897
31922
|
Vk as m,
|
|
31898
31923
|
ge as n,
|
|
31899
31924
|
Fe as o,
|
|
31900
|
-
|
|
31925
|
+
NO as p,
|
|
31901
31926
|
qp as q,
|
|
31902
31927
|
lc as r,
|
|
31903
31928
|
nt as s,
|
|
31904
31929
|
N_ as t,
|
|
31905
|
-
|
|
31930
|
+
MO as u,
|
|
31906
31931
|
Rb as v,
|
|
31907
31932
|
pc as w,
|
|
31908
|
-
|
|
31909
|
-
|
|
31933
|
+
EI as x,
|
|
31934
|
+
AI as y,
|
|
31910
31935
|
Za as z
|
|
31911
31936
|
};
|