@gardenfi/core 3.1.3-beta.10 → 3.1.3-beta.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{ccip-BlFOttA4.js → ccip-BaRjzpqL.js} +1 -1
- package/dist/{ccip-DbPF0sar.cjs → ccip-sZYxy5vq.cjs} +1 -1
- package/dist/{index-S979upkn.cjs → index-DMnjK6KV.cjs} +36 -36
- package/dist/{index-Cj-02_XM.js → index-Do3FJhaT.js} +654 -617
- package/dist/index.cjs +1 -1
- package/dist/index.js +22 -21
- package/dist/src/index.d.ts +1 -1
- package/dist/src/lib/switchOrAddNetwork.d.ts +2 -1
- package/package.json +3 -3
|
@@ -4,7 +4,7 @@ var z0 = (t) => {
|
|
|
4
4
|
var V0 = (t, e, r) => e.has(t) || z0("Cannot " + r);
|
|
5
5
|
var Se = (t, e, r) => (V0(t, e, "read from private field"), r ? r.call(t) : e.get(t)), Bs = (t, e, r) => e.has(t) ? z0("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(t) : e.set(t, r), Cs = (t, e, r, n) => (V0(t, e, "write to private field"), n ? n.call(t, r) : e.set(t, r), r);
|
|
6
6
|
import { ChainAsset as $t, Assets as M6, BlockchainType as fe, isOrder as F6, isBitcoin as Ni, ArbitrumLocalnet as $6, EthereumLocalnet as j6, isEvmOrderResponse as jc, isEVM as H6, isEvmNativeToken as L6, isStarknetOrderResponse as Qm, isSolanaOrderResponse as eb, isSolanaNativeToken as D6, isSuiOrderResponse as tb, isXrplOrderResponse as rb, OrderStatus as Ei, isCompleted as z6, parseAction as V6, OrderAction as Ue, getBlockchainType as G6, OrderLifecycle as q6, Orderbook as W6 } from "@gardenfi/orderbook";
|
|
7
|
-
import { Network as Re, Environment as Vs, Ok as Z, Err as T, Fetcher as
|
|
7
|
+
import { Network as Re, Environment as Vs, Ok as Z, Err as T, Fetcher as mt, waitForTransactionReceipt as Wi, sleep as Ma, trim0x as ut, Url as It, with0x as Te, checkAllowanceAndApprove as K6, hexToU128Array as nd, ApiKey as X6, DigestKey as Y6, EventBroker as nb, hasKeys as J6, hexToU32Array as Z6 } from "@gardenfi/utils";
|
|
8
8
|
import * as ke from "bitcoinjs-lib";
|
|
9
9
|
import { crypto as Q6, Transaction as Zr, script as Gs, payments as nn, address as Fa, networks as tf, Psbt as G0, initEccLib as ev } from "bitcoinjs-lib";
|
|
10
10
|
import * as Er from "tiny-secp256k1";
|
|
@@ -85,7 +85,7 @@ const rf = {
|
|
|
85
85
|
[Re.MAINNET]: "wss://s.altnet.rippletest.net:51233",
|
|
86
86
|
[Re.TESTNET]: "wss://s.altnet.rippletest.net:51233",
|
|
87
87
|
[Re.LOCALNET]: ""
|
|
88
|
-
},
|
|
88
|
+
}, WB = {
|
|
89
89
|
asset: $t.from(M6.base.cBBTC)
|
|
90
90
|
};
|
|
91
91
|
var kc = /* @__PURE__ */ ((t) => (t.orderCreated = "orderCreated", t.orderInitiating = "orderInitiating", t.orderInitiated = "orderInitiated", t))(kc || {}), $i = /* @__PURE__ */ ((t) => (t.SLOW = "SLOW", t.MEDIUM = "MEDIUM", t.FAST = "FAST", t))($i || {}), cn = /* @__PURE__ */ ((t) => (t.Mainnet = "Mainnet", t.Testnet = "Testnet", t.Regtest = "Regtest", t))(cn || {}), _c = /* @__PURE__ */ ((t) => (t.ALL = "ALL", t.IN = "IN", t.OUT = "OUT", t))(_c || {});
|
|
@@ -133,7 +133,7 @@ const Ye = (t) => t.length === 64 ? t : t.slice(2), Ev = (t) => {
|
|
|
133
133
|
return !1;
|
|
134
134
|
}
|
|
135
135
|
};
|
|
136
|
-
function
|
|
136
|
+
function KB(t, e) {
|
|
137
137
|
if (!t) return !1;
|
|
138
138
|
const r = e === Vs.MAINNET ? ke.networks.bitcoin : e === Vs.TESTNET ? ke.networks.testnet : ke.networks.regtest;
|
|
139
139
|
if (!r) return !1;
|
|
@@ -144,7 +144,7 @@ function WB(t, e) {
|
|
|
144
144
|
return !1;
|
|
145
145
|
}
|
|
146
146
|
}
|
|
147
|
-
function
|
|
147
|
+
function XB(t, e) {
|
|
148
148
|
if (!t) return !1;
|
|
149
149
|
const r = e === Vs.MAINNET ? "MAINNET" : "REGTEST";
|
|
150
150
|
try {
|
|
@@ -153,7 +153,7 @@ function KB(t, e) {
|
|
|
153
153
|
return !1;
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
|
-
function
|
|
156
|
+
function YB(t, e) {
|
|
157
157
|
if (!t) return !1;
|
|
158
158
|
let r;
|
|
159
159
|
if (e === Vs.MAINNET ? r = ec.Networks.livenet : e === Vs.TESTNET ? r = ec.Networks.testnet : r = ec.Networks.testnet, !r) return !1;
|
|
@@ -180,7 +180,7 @@ function XB(t, e) {
|
|
|
180
180
|
return !1;
|
|
181
181
|
}
|
|
182
182
|
}
|
|
183
|
-
function
|
|
183
|
+
function JB(t, e) {
|
|
184
184
|
if (!t) return !1;
|
|
185
185
|
const r = t.trim();
|
|
186
186
|
if (r.includes("@")) {
|
|
@@ -265,7 +265,7 @@ const tc = async (t, e) => {
|
|
|
265
265
|
var u, f;
|
|
266
266
|
const n = await r.getAuthHeaders();
|
|
267
267
|
if (!n.ok) return T(n.error);
|
|
268
|
-
const s = await
|
|
268
|
+
const s = await mt.get(
|
|
269
269
|
e + "/v2/assets",
|
|
270
270
|
{
|
|
271
271
|
headers: {
|
|
@@ -1581,11 +1581,11 @@ function Gv() {
|
|
|
1581
1581
|
}).bind(null, S);
|
|
1582
1582
|
return sf = g, sf;
|
|
1583
1583
|
}
|
|
1584
|
-
var Oo = fb,
|
|
1584
|
+
var Oo = fb, bt = yh, mn = Oo.tfJSON, lb = Oo.TfTypeError, db = Oo.TfPropertyTypeError, ba = Oo.tfSubError, qv = Oo.getValueTypeName, Bn = {
|
|
1585
1585
|
arrayOf: function(e, r) {
|
|
1586
1586
|
e = tn(e), r = r || {};
|
|
1587
1587
|
function n(s, i) {
|
|
1588
|
-
return !
|
|
1588
|
+
return !bt.Array(s) || bt.Nil(s) || r.minLength !== void 0 && s.length < r.minLength || r.maxLength !== void 0 && s.length > r.maxLength || r.length !== void 0 && s.length !== r.length ? !1 : s.every(function(a, o) {
|
|
1589
1589
|
try {
|
|
1590
1590
|
return jt(e, a, i);
|
|
1591
1591
|
} catch (c) {
|
|
@@ -1601,7 +1601,7 @@ var Oo = fb, mt = yh, mn = Oo.tfJSON, lb = Oo.TfTypeError, db = Oo.TfPropertyTyp
|
|
|
1601
1601
|
maybe: function t(e) {
|
|
1602
1602
|
e = tn(e);
|
|
1603
1603
|
function r(n, s) {
|
|
1604
|
-
return
|
|
1604
|
+
return bt.Nil(n) || e(n, s, t);
|
|
1605
1605
|
}
|
|
1606
1606
|
return r.toJSON = function() {
|
|
1607
1607
|
return "?" + mn(e);
|
|
@@ -1610,7 +1610,7 @@ var Oo = fb, mt = yh, mn = Oo.tfJSON, lb = Oo.TfTypeError, db = Oo.TfPropertyTyp
|
|
|
1610
1610
|
map: function(e, r) {
|
|
1611
1611
|
e = tn(e), r && (r = tn(r));
|
|
1612
1612
|
function n(s, i) {
|
|
1613
|
-
if (!
|
|
1613
|
+
if (!bt.Object(s) || bt.Nil(s)) return !1;
|
|
1614
1614
|
for (var a in s) {
|
|
1615
1615
|
try {
|
|
1616
1616
|
r && jt(r, a, i);
|
|
@@ -1637,7 +1637,7 @@ var Oo = fb, mt = yh, mn = Oo.tfJSON, lb = Oo.TfTypeError, db = Oo.TfPropertyTyp
|
|
|
1637
1637
|
for (var n in e)
|
|
1638
1638
|
r[n] = tn(e[n]);
|
|
1639
1639
|
function s(i, a) {
|
|
1640
|
-
if (!
|
|
1640
|
+
if (!bt.Object(i) || bt.Nil(i)) return !1;
|
|
1641
1641
|
var o;
|
|
1642
1642
|
try {
|
|
1643
1643
|
for (o in r) {
|
|
@@ -1699,7 +1699,7 @@ var Oo = fb, mt = yh, mn = Oo.tfJSON, lb = Oo.TfTypeError, db = Oo.TfPropertyTyp
|
|
|
1699
1699
|
tuple: function() {
|
|
1700
1700
|
var e = [].slice.call(arguments).map(tn);
|
|
1701
1701
|
function r(n, s) {
|
|
1702
|
-
return
|
|
1702
|
+
return bt.Nil(n) || bt.Nil(n.length) || s && n.length !== e.length ? !1 : e.every(function(i, a) {
|
|
1703
1703
|
try {
|
|
1704
1704
|
return jt(i, n[a], s);
|
|
1705
1705
|
} catch (o) {
|
|
@@ -1722,27 +1722,27 @@ var Oo = fb, mt = yh, mn = Oo.tfJSON, lb = Oo.TfTypeError, db = Oo.TfPropertyTyp
|
|
|
1722
1722
|
};
|
|
1723
1723
|
Bn.oneOf = Bn.anyOf;
|
|
1724
1724
|
function tn(t) {
|
|
1725
|
-
if (
|
|
1726
|
-
return t[0] === "?" ? Bn.maybe(t.slice(1)) :
|
|
1727
|
-
if (t &&
|
|
1728
|
-
if (
|
|
1725
|
+
if (bt.String(t))
|
|
1726
|
+
return t[0] === "?" ? Bn.maybe(t.slice(1)) : bt[t] || Bn.quacksLike(t);
|
|
1727
|
+
if (t && bt.Object(t)) {
|
|
1728
|
+
if (bt.Array(t)) {
|
|
1729
1729
|
if (t.length !== 1) throw new TypeError("Expected compile() parameter of type Array of length 1");
|
|
1730
1730
|
return Bn.arrayOf(t[0]);
|
|
1731
1731
|
}
|
|
1732
1732
|
return Bn.object(t);
|
|
1733
|
-
} else if (
|
|
1733
|
+
} else if (bt.Function(t))
|
|
1734
1734
|
return t;
|
|
1735
1735
|
return Bn.value(t);
|
|
1736
1736
|
}
|
|
1737
1737
|
function jt(t, e, r, n) {
|
|
1738
|
-
if (
|
|
1738
|
+
if (bt.Function(t)) {
|
|
1739
1739
|
if (t(e, r)) return !0;
|
|
1740
1740
|
throw new lb(n || t, e);
|
|
1741
1741
|
}
|
|
1742
1742
|
return jt(tn(t), e, r);
|
|
1743
1743
|
}
|
|
1744
|
-
for (var ms in
|
|
1745
|
-
jt[ms] =
|
|
1744
|
+
for (var ms in bt)
|
|
1745
|
+
jt[ms] = bt[ms];
|
|
1746
1746
|
for (ms in Bn)
|
|
1747
1747
|
jt[ms] = Bn[ms];
|
|
1748
1748
|
var op = Gv();
|
|
@@ -1788,11 +1788,11 @@ var Wv = jt;
|
|
|
1788
1788
|
}
|
|
1789
1789
|
t.isTaptree = u, t.Buffer256bit = t.typeforce.BufferN(32), t.Hash160bit = t.typeforce.BufferN(20), t.Hash256bit = t.typeforce.BufferN(32), t.Number = t.typeforce.Number, t.Array = t.typeforce.Array, t.Boolean = t.typeforce.Boolean, t.String = t.typeforce.String, t.Buffer = t.typeforce.Buffer, t.Hex = t.typeforce.Hex, t.maybe = t.typeforce.maybe, t.tuple = t.typeforce.tuple, t.UInt8 = t.typeforce.UInt8, t.UInt32 = t.typeforce.UInt32, t.Function = t.typeforce.Function, t.BufferN = t.typeforce.BufferN, t.Null = t.typeforce.Null, t.oneOf = t.typeforce.oneOf;
|
|
1790
1790
|
})(Ot);
|
|
1791
|
-
var Bo = {},
|
|
1792
|
-
Object.defineProperty(
|
|
1793
|
-
|
|
1791
|
+
var Bo = {}, gt = {};
|
|
1792
|
+
Object.defineProperty(gt, "__esModule", { value: !0 });
|
|
1793
|
+
gt.BufferReader = gt.BufferWriter = gt.cloneBuffer = gt.reverseBuffer = gt.writeUInt64LE = gt.readUInt64LE = gt.varuint = void 0;
|
|
1794
1794
|
const Ws = Ot, { typeforce: hb } = Ws, Xa = tv;
|
|
1795
|
-
|
|
1795
|
+
gt.varuint = Xa;
|
|
1796
1796
|
function pb(t, e) {
|
|
1797
1797
|
if (typeof t != "number")
|
|
1798
1798
|
throw new Error("cannot write a non-number as a number");
|
|
@@ -1807,11 +1807,11 @@ function yb(t, e) {
|
|
|
1807
1807
|
let n = t.readUInt32LE(e + 4);
|
|
1808
1808
|
return n *= 4294967296, pb(n + r, 9007199254740991), n + r;
|
|
1809
1809
|
}
|
|
1810
|
-
|
|
1810
|
+
gt.readUInt64LE = yb;
|
|
1811
1811
|
function mb(t, e, r) {
|
|
1812
1812
|
return pb(e, 9007199254740991), t.writeInt32LE(e & -1, r), t.writeUInt32LE(Math.floor(e / 4294967296), r + 4), r + 8;
|
|
1813
1813
|
}
|
|
1814
|
-
|
|
1814
|
+
gt.writeUInt64LE = mb;
|
|
1815
1815
|
function Kv(t) {
|
|
1816
1816
|
if (t.length < 1) return t;
|
|
1817
1817
|
let e = t.length - 1, r = 0;
|
|
@@ -1819,12 +1819,12 @@ function Kv(t) {
|
|
|
1819
1819
|
r = t[n], t[n] = t[e], t[e] = r, e--;
|
|
1820
1820
|
return t;
|
|
1821
1821
|
}
|
|
1822
|
-
|
|
1822
|
+
gt.reverseBuffer = Kv;
|
|
1823
1823
|
function Xv(t) {
|
|
1824
1824
|
const e = Buffer.allocUnsafe(t.length);
|
|
1825
1825
|
return t.copy(e), e;
|
|
1826
1826
|
}
|
|
1827
|
-
|
|
1827
|
+
gt.cloneBuffer = Xv;
|
|
1828
1828
|
class gh {
|
|
1829
1829
|
static withCapacity(e) {
|
|
1830
1830
|
return new gh(Buffer.alloc(e));
|
|
@@ -1864,7 +1864,7 @@ class gh {
|
|
|
1864
1864
|
throw new Error(`buffer size ${this.buffer.length}, offset ${this.offset}`);
|
|
1865
1865
|
}
|
|
1866
1866
|
}
|
|
1867
|
-
|
|
1867
|
+
gt.BufferWriter = gh;
|
|
1868
1868
|
class Yv {
|
|
1869
1869
|
constructor(e, r = 0) {
|
|
1870
1870
|
this.buffer = e, this.offset = r, hb(Ws.tuple(Ws.Buffer, Ws.UInt32), [e, r]);
|
|
@@ -1904,7 +1904,7 @@ class Yv {
|
|
|
1904
1904
|
return r;
|
|
1905
1905
|
}
|
|
1906
1906
|
}
|
|
1907
|
-
|
|
1907
|
+
gt.BufferReader = Yv;
|
|
1908
1908
|
var _s = {}, Xi = {}, Ht = {}, _t = {}, ou = {}, cu = {};
|
|
1909
1909
|
Object.defineProperty(cu, "__esModule", { value: !0 });
|
|
1910
1910
|
cu.crypto = void 0;
|
|
@@ -2205,7 +2205,7 @@ _t.SHA512_IV = Uint32Array.from([
|
|
|
2205
2205
|
]);
|
|
2206
2206
|
Object.defineProperty(Ht, "__esModule", { value: !0 });
|
|
2207
2207
|
Ht.ripemd160 = Ht.RIPEMD160 = Ht.md5 = Ht.MD5 = Ht.sha1 = Ht.SHA1 = void 0;
|
|
2208
|
-
const Ks = _t,
|
|
2208
|
+
const Ks = _t, wt = ou, _i = /* @__PURE__ */ Uint32Array.from([
|
|
2209
2209
|
1732584193,
|
|
2210
2210
|
4023233417,
|
|
2211
2211
|
2562383102,
|
|
@@ -2227,25 +2227,25 @@ class gb extends Ks.HashMD {
|
|
|
2227
2227
|
for (let c = 0; c < 16; c++, r += 4)
|
|
2228
2228
|
Kn[c] = e.getUint32(r, !1);
|
|
2229
2229
|
for (let c = 16; c < 80; c++)
|
|
2230
|
-
Kn[c] = (0,
|
|
2230
|
+
Kn[c] = (0, wt.rotl)(Kn[c - 3] ^ Kn[c - 8] ^ Kn[c - 14] ^ Kn[c - 16], 1);
|
|
2231
2231
|
let { A: n, B: s, C: i, D: a, E: o } = this;
|
|
2232
2232
|
for (let c = 0; c < 80; c++) {
|
|
2233
2233
|
let u, f;
|
|
2234
2234
|
c < 20 ? (u = (0, Ks.Chi)(s, i, a), f = 1518500249) : c < 40 ? (u = s ^ i ^ a, f = 1859775393) : c < 60 ? (u = (0, Ks.Maj)(s, i, a), f = 2400959708) : (u = s ^ i ^ a, f = 3395469782);
|
|
2235
|
-
const l = (0,
|
|
2236
|
-
o = a, a = i, i = (0,
|
|
2235
|
+
const l = (0, wt.rotl)(n, 5) + u + o + f + Kn[c] | 0;
|
|
2236
|
+
o = a, a = i, i = (0, wt.rotl)(s, 30), s = n, n = l;
|
|
2237
2237
|
}
|
|
2238
2238
|
n = n + this.A | 0, s = s + this.B | 0, i = i + this.C | 0, a = a + this.D | 0, o = o + this.E | 0, this.set(n, s, i, a, o);
|
|
2239
2239
|
}
|
|
2240
2240
|
roundClean() {
|
|
2241
|
-
(0,
|
|
2241
|
+
(0, wt.clean)(Kn);
|
|
2242
2242
|
}
|
|
2243
2243
|
destroy() {
|
|
2244
|
-
this.set(0, 0, 0, 0, 0), (0,
|
|
2244
|
+
this.set(0, 0, 0, 0, 0), (0, wt.clean)(this.buffer);
|
|
2245
2245
|
}
|
|
2246
2246
|
}
|
|
2247
2247
|
Ht.SHA1 = gb;
|
|
2248
|
-
Ht.sha1 = (0,
|
|
2248
|
+
Ht.sha1 = (0, wt.createHasher)(() => new gb());
|
|
2249
2249
|
const e5 = /* @__PURE__ */ Math.pow(2, 32), t5 = /* @__PURE__ */ Array.from({ length: 64 }, (t, e) => Math.floor(e5 * Math.abs(Math.sin(e + 1)))), rc = /* @__PURE__ */ _i.slice(0, 4), af = /* @__PURE__ */ new Uint32Array(16);
|
|
2250
2250
|
class wb extends Ks.HashMD {
|
|
2251
2251
|
constructor() {
|
|
@@ -2264,19 +2264,19 @@ class wb extends Ks.HashMD {
|
|
|
2264
2264
|
let { A: n, B: s, C: i, D: a } = this;
|
|
2265
2265
|
for (let o = 0; o < 64; o++) {
|
|
2266
2266
|
let c, u, f;
|
|
2267
|
-
o < 16 ? (c = (0, Ks.Chi)(s, i, a), u = o, f = [7, 12, 17, 22]) : o < 32 ? (c = (0, Ks.Chi)(a, s, i), u = (5 * o + 1) % 16, f = [5, 9, 14, 20]) : o < 48 ? (c = s ^ i ^ a, u = (3 * o + 5) % 16, f = [4, 11, 16, 23]) : (c = i ^ (s | ~a), u = 7 * o % 16, f = [6, 10, 15, 21]), c = c + n + t5[o] + af[u], n = a, a = i, i = s, s = s + (0,
|
|
2267
|
+
o < 16 ? (c = (0, Ks.Chi)(s, i, a), u = o, f = [7, 12, 17, 22]) : o < 32 ? (c = (0, Ks.Chi)(a, s, i), u = (5 * o + 1) % 16, f = [5, 9, 14, 20]) : o < 48 ? (c = s ^ i ^ a, u = (3 * o + 5) % 16, f = [4, 11, 16, 23]) : (c = i ^ (s | ~a), u = 7 * o % 16, f = [6, 10, 15, 21]), c = c + n + t5[o] + af[u], n = a, a = i, i = s, s = s + (0, wt.rotl)(c, f[o % 4]);
|
|
2268
2268
|
}
|
|
2269
2269
|
n = n + this.A | 0, s = s + this.B | 0, i = i + this.C | 0, a = a + this.D | 0, this.set(n, s, i, a);
|
|
2270
2270
|
}
|
|
2271
2271
|
roundClean() {
|
|
2272
|
-
(0,
|
|
2272
|
+
(0, wt.clean)(af);
|
|
2273
2273
|
}
|
|
2274
2274
|
destroy() {
|
|
2275
|
-
this.set(0, 0, 0, 0), (0,
|
|
2275
|
+
this.set(0, 0, 0, 0), (0, wt.clean)(this.buffer);
|
|
2276
2276
|
}
|
|
2277
2277
|
}
|
|
2278
2278
|
Ht.MD5 = wb;
|
|
2279
|
-
Ht.md5 = (0,
|
|
2279
|
+
Ht.md5 = (0, wt.createHasher)(() => new wb());
|
|
2280
2280
|
const r5 = /* @__PURE__ */ Uint8Array.from([
|
|
2281
2281
|
7,
|
|
2282
2282
|
4,
|
|
@@ -2341,25 +2341,25 @@ class kb extends Ks.HashMD {
|
|
|
2341
2341
|
for (let d = 0; d < 5; d++) {
|
|
2342
2342
|
const m = 4 - d, b = a5[d], E = o5[d], A = Ab[d], k = Sb[d], w = s5[d], g = i5[d];
|
|
2343
2343
|
for (let S = 0; S < 16; S++) {
|
|
2344
|
-
const _ = (0,
|
|
2345
|
-
n = l, l = u, u = (0,
|
|
2344
|
+
const _ = (0, wt.rotl)(n + cp(d, i, o, u) + nc[A[S]] + b, w[S]) + l | 0;
|
|
2345
|
+
n = l, l = u, u = (0, wt.rotl)(o, 10) | 0, o = i, i = _;
|
|
2346
2346
|
}
|
|
2347
2347
|
for (let S = 0; S < 16; S++) {
|
|
2348
|
-
const _ = (0,
|
|
2349
|
-
s = p, p = f, f = (0,
|
|
2348
|
+
const _ = (0, wt.rotl)(s + cp(m, a, c, f) + nc[k[S]] + E, g[S]) + p | 0;
|
|
2349
|
+
s = p, p = f, f = (0, wt.rotl)(c, 10) | 0, c = a, a = _;
|
|
2350
2350
|
}
|
|
2351
2351
|
}
|
|
2352
2352
|
this.set(this.h1 + o + f | 0, this.h2 + u + p | 0, this.h3 + l + s | 0, this.h4 + n + a | 0, this.h0 + i + c | 0);
|
|
2353
2353
|
}
|
|
2354
2354
|
roundClean() {
|
|
2355
|
-
(0,
|
|
2355
|
+
(0, wt.clean)(nc);
|
|
2356
2356
|
}
|
|
2357
2357
|
destroy() {
|
|
2358
|
-
this.destroyed = !0, (0,
|
|
2358
|
+
this.destroyed = !0, (0, wt.clean)(this.buffer), this.set(0, 0, 0, 0, 0);
|
|
2359
2359
|
}
|
|
2360
2360
|
}
|
|
2361
2361
|
Ht.RIPEMD160 = kb;
|
|
2362
|
-
Ht.ripemd160 = (0,
|
|
2362
|
+
Ht.ripemd160 = (0, wt.createHasher)(() => new kb());
|
|
2363
2363
|
Object.defineProperty(Xi, "__esModule", { value: !0 });
|
|
2364
2364
|
Xi.ripemd160 = Xi.RIPEMD160 = void 0;
|
|
2365
2365
|
const _b = Ht;
|
|
@@ -3798,7 +3798,7 @@ function lr() {
|
|
|
3798
3798
|
}
|
|
3799
3799
|
Object.defineProperty(Bo, "__esModule", { value: !0 });
|
|
3800
3800
|
Bo.Transaction = void 0;
|
|
3801
|
-
const et =
|
|
3801
|
+
const et = gt, Nt = _s, lp = lr(), E5 = lr(), Ae = Ot, { typeforce: qr } = Ae;
|
|
3802
3802
|
function Qr(t) {
|
|
3803
3803
|
const e = t.length;
|
|
3804
3804
|
return et.varuint.encodingLength(e) + e;
|
|
@@ -5067,7 +5067,7 @@ const tE = [
|
|
|
5067
5067
|
var Sh = {};
|
|
5068
5068
|
(function(t) {
|
|
5069
5069
|
Object.defineProperty(t, "__esModule", { value: !0 }), t.tweakKey = t.tapTweakHash = t.tapleafHash = t.findScriptPath = t.toHashTree = t.rootHashFromPath = t.MAX_TAPTREE_DEPTH = t.LEAF_VERSION_TAPSCRIPT = void 0;
|
|
5070
|
-
const e = di, r = ti, n = _s, s =
|
|
5070
|
+
const e = di, r = ti, n = _s, s = gt, i = Ot;
|
|
5071
5071
|
t.LEAF_VERSION_TAPSCRIPT = 192, t.MAX_TAPTREE_DEPTH = 128;
|
|
5072
5072
|
const a = (b) => "left" in b && "right" in b;
|
|
5073
5073
|
function o(b, E) {
|
|
@@ -6387,7 +6387,7 @@ class UE {
|
|
|
6387
6387
|
...(i == null ? void 0 : i.indicative) !== void 0 && {
|
|
6388
6388
|
indicative: i.indicative.toString()
|
|
6389
6389
|
}
|
|
6390
|
-
}, c = this.quoteUrl.endpoint("/v2/quote").addSearchParams(o), u = await
|
|
6390
|
+
}, c = this.quoteUrl.endpoint("/v2/quote").addSearchParams(o), u = await mt.get(c, {
|
|
6391
6391
|
retryCount: 0,
|
|
6392
6392
|
...i == null ? void 0 : i.request,
|
|
6393
6393
|
headers: {
|
|
@@ -7856,11 +7856,11 @@ class Oh extends vu {
|
|
|
7856
7856
|
}
|
|
7857
7857
|
}
|
|
7858
7858
|
const g8 = (t, e, r) => Ug(() => new Oh(e, t, r)), Hg = g8(1, 136, 256 / 8);
|
|
7859
|
-
function
|
|
7859
|
+
function Et(t, e) {
|
|
7860
7860
|
const r = e || "hex", n = Hg(dn(t, { strict: !1 }) ? ca(t) : t);
|
|
7861
7861
|
return r === "bytes" ? n : Dt(n);
|
|
7862
7862
|
}
|
|
7863
|
-
const w8 = (t) =>
|
|
7863
|
+
const w8 = (t) => Et(ca(t));
|
|
7864
7864
|
function v8(t) {
|
|
7865
7865
|
return w8(t);
|
|
7866
7866
|
}
|
|
@@ -7932,7 +7932,7 @@ const gf = /* @__PURE__ */ new ua(8192);
|
|
|
7932
7932
|
function Uo(t, e) {
|
|
7933
7933
|
if (gf.has(`${t}.${e}`))
|
|
7934
7934
|
return gf.get(`${t}.${e}`);
|
|
7935
|
-
const r = t.substring(2).toLowerCase(), n =
|
|
7935
|
+
const r = t.substring(2).toLowerCase(), n = Et(Xs(r), "bytes"), s = r.split("");
|
|
7936
7936
|
for (let a = 0; a < 40; a += 2)
|
|
7937
7937
|
n[a >> 1] >> 4 >= 8 && s[a] && (s[a] = s[a].toUpperCase()), (n[a >> 1] & 15) >= 8 && s[a + 1] && (s[a + 1] = s[a + 1].toUpperCase());
|
|
7938
7938
|
const i = `0x${s.join("")}`;
|
|
@@ -8270,7 +8270,7 @@ function Fo(t) {
|
|
|
8270
8270
|
}
|
|
8271
8271
|
function Hp({ param: t, value: e }) {
|
|
8272
8272
|
if (t.type === "string" || t.type === "bytes")
|
|
8273
|
-
return
|
|
8273
|
+
return Et(ca(e));
|
|
8274
8274
|
if (t.type === "tuple" || t.type.match(/^(.*)\[(\d+)?\]$/))
|
|
8275
8275
|
throw new FA(t.type);
|
|
8276
8276
|
return yi([t], [e]);
|
|
@@ -9576,7 +9576,7 @@ function si(t, { abi: e, address: r, args: n, docsPath: s, functionName: i, send
|
|
|
9576
9576
|
});
|
|
9577
9577
|
}
|
|
9578
9578
|
function dS(t) {
|
|
9579
|
-
const e =
|
|
9579
|
+
const e = Et(`0x${t.substring(4)}`).substring(26);
|
|
9580
9580
|
return Uo(`0x${e}`);
|
|
9581
9581
|
}
|
|
9582
9582
|
async function hS({ hash: t, signature: e }) {
|
|
@@ -9644,7 +9644,7 @@ function s1(t) {
|
|
|
9644
9644
|
throw new V("Length is too large.");
|
|
9645
9645
|
}
|
|
9646
9646
|
function mS(t) {
|
|
9647
|
-
const { chainId: e, nonce: r, to: n } = t, s = t.contractAddress ?? t.address, i =
|
|
9647
|
+
const { chainId: e, nonce: r, to: n } = t, s = t.contractAddress ?? t.address, i = Et(Dr([
|
|
9648
9648
|
"0x05",
|
|
9649
9649
|
xs([
|
|
9650
9650
|
e ? X(e) : "0x",
|
|
@@ -10941,7 +10941,7 @@ function LS(t) {
|
|
|
10941
10941
|
return !1;
|
|
10942
10942
|
function s(i, a, o) {
|
|
10943
10943
|
try {
|
|
10944
|
-
return i.type === "address" ? zo(a, o) : i.type === "string" || i.type === "bytes" ?
|
|
10944
|
+
return i.type === "address" ? zo(a, o) : i.type === "string" || i.type === "bytes" ? Et(ca(a)) === o : a === o;
|
|
10945
10945
|
} catch {
|
|
10946
10946
|
return !1;
|
|
10947
10947
|
}
|
|
@@ -12201,7 +12201,7 @@ async function Ru(t, e) {
|
|
|
12201
12201
|
});
|
|
12202
12202
|
return ne === "0x" ? { data: void 0 } : { data: ne };
|
|
12203
12203
|
} catch (ee) {
|
|
12204
|
-
const G = Px(ee), { offchainLookup: O, offchainLookupSignature: L } = await import("./ccip-
|
|
12204
|
+
const G = Px(ee), { offchainLookup: O, offchainLookupSignature: L } = await import("./ccip-BaRjzpqL.js");
|
|
12205
12205
|
if (t.ccipRead !== !1 && (G == null ? void 0 : G.slice(0, 10)) === L && g)
|
|
12206
12206
|
return { data: await O(t, { data: G, to: g }) };
|
|
12207
12207
|
throw F && (G == null ? void 0 : G.slice(0, 10)) === "0x101bb98d" ? new cS({ factory: p }) : j1(ee, {
|
|
@@ -13254,8 +13254,8 @@ function Md(t) {
|
|
|
13254
13254
|
return rt(e);
|
|
13255
13255
|
const r = t.split(".");
|
|
13256
13256
|
for (let n = r.length - 1; n >= 0; n -= 1) {
|
|
13257
|
-
const s = Z1(r[n]), i = s ? ca(s) :
|
|
13258
|
-
e =
|
|
13257
|
+
const s = Z1(r[n]), i = s ? ca(s) : Et(Xs(r[n]), "bytes");
|
|
13258
|
+
e = Et(xr([e, i]), "bytes");
|
|
13259
13259
|
}
|
|
13260
13260
|
return rt(e);
|
|
13261
13261
|
}
|
|
@@ -13264,7 +13264,7 @@ function zx(t) {
|
|
|
13264
13264
|
}
|
|
13265
13265
|
function Vx(t) {
|
|
13266
13266
|
const e = new Uint8Array(32).fill(0);
|
|
13267
|
-
return t ? Z1(t) ||
|
|
13267
|
+
return t ? Z1(t) || Et(Xs(t)) : rt(e);
|
|
13268
13268
|
}
|
|
13269
13269
|
function d0(t) {
|
|
13270
13270
|
const e = t.replace(/^\.|\.$/gm, "");
|
|
@@ -14203,7 +14203,7 @@ function O3(t, e = {}) {
|
|
|
14203
14203
|
function B3(t) {
|
|
14204
14204
|
return "code" in t && typeof t.code == "number" ? t.code === -1 || t.code === ea.code || t.code === ni.code : t instanceof La && t.status ? t.status === 403 || t.status === 408 || t.status === 413 || t.status === 429 || t.status === 500 || t.status === 502 || t.status === 503 || t.status === 504 : !0;
|
|
14205
14205
|
}
|
|
14206
|
-
function
|
|
14206
|
+
function pt(t) {
|
|
14207
14207
|
const e = {
|
|
14208
14208
|
formatters: void 0,
|
|
14209
14209
|
fees: void 0,
|
|
@@ -14341,7 +14341,7 @@ function F3(t) {
|
|
|
14341
14341
|
return xr([r, e]);
|
|
14342
14342
|
}
|
|
14343
14343
|
function iw(t, e) {
|
|
14344
|
-
return
|
|
14344
|
+
return Et(F3(t), e);
|
|
14345
14345
|
}
|
|
14346
14346
|
class $3 extends V {
|
|
14347
14347
|
constructor({ domain: e }) {
|
|
@@ -14455,7 +14455,7 @@ function z3(t) {
|
|
|
14455
14455
|
data: r,
|
|
14456
14456
|
primaryType: n,
|
|
14457
14457
|
types: s
|
|
14458
|
-
})),
|
|
14458
|
+
})), Et(xr(i));
|
|
14459
14459
|
}
|
|
14460
14460
|
function V3({ domain: t, types: e }) {
|
|
14461
14461
|
return cw({
|
|
@@ -14470,7 +14470,7 @@ function cw({ data: t, primaryType: e, types: r }) {
|
|
|
14470
14470
|
primaryType: e,
|
|
14471
14471
|
types: r
|
|
14472
14472
|
});
|
|
14473
|
-
return
|
|
14473
|
+
return Et(n);
|
|
14474
14474
|
}
|
|
14475
14475
|
function uw({ data: t, primaryType: e, types: r }) {
|
|
14476
14476
|
const n = [{ type: "bytes32" }], s = [G3({ primaryType: e, types: r })];
|
|
@@ -14487,7 +14487,7 @@ function uw({ data: t, primaryType: e, types: r }) {
|
|
|
14487
14487
|
}
|
|
14488
14488
|
function G3({ primaryType: t, types: e }) {
|
|
14489
14489
|
const r = Dt(q3({ primaryType: t, types: e }));
|
|
14490
|
-
return
|
|
14490
|
+
return Et(r);
|
|
14491
14491
|
}
|
|
14492
14492
|
function q3({ primaryType: t, types: e }) {
|
|
14493
14493
|
let r = "";
|
|
@@ -14511,12 +14511,12 @@ function lw({ types: t, name: e, type: r, value: n }) {
|
|
|
14511
14511
|
if (t[r] !== void 0)
|
|
14512
14512
|
return [
|
|
14513
14513
|
{ type: "bytes32" },
|
|
14514
|
-
|
|
14514
|
+
Et(uw({ data: n, primaryType: r, types: t }))
|
|
14515
14515
|
];
|
|
14516
14516
|
if (r === "bytes")
|
|
14517
|
-
return [{ type: "bytes32" },
|
|
14517
|
+
return [{ type: "bytes32" }, Et(n)];
|
|
14518
14518
|
if (r === "string")
|
|
14519
|
-
return [{ type: "bytes32" },
|
|
14519
|
+
return [{ type: "bytes32" }, Et(Dt(n))];
|
|
14520
14520
|
if (r.lastIndexOf("]") === r.length - 1) {
|
|
14521
14521
|
const s = r.slice(0, r.lastIndexOf("[")), i = n.map((a) => lw({
|
|
14522
14522
|
name: e,
|
|
@@ -14526,7 +14526,7 @@ function lw({ types: t, name: e, type: r, value: n }) {
|
|
|
14526
14526
|
}));
|
|
14527
14527
|
return [
|
|
14528
14528
|
{ type: "bytes32" },
|
|
14529
|
-
|
|
14529
|
+
Et(yi(i.map(([a]) => a), i.map(([, a]) => a)))
|
|
14530
14530
|
];
|
|
14531
14531
|
}
|
|
14532
14532
|
return [{ type: r }, n];
|
|
@@ -19219,7 +19219,7 @@ class gi {
|
|
|
19219
19219
|
try {
|
|
19220
19220
|
const n = await this.auth.getAuthHeaders();
|
|
19221
19221
|
if (!n.ok) return T(n.error);
|
|
19222
|
-
const s = await
|
|
19222
|
+
const s = await mt.patch(
|
|
19223
19223
|
this.url.endpoint("/v2/orders").endpoint(e).addSearchParams({ action: "initiate" }),
|
|
19224
19224
|
{
|
|
19225
19225
|
body: JSON.stringify({ signature: r }),
|
|
@@ -19235,7 +19235,7 @@ class gi {
|
|
|
19235
19235
|
try {
|
|
19236
19236
|
const n = await this.auth.getAuthHeaders();
|
|
19237
19237
|
if (!n.ok) return T(n.error);
|
|
19238
|
-
const s = await
|
|
19238
|
+
const s = await mt.patch(
|
|
19239
19239
|
this.url.endpoint("/v2/orders").endpoint(e).addSearchParams({ action: "redeem" }),
|
|
19240
19240
|
{
|
|
19241
19241
|
body: JSON.stringify({
|
|
@@ -19426,7 +19426,7 @@ const sa = {
|
|
|
19426
19426
|
contracts: pT,
|
|
19427
19427
|
formatters: yT,
|
|
19428
19428
|
serializers: bT
|
|
19429
|
-
}, ET = /* @__PURE__ */
|
|
19429
|
+
}, ET = /* @__PURE__ */ pt({
|
|
19430
19430
|
id: 42161,
|
|
19431
19431
|
name: "Arbitrum One",
|
|
19432
19432
|
nativeCurrency: { name: "Ether", symbol: "ETH", decimals: 18 },
|
|
@@ -19449,7 +19449,7 @@ const sa = {
|
|
|
19449
19449
|
blockCreated: 7654707
|
|
19450
19450
|
}
|
|
19451
19451
|
}
|
|
19452
|
-
}), AT = /* @__PURE__ */
|
|
19452
|
+
}), AT = /* @__PURE__ */ pt({
|
|
19453
19453
|
id: 421614,
|
|
19454
19454
|
name: "Arbitrum Sepolia",
|
|
19455
19455
|
blockTime: 250,
|
|
@@ -19477,7 +19477,42 @@ const sa = {
|
|
|
19477
19477
|
}
|
|
19478
19478
|
},
|
|
19479
19479
|
testnet: !0
|
|
19480
|
-
}),
|
|
19480
|
+
}), ST = /* @__PURE__ */ pt({
|
|
19481
|
+
id: 5042002,
|
|
19482
|
+
name: "Arc Testnet",
|
|
19483
|
+
nativeCurrency: {
|
|
19484
|
+
name: "USDC",
|
|
19485
|
+
symbol: "USDC",
|
|
19486
|
+
decimals: 18
|
|
19487
|
+
},
|
|
19488
|
+
rpcUrls: {
|
|
19489
|
+
default: {
|
|
19490
|
+
http: [
|
|
19491
|
+
"https://rpc.testnet.arc.network",
|
|
19492
|
+
"https://rpc.quicknode.testnet.arc.network",
|
|
19493
|
+
"https://rpc.blockdaemon.testnet.arc.network"
|
|
19494
|
+
],
|
|
19495
|
+
webSocket: [
|
|
19496
|
+
"wss://rpc.testnet.arc.network",
|
|
19497
|
+
"wss://rpc.quicknode.testnet.arc.network"
|
|
19498
|
+
]
|
|
19499
|
+
}
|
|
19500
|
+
},
|
|
19501
|
+
blockExplorers: {
|
|
19502
|
+
default: {
|
|
19503
|
+
name: "ArcScan",
|
|
19504
|
+
url: "https://testnet.arcscan.app",
|
|
19505
|
+
apiUrl: "https://testnet.arcscan.app/api"
|
|
19506
|
+
}
|
|
19507
|
+
},
|
|
19508
|
+
contracts: {
|
|
19509
|
+
multicall3: {
|
|
19510
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
|
19511
|
+
blockCreated: 0
|
|
19512
|
+
}
|
|
19513
|
+
},
|
|
19514
|
+
testnet: !0
|
|
19515
|
+
}), Sa = 1, Ww = /* @__PURE__ */ pt({
|
|
19481
19516
|
...sa,
|
|
19482
19517
|
id: 8453,
|
|
19483
19518
|
name: "Base",
|
|
@@ -19528,7 +19563,7 @@ const sa = {
|
|
|
19528
19563
|
({
|
|
19529
19564
|
...Ww
|
|
19530
19565
|
});
|
|
19531
|
-
const xa = 11155111, Kw = /* @__PURE__ */
|
|
19566
|
+
const xa = 11155111, Kw = /* @__PURE__ */ pt({
|
|
19532
19567
|
...sa,
|
|
19533
19568
|
id: 84532,
|
|
19534
19569
|
network: "base-sepolia",
|
|
@@ -19581,7 +19616,7 @@ const xa = 11155111, Kw = /* @__PURE__ */ Et({
|
|
|
19581
19616
|
({
|
|
19582
19617
|
...Kw
|
|
19583
19618
|
});
|
|
19584
|
-
const
|
|
19619
|
+
const xT = /* @__PURE__ */ pt({
|
|
19585
19620
|
id: 80094,
|
|
19586
19621
|
name: "Berachain",
|
|
19587
19622
|
blockTime: 2e3,
|
|
@@ -19615,7 +19650,7 @@ const ST = /* @__PURE__ */ Et({
|
|
|
19615
19650
|
},
|
|
19616
19651
|
ensTlds: [".bera"],
|
|
19617
19652
|
testnet: !1
|
|
19618
|
-
}),
|
|
19653
|
+
}), kT = /* @__PURE__ */ pt({
|
|
19619
19654
|
id: 80084,
|
|
19620
19655
|
name: "Berachain bArtio",
|
|
19621
19656
|
nativeCurrency: {
|
|
@@ -19648,7 +19683,7 @@ const ST = /* @__PURE__ */ Et({
|
|
|
19648
19683
|
}
|
|
19649
19684
|
},
|
|
19650
19685
|
testnet: !0
|
|
19651
|
-
}),
|
|
19686
|
+
}), _T = /* @__PURE__ */ pt({
|
|
19652
19687
|
id: 56,
|
|
19653
19688
|
name: "BNB Smart Chain",
|
|
19654
19689
|
blockTime: 750,
|
|
@@ -19673,7 +19708,7 @@ const ST = /* @__PURE__ */ Et({
|
|
|
19673
19708
|
blockCreated: 15921452
|
|
19674
19709
|
}
|
|
19675
19710
|
}
|
|
19676
|
-
}),
|
|
19711
|
+
}), TT = /* @__PURE__ */ pt({
|
|
19677
19712
|
id: 97,
|
|
19678
19713
|
name: "BNB Smart Chain Testnet",
|
|
19679
19714
|
nativeCurrency: {
|
|
@@ -19698,7 +19733,7 @@ const ST = /* @__PURE__ */ Et({
|
|
|
19698
19733
|
}
|
|
19699
19734
|
},
|
|
19700
19735
|
testnet: !0
|
|
19701
|
-
}),
|
|
19736
|
+
}), IT = /* @__PURE__ */ pt({
|
|
19702
19737
|
id: 5115,
|
|
19703
19738
|
name: "Citrea Testnet",
|
|
19704
19739
|
nativeCurrency: { name: "cBTC", symbol: "cBTC", decimals: 18 },
|
|
@@ -19715,7 +19750,7 @@ const ST = /* @__PURE__ */ Et({
|
|
|
19715
19750
|
}
|
|
19716
19751
|
},
|
|
19717
19752
|
testnet: !0
|
|
19718
|
-
}),
|
|
19753
|
+
}), PT = /* @__PURE__ */ pt({
|
|
19719
19754
|
id: 1116,
|
|
19720
19755
|
name: "Core Dao",
|
|
19721
19756
|
nativeCurrency: {
|
|
@@ -19739,7 +19774,7 @@ const ST = /* @__PURE__ */ Et({
|
|
|
19739
19774
|
}
|
|
19740
19775
|
},
|
|
19741
19776
|
testnet: !1
|
|
19742
|
-
}),
|
|
19777
|
+
}), OT = 1, BT = /* @__PURE__ */ pt({
|
|
19743
19778
|
id: 21e6,
|
|
19744
19779
|
name: "Corn",
|
|
19745
19780
|
nativeCurrency: {
|
|
@@ -19763,8 +19798,8 @@ const ST = /* @__PURE__ */ Et({
|
|
|
19763
19798
|
blockCreated: 3228
|
|
19764
19799
|
}
|
|
19765
19800
|
},
|
|
19766
|
-
sourceId:
|
|
19767
|
-
}),
|
|
19801
|
+
sourceId: OT
|
|
19802
|
+
}), CT = /* @__PURE__ */ pt({
|
|
19768
19803
|
id: 1,
|
|
19769
19804
|
name: "Ethereum",
|
|
19770
19805
|
nativeCurrency: { name: "Ether", symbol: "ETH", decimals: 18 },
|
|
@@ -19791,7 +19826,7 @@ const ST = /* @__PURE__ */ Et({
|
|
|
19791
19826
|
blockCreated: 14353601
|
|
19792
19827
|
}
|
|
19793
19828
|
}
|
|
19794
|
-
}),
|
|
19829
|
+
}), RT = /* @__PURE__ */ pt({
|
|
19795
19830
|
id: 10143,
|
|
19796
19831
|
name: "Monad Testnet",
|
|
19797
19832
|
blockTime: 400,
|
|
@@ -19818,7 +19853,7 @@ const ST = /* @__PURE__ */ Et({
|
|
|
19818
19853
|
}
|
|
19819
19854
|
},
|
|
19820
19855
|
testnet: !0
|
|
19821
|
-
}),
|
|
19856
|
+
}), NT = /* @__PURE__ */ pt({
|
|
19822
19857
|
id: 11155111,
|
|
19823
19858
|
name: "Sepolia",
|
|
19824
19859
|
nativeCurrency: { name: "Sepolia Ether", symbol: "ETH", decimals: 18 },
|
|
@@ -19845,7 +19880,7 @@ const ST = /* @__PURE__ */ Et({
|
|
|
19845
19880
|
}
|
|
19846
19881
|
},
|
|
19847
19882
|
testnet: !0
|
|
19848
|
-
}), bc = 1,
|
|
19883
|
+
}), bc = 1, UT = /* @__PURE__ */ pt({
|
|
19849
19884
|
...sa,
|
|
19850
19885
|
id: 130,
|
|
19851
19886
|
name: "Unichain",
|
|
@@ -19886,14 +19921,14 @@ const ST = /* @__PURE__ */ Et({
|
|
|
19886
19921
|
}
|
|
19887
19922
|
},
|
|
19888
19923
|
sourceId: bc
|
|
19889
|
-
}),
|
|
19890
|
-
...
|
|
19924
|
+
}), MT = {
|
|
19925
|
+
...NT,
|
|
19891
19926
|
rpcUrls: {
|
|
19892
19927
|
default: {
|
|
19893
19928
|
http: ["https://ethereum-sepolia-rpc.publicnode.com"]
|
|
19894
19929
|
}
|
|
19895
19930
|
}
|
|
19896
|
-
},
|
|
19931
|
+
}, FT = {
|
|
19897
19932
|
id: 3637,
|
|
19898
19933
|
name: "Botanix",
|
|
19899
19934
|
nativeCurrency: {
|
|
@@ -19950,7 +19985,7 @@ const ST = /* @__PURE__ */ Et({
|
|
|
19950
19985
|
http: ["https://rpc.hyperliquid.xyz/evm"]
|
|
19951
19986
|
}
|
|
19952
19987
|
}
|
|
19953
|
-
},
|
|
19988
|
+
}, $T = {
|
|
19954
19989
|
id: 8150,
|
|
19955
19990
|
name: "Alpen Network",
|
|
19956
19991
|
nativeCurrency: {
|
|
@@ -19969,7 +20004,7 @@ const ST = /* @__PURE__ */ Et({
|
|
|
19969
20004
|
http: ["https://rpc.pectra-testnet.alpenlabs.io"]
|
|
19970
20005
|
}
|
|
19971
20006
|
}
|
|
19972
|
-
},
|
|
20007
|
+
}, jT = {
|
|
19973
20008
|
id: 143,
|
|
19974
20009
|
name: "Monad",
|
|
19975
20010
|
nativeCurrency: {
|
|
@@ -19988,7 +20023,7 @@ const ST = /* @__PURE__ */ Et({
|
|
|
19988
20023
|
http: ["https://rpc1.monad.xyz"]
|
|
19989
20024
|
}
|
|
19990
20025
|
}
|
|
19991
|
-
},
|
|
20026
|
+
}, HT = {
|
|
19992
20027
|
id: 4114,
|
|
19993
20028
|
name: "Citrea Mainnet",
|
|
19994
20029
|
nativeCurrency: {
|
|
@@ -20009,7 +20044,7 @@ const ST = /* @__PURE__ */ Et({
|
|
|
20009
20044
|
}
|
|
20010
20045
|
},
|
|
20011
20046
|
testnet: !1
|
|
20012
|
-
},
|
|
20047
|
+
}, LT = {
|
|
20013
20048
|
id: 4326,
|
|
20014
20049
|
name: "MegaETH",
|
|
20015
20050
|
nativeCurrency: {
|
|
@@ -20030,35 +20065,36 @@ const ST = /* @__PURE__ */ Et({
|
|
|
20030
20065
|
},
|
|
20031
20066
|
testnet: !1
|
|
20032
20067
|
}, _0 = {
|
|
20033
|
-
ethereum:
|
|
20068
|
+
ethereum: CT,
|
|
20034
20069
|
arbitrum: ET,
|
|
20035
|
-
ethereum_sepolia:
|
|
20070
|
+
ethereum_sepolia: MT,
|
|
20036
20071
|
arbitrum_sepolia: AT,
|
|
20037
20072
|
ethereum_localnet: j6,
|
|
20038
20073
|
arbitrum_localnet: $6,
|
|
20039
20074
|
base_sepolia: Kw,
|
|
20040
20075
|
base: Ww,
|
|
20041
|
-
bera_testnet:
|
|
20042
|
-
citrea:
|
|
20043
|
-
citrea_testnet:
|
|
20044
|
-
core:
|
|
20045
|
-
bera:
|
|
20046
|
-
monad:
|
|
20047
|
-
monad_testnet:
|
|
20076
|
+
bera_testnet: kT,
|
|
20077
|
+
citrea: HT,
|
|
20078
|
+
citrea_testnet: IT,
|
|
20079
|
+
core: PT,
|
|
20080
|
+
bera: xT,
|
|
20081
|
+
monad: jT,
|
|
20082
|
+
monad_testnet: RT,
|
|
20048
20083
|
hyperliquid_testnet: Sy,
|
|
20049
20084
|
hyperevm: xy,
|
|
20050
|
-
unichain:
|
|
20051
|
-
corn:
|
|
20052
|
-
botanix:
|
|
20053
|
-
bnbchain:
|
|
20054
|
-
bnbchain_testnet:
|
|
20055
|
-
alpen_testnet:
|
|
20085
|
+
unichain: UT,
|
|
20086
|
+
corn: BT,
|
|
20087
|
+
botanix: FT,
|
|
20088
|
+
bnbchain: _T,
|
|
20089
|
+
bnbchain_testnet: TT,
|
|
20090
|
+
alpen_testnet: $T,
|
|
20056
20091
|
hypercore: {},
|
|
20057
20092
|
hypercore_testnet: {},
|
|
20093
|
+
arc_testnet: ST,
|
|
20058
20094
|
hyperliquid: xy,
|
|
20059
|
-
megaeth:
|
|
20095
|
+
megaeth: LT,
|
|
20060
20096
|
hyperevm_testnet: Sy
|
|
20061
|
-
},
|
|
20097
|
+
}, DT = (t) => {
|
|
20062
20098
|
for (const [e, r] of Object.entries(_0))
|
|
20063
20099
|
if (r.id === t) return e;
|
|
20064
20100
|
return null;
|
|
@@ -20080,7 +20116,7 @@ const ST = /* @__PURE__ */ Et({
|
|
|
20080
20116
|
walletClient: o
|
|
20081
20117
|
});
|
|
20082
20118
|
} catch (o) {
|
|
20083
|
-
if (
|
|
20119
|
+
if (zT(o))
|
|
20084
20120
|
if (o.code === 4902 || o.code === -32603)
|
|
20085
20121
|
try {
|
|
20086
20122
|
await e.addChain({ chain: r });
|
|
@@ -20113,8 +20149,8 @@ const ST = /* @__PURE__ */ Et({
|
|
|
20113
20149
|
}
|
|
20114
20150
|
else
|
|
20115
20151
|
return T("Chain not supported");
|
|
20116
|
-
},
|
|
20117
|
-
class
|
|
20152
|
+
}, zT = (t) => typeof t == "object" && t != null && ("code" in t || "message" in t || "body" in t);
|
|
20153
|
+
class VT {
|
|
20118
20154
|
constructor(e, r, n) {
|
|
20119
20155
|
this.wallet = r, this.auth = n, this.url = e instanceof It ? e : new It(e), this.relayer = new gi(this.auth, this.url);
|
|
20120
20156
|
}
|
|
@@ -20155,7 +20191,7 @@ class zT {
|
|
|
20155
20191
|
}
|
|
20156
20192
|
// ------------------ INITIATE FROM API RESPONSE ------------------
|
|
20157
20193
|
async initiateFromAPI(e) {
|
|
20158
|
-
const r =
|
|
20194
|
+
const r = DT(
|
|
20159
20195
|
e.initiate_transaction.chain_id
|
|
20160
20196
|
);
|
|
20161
20197
|
if (!r) return T("Unsupported chain");
|
|
@@ -21357,7 +21393,7 @@ const Xw = [
|
|
|
21357
21393
|
}
|
|
21358
21394
|
]
|
|
21359
21395
|
}
|
|
21360
|
-
],
|
|
21396
|
+
], GT = async (t, e, r, n, s) => {
|
|
21361
21397
|
try {
|
|
21362
21398
|
const i = await Cc(
|
|
21363
21399
|
t.address,
|
|
@@ -21430,7 +21466,7 @@ const Xw = [
|
|
|
21430
21466
|
`Failed to check allowance: ${s instanceof Error ? s.message : String(s)}`
|
|
21431
21467
|
);
|
|
21432
21468
|
}
|
|
21433
|
-
},
|
|
21469
|
+
}, qT = async (t, e, r, n, s) => {
|
|
21434
21470
|
const i = await Cc(
|
|
21435
21471
|
t,
|
|
21436
21472
|
e,
|
|
@@ -21829,7 +21865,7 @@ const Xw = [
|
|
|
21829
21865
|
}
|
|
21830
21866
|
]
|
|
21831
21867
|
}
|
|
21832
|
-
],
|
|
21868
|
+
], WT = {
|
|
21833
21869
|
StarknetDomain: [
|
|
21834
21870
|
{ name: "name", type: "shortstring" },
|
|
21835
21871
|
{ name: "version", type: "shortstring" },
|
|
@@ -21844,7 +21880,7 @@ const Xw = [
|
|
|
21844
21880
|
{ name: "verifyingContract", type: "ContractAddress" }
|
|
21845
21881
|
]
|
|
21846
21882
|
};
|
|
21847
|
-
class
|
|
21883
|
+
class KT {
|
|
21848
21884
|
constructor(e, r, n, s, i) {
|
|
21849
21885
|
this.url = e instanceof It ? e : new It(e), this.starknetProvider = new sb({
|
|
21850
21886
|
nodeUrl: i || Hc[n].nodeUrl
|
|
@@ -21868,7 +21904,7 @@ class WT {
|
|
|
21868
21904
|
providerOrAccount: this.starknetProvider,
|
|
21869
21905
|
abi: Yw,
|
|
21870
21906
|
address: i.val.htlcAddress
|
|
21871
|
-
}), o = await (a == null ? void 0 : a.token()), c = ib.toHex(o), u = await
|
|
21907
|
+
}), o = await (a == null ? void 0 : a.token()), c = ib.toHex(o), u = await qT(
|
|
21872
21908
|
this.account.address,
|
|
21873
21909
|
c,
|
|
21874
21910
|
i.val.htlcAddress,
|
|
@@ -21920,7 +21956,7 @@ class WT {
|
|
|
21920
21956
|
}, c = nd(a), u = {
|
|
21921
21957
|
domain: o,
|
|
21922
21958
|
primaryType: "Initiate",
|
|
21923
|
-
types:
|
|
21959
|
+
types: WT,
|
|
21924
21960
|
message: {
|
|
21925
21961
|
redeemer: s,
|
|
21926
21962
|
amount: $a.uint256(i),
|
|
@@ -21997,7 +22033,7 @@ class WT {
|
|
|
21997
22033
|
const i = await this.account.signMessage(s), a = tp(i);
|
|
21998
22034
|
if (a.error)
|
|
21999
22035
|
return T(a.error);
|
|
22000
|
-
const o = await
|
|
22036
|
+
const o = await mt.patch(
|
|
22001
22037
|
this.url.endpoint("/v2/orders").endpoint(e.order_id).addSearchParams({ action: "initiate" }),
|
|
22002
22038
|
{
|
|
22003
22039
|
body: JSON.stringify({
|
|
@@ -22015,12 +22051,12 @@ class WT {
|
|
|
22015
22051
|
return T("Refund is taken care of by the relayer");
|
|
22016
22052
|
}
|
|
22017
22053
|
}
|
|
22018
|
-
const
|
|
22054
|
+
const XT = "2WXpY8havGjfRxme9LUxtjFHTh1EfU3ur4v6wiK4KdNC", YT = {
|
|
22019
22055
|
name: "solana_spl_swaps",
|
|
22020
22056
|
version: "0.4.0",
|
|
22021
22057
|
spec: "0.1.0",
|
|
22022
22058
|
description: "Created with Anchor"
|
|
22023
|
-
},
|
|
22059
|
+
}, JT = [
|
|
22024
22060
|
{
|
|
22025
22061
|
name: "initiate",
|
|
22026
22062
|
docs: [
|
|
@@ -22349,7 +22385,7 @@ const KT = "2WXpY8havGjfRxme9LUxtjFHTh1EfU3ur4v6wiK4KdNC", XT = {
|
|
|
22349
22385
|
],
|
|
22350
22386
|
args: []
|
|
22351
22387
|
}
|
|
22352
|
-
],
|
|
22388
|
+
], ZT = [
|
|
22353
22389
|
{
|
|
22354
22390
|
name: "SwapAccount",
|
|
22355
22391
|
discriminator: [
|
|
@@ -22363,7 +22399,7 @@ const KT = "2WXpY8havGjfRxme9LUxtjFHTh1EfU3ur4v6wiK4KdNC", XT = {
|
|
|
22363
22399
|
182
|
|
22364
22400
|
]
|
|
22365
22401
|
}
|
|
22366
|
-
],
|
|
22402
|
+
], QT = [
|
|
22367
22403
|
{
|
|
22368
22404
|
name: "Initiated",
|
|
22369
22405
|
discriminator: [
|
|
@@ -22416,7 +22452,7 @@ const KT = "2WXpY8havGjfRxme9LUxtjFHTh1EfU3ur4v6wiK4KdNC", XT = {
|
|
|
22416
22452
|
99
|
|
22417
22453
|
]
|
|
22418
22454
|
}
|
|
22419
|
-
],
|
|
22455
|
+
], eI = [
|
|
22420
22456
|
{
|
|
22421
22457
|
code: 6e3,
|
|
22422
22458
|
name: "InvalidRedeemer",
|
|
@@ -22437,7 +22473,7 @@ const KT = "2WXpY8havGjfRxme9LUxtjFHTh1EfU3ur4v6wiK4KdNC", XT = {
|
|
|
22437
22473
|
name: "RefundBeforeExpiry",
|
|
22438
22474
|
msg: "Attempt to perform a refund before expiry time"
|
|
22439
22475
|
}
|
|
22440
|
-
],
|
|
22476
|
+
], tI = [
|
|
22441
22477
|
{
|
|
22442
22478
|
name: "Initiated",
|
|
22443
22479
|
docs: [
|
|
@@ -22638,19 +22674,19 @@ const KT = "2WXpY8havGjfRxme9LUxtjFHTh1EfU3ur4v6wiK4KdNC", XT = {
|
|
|
22638
22674
|
}
|
|
22639
22675
|
}
|
|
22640
22676
|
], _y = {
|
|
22641
|
-
address:
|
|
22642
|
-
metadata:
|
|
22643
|
-
instructions:
|
|
22644
|
-
accounts:
|
|
22645
|
-
events:
|
|
22646
|
-
errors:
|
|
22647
|
-
types:
|
|
22648
|
-
},
|
|
22677
|
+
address: XT,
|
|
22678
|
+
metadata: YT,
|
|
22679
|
+
instructions: JT,
|
|
22680
|
+
accounts: ZT,
|
|
22681
|
+
events: QT,
|
|
22682
|
+
errors: eI,
|
|
22683
|
+
types: tI
|
|
22684
|
+
}, rI = "2bag6xpshpvPe7SJ9nSDLHpxqhEAoHPGpEkjNSv7gxoF", nI = {
|
|
22649
22685
|
name: "solana_native_swaps",
|
|
22650
22686
|
version: "0.3.0",
|
|
22651
22687
|
spec: "0.1.0",
|
|
22652
22688
|
description: "Created with Anchor"
|
|
22653
|
-
},
|
|
22689
|
+
}, sI = [
|
|
22654
22690
|
{
|
|
22655
22691
|
name: "initiate",
|
|
22656
22692
|
discriminator: [
|
|
@@ -22830,7 +22866,7 @@ const KT = "2WXpY8havGjfRxme9LUxtjFHTh1EfU3ur4v6wiK4KdNC", XT = {
|
|
|
22830
22866
|
],
|
|
22831
22867
|
args: []
|
|
22832
22868
|
}
|
|
22833
|
-
],
|
|
22869
|
+
], iI = [
|
|
22834
22870
|
{
|
|
22835
22871
|
name: "SwapAccount",
|
|
22836
22872
|
discriminator: [
|
|
@@ -22844,7 +22880,7 @@ const KT = "2WXpY8havGjfRxme9LUxtjFHTh1EfU3ur4v6wiK4KdNC", XT = {
|
|
|
22844
22880
|
182
|
|
22845
22881
|
]
|
|
22846
22882
|
}
|
|
22847
|
-
],
|
|
22883
|
+
], aI = [
|
|
22848
22884
|
{
|
|
22849
22885
|
name: "Initiated",
|
|
22850
22886
|
discriminator: [
|
|
@@ -22897,7 +22933,7 @@ const KT = "2WXpY8havGjfRxme9LUxtjFHTh1EfU3ur4v6wiK4KdNC", XT = {
|
|
|
22897
22933
|
99
|
|
22898
22934
|
]
|
|
22899
22935
|
}
|
|
22900
|
-
],
|
|
22936
|
+
], oI = [
|
|
22901
22937
|
{
|
|
22902
22938
|
code: 6e3,
|
|
22903
22939
|
name: "InvalidInitiator",
|
|
@@ -22918,7 +22954,7 @@ const KT = "2WXpY8havGjfRxme9LUxtjFHTh1EfU3ur4v6wiK4KdNC", XT = {
|
|
|
22918
22954
|
name: "RefundBeforeExpiry",
|
|
22919
22955
|
msg: "Attempt to perform a refund before expiry time"
|
|
22920
22956
|
}
|
|
22921
|
-
],
|
|
22957
|
+
], cI = [
|
|
22922
22958
|
{
|
|
22923
22959
|
name: "Initiated",
|
|
22924
22960
|
type: {
|
|
@@ -23049,23 +23085,23 @@ const KT = "2WXpY8havGjfRxme9LUxtjFHTh1EfU3ur4v6wiK4KdNC", XT = {
|
|
|
23049
23085
|
}
|
|
23050
23086
|
}
|
|
23051
23087
|
], Kd = {
|
|
23052
|
-
address:
|
|
23053
|
-
metadata:
|
|
23054
|
-
instructions:
|
|
23055
|
-
accounts:
|
|
23056
|
-
events:
|
|
23057
|
-
errors:
|
|
23058
|
-
types:
|
|
23088
|
+
address: rI,
|
|
23089
|
+
metadata: nI,
|
|
23090
|
+
instructions: sI,
|
|
23091
|
+
accounts: iI,
|
|
23092
|
+
events: aI,
|
|
23093
|
+
errors: oI,
|
|
23094
|
+
types: cI
|
|
23059
23095
|
};
|
|
23060
23096
|
var Rn = {}, Du = {};
|
|
23061
23097
|
Object.defineProperty(Du, "__esModule", { value: !0 });
|
|
23062
|
-
Du.encode =
|
|
23063
|
-
Du.decode =
|
|
23098
|
+
Du.encode = uI;
|
|
23099
|
+
Du.decode = fI;
|
|
23064
23100
|
const Ty = di;
|
|
23065
|
-
function
|
|
23101
|
+
function uI(t) {
|
|
23066
23102
|
return t.reduce((e, r) => e + r.toString(16).padStart(2, "0"), "0x");
|
|
23067
23103
|
}
|
|
23068
|
-
function
|
|
23104
|
+
function fI(t) {
|
|
23069
23105
|
t.indexOf("0x") === 0 && (t = t.substr(2)), t.length % 2 === 1 && (t = "0" + t);
|
|
23070
23106
|
let e = t.match(/.{2}/g);
|
|
23071
23107
|
return e === null ? Ty.Buffer.from([]) : Ty.Buffer.from(e.map((r) => parseInt(r, 16)));
|
|
@@ -23073,13 +23109,13 @@ function uI(t) {
|
|
|
23073
23109
|
var zu = {}, ui = {}, Lf;
|
|
23074
23110
|
Object.defineProperty(ui, "__esModule", { value: !0 });
|
|
23075
23111
|
ui.isVersionedTransaction = ui.isBrowser = void 0;
|
|
23076
|
-
ui.chunks =
|
|
23112
|
+
ui.chunks = lI;
|
|
23077
23113
|
ui.isBrowser = process.env.ANCHOR_BROWSER || typeof window < "u" && !(!((Lf = window.process) === null || Lf === void 0) && Lf.hasOwnProperty("type"));
|
|
23078
|
-
function
|
|
23114
|
+
function lI(t, e) {
|
|
23079
23115
|
return Array.apply(0, new Array(Math.ceil(t.length / e))).map((r, n) => t.slice(n * e, (n + 1) * e));
|
|
23080
23116
|
}
|
|
23081
|
-
const
|
|
23082
|
-
ui.isVersionedTransaction =
|
|
23117
|
+
const dI = (t) => "version" in t;
|
|
23118
|
+
ui.isVersionedTransaction = dI;
|
|
23083
23119
|
var Df = {}, zf = {}, Vf, Iy;
|
|
23084
23120
|
function Jw() {
|
|
23085
23121
|
return Iy || (Iy = 1, Vf = function() {
|
|
@@ -23124,19 +23160,19 @@ function Zw() {
|
|
|
23124
23160
|
return Oy || (Oy = 1, qf = Object), qf;
|
|
23125
23161
|
}
|
|
23126
23162
|
var Wf, By;
|
|
23127
|
-
function
|
|
23163
|
+
function hI() {
|
|
23128
23164
|
return By || (By = 1, Wf = Error), Wf;
|
|
23129
23165
|
}
|
|
23130
23166
|
var Kf, Cy;
|
|
23131
|
-
function
|
|
23167
|
+
function pI() {
|
|
23132
23168
|
return Cy || (Cy = 1, Kf = EvalError), Kf;
|
|
23133
23169
|
}
|
|
23134
23170
|
var Xf, Ry;
|
|
23135
|
-
function
|
|
23171
|
+
function yI() {
|
|
23136
23172
|
return Ry || (Ry = 1, Xf = RangeError), Xf;
|
|
23137
23173
|
}
|
|
23138
23174
|
var Yf, Ny;
|
|
23139
|
-
function
|
|
23175
|
+
function mI() {
|
|
23140
23176
|
return Ny || (Ny = 1, Yf = ReferenceError), Yf;
|
|
23141
23177
|
}
|
|
23142
23178
|
var Jf, Uy;
|
|
@@ -23148,57 +23184,57 @@ function Xo() {
|
|
|
23148
23184
|
return My || (My = 1, Zf = TypeError), Zf;
|
|
23149
23185
|
}
|
|
23150
23186
|
var Qf, Fy;
|
|
23151
|
-
function
|
|
23187
|
+
function bI() {
|
|
23152
23188
|
return Fy || (Fy = 1, Qf = URIError), Qf;
|
|
23153
23189
|
}
|
|
23154
23190
|
var el, $y;
|
|
23155
|
-
function
|
|
23191
|
+
function gI() {
|
|
23156
23192
|
return $y || ($y = 1, el = Math.abs), el;
|
|
23157
23193
|
}
|
|
23158
23194
|
var tl, jy;
|
|
23159
|
-
function
|
|
23195
|
+
function wI() {
|
|
23160
23196
|
return jy || (jy = 1, tl = Math.floor), tl;
|
|
23161
23197
|
}
|
|
23162
23198
|
var rl, Hy;
|
|
23163
|
-
function
|
|
23199
|
+
function vI() {
|
|
23164
23200
|
return Hy || (Hy = 1, rl = Math.max), rl;
|
|
23165
23201
|
}
|
|
23166
23202
|
var nl, Ly;
|
|
23167
|
-
function
|
|
23203
|
+
function EI() {
|
|
23168
23204
|
return Ly || (Ly = 1, nl = Math.min), nl;
|
|
23169
23205
|
}
|
|
23170
23206
|
var sl, Dy;
|
|
23171
|
-
function
|
|
23207
|
+
function AI() {
|
|
23172
23208
|
return Dy || (Dy = 1, sl = Math.pow), sl;
|
|
23173
23209
|
}
|
|
23174
23210
|
var il, zy;
|
|
23175
|
-
function
|
|
23211
|
+
function SI() {
|
|
23176
23212
|
return zy || (zy = 1, il = Math.round), il;
|
|
23177
23213
|
}
|
|
23178
23214
|
var al, Vy;
|
|
23179
|
-
function
|
|
23215
|
+
function xI() {
|
|
23180
23216
|
return Vy || (Vy = 1, al = Number.isNaN || function(e) {
|
|
23181
23217
|
return e !== e;
|
|
23182
23218
|
}), al;
|
|
23183
23219
|
}
|
|
23184
23220
|
var ol, Gy;
|
|
23185
|
-
function
|
|
23221
|
+
function kI() {
|
|
23186
23222
|
if (Gy) return ol;
|
|
23187
23223
|
Gy = 1;
|
|
23188
|
-
var t =
|
|
23224
|
+
var t = xI();
|
|
23189
23225
|
return ol = function(r) {
|
|
23190
23226
|
return t(r) || r === 0 ? r : r < 0 ? -1 : 1;
|
|
23191
23227
|
}, ol;
|
|
23192
23228
|
}
|
|
23193
23229
|
var cl, qy;
|
|
23194
|
-
function
|
|
23230
|
+
function _I() {
|
|
23195
23231
|
return qy || (qy = 1, cl = Object.getOwnPropertyDescriptor), cl;
|
|
23196
23232
|
}
|
|
23197
23233
|
var ul, Wy;
|
|
23198
23234
|
function ha() {
|
|
23199
23235
|
if (Wy) return ul;
|
|
23200
23236
|
Wy = 1;
|
|
23201
|
-
var t =
|
|
23237
|
+
var t = _I();
|
|
23202
23238
|
if (t)
|
|
23203
23239
|
try {
|
|
23204
23240
|
t([], "length");
|
|
@@ -23221,7 +23257,7 @@ function Gu() {
|
|
|
23221
23257
|
return fl = t, fl;
|
|
23222
23258
|
}
|
|
23223
23259
|
var ll, Xy;
|
|
23224
|
-
function
|
|
23260
|
+
function TI() {
|
|
23225
23261
|
if (Xy) return ll;
|
|
23226
23262
|
Xy = 1;
|
|
23227
23263
|
var t = typeof Symbol < "u" && Symbol, e = Jw();
|
|
@@ -23241,7 +23277,7 @@ function t2() {
|
|
|
23241
23277
|
return hl = t.getPrototypeOf || null, hl;
|
|
23242
23278
|
}
|
|
23243
23279
|
var pl, Zy;
|
|
23244
|
-
function
|
|
23280
|
+
function II() {
|
|
23245
23281
|
if (Zy) return pl;
|
|
23246
23282
|
Zy = 1;
|
|
23247
23283
|
var t = "Function.prototype.bind called on incompatible ", e = Object.prototype.toString, r = Math.max, n = "[object Function]", s = function(c, u) {
|
|
@@ -23289,7 +23325,7 @@ var yl, Qy;
|
|
|
23289
23325
|
function Yo() {
|
|
23290
23326
|
if (Qy) return yl;
|
|
23291
23327
|
Qy = 1;
|
|
23292
|
-
var t =
|
|
23328
|
+
var t = II();
|
|
23293
23329
|
return yl = Function.prototype.bind || t, yl;
|
|
23294
23330
|
}
|
|
23295
23331
|
var ml, em;
|
|
@@ -23301,14 +23337,14 @@ function I0() {
|
|
|
23301
23337
|
return tm || (tm = 1, bl = Function.prototype.apply), bl;
|
|
23302
23338
|
}
|
|
23303
23339
|
var gl, rm;
|
|
23304
|
-
function
|
|
23340
|
+
function PI() {
|
|
23305
23341
|
return rm || (rm = 1, gl = typeof Reflect < "u" && Reflect && Reflect.apply), gl;
|
|
23306
23342
|
}
|
|
23307
23343
|
var wl, nm;
|
|
23308
23344
|
function r2() {
|
|
23309
23345
|
if (nm) return wl;
|
|
23310
23346
|
nm = 1;
|
|
23311
|
-
var t = Yo(), e = I0(), r = T0(), n =
|
|
23347
|
+
var t = Yo(), e = I0(), r = T0(), n = PI();
|
|
23312
23348
|
return wl = n || t.call(r, e), wl;
|
|
23313
23349
|
}
|
|
23314
23350
|
var vl, sm;
|
|
@@ -23323,7 +23359,7 @@ function P0() {
|
|
|
23323
23359
|
}, vl;
|
|
23324
23360
|
}
|
|
23325
23361
|
var El, im;
|
|
23326
|
-
function
|
|
23362
|
+
function OI() {
|
|
23327
23363
|
if (im) return El;
|
|
23328
23364
|
im = 1;
|
|
23329
23365
|
var t = P0(), e = ha(), r;
|
|
@@ -23350,7 +23386,7 @@ var Al, am;
|
|
|
23350
23386
|
function O0() {
|
|
23351
23387
|
if (am) return Al;
|
|
23352
23388
|
am = 1;
|
|
23353
|
-
var t = e2(), e = t2(), r =
|
|
23389
|
+
var t = e2(), e = t2(), r = OI();
|
|
23354
23390
|
return Al = t ? function(s) {
|
|
23355
23391
|
return t(s);
|
|
23356
23392
|
} : e ? function(s) {
|
|
@@ -23372,7 +23408,7 @@ var xl, cm;
|
|
|
23372
23408
|
function s2() {
|
|
23373
23409
|
if (cm) return xl;
|
|
23374
23410
|
cm = 1;
|
|
23375
|
-
var t, e = Zw(), r =
|
|
23411
|
+
var t, e = Zw(), r = hI(), n = pI(), s = yI(), i = mI(), a = Qw(), o = Xo(), c = bI(), u = gI(), f = wI(), l = vI(), p = EI(), d = AI(), m = SI(), b = kI(), E = Function, A = function(ie) {
|
|
23376
23412
|
try {
|
|
23377
23413
|
return E('"use strict"; return (' + ie + ").constructor;")();
|
|
23378
23414
|
} catch {
|
|
@@ -23389,7 +23425,7 @@ function s2() {
|
|
|
23389
23425
|
return g;
|
|
23390
23426
|
}
|
|
23391
23427
|
}
|
|
23392
|
-
}() : g, _ =
|
|
23428
|
+
}() : g, _ = TI()(), I = O0(), N = t2(), C = e2(), j = I0(), F = T0(), H = {}, z = typeof Uint8Array > "u" || !I ? t : I(Uint8Array), Q = {
|
|
23393
23429
|
__proto__: null,
|
|
23394
23430
|
"%AggregateError%": typeof AggregateError > "u" ? t : AggregateError,
|
|
23395
23431
|
"%Array%": Array,
|
|
@@ -23622,7 +23658,7 @@ function Jo() {
|
|
|
23622
23658
|
}, kl;
|
|
23623
23659
|
}
|
|
23624
23660
|
var _l, fm;
|
|
23625
|
-
function
|
|
23661
|
+
function BI() {
|
|
23626
23662
|
if (fm) return _l;
|
|
23627
23663
|
fm = 1;
|
|
23628
23664
|
var t = Vu()(), e = Jo(), r = e("Object.prototype.toString"), n = function(o) {
|
|
@@ -23635,7 +23671,7 @@ function OI() {
|
|
|
23635
23671
|
return n.isLegacyArguments = s, _l = i ? n : s, _l;
|
|
23636
23672
|
}
|
|
23637
23673
|
var Tl, lm;
|
|
23638
|
-
function
|
|
23674
|
+
function CI() {
|
|
23639
23675
|
if (lm) return Tl;
|
|
23640
23676
|
lm = 1;
|
|
23641
23677
|
var t = Jo(), e = Vu()(), r = n2(), n = ha(), s;
|
|
@@ -23679,10 +23715,10 @@ function BI() {
|
|
|
23679
23715
|
return Tl = s, Tl;
|
|
23680
23716
|
}
|
|
23681
23717
|
var Il, dm;
|
|
23682
|
-
function
|
|
23718
|
+
function RI() {
|
|
23683
23719
|
if (dm) return Il;
|
|
23684
23720
|
dm = 1;
|
|
23685
|
-
var t = Jo(), e =
|
|
23721
|
+
var t = Jo(), e = CI(), r = t("RegExp.prototype.exec"), n = Xo();
|
|
23686
23722
|
return Il = function(i) {
|
|
23687
23723
|
if (!e(i))
|
|
23688
23724
|
throw new n("`regex` must be a RegExp");
|
|
@@ -23692,7 +23728,7 @@ function CI() {
|
|
|
23692
23728
|
}, Il;
|
|
23693
23729
|
}
|
|
23694
23730
|
var Pl, hm;
|
|
23695
|
-
function
|
|
23731
|
+
function NI() {
|
|
23696
23732
|
if (hm) return Pl;
|
|
23697
23733
|
hm = 1;
|
|
23698
23734
|
const t = (
|
|
@@ -23703,10 +23739,10 @@ function RI() {
|
|
|
23703
23739
|
return Pl = () => t, Pl;
|
|
23704
23740
|
}
|
|
23705
23741
|
var Ol, pm;
|
|
23706
|
-
function
|
|
23742
|
+
function UI() {
|
|
23707
23743
|
if (pm) return Ol;
|
|
23708
23744
|
pm = 1;
|
|
23709
|
-
var t = Jo(), e =
|
|
23745
|
+
var t = Jo(), e = RI(), r = e(/^\s*(?:function)?\*/), n = Vu()(), s = O0(), i = t("Object.prototype.toString"), a = t("Function.prototype.toString"), o = NI();
|
|
23710
23746
|
return Ol = function(u) {
|
|
23711
23747
|
if (typeof u != "function")
|
|
23712
23748
|
return !1;
|
|
@@ -23723,7 +23759,7 @@ function NI() {
|
|
|
23723
23759
|
}, Ol;
|
|
23724
23760
|
}
|
|
23725
23761
|
var Bl, ym;
|
|
23726
|
-
function
|
|
23762
|
+
function MI() {
|
|
23727
23763
|
if (ym) return Bl;
|
|
23728
23764
|
ym = 1;
|
|
23729
23765
|
var t = Function.prototype.toString, e = typeof Reflect == "object" && Reflect !== null && Reflect.apply, r, n;
|
|
@@ -23795,10 +23831,10 @@ function UI() {
|
|
|
23795
23831
|
}, Bl;
|
|
23796
23832
|
}
|
|
23797
23833
|
var Cl, mm;
|
|
23798
|
-
function
|
|
23834
|
+
function FI() {
|
|
23799
23835
|
if (mm) return Cl;
|
|
23800
23836
|
mm = 1;
|
|
23801
|
-
var t =
|
|
23837
|
+
var t = MI(), e = Object.prototype.toString, r = Object.prototype.hasOwnProperty, n = function(c, u, f) {
|
|
23802
23838
|
for (var l = 0, p = c.length; l < p; l++)
|
|
23803
23839
|
r.call(c, l) && (f == null ? u(c[l], l, c) : u.call(f, c[l], l, c));
|
|
23804
23840
|
}, s = function(c, u, f) {
|
|
@@ -23819,7 +23855,7 @@ function MI() {
|
|
|
23819
23855
|
}, Cl;
|
|
23820
23856
|
}
|
|
23821
23857
|
var Rl, bm;
|
|
23822
|
-
function
|
|
23858
|
+
function $I() {
|
|
23823
23859
|
return bm || (bm = 1, Rl = [
|
|
23824
23860
|
"Float16Array",
|
|
23825
23861
|
"Float32Array",
|
|
@@ -23836,10 +23872,10 @@ function FI() {
|
|
|
23836
23872
|
]), Rl;
|
|
23837
23873
|
}
|
|
23838
23874
|
var Nl, gm;
|
|
23839
|
-
function
|
|
23875
|
+
function jI() {
|
|
23840
23876
|
if (gm) return Nl;
|
|
23841
23877
|
gm = 1;
|
|
23842
|
-
var t =
|
|
23878
|
+
var t = $I(), e = typeof globalThis > "u" ? ln : globalThis;
|
|
23843
23879
|
return Nl = function() {
|
|
23844
23880
|
for (var n = [], s = 0; s < t.length; s++)
|
|
23845
23881
|
typeof e[t[s]] == "function" && (n[n.length] = t[s]);
|
|
@@ -23847,7 +23883,7 @@ function $I() {
|
|
|
23847
23883
|
}, Nl;
|
|
23848
23884
|
}
|
|
23849
23885
|
var Ul = { exports: {} }, Ml, wm;
|
|
23850
|
-
function
|
|
23886
|
+
function HI() {
|
|
23851
23887
|
if (wm) return Ml;
|
|
23852
23888
|
wm = 1;
|
|
23853
23889
|
var t = Gu(), e = Qw(), r = Xo(), n = ha();
|
|
@@ -23879,7 +23915,7 @@ function jI() {
|
|
|
23879
23915
|
}, Ml;
|
|
23880
23916
|
}
|
|
23881
23917
|
var Fl, vm;
|
|
23882
|
-
function
|
|
23918
|
+
function LI() {
|
|
23883
23919
|
if (vm) return Fl;
|
|
23884
23920
|
vm = 1;
|
|
23885
23921
|
var t = Gu(), e = function() {
|
|
@@ -23896,10 +23932,10 @@ function HI() {
|
|
|
23896
23932
|
}, Fl = e, Fl;
|
|
23897
23933
|
}
|
|
23898
23934
|
var $l, Em;
|
|
23899
|
-
function
|
|
23935
|
+
function DI() {
|
|
23900
23936
|
if (Em) return $l;
|
|
23901
23937
|
Em = 1;
|
|
23902
|
-
var t = s2(), e =
|
|
23938
|
+
var t = s2(), e = HI(), r = LI()(), n = ha(), s = Xo(), i = t("%Math.floor%");
|
|
23903
23939
|
return $l = function(o, c) {
|
|
23904
23940
|
if (typeof o != "function")
|
|
23905
23941
|
throw new s("`fn` is not a function");
|
|
@@ -23926,7 +23962,7 @@ function LI() {
|
|
|
23926
23962
|
}, $l;
|
|
23927
23963
|
}
|
|
23928
23964
|
var jl, Am;
|
|
23929
|
-
function
|
|
23965
|
+
function zI() {
|
|
23930
23966
|
if (Am) return jl;
|
|
23931
23967
|
Am = 1;
|
|
23932
23968
|
var t = Yo(), e = I0(), r = r2();
|
|
@@ -23935,9 +23971,9 @@ function DI() {
|
|
|
23935
23971
|
}, jl;
|
|
23936
23972
|
}
|
|
23937
23973
|
var Sm;
|
|
23938
|
-
function
|
|
23974
|
+
function VI() {
|
|
23939
23975
|
return Sm || (Sm = 1, function(t) {
|
|
23940
|
-
var e =
|
|
23976
|
+
var e = DI(), r = Gu(), n = P0(), s = zI();
|
|
23941
23977
|
t.exports = function(a) {
|
|
23942
23978
|
var o = n(arguments), c = a.length - (arguments.length - 1);
|
|
23943
23979
|
return e(
|
|
@@ -23952,7 +23988,7 @@ var Hl, xm;
|
|
|
23952
23988
|
function i2() {
|
|
23953
23989
|
if (xm) return Hl;
|
|
23954
23990
|
xm = 1;
|
|
23955
|
-
var t =
|
|
23991
|
+
var t = FI(), e = jI(), r = VI(), n = Jo(), s = ha(), i = O0(), a = n("Object.prototype.toString"), o = Vu()(), c = typeof globalThis > "u" ? ln : globalThis, u = e(), f = n("String.prototype.slice"), l = n("Array.prototype.indexOf", !0) || function(E, A) {
|
|
23956
23992
|
for (var k = 0; k < E.length; k += 1)
|
|
23957
23993
|
if (E[k] === A)
|
|
23958
23994
|
return k;
|
|
@@ -24030,7 +24066,7 @@ function i2() {
|
|
|
24030
24066
|
}, Hl;
|
|
24031
24067
|
}
|
|
24032
24068
|
var Ll, km;
|
|
24033
|
-
function
|
|
24069
|
+
function GI() {
|
|
24034
24070
|
if (km) return Ll;
|
|
24035
24071
|
km = 1;
|
|
24036
24072
|
var t = i2();
|
|
@@ -24039,9 +24075,9 @@ function VI() {
|
|
|
24039
24075
|
}, Ll;
|
|
24040
24076
|
}
|
|
24041
24077
|
var _m;
|
|
24042
|
-
function
|
|
24078
|
+
function qI() {
|
|
24043
24079
|
return _m || (_m = 1, function(t) {
|
|
24044
|
-
var e =
|
|
24080
|
+
var e = BI(), r = UI(), n = i2(), s = GI();
|
|
24045
24081
|
function i(K) {
|
|
24046
24082
|
return K.call.bind(K);
|
|
24047
24083
|
}
|
|
@@ -24226,13 +24262,13 @@ function GI() {
|
|
|
24226
24262
|
}(zf)), zf;
|
|
24227
24263
|
}
|
|
24228
24264
|
var Dl, Tm;
|
|
24229
|
-
function
|
|
24265
|
+
function WI() {
|
|
24230
24266
|
return Tm || (Tm = 1, Dl = function(e) {
|
|
24231
24267
|
return e && typeof e == "object" && typeof e.copy == "function" && typeof e.fill == "function" && typeof e.readUInt8 == "function";
|
|
24232
24268
|
}), Dl;
|
|
24233
24269
|
}
|
|
24234
24270
|
var gc = { exports: {} }, Im;
|
|
24235
|
-
function
|
|
24271
|
+
function KI() {
|
|
24236
24272
|
return Im || (Im = 1, typeof Object.create == "function" ? gc.exports = function(e, r) {
|
|
24237
24273
|
r && (e.super_ = r, e.prototype = Object.create(r.prototype, {
|
|
24238
24274
|
constructor: {
|
|
@@ -24472,7 +24508,7 @@ function a2() {
|
|
|
24472
24508
|
`) + " " + B.join(`,
|
|
24473
24509
|
`) + " " + D[1] : D[0] + M + " " + B.join(", ") + " " + D[1];
|
|
24474
24510
|
}
|
|
24475
|
-
t.types =
|
|
24511
|
+
t.types = qI();
|
|
24476
24512
|
function E(B) {
|
|
24477
24513
|
return Array.isArray(B);
|
|
24478
24514
|
}
|
|
@@ -24529,7 +24565,7 @@ function a2() {
|
|
|
24529
24565
|
return B === null || typeof B == "boolean" || typeof B == "number" || typeof B == "string" || typeof B == "symbol" || // ES6 symbol
|
|
24530
24566
|
typeof B > "u";
|
|
24531
24567
|
}
|
|
24532
|
-
t.isPrimitive = z, t.isBuffer =
|
|
24568
|
+
t.isPrimitive = z, t.isBuffer = WI();
|
|
24533
24569
|
function Q(B) {
|
|
24534
24570
|
return Object.prototype.toString.call(B);
|
|
24535
24571
|
}
|
|
@@ -24560,7 +24596,7 @@ function a2() {
|
|
|
24560
24596
|
}
|
|
24561
24597
|
t.log = function() {
|
|
24562
24598
|
console.log("%s - %s", ee(), t.format.apply(t, arguments));
|
|
24563
|
-
}, t.inherits =
|
|
24599
|
+
}, t.inherits = KI(), t._extend = function(B, M) {
|
|
24564
24600
|
if (!M || !C(M)) return B;
|
|
24565
24601
|
for (var D = Object.keys(M), ne = D.length; ne--; )
|
|
24566
24602
|
B[D[ne]] = M[D[ne]];
|
|
@@ -24646,13 +24682,13 @@ function a2() {
|
|
|
24646
24682
|
}(Df)), Df;
|
|
24647
24683
|
}
|
|
24648
24684
|
Object.defineProperty(zu, "__esModule", { value: !0 });
|
|
24649
|
-
zu.decode =
|
|
24650
|
-
zu.encode =
|
|
24685
|
+
zu.decode = XI;
|
|
24686
|
+
zu.encode = YI;
|
|
24651
24687
|
const o2 = ui;
|
|
24652
|
-
function
|
|
24688
|
+
function XI(t) {
|
|
24653
24689
|
return (o2.isBrowser ? new TextDecoder("utf-8") : new (a2()).TextDecoder("utf-8")).decode(t);
|
|
24654
24690
|
}
|
|
24655
|
-
function
|
|
24691
|
+
function YI(t) {
|
|
24656
24692
|
return (o2.isBrowser ? new TextEncoder() : new (a2()).TextEncoder("utf-8")).encode(t);
|
|
24657
24693
|
}
|
|
24658
24694
|
var qu = {}, Xd = { exports: {} };
|
|
@@ -24686,8 +24722,8 @@ var qu = {}, Xd = { exports: {} };
|
|
|
24686
24722
|
return r.SlowBuffer(a);
|
|
24687
24723
|
};
|
|
24688
24724
|
})(Xd, Xd.exports);
|
|
24689
|
-
var
|
|
24690
|
-
function
|
|
24725
|
+
var JI = Xd.exports, wc = JI.Buffer;
|
|
24726
|
+
function ZI(t) {
|
|
24691
24727
|
if (t.length >= 255)
|
|
24692
24728
|
throw new TypeError("Alphabet too long");
|
|
24693
24729
|
for (var e = new Uint8Array(256), r = 0; r < e.length; r++)
|
|
@@ -24759,31 +24795,31 @@ function JI(t) {
|
|
|
24759
24795
|
decode: p
|
|
24760
24796
|
};
|
|
24761
24797
|
}
|
|
24762
|
-
var
|
|
24798
|
+
var QI = ZI, eP = QI, tP = "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz", rP = eP(tP), nP = ln && ln.__importDefault || function(t) {
|
|
24763
24799
|
return t && t.__esModule ? t : { default: t };
|
|
24764
24800
|
};
|
|
24765
24801
|
Object.defineProperty(qu, "__esModule", { value: !0 });
|
|
24766
|
-
qu.encode =
|
|
24767
|
-
qu.decode =
|
|
24768
|
-
const c2 = rP
|
|
24769
|
-
function
|
|
24802
|
+
qu.encode = sP;
|
|
24803
|
+
qu.decode = iP;
|
|
24804
|
+
const c2 = nP(rP);
|
|
24805
|
+
function sP(t) {
|
|
24770
24806
|
return c2.default.encode(t);
|
|
24771
24807
|
}
|
|
24772
|
-
function
|
|
24808
|
+
function iP(t) {
|
|
24773
24809
|
return c2.default.decode(t);
|
|
24774
24810
|
}
|
|
24775
24811
|
var Wu = {};
|
|
24776
24812
|
Object.defineProperty(Wu, "__esModule", { value: !0 });
|
|
24777
|
-
Wu.encode =
|
|
24778
|
-
Wu.decode =
|
|
24779
|
-
const
|
|
24780
|
-
function
|
|
24813
|
+
Wu.encode = oP;
|
|
24814
|
+
Wu.decode = cP;
|
|
24815
|
+
const aP = di;
|
|
24816
|
+
function oP(t) {
|
|
24781
24817
|
return t.toString("base64");
|
|
24782
24818
|
}
|
|
24783
|
-
function
|
|
24784
|
-
return
|
|
24819
|
+
function cP(t) {
|
|
24820
|
+
return aP.Buffer.from(t, "base64");
|
|
24785
24821
|
}
|
|
24786
|
-
var
|
|
24822
|
+
var uP = ln && ln.__createBinding || (Object.create ? function(t, e, r, n) {
|
|
24787
24823
|
n === void 0 && (n = r);
|
|
24788
24824
|
var s = Object.getOwnPropertyDescriptor(e, r);
|
|
24789
24825
|
(!s || ("get" in s ? !e.__esModule : s.writable || s.configurable)) && (s = { enumerable: !0, get: function() {
|
|
@@ -24791,15 +24827,15 @@ var cP = ln && ln.__createBinding || (Object.create ? function(t, e, r, n) {
|
|
|
24791
24827
|
} }), Object.defineProperty(t, n, s);
|
|
24792
24828
|
} : function(t, e, r, n) {
|
|
24793
24829
|
n === void 0 && (n = r), t[n] = e[r];
|
|
24794
|
-
}),
|
|
24830
|
+
}), fP = ln && ln.__setModuleDefault || (Object.create ? function(t, e) {
|
|
24795
24831
|
Object.defineProperty(t, "default", { enumerable: !0, value: e });
|
|
24796
24832
|
} : function(t, e) {
|
|
24797
24833
|
t.default = e;
|
|
24798
24834
|
}), Ku = ln && ln.__importStar || function(t) {
|
|
24799
24835
|
if (t && t.__esModule) return t;
|
|
24800
24836
|
var e = {};
|
|
24801
|
-
if (t != null) for (var r in t) r !== "default" && Object.prototype.hasOwnProperty.call(t, r) &&
|
|
24802
|
-
return
|
|
24837
|
+
if (t != null) for (var r in t) r !== "default" && Object.prototype.hasOwnProperty.call(t, r) && uP(e, t, r);
|
|
24838
|
+
return fP(e, t), e;
|
|
24803
24839
|
};
|
|
24804
24840
|
Object.defineProperty(Rn, "__esModule", { value: !0 });
|
|
24805
24841
|
Rn.base64 = Rn.bs58 = Rn.utf8 = u2 = Rn.hex = void 0;
|
|
@@ -24873,7 +24909,7 @@ function f2(t) {
|
|
|
24873
24909
|
);
|
|
24874
24910
|
return e;
|
|
24875
24911
|
}
|
|
24876
|
-
class
|
|
24912
|
+
class lP {
|
|
24877
24913
|
/**
|
|
24878
24914
|
* Creates a new instance of SolanaRelay.
|
|
24879
24915
|
* @param {AnchorProvider} provider - An abstraction of RPC connection and a Wallet
|
|
@@ -24981,7 +25017,7 @@ class fP {
|
|
|
24981
25017
|
e.recentBlockhash = (await this.provider.connection.getLatestBlockhash()).blockhash, e.feePayer = this.relayer;
|
|
24982
25018
|
const i = (await this.provider.wallet.signTransaction(
|
|
24983
25019
|
e
|
|
24984
|
-
)).serialize({ requireAllSignatures: !1 }).toString("base64"), a = await
|
|
25020
|
+
)).serialize({ requireAllSignatures: !1 }).toString("base64"), a = await mt.post(
|
|
24985
25021
|
this.url.endpoint("/initiate"),
|
|
24986
25022
|
{
|
|
24987
25023
|
body: JSON.stringify({
|
|
@@ -25156,7 +25192,7 @@ class fP {
|
|
|
25156
25192
|
return T("Refund is automatically handled by the relayer.");
|
|
25157
25193
|
}
|
|
25158
25194
|
}
|
|
25159
|
-
const l2 = "1.45.2",
|
|
25195
|
+
const l2 = "1.45.2", dP = "1.62.0", hP = {
|
|
25160
25196
|
"-32700": "ParseError",
|
|
25161
25197
|
"-32701": "OversizedRequest",
|
|
25162
25198
|
"-32702": "OversizedResponse",
|
|
@@ -25178,17 +25214,17 @@ class d2 extends Error {
|
|
|
25178
25214
|
}
|
|
25179
25215
|
class h2 extends d2 {
|
|
25180
25216
|
constructor(e, r) {
|
|
25181
|
-
super(e), this.code = r, this.type =
|
|
25217
|
+
super(e), this.code = r, this.type = hP[r] ?? "ServerError";
|
|
25182
25218
|
}
|
|
25183
25219
|
}
|
|
25184
|
-
class
|
|
25220
|
+
class pP extends d2 {
|
|
25185
25221
|
constructor(e, r, n) {
|
|
25186
25222
|
super(e), this.status = r, this.statusText = n;
|
|
25187
25223
|
}
|
|
25188
25224
|
}
|
|
25189
25225
|
var p2 = (t) => {
|
|
25190
25226
|
throw TypeError(t);
|
|
25191
|
-
}, B0 = (t, e, r) => e.has(t) || p2("Cannot " + r), ze = (t, e, r) => (B0(t, e, "read from private field"), r ? r.call(t) : e.get(t)), Ns = (t, e, r) => e.has(t) ? p2("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(t) : e.set(t, r), Gi = (t, e, r, n) => (B0(t, e, "write to private field"), e.set(t, r), r), y2 = (t, e, r) => (B0(t, e, "access private method"), r),
|
|
25227
|
+
}, B0 = (t, e, r) => e.has(t) || p2("Cannot " + r), ze = (t, e, r) => (B0(t, e, "read from private field"), r ? r.call(t) : e.get(t)), Ns = (t, e, r) => e.has(t) ? p2("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(t) : e.set(t, r), Gi = (t, e, r, n) => (B0(t, e, "write to private field"), e.set(t, r), r), y2 = (t, e, r) => (B0(t, e, "access private method"), r), yP = (t, e, r, n) => ({
|
|
25192
25228
|
set _(s) {
|
|
25193
25229
|
Gi(t, e, s);
|
|
25194
25230
|
},
|
|
@@ -25196,22 +25232,22 @@ var p2 = (t) => {
|
|
|
25196
25232
|
return ze(t, e, n);
|
|
25197
25233
|
}
|
|
25198
25234
|
}), as, Da, Pn, Hs, Eo, Ls, Yc, m2, b2;
|
|
25199
|
-
function
|
|
25235
|
+
function mP(t) {
|
|
25200
25236
|
const e = new URL(t);
|
|
25201
25237
|
return e.protocol = e.protocol.replace("http", "ws"), e.toString();
|
|
25202
25238
|
}
|
|
25203
|
-
const
|
|
25239
|
+
const bP = {
|
|
25204
25240
|
// We fudge the typing because we also check for undefined in the constructor:
|
|
25205
25241
|
WebSocketConstructor: typeof WebSocket < "u" ? WebSocket : void 0,
|
|
25206
25242
|
callTimeout: 3e4,
|
|
25207
25243
|
reconnectTimeout: 3e3,
|
|
25208
25244
|
maxReconnects: 5
|
|
25209
25245
|
};
|
|
25210
|
-
class
|
|
25246
|
+
class gP {
|
|
25211
25247
|
constructor(e, r = {}) {
|
|
25212
|
-
if (Ns(this, Yc), Ns(this, as, 0), Ns(this, Da, 0), Ns(this, Pn, null), Ns(this, Hs, null), Ns(this, Eo, /* @__PURE__ */ new Set()), Ns(this, Ls, /* @__PURE__ */ new Map()), this.endpoint = e, this.options = { ...
|
|
25248
|
+
if (Ns(this, Yc), Ns(this, as, 0), Ns(this, Da, 0), Ns(this, Pn, null), Ns(this, Hs, null), Ns(this, Eo, /* @__PURE__ */ new Set()), Ns(this, Ls, /* @__PURE__ */ new Map()), this.endpoint = e, this.options = { ...bP, ...r }, !this.options.WebSocketConstructor)
|
|
25213
25249
|
throw new Error("Missing WebSocket constructor");
|
|
25214
|
-
this.endpoint.startsWith("http") && (this.endpoint =
|
|
25250
|
+
this.endpoint.startsWith("http") && (this.endpoint = mP(this.endpoint));
|
|
25215
25251
|
}
|
|
25216
25252
|
async makeRequest(e, r, n) {
|
|
25217
25253
|
const s = await y2(this, Yc, m2).call(this);
|
|
@@ -25232,7 +25268,7 @@ class bP {
|
|
|
25232
25268
|
});
|
|
25233
25269
|
}
|
|
25234
25270
|
async subscribe(e) {
|
|
25235
|
-
const r = new
|
|
25271
|
+
const r = new wP(e);
|
|
25236
25272
|
return ze(this, Eo).add(r), await r.subscribe(this), () => r.unsubscribe(this);
|
|
25237
25273
|
}
|
|
25238
25274
|
}
|
|
@@ -25249,7 +25285,7 @@ m2 = function() {
|
|
|
25249
25285
|
(e = ze(this, Pn)) == null || e.close(), Gi(this, Pn, new this.options.WebSocketConstructor(this.endpoint)), ze(this, Pn).addEventListener("open", () => {
|
|
25250
25286
|
Gi(this, Da, 0), t(ze(this, Pn));
|
|
25251
25287
|
}), ze(this, Pn).addEventListener("close", () => {
|
|
25252
|
-
|
|
25288
|
+
yP(this, Da)._++, ze(this, Da) <= this.options.maxReconnects && setTimeout(() => {
|
|
25253
25289
|
y2(this, Yc, b2).call(this);
|
|
25254
25290
|
}, this.options.reconnectTimeout);
|
|
25255
25291
|
}), ze(this, Pn).addEventListener("message", ({ data: r }) => {
|
|
@@ -25278,7 +25314,7 @@ b2 = async function() {
|
|
|
25278
25314
|
[...ze(this, Eo)].map((e) => e.subscribe(this))
|
|
25279
25315
|
);
|
|
25280
25316
|
};
|
|
25281
|
-
class
|
|
25317
|
+
class wP {
|
|
25282
25318
|
constructor(e) {
|
|
25283
25319
|
this.subscriptionId = null, this.subscribed = !1, this.input = e;
|
|
25284
25320
|
}
|
|
@@ -25301,8 +25337,8 @@ class gP {
|
|
|
25301
25337
|
}
|
|
25302
25338
|
var g2 = (t) => {
|
|
25303
25339
|
throw TypeError(t);
|
|
25304
|
-
}, C0 = (t, e, r) => e.has(t) || g2("Cannot " + r), vr = (t, e, r) => (C0(t, e, "read from private field"), r ? r.call(t) : e.get(t)), vc = (t, e, r) => e.has(t) ? g2("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(t) : e.set(t, r), Yd = (t, e, r, n) => (C0(t, e, "write to private field"), e.set(t, r), r),
|
|
25305
|
-
class
|
|
25340
|
+
}, C0 = (t, e, r) => e.has(t) || g2("Cannot " + r), vr = (t, e, r) => (C0(t, e, "read from private field"), r ? r.call(t) : e.get(t)), vc = (t, e, r) => e.has(t) ? g2("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(t) : e.set(t, r), Yd = (t, e, r, n) => (C0(t, e, "write to private field"), e.set(t, r), r), vP = (t, e, r) => (C0(t, e, "access private method"), r), Ca, Ir, za, Jd, w2;
|
|
25341
|
+
class EP {
|
|
25306
25342
|
constructor(e) {
|
|
25307
25343
|
vc(this, Jd), vc(this, Ca, 0), vc(this, Ir), vc(this, za), Yd(this, Ir, e);
|
|
25308
25344
|
}
|
|
@@ -25324,7 +25360,7 @@ class vP {
|
|
|
25324
25360
|
"Content-Type": "application/json",
|
|
25325
25361
|
"Client-Sdk-Type": "typescript",
|
|
25326
25362
|
"Client-Sdk-Version": l2,
|
|
25327
|
-
"Client-Target-Api-Version":
|
|
25363
|
+
"Client-Target-Api-Version": dP,
|
|
25328
25364
|
"Client-Request-Method": e.method,
|
|
25329
25365
|
...(i = vr(this, Ir).rpc) == null ? void 0 : i.headers
|
|
25330
25366
|
},
|
|
@@ -25336,7 +25372,7 @@ class vP {
|
|
|
25336
25372
|
})
|
|
25337
25373
|
});
|
|
25338
25374
|
if (!r.ok)
|
|
25339
|
-
throw new
|
|
25375
|
+
throw new pP(
|
|
25340
25376
|
`Unexpected status code: ${r.status}`,
|
|
25341
25377
|
r.status,
|
|
25342
25378
|
r.statusText
|
|
@@ -25347,7 +25383,7 @@ class vP {
|
|
|
25347
25383
|
return n.result;
|
|
25348
25384
|
}
|
|
25349
25385
|
async subscribe(e) {
|
|
25350
|
-
const r = await
|
|
25386
|
+
const r = await vP(this, Jd, w2).call(this).subscribe(e);
|
|
25351
25387
|
return e.signal && (e.signal.throwIfAborted(), e.signal.addEventListener("abort", () => {
|
|
25352
25388
|
r();
|
|
25353
25389
|
})), async () => !!await r();
|
|
@@ -25365,7 +25401,7 @@ w2 = function() {
|
|
|
25365
25401
|
throw new Error(
|
|
25366
25402
|
"The current environment does not support WebSocket, you can provide a WebSocketConstructor in the options for SuiHTTPTransport."
|
|
25367
25403
|
);
|
|
25368
|
-
Yd(this, za, new
|
|
25404
|
+
Yd(this, za, new gP(
|
|
25369
25405
|
((t = vr(this, Ir).websocket) == null ? void 0 : t.url) ?? vr(this, Ir).url,
|
|
25370
25406
|
{
|
|
25371
25407
|
WebSocketConstructor: e,
|
|
@@ -25390,7 +25426,7 @@ function Om(t) {
|
|
|
25390
25426
|
}
|
|
25391
25427
|
}
|
|
25392
25428
|
/*! scure-base - MIT License (c) 2022 Paul Miller (paulmillr.com) */
|
|
25393
|
-
function
|
|
25429
|
+
function AP(t) {
|
|
25394
25430
|
return t instanceof Uint8Array || ArrayBuffer.isView(t) && t.constructor.name === "Uint8Array";
|
|
25395
25431
|
}
|
|
25396
25432
|
function v2(t, e) {
|
|
@@ -25413,17 +25449,17 @@ function A2(t, e) {
|
|
|
25413
25449
|
if (!v2(!0, e))
|
|
25414
25450
|
throw new Error(`${t}: array of strings expected`);
|
|
25415
25451
|
}
|
|
25416
|
-
function
|
|
25452
|
+
function SP(t, e) {
|
|
25417
25453
|
if (!v2(!1, e))
|
|
25418
25454
|
throw new Error(`${t}: array of numbers expected`);
|
|
25419
25455
|
}
|
|
25420
25456
|
// @__NO_SIDE_EFFECTS__
|
|
25421
|
-
function
|
|
25457
|
+
function xP(...t) {
|
|
25422
25458
|
const e = (i) => i, r = (i, a) => (o) => i(a(o)), n = t.map((i) => i.encode).reduceRight(r, e), s = t.map((i) => i.decode).reduce(r, e);
|
|
25423
25459
|
return { encode: n, decode: s };
|
|
25424
25460
|
}
|
|
25425
25461
|
// @__NO_SIDE_EFFECTS__
|
|
25426
|
-
function
|
|
25462
|
+
function kP(t) {
|
|
25427
25463
|
const e = typeof t == "string" ? t.split("") : t, r = e.length;
|
|
25428
25464
|
A2("alphabet", e);
|
|
25429
25465
|
const n = new Map(e.map((s, i) => [s, i]));
|
|
@@ -25443,7 +25479,7 @@ function xP(t) {
|
|
|
25443
25479
|
};
|
|
25444
25480
|
}
|
|
25445
25481
|
// @__NO_SIDE_EFFECTS__
|
|
25446
|
-
function
|
|
25482
|
+
function _P(t = "") {
|
|
25447
25483
|
return Zd("join", t), {
|
|
25448
25484
|
encode: (e) => (A2("join.decode", e), e.join(t)),
|
|
25449
25485
|
decode: (e) => (Zd("join.decode", e), e.split(t))
|
|
@@ -25485,19 +25521,19 @@ function Bm(t, e, r) {
|
|
|
25485
25521
|
return s.reverse();
|
|
25486
25522
|
}
|
|
25487
25523
|
// @__NO_SIDE_EFFECTS__
|
|
25488
|
-
function
|
|
25524
|
+
function TP(t) {
|
|
25489
25525
|
E2(t);
|
|
25490
25526
|
const e = 2 ** 8;
|
|
25491
25527
|
return {
|
|
25492
25528
|
encode: (r) => {
|
|
25493
|
-
if (!
|
|
25529
|
+
if (!AP(r))
|
|
25494
25530
|
throw new Error("radix.encode input should be Uint8Array");
|
|
25495
25531
|
return Bm(Array.from(r), e, t);
|
|
25496
25532
|
},
|
|
25497
|
-
decode: (r) => (
|
|
25533
|
+
decode: (r) => (SP("radix.decode", r), Uint8Array.from(Bm(r, t, e)))
|
|
25498
25534
|
};
|
|
25499
25535
|
}
|
|
25500
|
-
const
|
|
25536
|
+
const IP = /* @__NO_SIDE_EFFECTS__ */ (t) => /* @__PURE__ */ xP(/* @__PURE__ */ TP(58), /* @__PURE__ */ kP(t), /* @__PURE__ */ _P("")), S2 = /* @__PURE__ */ IP("123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"), Xu = (t) => S2.encode(t), Ao = (t) => S2.decode(t);
|
|
25501
25537
|
function or(t) {
|
|
25502
25538
|
return Uint8Array.from(atob(t), (e) => e.charCodeAt(0));
|
|
25503
25539
|
}
|
|
@@ -25531,7 +25567,7 @@ class k2 {
|
|
|
25531
25567
|
throw new TypeError(
|
|
25532
25568
|
`DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but got: ${e}.`
|
|
25533
25569
|
);
|
|
25534
|
-
this._batchLoadFn = e, this._maxBatchSize =
|
|
25570
|
+
this._batchLoadFn = e, this._maxBatchSize = CP(r), this._batchScheduleFn = RP(r), this._cacheKeyFn = NP(r), this._cacheMap = UP(r), this._batch = null, this.name = MP(r);
|
|
25535
25571
|
}
|
|
25536
25572
|
/**
|
|
25537
25573
|
* Loads a key, returning a `Promise` for the value represented by that key.
|
|
@@ -25541,7 +25577,7 @@ class k2 {
|
|
|
25541
25577
|
throw new TypeError(
|
|
25542
25578
|
`The loader.load() function must be called with a value, but got: ${String(e)}.`
|
|
25543
25579
|
);
|
|
25544
|
-
const r =
|
|
25580
|
+
const r = OP(this), n = this._cacheMap;
|
|
25545
25581
|
let s;
|
|
25546
25582
|
if (n) {
|
|
25547
25583
|
s = this._cacheKeyFn(e);
|
|
@@ -25631,7 +25667,7 @@ class k2 {
|
|
|
25631
25667
|
return this;
|
|
25632
25668
|
}
|
|
25633
25669
|
}
|
|
25634
|
-
const
|
|
25670
|
+
const PP = (
|
|
25635
25671
|
/** @ts-ignore */
|
|
25636
25672
|
typeof process == "object" && typeof process.nextTick == "function" ? function(t) {
|
|
25637
25673
|
Vl || (Vl = Promise.resolve()), Vl.then(() => {
|
|
@@ -25647,16 +25683,16 @@ const IP = (
|
|
|
25647
25683
|
)
|
|
25648
25684
|
);
|
|
25649
25685
|
let Vl;
|
|
25650
|
-
function
|
|
25686
|
+
function OP(t) {
|
|
25651
25687
|
const e = t._batch;
|
|
25652
25688
|
if (e !== null && !e.hasDispatched && e.keys.length < t._maxBatchSize)
|
|
25653
25689
|
return e;
|
|
25654
25690
|
const r = { hasDispatched: !1, keys: [], callbacks: [] };
|
|
25655
25691
|
return t._batch = r, t._batchScheduleFn(() => {
|
|
25656
|
-
|
|
25692
|
+
BP(t, r);
|
|
25657
25693
|
}), r;
|
|
25658
25694
|
}
|
|
25659
|
-
function
|
|
25695
|
+
function BP(t, e) {
|
|
25660
25696
|
if (e.hasDispatched = !0, e.keys.length === 0) {
|
|
25661
25697
|
eh(e);
|
|
25662
25698
|
return;
|
|
@@ -25715,7 +25751,7 @@ function eh(t) {
|
|
|
25715
25751
|
for (let e = 0; e < t.cacheHits.length; e++)
|
|
25716
25752
|
t.cacheHits[e]();
|
|
25717
25753
|
}
|
|
25718
|
-
function
|
|
25754
|
+
function CP(t) {
|
|
25719
25755
|
if (!(!t || t.batch !== !1))
|
|
25720
25756
|
return 1;
|
|
25721
25757
|
const r = t && t.maxBatchSize;
|
|
@@ -25725,15 +25761,15 @@ function BP(t) {
|
|
|
25725
25761
|
throw new TypeError(`maxBatchSize must be a positive number: ${r}`);
|
|
25726
25762
|
return r;
|
|
25727
25763
|
}
|
|
25728
|
-
function
|
|
25764
|
+
function RP(t) {
|
|
25729
25765
|
const e = t && t.batchScheduleFn;
|
|
25730
25766
|
if (e === void 0)
|
|
25731
|
-
return
|
|
25767
|
+
return PP;
|
|
25732
25768
|
if (typeof e != "function")
|
|
25733
25769
|
throw new TypeError(`batchScheduleFn must be a function: ${e}`);
|
|
25734
25770
|
return e;
|
|
25735
25771
|
}
|
|
25736
|
-
function
|
|
25772
|
+
function NP(t) {
|
|
25737
25773
|
const e = t && t.cacheKeyFn;
|
|
25738
25774
|
if (e === void 0)
|
|
25739
25775
|
return (r) => r;
|
|
@@ -25741,7 +25777,7 @@ function RP(t) {
|
|
|
25741
25777
|
throw new TypeError(`cacheKeyFn must be a function: ${e}`);
|
|
25742
25778
|
return e;
|
|
25743
25779
|
}
|
|
25744
|
-
function
|
|
25780
|
+
function UP(t) {
|
|
25745
25781
|
if (!(!t || t.cache !== !1))
|
|
25746
25782
|
return null;
|
|
25747
25783
|
const r = t && t.cacheMap;
|
|
@@ -25756,7 +25792,7 @@ function NP(t) {
|
|
|
25756
25792
|
}
|
|
25757
25793
|
return r;
|
|
25758
25794
|
}
|
|
25759
|
-
function
|
|
25795
|
+
function MP(t) {
|
|
25760
25796
|
return t && t.name ? t.name : null;
|
|
25761
25797
|
}
|
|
25762
25798
|
function _2(t) {
|
|
@@ -25772,7 +25808,7 @@ function Jc(t) {
|
|
|
25772
25808
|
r[n] = Number(e & 0x7fn), e >>= 7n, e > 0n && (r[n] |= 128), n += 1;
|
|
25773
25809
|
return r;
|
|
25774
25810
|
}
|
|
25775
|
-
function
|
|
25811
|
+
function FP(t) {
|
|
25776
25812
|
let e = 0n, r = 0n, n = 0;
|
|
25777
25813
|
for (; ; ) {
|
|
25778
25814
|
if (n >= t.length)
|
|
@@ -25789,7 +25825,7 @@ function MP(t) {
|
|
|
25789
25825
|
length: n
|
|
25790
25826
|
};
|
|
25791
25827
|
}
|
|
25792
|
-
class
|
|
25828
|
+
class $P {
|
|
25793
25829
|
/**
|
|
25794
25830
|
* @param {Uint8Array} data Data to use as a buffer.
|
|
25795
25831
|
*/
|
|
@@ -25866,7 +25902,7 @@ class FP {
|
|
|
25866
25902
|
* @returns {Number} The ULEB value.
|
|
25867
25903
|
*/
|
|
25868
25904
|
readULEB() {
|
|
25869
|
-
const e = this.bytePosition + this.dataView.byteOffset, r = new Uint8Array(this.dataView.buffer, e), { value: n, length: s } =
|
|
25905
|
+
const e = this.bytePosition + this.dataView.byteOffset, r = new Uint8Array(this.dataView.buffer, e), { value: n, length: s } = FP(r);
|
|
25870
25906
|
return this.shift(s), n;
|
|
25871
25907
|
}
|
|
25872
25908
|
/**
|
|
@@ -25882,7 +25918,7 @@ class FP {
|
|
|
25882
25918
|
return n;
|
|
25883
25919
|
}
|
|
25884
25920
|
}
|
|
25885
|
-
function
|
|
25921
|
+
function jP(t, e) {
|
|
25886
25922
|
switch (e) {
|
|
25887
25923
|
case "base58":
|
|
25888
25924
|
return Xu(t);
|
|
@@ -25907,7 +25943,7 @@ function T2(t, e = ["<", ">"]) {
|
|
|
25907
25943
|
}
|
|
25908
25944
|
return s.push(i.trim()), s;
|
|
25909
25945
|
}
|
|
25910
|
-
class
|
|
25946
|
+
class HP {
|
|
25911
25947
|
constructor({
|
|
25912
25948
|
initialSize: e = 1024,
|
|
25913
25949
|
maxSize: r = 1 / 0,
|
|
@@ -26043,7 +26079,7 @@ class jP {
|
|
|
26043
26079
|
* @param encoding Encoding to use: 'base64' or 'hex'
|
|
26044
26080
|
*/
|
|
26045
26081
|
toString(e) {
|
|
26046
|
-
return
|
|
26082
|
+
return jP(this.toBytes(), e);
|
|
26047
26083
|
}
|
|
26048
26084
|
}
|
|
26049
26085
|
function ql(t, e) {
|
|
@@ -26056,10 +26092,10 @@ function ql(t, e) {
|
|
|
26056
26092
|
var I2 = (t) => {
|
|
26057
26093
|
throw TypeError(t);
|
|
26058
26094
|
}, P2 = (t, e, r) => e.has(t) || I2("Cannot " + r), Pr = (t, e, r) => (P2(t, e, "read from private field"), r ? r.call(t) : e.get(t)), Zc = (t, e, r) => e.has(t) ? I2("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(t) : e.set(t, r), Qc = (t, e, r, n) => (P2(t, e, "write to private field"), e.set(t, r), r), Ci, Ra, Rc, os;
|
|
26059
|
-
const
|
|
26095
|
+
const LP = class O2 {
|
|
26060
26096
|
constructor(e) {
|
|
26061
26097
|
Zc(this, Ci), Zc(this, Ra), this.name = e.name, this.read = e.read, this.serializedSize = e.serializedSize ?? (() => null), Qc(this, Ci, e.write), Qc(this, Ra, e.serialize ?? ((r, n) => {
|
|
26062
|
-
const s = new
|
|
26098
|
+
const s = new HP({
|
|
26063
26099
|
initialSize: this.serializedSize(r) ?? void 0,
|
|
26064
26100
|
...n
|
|
26065
26101
|
});
|
|
@@ -26071,10 +26107,10 @@ const HP = class O2 {
|
|
|
26071
26107
|
this.validate(e), Pr(this, Ci).call(this, e, r);
|
|
26072
26108
|
}
|
|
26073
26109
|
serialize(e, r) {
|
|
26074
|
-
return this.validate(e), new
|
|
26110
|
+
return this.validate(e), new DP(this, Pr(this, Ra).call(this, e, r));
|
|
26075
26111
|
}
|
|
26076
26112
|
parse(e) {
|
|
26077
|
-
const r = new
|
|
26113
|
+
const r = new $P(e);
|
|
26078
26114
|
return this.read(r);
|
|
26079
26115
|
}
|
|
26080
26116
|
fromHex(e) {
|
|
@@ -26106,12 +26142,12 @@ const HP = class O2 {
|
|
|
26106
26142
|
};
|
|
26107
26143
|
Ci = /* @__PURE__ */ new WeakMap();
|
|
26108
26144
|
Ra = /* @__PURE__ */ new WeakMap();
|
|
26109
|
-
let pn =
|
|
26145
|
+
let pn = LP;
|
|
26110
26146
|
const B2 = Symbol.for("@mysten/serialized-bcs");
|
|
26111
26147
|
function R0(t) {
|
|
26112
26148
|
return !!t && typeof t == "object" && t[B2] === !0;
|
|
26113
26149
|
}
|
|
26114
|
-
class
|
|
26150
|
+
class DP {
|
|
26115
26151
|
constructor(e, r) {
|
|
26116
26152
|
Zc(this, Rc), Zc(this, os), Qc(this, Rc, e), Qc(this, os, r);
|
|
26117
26153
|
}
|
|
@@ -26186,7 +26222,7 @@ function Kl({
|
|
|
26186
26222
|
}
|
|
26187
26223
|
});
|
|
26188
26224
|
}
|
|
26189
|
-
function
|
|
26225
|
+
function zP({
|
|
26190
26226
|
serialize: t,
|
|
26191
26227
|
...e
|
|
26192
26228
|
}) {
|
|
@@ -26200,7 +26236,7 @@ function DP({
|
|
|
26200
26236
|
});
|
|
26201
26237
|
return r;
|
|
26202
26238
|
}
|
|
26203
|
-
function
|
|
26239
|
+
function VP({
|
|
26204
26240
|
toBytes: t,
|
|
26205
26241
|
fromBytes: e,
|
|
26206
26242
|
...r
|
|
@@ -26229,7 +26265,7 @@ function zP({
|
|
|
26229
26265
|
}
|
|
26230
26266
|
});
|
|
26231
26267
|
}
|
|
26232
|
-
function
|
|
26268
|
+
function GP(t) {
|
|
26233
26269
|
let e = null;
|
|
26234
26270
|
function r() {
|
|
26235
26271
|
return e || (e = t()), e;
|
|
@@ -26242,7 +26278,7 @@ function VP(t) {
|
|
|
26242
26278
|
serialize: (n, s) => r().serialize(n, s).toBytes()
|
|
26243
26279
|
});
|
|
26244
26280
|
}
|
|
26245
|
-
class
|
|
26281
|
+
class qP extends pn {
|
|
26246
26282
|
constructor({ name: e, fields: r, ...n }) {
|
|
26247
26283
|
const s = Object.entries(r);
|
|
26248
26284
|
super({
|
|
@@ -26276,7 +26312,7 @@ class GP extends pn {
|
|
|
26276
26312
|
});
|
|
26277
26313
|
}
|
|
26278
26314
|
}
|
|
26279
|
-
class
|
|
26315
|
+
class WP extends pn {
|
|
26280
26316
|
constructor({ fields: e, ...r }) {
|
|
26281
26317
|
const n = Object.entries(e);
|
|
26282
26318
|
super({
|
|
@@ -26321,7 +26357,7 @@ class qP extends pn {
|
|
|
26321
26357
|
});
|
|
26322
26358
|
}
|
|
26323
26359
|
}
|
|
26324
|
-
class
|
|
26360
|
+
class KP extends pn {
|
|
26325
26361
|
constructor({ fields: e, name: r, ...n }) {
|
|
26326
26362
|
super({
|
|
26327
26363
|
name: r ?? `(${e.map((s) => s.name).join(", ")})`,
|
|
@@ -26356,7 +26392,7 @@ class WP extends pn {
|
|
|
26356
26392
|
});
|
|
26357
26393
|
}
|
|
26358
26394
|
}
|
|
26359
|
-
function
|
|
26395
|
+
function XP(t, e, r) {
|
|
26360
26396
|
return new pn({
|
|
26361
26397
|
read: (n) => {
|
|
26362
26398
|
const s = new Array(t);
|
|
@@ -26379,7 +26415,7 @@ function KP(t, e, r) {
|
|
|
26379
26415
|
}
|
|
26380
26416
|
});
|
|
26381
26417
|
}
|
|
26382
|
-
function
|
|
26418
|
+
function YP(t) {
|
|
26383
26419
|
return P.enum(`Option<${t.name}>`, {
|
|
26384
26420
|
None: null,
|
|
26385
26421
|
Some: t
|
|
@@ -26388,7 +26424,7 @@ function XP(t) {
|
|
|
26388
26424
|
output: (e) => e.$kind === "Some" ? e.Some : null
|
|
26389
26425
|
});
|
|
26390
26426
|
}
|
|
26391
|
-
function
|
|
26427
|
+
function JP(t, e) {
|
|
26392
26428
|
return new pn({
|
|
26393
26429
|
read: (r) => {
|
|
26394
26430
|
const n = r.readULEB(), s = new Array(n);
|
|
@@ -26410,7 +26446,7 @@ function YP(t, e) {
|
|
|
26410
26446
|
}
|
|
26411
26447
|
});
|
|
26412
26448
|
}
|
|
26413
|
-
function
|
|
26449
|
+
function ZP(t, e) {
|
|
26414
26450
|
return P.vector(P.tuple([t, e])).transform({
|
|
26415
26451
|
name: `Map<${t.name}, ${e.name}>`,
|
|
26416
26452
|
input: (r) => [...r.entries()],
|
|
@@ -26538,7 +26574,7 @@ const P = {
|
|
|
26538
26574
|
*
|
|
26539
26575
|
*/
|
|
26540
26576
|
uleb128(t) {
|
|
26541
|
-
return
|
|
26577
|
+
return zP({
|
|
26542
26578
|
read: (e) => e.readULEB(),
|
|
26543
26579
|
serialize: (e) => Uint8Array.from(Jc(e)),
|
|
26544
26580
|
...t,
|
|
@@ -26604,7 +26640,7 @@ const P = {
|
|
|
26604
26640
|
* bcs.string().serialize('a').toBytes() // Uint8Array [ 1, 97 ]
|
|
26605
26641
|
*/
|
|
26606
26642
|
string(t) {
|
|
26607
|
-
return
|
|
26643
|
+
return VP({
|
|
26608
26644
|
toBytes: (e) => new TextEncoder().encode(e),
|
|
26609
26645
|
fromBytes: (e) => new TextDecoder().decode(e),
|
|
26610
26646
|
...t,
|
|
@@ -26618,7 +26654,7 @@ const P = {
|
|
|
26618
26654
|
* @example
|
|
26619
26655
|
* bcs.fixedArray(3, bcs.u8()).serialize([1, 2, 3]).toBytes() // Uint8Array [ 1, 2, 3 ]
|
|
26620
26656
|
*/
|
|
26621
|
-
fixedArray:
|
|
26657
|
+
fixedArray: XP,
|
|
26622
26658
|
/**
|
|
26623
26659
|
* Creates a BcsType representing an optional value
|
|
26624
26660
|
* @param type The BcsType of the optional value
|
|
@@ -26626,7 +26662,7 @@ const P = {
|
|
|
26626
26662
|
* bcs.option(bcs.u8()).serialize(null).toBytes() // Uint8Array [ 0 ]
|
|
26627
26663
|
* bcs.option(bcs.u8()).serialize(1).toBytes() // Uint8Array [ 1, 1 ]
|
|
26628
26664
|
*/
|
|
26629
|
-
option:
|
|
26665
|
+
option: YP,
|
|
26630
26666
|
/**
|
|
26631
26667
|
* Creates a BcsType representing a variable length vector of a given type
|
|
26632
26668
|
* @param type The BcsType of each element in the vector
|
|
@@ -26634,7 +26670,7 @@ const P = {
|
|
|
26634
26670
|
* @example
|
|
26635
26671
|
* bcs.vector(bcs.u8()).toBytes([1, 2, 3]) // Uint8Array [ 3, 1, 2, 3 ]
|
|
26636
26672
|
*/
|
|
26637
|
-
vector:
|
|
26673
|
+
vector: JP,
|
|
26638
26674
|
/**
|
|
26639
26675
|
* Creates a BcsType representing a tuple of a given set of types
|
|
26640
26676
|
* @param types The BcsTypes for each element in the tuple
|
|
@@ -26644,7 +26680,7 @@ const P = {
|
|
|
26644
26680
|
* tuple.serialize([1, 'a', true]).toBytes() // Uint8Array [ 1, 1, 97, 1 ]
|
|
26645
26681
|
*/
|
|
26646
26682
|
tuple(t, e) {
|
|
26647
|
-
return new
|
|
26683
|
+
return new KP({
|
|
26648
26684
|
fields: t,
|
|
26649
26685
|
...e
|
|
26650
26686
|
});
|
|
@@ -26662,7 +26698,7 @@ const P = {
|
|
|
26662
26698
|
* struct.serialize({ a: 1, b: 'a' }).toBytes() // Uint8Array [ 1, 1, 97 ]
|
|
26663
26699
|
*/
|
|
26664
26700
|
struct(t, e, r) {
|
|
26665
|
-
return new
|
|
26701
|
+
return new qP({
|
|
26666
26702
|
name: t,
|
|
26667
26703
|
fields: e,
|
|
26668
26704
|
...r
|
|
@@ -26685,7 +26721,7 @@ const P = {
|
|
|
26685
26721
|
* enum.serialize({ C: true }).toBytes() // Uint8Array [ 2 ]
|
|
26686
26722
|
*/
|
|
26687
26723
|
enum(t, e, r) {
|
|
26688
|
-
return new
|
|
26724
|
+
return new WP({
|
|
26689
26725
|
name: t,
|
|
26690
26726
|
fields: e,
|
|
26691
26727
|
...r
|
|
@@ -26699,19 +26735,19 @@ const P = {
|
|
|
26699
26735
|
* const map = bcs.map(bcs.u8(), bcs.string())
|
|
26700
26736
|
* map.serialize(new Map([[2, 'a']])).toBytes() // Uint8Array [ 1, 2, 1, 97 ]
|
|
26701
26737
|
*/
|
|
26702
|
-
map:
|
|
26738
|
+
map: ZP,
|
|
26703
26739
|
/**
|
|
26704
26740
|
* Creates a BcsType that wraps another BcsType which is lazily evaluated. This is useful for creating recursive types.
|
|
26705
26741
|
* @param cb A callback that returns the BcsType
|
|
26706
26742
|
*/
|
|
26707
26743
|
lazy(t) {
|
|
26708
|
-
return
|
|
26744
|
+
return GP(t);
|
|
26709
26745
|
}
|
|
26710
26746
|
};
|
|
26711
26747
|
var C2 = (t) => {
|
|
26712
26748
|
throw TypeError(t);
|
|
26713
26749
|
}, R2 = (t, e, r) => e.has(t) || C2("Cannot " + r), xt = (t, e, r) => (R2(t, e, "read from private field"), e.get(t)), Cm = (t, e, r) => e.has(t) ? C2("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(t) : e.set(t, r), Rm = (t, e, r, n) => (R2(t, e, "write to private field"), e.set(t, r), r), Ms, Ft;
|
|
26714
|
-
const
|
|
26750
|
+
const QP = class N2 {
|
|
26715
26751
|
constructor({ prefix: e, cache: r } = {}) {
|
|
26716
26752
|
Cm(this, Ms), Cm(this, Ft), Rm(this, Ms, e ?? []), Rm(this, Ft, r ?? /* @__PURE__ */ new Map());
|
|
26717
26753
|
}
|
|
@@ -26749,12 +26785,12 @@ const ZP = class N2 {
|
|
|
26749
26785
|
};
|
|
26750
26786
|
Ms = /* @__PURE__ */ new WeakMap();
|
|
26751
26787
|
Ft = /* @__PURE__ */ new WeakMap();
|
|
26752
|
-
let
|
|
26788
|
+
let e4 = QP;
|
|
26753
26789
|
class U2 {
|
|
26754
26790
|
constructor({
|
|
26755
26791
|
network: e,
|
|
26756
26792
|
base: r,
|
|
26757
|
-
cache: n = (r == null ? void 0 : r.cache) ?? new
|
|
26793
|
+
cache: n = (r == null ? void 0 : r.cache) ?? new e4()
|
|
26758
26794
|
}) {
|
|
26759
26795
|
this.network = e, this.base = r ?? this, this.cache = n;
|
|
26760
26796
|
}
|
|
@@ -26779,17 +26815,17 @@ function M2(t) {
|
|
|
26779
26815
|
}
|
|
26780
26816
|
let Xl;
|
|
26781
26817
|
// @__NO_SIDE_EFFECTS__
|
|
26782
|
-
function
|
|
26818
|
+
function t4(t) {
|
|
26783
26819
|
return Xl == null ? void 0 : Xl.get(t);
|
|
26784
26820
|
}
|
|
26785
26821
|
let Yl;
|
|
26786
26822
|
// @__NO_SIDE_EFFECTS__
|
|
26787
|
-
function
|
|
26823
|
+
function r4(t) {
|
|
26788
26824
|
return Yl == null ? void 0 : Yl.get(t);
|
|
26789
26825
|
}
|
|
26790
26826
|
let Jl;
|
|
26791
26827
|
// @__NO_SIDE_EFFECTS__
|
|
26792
|
-
function
|
|
26828
|
+
function n4(t, e) {
|
|
26793
26829
|
var r;
|
|
26794
26830
|
return (r = Jl == null ? void 0 : Jl.get(t)) == null ? void 0 : r.get(e);
|
|
26795
26831
|
}
|
|
@@ -26813,7 +26849,7 @@ function Zt(t, e, r, n, s) {
|
|
|
26813
26849
|
lang: n.lang,
|
|
26814
26850
|
abortEarly: n.abortEarly,
|
|
26815
26851
|
abortPipeEarly: n.abortPipeEarly
|
|
26816
|
-
}, u = t.kind === "schema", f = (s == null ? void 0 : s.message) ?? t.message ?? /* @__PURE__ */
|
|
26852
|
+
}, u = t.kind === "schema", f = (s == null ? void 0 : s.message) ?? t.message ?? /* @__PURE__ */ n4(t.reference, c.lang) ?? (u ? /* @__PURE__ */ r4(c.lang) : null) ?? n.message ?? /* @__PURE__ */ t4(c.lang);
|
|
26817
26853
|
f !== void 0 && (c.message = typeof f == "function" ? f(c) : f), u && (r.typed = !1), r.issues ? r.issues.push(c) : r.issues = [c];
|
|
26818
26854
|
}
|
|
26819
26855
|
// @__NO_SIDE_EFFECTS__
|
|
@@ -26827,15 +26863,15 @@ function Bt(t) {
|
|
|
26827
26863
|
};
|
|
26828
26864
|
}
|
|
26829
26865
|
// @__NO_SIDE_EFFECTS__
|
|
26830
|
-
function
|
|
26866
|
+
function s4(t, e) {
|
|
26831
26867
|
return Object.hasOwn(t, e) && e !== "__proto__" && e !== "prototype" && e !== "constructor";
|
|
26832
26868
|
}
|
|
26833
26869
|
// @__NO_SIDE_EFFECTS__
|
|
26834
|
-
function
|
|
26870
|
+
function i4(t, e) {
|
|
26835
26871
|
const r = [...new Set(t)];
|
|
26836
26872
|
return r.length > 1 ? `(${r.join(` ${e} `)})` : r[0] ?? "never";
|
|
26837
26873
|
}
|
|
26838
|
-
var
|
|
26874
|
+
var a4 = class extends Error {
|
|
26839
26875
|
/**
|
|
26840
26876
|
* Creates a Valibot error with useful information.
|
|
26841
26877
|
*
|
|
@@ -26889,7 +26925,7 @@ function Ju(t) {
|
|
|
26889
26925
|
};
|
|
26890
26926
|
}
|
|
26891
26927
|
// @__NO_SIDE_EFFECTS__
|
|
26892
|
-
function
|
|
26928
|
+
function o4(t, e, r) {
|
|
26893
26929
|
return typeof t.fallback == "function" ? t.fallback(e, r) : t.fallback;
|
|
26894
26930
|
}
|
|
26895
26931
|
// @__NO_SIDE_EFFECTS__
|
|
@@ -27102,7 +27138,7 @@ function he(t, e) {
|
|
|
27102
27138
|
}
|
|
27103
27139
|
}
|
|
27104
27140
|
u.typed || (r.typed = !1), r.value[a] = u.value;
|
|
27105
|
-
} else if (o.fallback !== void 0) r.value[a] = /* @__PURE__ */
|
|
27141
|
+
} else if (o.fallback !== void 0) r.value[a] = /* @__PURE__ */ o4(o);
|
|
27106
27142
|
else if (o.type !== "exact_optional" && o.type !== "optional" && o.type !== "nullish" && (Zt(this, "key", r, n, {
|
|
27107
27143
|
input: void 0,
|
|
27108
27144
|
expected: `"${a}"`,
|
|
@@ -27158,7 +27194,7 @@ function xo(t, e, r) {
|
|
|
27158
27194
|
const i = n.value;
|
|
27159
27195
|
if (i && typeof i == "object") {
|
|
27160
27196
|
n.typed = !0, n.value = {};
|
|
27161
|
-
for (const c in i) if (/* @__PURE__ */
|
|
27197
|
+
for (const c in i) if (/* @__PURE__ */ s4(i, c)) {
|
|
27162
27198
|
const u = i[c], f = this.key["~run"]({ value: c }, s);
|
|
27163
27199
|
if (f.issues) {
|
|
27164
27200
|
const p = {
|
|
@@ -27269,7 +27305,7 @@ function yn(t, e) {
|
|
|
27269
27305
|
kind: "schema",
|
|
27270
27306
|
type: "union",
|
|
27271
27307
|
reference: yn,
|
|
27272
|
-
expects: /* @__PURE__ */
|
|
27308
|
+
expects: /* @__PURE__ */ i4(t.map((r) => r.expects), "|"),
|
|
27273
27309
|
async: !1,
|
|
27274
27310
|
options: t,
|
|
27275
27311
|
message: e,
|
|
@@ -27317,11 +27353,11 @@ function Zo() {
|
|
|
27317
27353
|
}
|
|
27318
27354
|
function qe(t, e, r) {
|
|
27319
27355
|
const n = t["~run"]({ value: e }, /* @__PURE__ */ M2(r));
|
|
27320
|
-
if (n.issues) throw new
|
|
27356
|
+
if (n.issues) throw new a4(n.issues);
|
|
27321
27357
|
return n.value;
|
|
27322
27358
|
}
|
|
27323
27359
|
// @__NO_SIDE_EFFECTS__
|
|
27324
|
-
function
|
|
27360
|
+
function vt(...t) {
|
|
27325
27361
|
return {
|
|
27326
27362
|
...t[0],
|
|
27327
27363
|
pipe: t,
|
|
@@ -27340,11 +27376,11 @@ function wt(...t) {
|
|
|
27340
27376
|
}
|
|
27341
27377
|
};
|
|
27342
27378
|
}
|
|
27343
|
-
const j2 = /^(?!.*(^(?!@)|[-.@])($|[-.@]))(?:[a-z0-9-]{0,63}(?:\.[a-z0-9-]{0,63})*)?@[a-z0-9-]{0,63}$/i, H2 = /^(?!.*(^|[-.])($|[-.]))(?:[a-z0-9-]{0,63}\.)+sui$/i,
|
|
27344
|
-
function
|
|
27345
|
-
return t.length >
|
|
27379
|
+
const j2 = /^(?!.*(^(?!@)|[-.@])($|[-.@]))(?:[a-z0-9-]{0,63}(?:\.[a-z0-9-]{0,63})*)?@[a-z0-9-]{0,63}$/i, H2 = /^(?!.*(^|[-.])($|[-.]))(?:[a-z0-9-]{0,63}\.)+sui$/i, c4 = 235;
|
|
27380
|
+
function u4(t) {
|
|
27381
|
+
return t.length > c4 ? !1 : t.includes("@") ? j2.test(t) : H2.test(t);
|
|
27346
27382
|
}
|
|
27347
|
-
function
|
|
27383
|
+
function f4(t, e = "at") {
|
|
27348
27384
|
const r = t.toLowerCase();
|
|
27349
27385
|
let n;
|
|
27350
27386
|
if (r.includes("@")) {
|
|
@@ -27359,37 +27395,37 @@ function u4(t, e = "at") {
|
|
|
27359
27395
|
}
|
|
27360
27396
|
return e === "dot" ? `${n.join(".")}.sui` : `${n.slice(0, -1).join(".")}@${n[n.length - 1]}`;
|
|
27361
27397
|
}
|
|
27362
|
-
const
|
|
27398
|
+
const l4 = /^([a-z0-9]+(?:-[a-z0-9]+)*)$/, d4 = /^\d+$/, h4 = 64, L2 = "/", rr = (t) => {
|
|
27363
27399
|
const e = t.split(L2);
|
|
27364
27400
|
if (e.length < 2 || e.length > 3) return !1;
|
|
27365
27401
|
const [r, n, s] = e;
|
|
27366
|
-
return s !== void 0 && !
|
|
27367
|
-
},
|
|
27402
|
+
return s !== void 0 && !d4.test(s) || !u4(r) ? !1 : l4.test(n) && n.length < h4;
|
|
27403
|
+
}, p4 = (t) => {
|
|
27368
27404
|
const e = t.split(/::|<|>|,/);
|
|
27369
27405
|
for (const r of e)
|
|
27370
27406
|
if (r.includes(L2) && !rr(r)) return !1;
|
|
27371
27407
|
return !0;
|
|
27372
|
-
},
|
|
27408
|
+
}, y4 = 32;
|
|
27373
27409
|
function Um(t) {
|
|
27374
27410
|
try {
|
|
27375
|
-
return Ao(t).length ===
|
|
27411
|
+
return Ao(t).length === y4;
|
|
27376
27412
|
} catch {
|
|
27377
27413
|
return !1;
|
|
27378
27414
|
}
|
|
27379
27415
|
}
|
|
27380
27416
|
const Qu = 32;
|
|
27381
27417
|
function Or(t) {
|
|
27382
|
-
return
|
|
27418
|
+
return b4(t) && g4(t) === Qu;
|
|
27383
27419
|
}
|
|
27384
27420
|
function Ec(t) {
|
|
27385
27421
|
return Or(t);
|
|
27386
27422
|
}
|
|
27387
|
-
function
|
|
27423
|
+
function m4(t) {
|
|
27388
27424
|
return t.includes("::") ? fi(t) : t;
|
|
27389
27425
|
}
|
|
27390
27426
|
function fi(t) {
|
|
27391
27427
|
const [e, r] = t.split("::"), n = rr(e), s = t.slice(e.length + r.length + 4), i = s.includes("<") ? s.slice(0, s.indexOf("<")) : s, a = s.includes("<") ? T2(s.slice(s.indexOf("<") + 1, s.lastIndexOf(">"))).map(
|
|
27392
|
-
(o) =>
|
|
27428
|
+
(o) => m4(o.trim())
|
|
27393
27429
|
) : [];
|
|
27394
27430
|
return {
|
|
27395
27431
|
address: n ? e : ve(e),
|
|
@@ -27411,15 +27447,15 @@ function ve(t, e = !1) {
|
|
|
27411
27447
|
function on(t, e = !1) {
|
|
27412
27448
|
return ve(t, e);
|
|
27413
27449
|
}
|
|
27414
|
-
function
|
|
27450
|
+
function b4(t) {
|
|
27415
27451
|
return /^(0x|0X)?[a-fA-F0-9]+$/.test(t) && t.length % 2 === 0;
|
|
27416
27452
|
}
|
|
27417
|
-
function
|
|
27453
|
+
function g4(t) {
|
|
27418
27454
|
return /^(0x|0X)/.test(t) ? (t.length - 2) / 2 : t.length / 2;
|
|
27419
27455
|
}
|
|
27420
27456
|
function wi(t) {
|
|
27421
27457
|
const e = Object.entries(t).map(([r, n]) => /* @__PURE__ */ he({ [r]: n }));
|
|
27422
|
-
return /* @__PURE__ */
|
|
27458
|
+
return /* @__PURE__ */ vt(
|
|
27423
27459
|
/* @__PURE__ */ yn(e),
|
|
27424
27460
|
/* @__PURE__ */ Ju(
|
|
27425
27461
|
(r) => ({
|
|
@@ -27429,12 +27465,12 @@ function wi(t) {
|
|
|
27429
27465
|
)
|
|
27430
27466
|
);
|
|
27431
27467
|
}
|
|
27432
|
-
const ya = /* @__PURE__ */
|
|
27468
|
+
const ya = /* @__PURE__ */ vt(
|
|
27433
27469
|
/* @__PURE__ */ Ie(),
|
|
27434
27470
|
/* @__PURE__ */ Ju((t) => ve(t)),
|
|
27435
27471
|
/* @__PURE__ */ N0(Or)
|
|
27436
|
-
), cr = ya, li = /* @__PURE__ */ Ie(), Qt = /* @__PURE__ */
|
|
27437
|
-
/* @__PURE__ */ yn([/* @__PURE__ */ Ie(), /* @__PURE__ */
|
|
27472
|
+
), cr = ya, li = /* @__PURE__ */ Ie(), Qt = /* @__PURE__ */ vt(
|
|
27473
|
+
/* @__PURE__ */ yn([/* @__PURE__ */ Ie(), /* @__PURE__ */ vt(/* @__PURE__ */ Xt(), /* @__PURE__ */ Kt())]),
|
|
27438
27474
|
/* @__PURE__ */ N0((t) => {
|
|
27439
27475
|
try {
|
|
27440
27476
|
return BigInt(t), BigInt(t) >= 0 && BigInt(t) <= 18446744073709551615n;
|
|
@@ -27446,20 +27482,20 @@ const ya = /* @__PURE__ */ wt(
|
|
|
27446
27482
|
objectId: ya,
|
|
27447
27483
|
version: Qt,
|
|
27448
27484
|
digest: /* @__PURE__ */ Ie()
|
|
27449
|
-
}), He = /* @__PURE__ */
|
|
27485
|
+
}), He = /* @__PURE__ */ vt(
|
|
27450
27486
|
/* @__PURE__ */ yn([
|
|
27451
27487
|
/* @__PURE__ */ he({ GasCoin: /* @__PURE__ */ ot(!0) }),
|
|
27452
|
-
/* @__PURE__ */ he({ Input: /* @__PURE__ */
|
|
27453
|
-
/* @__PURE__ */ he({ Input: /* @__PURE__ */
|
|
27454
|
-
/* @__PURE__ */ he({ Result: /* @__PURE__ */
|
|
27455
|
-
/* @__PURE__ */ he({ NestedResult: /* @__PURE__ */ U0([/* @__PURE__ */
|
|
27488
|
+
/* @__PURE__ */ he({ Input: /* @__PURE__ */ vt(/* @__PURE__ */ Xt(), /* @__PURE__ */ Kt()), type: /* @__PURE__ */ ar(/* @__PURE__ */ ot("pure")) }),
|
|
27489
|
+
/* @__PURE__ */ he({ Input: /* @__PURE__ */ vt(/* @__PURE__ */ Xt(), /* @__PURE__ */ Kt()), type: /* @__PURE__ */ ar(/* @__PURE__ */ ot("object")) }),
|
|
27490
|
+
/* @__PURE__ */ he({ Result: /* @__PURE__ */ vt(/* @__PURE__ */ Xt(), /* @__PURE__ */ Kt()) }),
|
|
27491
|
+
/* @__PURE__ */ he({ NestedResult: /* @__PURE__ */ U0([/* @__PURE__ */ vt(/* @__PURE__ */ Xt(), /* @__PURE__ */ Kt()), /* @__PURE__ */ vt(/* @__PURE__ */ Xt(), /* @__PURE__ */ Kt())]) })
|
|
27456
27492
|
]),
|
|
27457
27493
|
/* @__PURE__ */ Ju((t) => ({
|
|
27458
27494
|
...t,
|
|
27459
27495
|
$kind: Object.keys(t)[0]
|
|
27460
27496
|
}))
|
|
27461
27497
|
// Defined manually to add `type?: 'pure' | 'object'` to Input
|
|
27462
|
-
),
|
|
27498
|
+
), w4 = /* @__PURE__ */ he({
|
|
27463
27499
|
budget: /* @__PURE__ */ Je(Qt),
|
|
27464
27500
|
price: /* @__PURE__ */ Je(Qt),
|
|
27465
27501
|
owner: /* @__PURE__ */ Je(ya),
|
|
@@ -27482,24 +27518,24 @@ const ya = /* @__PURE__ */ wt(
|
|
|
27482
27518
|
typeParameters: /* @__PURE__ */ xe(/* @__PURE__ */ rh(() => nh))
|
|
27483
27519
|
})
|
|
27484
27520
|
}),
|
|
27485
|
-
/* @__PURE__ */ he({ typeParameter: /* @__PURE__ */
|
|
27486
|
-
]),
|
|
27521
|
+
/* @__PURE__ */ he({ typeParameter: /* @__PURE__ */ vt(/* @__PURE__ */ Xt(), /* @__PURE__ */ Kt()) })
|
|
27522
|
+
]), v4 = /* @__PURE__ */ he({
|
|
27487
27523
|
ref: /* @__PURE__ */ Je(/* @__PURE__ */ yn([/* @__PURE__ */ ot("&"), /* @__PURE__ */ ot("&mut")])),
|
|
27488
27524
|
body: nh
|
|
27489
|
-
}),
|
|
27525
|
+
}), E4 = /* @__PURE__ */ he({
|
|
27490
27526
|
package: cr,
|
|
27491
27527
|
module: /* @__PURE__ */ Ie(),
|
|
27492
27528
|
function: /* @__PURE__ */ Ie(),
|
|
27493
27529
|
// snake case in rust
|
|
27494
27530
|
typeArguments: /* @__PURE__ */ xe(/* @__PURE__ */ Ie()),
|
|
27495
27531
|
arguments: /* @__PURE__ */ xe(He),
|
|
27496
|
-
_argumentTypes: /* @__PURE__ */ ar(/* @__PURE__ */ Je(/* @__PURE__ */ xe(
|
|
27497
|
-
}),
|
|
27532
|
+
_argumentTypes: /* @__PURE__ */ ar(/* @__PURE__ */ Je(/* @__PURE__ */ xe(v4)))
|
|
27533
|
+
}), A4 = /* @__PURE__ */ he({
|
|
27498
27534
|
name: /* @__PURE__ */ Ie(),
|
|
27499
27535
|
inputs: /* @__PURE__ */ xo(/* @__PURE__ */ Ie(), /* @__PURE__ */ yn([He, /* @__PURE__ */ xe(He)])),
|
|
27500
27536
|
data: /* @__PURE__ */ xo(/* @__PURE__ */ Ie(), /* @__PURE__ */ Zo())
|
|
27501
|
-
}),
|
|
27502
|
-
MoveCall:
|
|
27537
|
+
}), S4 = wi({
|
|
27538
|
+
MoveCall: E4,
|
|
27503
27539
|
TransferObjects: /* @__PURE__ */ he({
|
|
27504
27540
|
objects: /* @__PURE__ */ xe(He),
|
|
27505
27541
|
address: He
|
|
@@ -27526,7 +27562,7 @@ const ya = /* @__PURE__ */ wt(
|
|
|
27526
27562
|
package: cr,
|
|
27527
27563
|
ticket: He
|
|
27528
27564
|
}),
|
|
27529
|
-
$Intent:
|
|
27565
|
+
$Intent: A4
|
|
27530
27566
|
}), D2 = wi({
|
|
27531
27567
|
ImmOrOwnedObject: ks,
|
|
27532
27568
|
SharedObject: /* @__PURE__ */ he({
|
|
@@ -27536,7 +27572,7 @@ const ya = /* @__PURE__ */ wt(
|
|
|
27536
27572
|
mutable: /* @__PURE__ */ pa()
|
|
27537
27573
|
}),
|
|
27538
27574
|
Receiving: ks
|
|
27539
|
-
}),
|
|
27575
|
+
}), x4 = wi({
|
|
27540
27576
|
Object: D2,
|
|
27541
27577
|
Pure: /* @__PURE__ */ he({
|
|
27542
27578
|
bytes: li
|
|
@@ -27563,9 +27599,9 @@ const ya = /* @__PURE__ */ wt(
|
|
|
27563
27599
|
version: /* @__PURE__ */ ot(2),
|
|
27564
27600
|
sender: /* @__PURE__ */ So(ya),
|
|
27565
27601
|
expiration: /* @__PURE__ */ So(z2),
|
|
27566
|
-
gasData:
|
|
27567
|
-
inputs: /* @__PURE__ */ xe(
|
|
27568
|
-
commands: /* @__PURE__ */ xe(
|
|
27602
|
+
gasData: w4,
|
|
27603
|
+
inputs: /* @__PURE__ */ xe(x4),
|
|
27604
|
+
commands: /* @__PURE__ */ xe(S4)
|
|
27569
27605
|
}), Us = {
|
|
27570
27606
|
MoveCall(t) {
|
|
27571
27607
|
const [e, r = "", n = ""] = "target" in t ? t.target.split("::") : [t.package, t.module, t.function];
|
|
@@ -27670,7 +27706,7 @@ const ya = /* @__PURE__ */ wt(
|
|
|
27670
27706
|
}
|
|
27671
27707
|
};
|
|
27672
27708
|
}
|
|
27673
|
-
},
|
|
27709
|
+
}, k4 = /^vector<(.+)>$/, _4 = /^([^:]+)::([^:]+)::([^<]+)(<(.+)>)?/;
|
|
27674
27710
|
class Br {
|
|
27675
27711
|
static parseFromStr(e, r = !1) {
|
|
27676
27712
|
if (e === "address")
|
|
@@ -27691,12 +27727,12 @@ class Br {
|
|
|
27691
27727
|
return { u256: null };
|
|
27692
27728
|
if (e === "signer")
|
|
27693
27729
|
return { signer: null };
|
|
27694
|
-
const n = e.match(
|
|
27730
|
+
const n = e.match(k4);
|
|
27695
27731
|
if (n)
|
|
27696
27732
|
return {
|
|
27697
27733
|
vector: Br.parseFromStr(n[1], r)
|
|
27698
27734
|
};
|
|
27699
|
-
const s = e.match(
|
|
27735
|
+
const s = e.match(_4);
|
|
27700
27736
|
if (s)
|
|
27701
27737
|
return {
|
|
27702
27738
|
struct: {
|
|
@@ -27741,7 +27777,7 @@ class Br {
|
|
|
27741
27777
|
throw new Error("Invalid TypeTag");
|
|
27742
27778
|
}
|
|
27743
27779
|
}
|
|
27744
|
-
function
|
|
27780
|
+
function T4(t) {
|
|
27745
27781
|
return P.u64({
|
|
27746
27782
|
name: "unsafe_u64",
|
|
27747
27783
|
...t
|
|
@@ -27750,7 +27786,7 @@ function _4(t) {
|
|
|
27750
27786
|
output: (e) => Number(e)
|
|
27751
27787
|
});
|
|
27752
27788
|
}
|
|
27753
|
-
function
|
|
27789
|
+
function I4(t) {
|
|
27754
27790
|
return P.enum("Option", {
|
|
27755
27791
|
None: null,
|
|
27756
27792
|
Some: t
|
|
@@ -27875,7 +27911,7 @@ const Le = P.bytes(Qu).transform({
|
|
|
27875
27911
|
// * so this call serves a utility function.
|
|
27876
27912
|
// */
|
|
27877
27913
|
MakeMoveVec: P.struct("MakeMoveVec", {
|
|
27878
|
-
type:
|
|
27914
|
+
type: I4(F0).transform({
|
|
27879
27915
|
input: (t) => t === null ? {
|
|
27880
27916
|
None: !0
|
|
27881
27917
|
} : {
|
|
@@ -27906,7 +27942,7 @@ const Le = P.bytes(Qu).transform({
|
|
|
27906
27942
|
ConsensusCommitPrologue: null
|
|
27907
27943
|
}), J2 = P.enum("TransactionExpiration", {
|
|
27908
27944
|
None: null,
|
|
27909
|
-
Epoch:
|
|
27945
|
+
Epoch: T4()
|
|
27910
27946
|
}), Z2 = P.struct("StructTag", {
|
|
27911
27947
|
address: Le,
|
|
27912
27948
|
module: P.string(),
|
|
@@ -27962,23 +27998,23 @@ const o6 = P.enum("CompressedSignature", {
|
|
|
27962
27998
|
}), f6 = P.struct("MultiSigPublicKey", {
|
|
27963
27999
|
pk_map: P.vector(u6),
|
|
27964
28000
|
threshold: P.u16()
|
|
27965
|
-
}),
|
|
28001
|
+
}), P4 = P.struct("MultiSig", {
|
|
27966
28002
|
sigs: P.vector(o6),
|
|
27967
28003
|
bitmap: P.u16(),
|
|
27968
28004
|
multisig_pk: f6
|
|
27969
|
-
}),
|
|
28005
|
+
}), O4 = P.byteVector().transform({
|
|
27970
28006
|
input: (t) => typeof t == "string" ? or(t) : t,
|
|
27971
28007
|
output: (t) => Tt(new Uint8Array(t))
|
|
27972
28008
|
}), l6 = P.struct("SenderSignedTransaction", {
|
|
27973
28009
|
intentMessage: a6(t6),
|
|
27974
|
-
txSignatures: P.vector(
|
|
27975
|
-
}),
|
|
28010
|
+
txSignatures: P.vector(O4)
|
|
28011
|
+
}), B4 = P.vector(l6, {
|
|
27976
28012
|
name: "SenderSignedData"
|
|
27977
|
-
}),
|
|
28013
|
+
}), C4 = P.struct("PasskeyAuthenticator", {
|
|
27978
28014
|
authenticatorData: P.byteVector(),
|
|
27979
28015
|
clientDataJson: P.string(),
|
|
27980
28016
|
userSignature: P.byteVector()
|
|
27981
|
-
}),
|
|
28017
|
+
}), R4 = P.enum("PackageUpgradeError", {
|
|
27982
28018
|
UnableToFetchPackage: P.struct("UnableToFetchPackage", { packageId: Le }),
|
|
27983
28019
|
NotAPackage: P.struct("NotAPackage", { objectId: Le }),
|
|
27984
28020
|
IncompatibleUpgrade: null,
|
|
@@ -27988,15 +28024,15 @@ const o6 = P.enum("CompressedSignature", {
|
|
|
27988
28024
|
packageId: Le,
|
|
27989
28025
|
ticketId: Le
|
|
27990
28026
|
})
|
|
27991
|
-
}),
|
|
28027
|
+
}), N4 = P.struct("ModuleId", {
|
|
27992
28028
|
address: Le,
|
|
27993
28029
|
name: P.string()
|
|
27994
28030
|
}), Fm = P.struct("MoveLocation", {
|
|
27995
|
-
module:
|
|
28031
|
+
module: N4,
|
|
27996
28032
|
function: P.u16(),
|
|
27997
28033
|
instruction: P.u16(),
|
|
27998
28034
|
functionName: P.option(P.string())
|
|
27999
|
-
}),
|
|
28035
|
+
}), U4 = P.enum("CommandArgumentError", {
|
|
28000
28036
|
TypeMismatch: null,
|
|
28001
28037
|
InvalidBCSBytes: null,
|
|
28002
28038
|
InvalidUsageOfPureArg: null,
|
|
@@ -28012,10 +28048,10 @@ const o6 = P.enum("CompressedSignature", {
|
|
|
28012
28048
|
InvalidObjectByValue: null,
|
|
28013
28049
|
InvalidObjectByMutRef: null,
|
|
28014
28050
|
SharedObjectOperationNotAllowed: null
|
|
28015
|
-
}),
|
|
28051
|
+
}), M4 = P.enum("TypeArgumentError", {
|
|
28016
28052
|
TypeNotFound: null,
|
|
28017
28053
|
ConstraintNotSatisfied: null
|
|
28018
|
-
}),
|
|
28054
|
+
}), F4 = P.enum("ExecutionFailureStatus", {
|
|
28019
28055
|
InsufficientGas: null,
|
|
28020
28056
|
InvalidGasObject: null,
|
|
28021
28057
|
InvariantViolation: null,
|
|
@@ -28043,11 +28079,11 @@ const o6 = P.enum("CompressedSignature", {
|
|
|
28043
28079
|
NonEntryFunctionInvoked: null,
|
|
28044
28080
|
CommandArgumentError: P.struct("CommandArgumentError", {
|
|
28045
28081
|
argIdx: P.u16(),
|
|
28046
|
-
kind:
|
|
28082
|
+
kind: U4
|
|
28047
28083
|
}),
|
|
28048
28084
|
TypeArgumentError: P.struct("TypeArgumentError", {
|
|
28049
28085
|
argumentIdx: P.u16(),
|
|
28050
|
-
kind:
|
|
28086
|
+
kind: M4
|
|
28051
28087
|
}),
|
|
28052
28088
|
UnusedValueWithoutDrop: P.struct("UnusedValueWithoutDrop", {
|
|
28053
28089
|
resultIdx: P.u16(),
|
|
@@ -28060,7 +28096,7 @@ const o6 = P.enum("CompressedSignature", {
|
|
|
28060
28096
|
EffectsTooLarge: P.struct("EffectsTooLarge", { currentSize: P.u64(), maxSize: P.u64() }),
|
|
28061
28097
|
PublishUpgradeMissingDependency: null,
|
|
28062
28098
|
PublishUpgradeDependencyDowngrade: null,
|
|
28063
|
-
PackageUpgradeError: P.struct("PackageUpgradeError", { upgradeError:
|
|
28099
|
+
PackageUpgradeError: P.struct("PackageUpgradeError", { upgradeError: R4 }),
|
|
28064
28100
|
WrittenObjectsTooLarge: P.struct("WrittenObjectsTooLarge", {
|
|
28065
28101
|
currentSize: P.u64(),
|
|
28066
28102
|
maxSize: P.u64()
|
|
@@ -28084,7 +28120,7 @@ const o6 = P.enum("CompressedSignature", {
|
|
|
28084
28120
|
}), d6 = P.enum("ExecutionStatus", {
|
|
28085
28121
|
Success: null,
|
|
28086
28122
|
Failed: P.struct("ExecutionFailed", {
|
|
28087
|
-
error:
|
|
28123
|
+
error: F4,
|
|
28088
28124
|
command: P.option(P.u64())
|
|
28089
28125
|
})
|
|
28090
28126
|
}), h6 = P.struct("GasCostSummary", {
|
|
@@ -28092,7 +28128,7 @@ const o6 = P.enum("CompressedSignature", {
|
|
|
28092
28128
|
storageCost: P.u64(),
|
|
28093
28129
|
storageRebate: P.u64(),
|
|
28094
28130
|
nonRefundableStorageFee: P.u64()
|
|
28095
|
-
}),
|
|
28131
|
+
}), $4 = P.struct("TransactionEffectsV1", {
|
|
28096
28132
|
status: d6,
|
|
28097
28133
|
executedEpoch: P.u64(),
|
|
28098
28134
|
gasUsed: h6,
|
|
@@ -28108,29 +28144,29 @@ const o6 = P.enum("CompressedSignature", {
|
|
|
28108
28144
|
gasObject: P.tuple([wr, Ds]),
|
|
28109
28145
|
eventsDigest: P.option(Ur),
|
|
28110
28146
|
dependencies: P.vector(Ur)
|
|
28111
|
-
}), $0 = P.tuple([P.u64(), Ur]),
|
|
28147
|
+
}), $0 = P.tuple([P.u64(), Ur]), j4 = P.enum("ObjectIn", {
|
|
28112
28148
|
NotExist: null,
|
|
28113
28149
|
Exist: P.tuple([$0, Ds])
|
|
28114
|
-
}),
|
|
28150
|
+
}), H4 = P.enum("ObjectOut", {
|
|
28115
28151
|
NotExist: null,
|
|
28116
28152
|
ObjectWrite: P.tuple([Ur, Ds]),
|
|
28117
28153
|
PackageWrite: $0
|
|
28118
|
-
}),
|
|
28154
|
+
}), L4 = P.enum("IDOperation", {
|
|
28119
28155
|
None: null,
|
|
28120
28156
|
Created: null,
|
|
28121
28157
|
Deleted: null
|
|
28122
|
-
}),
|
|
28123
|
-
inputState:
|
|
28124
|
-
outputState:
|
|
28125
|
-
idOperation:
|
|
28126
|
-
}),
|
|
28158
|
+
}), D4 = P.struct("EffectsObjectChange", {
|
|
28159
|
+
inputState: j4,
|
|
28160
|
+
outputState: H4,
|
|
28161
|
+
idOperation: L4
|
|
28162
|
+
}), z4 = P.enum("UnchangedSharedKind", {
|
|
28127
28163
|
ReadOnlyRoot: $0,
|
|
28128
28164
|
// TODO: these have been renamed to MutateConsensusStreamEnded and ReadConsensusStreamEnded
|
|
28129
28165
|
MutateDeleted: P.u64(),
|
|
28130
28166
|
ReadDeleted: P.u64(),
|
|
28131
28167
|
Cancelled: P.u64(),
|
|
28132
28168
|
PerEpochConfig: null
|
|
28133
|
-
}),
|
|
28169
|
+
}), V4 = P.struct("TransactionEffectsV2", {
|
|
28134
28170
|
status: d6,
|
|
28135
28171
|
executedEpoch: P.u64(),
|
|
28136
28172
|
gasUsed: h6,
|
|
@@ -28139,12 +28175,12 @@ const o6 = P.enum("CompressedSignature", {
|
|
|
28139
28175
|
eventsDigest: P.option(Ur),
|
|
28140
28176
|
dependencies: P.vector(Ur),
|
|
28141
28177
|
lamportVersion: P.u64(),
|
|
28142
|
-
changedObjects: P.vector(P.tuple([Le,
|
|
28143
|
-
unchangedSharedObjects: P.vector(P.tuple([Le,
|
|
28178
|
+
changedObjects: P.vector(P.tuple([Le, D4])),
|
|
28179
|
+
unchangedSharedObjects: P.vector(P.tuple([Le, z4])),
|
|
28144
28180
|
auxDataDigest: P.option(Ur)
|
|
28145
|
-
}),
|
|
28146
|
-
V1:
|
|
28147
|
-
V2:
|
|
28181
|
+
}), G4 = P.enum("TransactionEffects", {
|
|
28182
|
+
V1: $4,
|
|
28183
|
+
V2: V4
|
|
28148
28184
|
});
|
|
28149
28185
|
function Va(t) {
|
|
28150
28186
|
switch (t) {
|
|
@@ -28197,32 +28233,32 @@ const ye = {
|
|
|
28197
28233
|
IntentMessage: a6,
|
|
28198
28234
|
IntentScope: r6,
|
|
28199
28235
|
IntentVersion: n6,
|
|
28200
|
-
MultiSig:
|
|
28236
|
+
MultiSig: P4,
|
|
28201
28237
|
MultiSigPkMap: u6,
|
|
28202
28238
|
MultiSigPublicKey: f6,
|
|
28203
28239
|
ObjectArg: G2,
|
|
28204
28240
|
ObjectDigest: Ur,
|
|
28205
28241
|
Owner: Ds,
|
|
28206
|
-
PasskeyAuthenticator:
|
|
28242
|
+
PasskeyAuthenticator: C4,
|
|
28207
28243
|
ProgrammableMoveCall: W2,
|
|
28208
28244
|
ProgrammableTransaction: X2,
|
|
28209
28245
|
PublicKey: c6,
|
|
28210
|
-
SenderSignedData:
|
|
28246
|
+
SenderSignedData: B4,
|
|
28211
28247
|
SenderSignedTransaction: l6,
|
|
28212
28248
|
SharedObjectRef: V2,
|
|
28213
28249
|
StructTag: Z2,
|
|
28214
28250
|
SuiObjectRef: wr,
|
|
28215
28251
|
TransactionData: t6,
|
|
28216
28252
|
TransactionDataV1: e6,
|
|
28217
|
-
TransactionEffects:
|
|
28253
|
+
TransactionEffects: G4,
|
|
28218
28254
|
TransactionExpiration: J2,
|
|
28219
28255
|
TransactionKind: Y2,
|
|
28220
28256
|
TypeTag: F0
|
|
28221
28257
|
}, $m = /* @__PURE__ */ he({
|
|
28222
28258
|
digest: /* @__PURE__ */ Ie(),
|
|
28223
28259
|
objectId: /* @__PURE__ */ Ie(),
|
|
28224
|
-
version: /* @__PURE__ */ yn([/* @__PURE__ */
|
|
28225
|
-
}),
|
|
28260
|
+
version: /* @__PURE__ */ yn([/* @__PURE__ */ vt(/* @__PURE__ */ Xt(), /* @__PURE__ */ Kt()), /* @__PURE__ */ Ie(), /* @__PURE__ */ $2()])
|
|
28261
|
+
}), q4 = wi({
|
|
28226
28262
|
ImmOrOwned: $m,
|
|
28227
28263
|
Shared: /* @__PURE__ */ he({
|
|
28228
28264
|
objectId: cr,
|
|
@@ -28231,8 +28267,8 @@ const ye = {
|
|
|
28231
28267
|
}),
|
|
28232
28268
|
Receiving: $m
|
|
28233
28269
|
}), jm = wi({
|
|
28234
|
-
Object:
|
|
28235
|
-
Pure: /* @__PURE__ */ xe(/* @__PURE__ */
|
|
28270
|
+
Object: q4,
|
|
28271
|
+
Pure: /* @__PURE__ */ xe(/* @__PURE__ */ vt(/* @__PURE__ */ Xt(), /* @__PURE__ */ Kt()))
|
|
28236
28272
|
});
|
|
28237
28273
|
function Hm(t) {
|
|
28238
28274
|
var r;
|
|
@@ -28365,7 +28401,7 @@ function xn(t, e) {
|
|
|
28365
28401
|
return e[t.Input];
|
|
28366
28402
|
throw new Error(`Invalid argument ${Object.keys(t)}`);
|
|
28367
28403
|
}
|
|
28368
|
-
function
|
|
28404
|
+
function W4(t) {
|
|
28369
28405
|
var e, r, n;
|
|
28370
28406
|
return qe(Nc, {
|
|
28371
28407
|
version: 2,
|
|
@@ -28518,27 +28554,27 @@ function Qo(t) {
|
|
|
28518
28554
|
}
|
|
28519
28555
|
const Tr = Qo({
|
|
28520
28556
|
GasCoin: /* @__PURE__ */ ot(!0),
|
|
28521
|
-
Input: /* @__PURE__ */
|
|
28522
|
-
Result: /* @__PURE__ */
|
|
28523
|
-
NestedResult: /* @__PURE__ */ U0([/* @__PURE__ */
|
|
28524
|
-
}),
|
|
28557
|
+
Input: /* @__PURE__ */ vt(/* @__PURE__ */ Xt(), /* @__PURE__ */ Kt()),
|
|
28558
|
+
Result: /* @__PURE__ */ vt(/* @__PURE__ */ Xt(), /* @__PURE__ */ Kt()),
|
|
28559
|
+
NestedResult: /* @__PURE__ */ U0([/* @__PURE__ */ vt(/* @__PURE__ */ Xt(), /* @__PURE__ */ Kt()), /* @__PURE__ */ vt(/* @__PURE__ */ Xt(), /* @__PURE__ */ Kt())])
|
|
28560
|
+
}), K4 = /* @__PURE__ */ he({
|
|
28525
28561
|
budget: /* @__PURE__ */ Je(Qt),
|
|
28526
28562
|
price: /* @__PURE__ */ Je(Qt),
|
|
28527
28563
|
owner: /* @__PURE__ */ Je(ya),
|
|
28528
28564
|
payment: /* @__PURE__ */ Je(/* @__PURE__ */ xe(ks))
|
|
28529
|
-
}),
|
|
28565
|
+
}), X4 = /* @__PURE__ */ he({
|
|
28530
28566
|
package: cr,
|
|
28531
28567
|
module: /* @__PURE__ */ Ie(),
|
|
28532
28568
|
function: /* @__PURE__ */ Ie(),
|
|
28533
28569
|
// snake case in rust
|
|
28534
28570
|
typeArguments: /* @__PURE__ */ xe(/* @__PURE__ */ Ie()),
|
|
28535
28571
|
arguments: /* @__PURE__ */ xe(Tr)
|
|
28536
|
-
}),
|
|
28572
|
+
}), Y4 = /* @__PURE__ */ he({
|
|
28537
28573
|
name: /* @__PURE__ */ Ie(),
|
|
28538
28574
|
inputs: /* @__PURE__ */ xo(/* @__PURE__ */ Ie(), /* @__PURE__ */ yn([Tr, /* @__PURE__ */ xe(Tr)])),
|
|
28539
28575
|
data: /* @__PURE__ */ xo(/* @__PURE__ */ Ie(), /* @__PURE__ */ Zo())
|
|
28540
|
-
}),
|
|
28541
|
-
MoveCall:
|
|
28576
|
+
}), J4 = Qo({
|
|
28577
|
+
MoveCall: X4,
|
|
28542
28578
|
TransferObjects: /* @__PURE__ */ he({
|
|
28543
28579
|
objects: /* @__PURE__ */ xe(Tr),
|
|
28544
28580
|
address: Tr
|
|
@@ -28565,8 +28601,8 @@ const Tr = Qo({
|
|
|
28565
28601
|
package: cr,
|
|
28566
28602
|
ticket: Tr
|
|
28567
28603
|
}),
|
|
28568
|
-
$Intent:
|
|
28569
|
-
}),
|
|
28604
|
+
$Intent: Y4
|
|
28605
|
+
}), Z4 = Qo({
|
|
28570
28606
|
ImmOrOwnedObject: ks,
|
|
28571
28607
|
SharedObject: /* @__PURE__ */ he({
|
|
28572
28608
|
objectId: cr,
|
|
@@ -28575,8 +28611,8 @@ const Tr = Qo({
|
|
|
28575
28611
|
mutable: /* @__PURE__ */ pa()
|
|
28576
28612
|
}),
|
|
28577
28613
|
Receiving: ks
|
|
28578
|
-
}),
|
|
28579
|
-
Object:
|
|
28614
|
+
}), Q4 = Qo({
|
|
28615
|
+
Object: Z4,
|
|
28580
28616
|
Pure: /* @__PURE__ */ he({
|
|
28581
28617
|
bytes: li
|
|
28582
28618
|
}),
|
|
@@ -28590,19 +28626,19 @@ const Tr = Qo({
|
|
|
28590
28626
|
initialSharedVersion: /* @__PURE__ */ ar(/* @__PURE__ */ Je(Qt)),
|
|
28591
28627
|
mutable: /* @__PURE__ */ ar(/* @__PURE__ */ Je(/* @__PURE__ */ pa()))
|
|
28592
28628
|
})
|
|
28593
|
-
}),
|
|
28629
|
+
}), eO = Qo({
|
|
28594
28630
|
None: /* @__PURE__ */ ot(!0),
|
|
28595
28631
|
Epoch: Qt
|
|
28596
|
-
}),
|
|
28632
|
+
}), tO = /* @__PURE__ */ he({
|
|
28597
28633
|
version: /* @__PURE__ */ ot(2),
|
|
28598
28634
|
sender: /* @__PURE__ */ So(ya),
|
|
28599
|
-
expiration: /* @__PURE__ */ So(
|
|
28600
|
-
gasData:
|
|
28601
|
-
inputs: /* @__PURE__ */ xe(
|
|
28602
|
-
commands: /* @__PURE__ */ xe(
|
|
28635
|
+
expiration: /* @__PURE__ */ So(eO),
|
|
28636
|
+
gasData: K4,
|
|
28637
|
+
inputs: /* @__PURE__ */ xe(Q4),
|
|
28638
|
+
commands: /* @__PURE__ */ xe(J4),
|
|
28603
28639
|
digest: /* @__PURE__ */ ar(/* @__PURE__ */ Je(/* @__PURE__ */ Ie()))
|
|
28604
28640
|
});
|
|
28605
|
-
function
|
|
28641
|
+
function rO(t) {
|
|
28606
28642
|
return {
|
|
28607
28643
|
$kind: "Pure",
|
|
28608
28644
|
Pure: {
|
|
@@ -28611,7 +28647,7 @@ function tO(t) {
|
|
|
28611
28647
|
};
|
|
28612
28648
|
}
|
|
28613
28649
|
const Mr = {
|
|
28614
|
-
Pure:
|
|
28650
|
+
Pure: rO,
|
|
28615
28651
|
ObjectRef({ objectId: t, digest: e, version: r }) {
|
|
28616
28652
|
return {
|
|
28617
28653
|
$kind: "Object",
|
|
@@ -28657,10 +28693,10 @@ const Mr = {
|
|
|
28657
28693
|
}
|
|
28658
28694
|
};
|
|
28659
28695
|
BigInt(1e9);
|
|
28660
|
-
const
|
|
28696
|
+
const nO = "0x1", p6 = "0x2", sO = on("0x6"), iO = `${p6}::sui::SUI`;
|
|
28661
28697
|
on("0x5");
|
|
28662
28698
|
on("0x8");
|
|
28663
|
-
const
|
|
28699
|
+
const aO = /* @__PURE__ */ Uint8Array.from([
|
|
28664
28700
|
0,
|
|
28665
28701
|
1,
|
|
28666
28702
|
2,
|
|
@@ -28946,7 +28982,7 @@ function ss(t, e, r, n, s, i) {
|
|
|
28946
28982
|
let c = te[2 * t], u = te[2 * t + 1], f = te[2 * e], l = te[2 * e + 1], p = te[2 * r], d = te[2 * r + 1], m = te[2 * n], b = te[2 * n + 1], E = Bg(c, f, a);
|
|
28947
28983
|
u = Cg(E, u, l, o), c = E | 0, { Dh: b, Dl: m } = { Dh: b ^ u, Dl: m ^ c }, { Dh: b, Dl: m } = { Dh: Ig(b, m, 16), Dl: Pg(b, m, 16) }, { h: d, l: p } = Og(d, p, b, m), { Bh: l, Bl: f } = { Bh: l ^ d, Bl: f ^ p }, { Bh: l, Bl: f } = { Bh: XA(l, f, 63), Bl: YA(l, f, 63) }, te[2 * t] = c, te[2 * t + 1] = u, te[2 * e] = f, te[2 * e + 1] = l, te[2 * r] = p, te[2 * r + 1] = d, te[2 * n] = m, te[2 * n + 1] = b;
|
|
28948
28984
|
}
|
|
28949
|
-
function
|
|
28985
|
+
function oO(t, e = {}, r, n, s) {
|
|
28950
28986
|
if (vs(r), t < 0 || t > r)
|
|
28951
28987
|
throw new Error("outputLen bigger than keyLen");
|
|
28952
28988
|
const { key: i, salt: a, personalization: o } = e;
|
|
@@ -28957,7 +28993,7 @@ function aO(t, e = {}, r, n, s) {
|
|
|
28957
28993
|
if (o !== void 0 && o.length !== s)
|
|
28958
28994
|
throw new Error("personalization must be undefined or " + s);
|
|
28959
28995
|
}
|
|
28960
|
-
class
|
|
28996
|
+
class cO extends vu {
|
|
28961
28997
|
constructor(e, r) {
|
|
28962
28998
|
super(), this.finished = !1, this.destroyed = !1, this.length = 0, this.pos = 0, vs(e), vs(r), this.blockLen = e, this.outputLen = r, this.buffer = new Uint8Array(e), this.buffer32 = Ya(this.buffer);
|
|
28963
28999
|
}
|
|
@@ -29000,10 +29036,10 @@ class oO extends vu {
|
|
|
29000
29036
|
return this._cloneInto();
|
|
29001
29037
|
}
|
|
29002
29038
|
}
|
|
29003
|
-
class
|
|
29039
|
+
class uO extends cO {
|
|
29004
29040
|
constructor(e = {}) {
|
|
29005
29041
|
const r = e.dkLen === void 0 ? 64 : e.dkLen;
|
|
29006
|
-
super(128, r), this.v0l = it[0] | 0, this.v0h = it[1] | 0, this.v1l = it[2] | 0, this.v1h = it[3] | 0, this.v2l = it[4] | 0, this.v2h = it[5] | 0, this.v3l = it[6] | 0, this.v3h = it[7] | 0, this.v4l = it[8] | 0, this.v4h = it[9] | 0, this.v5l = it[10] | 0, this.v5h = it[11] | 0, this.v6l = it[12] | 0, this.v6h = it[13] | 0, this.v7l = it[14] | 0, this.v7h = it[15] | 0,
|
|
29042
|
+
super(128, r), this.v0l = it[0] | 0, this.v0h = it[1] | 0, this.v1l = it[2] | 0, this.v1h = it[3] | 0, this.v2l = it[4] | 0, this.v2h = it[5] | 0, this.v3l = it[6] | 0, this.v3h = it[7] | 0, this.v4l = it[8] | 0, this.v4h = it[9] | 0, this.v5l = it[10] | 0, this.v5h = it[11] | 0, this.v6l = it[12] | 0, this.v6h = it[13] | 0, this.v7l = it[14] | 0, this.v7h = it[15] | 0, oO(r, e, 64, 16, 16);
|
|
29007
29043
|
let { key: n, personalization: s, salt: i } = e, a = 0;
|
|
29008
29044
|
if (n !== void 0 && (n = Un(n), a = n.length), this.v0l ^= this.outputLen | a << 8 | 65536 | 1 << 24, i !== void 0) {
|
|
29009
29045
|
i = Un(i);
|
|
@@ -29034,7 +29070,7 @@ class cO extends oO {
|
|
|
29034
29070
|
let { h: s, l: i } = Tg(BigInt(this.length));
|
|
29035
29071
|
te[24] = it[8] ^ i, te[25] = it[9] ^ s, n && (te[28] = ~te[28], te[29] = ~te[29]);
|
|
29036
29072
|
let a = 0;
|
|
29037
|
-
const o =
|
|
29073
|
+
const o = aO;
|
|
29038
29074
|
for (let c = 0; c < 12; c++)
|
|
29039
29075
|
ns(0, 4, 8, 12, e, r + 2 * o[a++]), ss(0, 4, 8, 12, e, r + 2 * o[a++]), ns(1, 5, 9, 13, e, r + 2 * o[a++]), ss(1, 5, 9, 13, e, r + 2 * o[a++]), ns(2, 6, 10, 14, e, r + 2 * o[a++]), ss(2, 6, 10, 14, e, r + 2 * o[a++]), ns(3, 7, 11, 15, e, r + 2 * o[a++]), ss(3, 7, 11, 15, e, r + 2 * o[a++]), ns(0, 5, 10, 15, e, r + 2 * o[a++]), ss(0, 5, 10, 15, e, r + 2 * o[a++]), ns(1, 6, 11, 12, e, r + 2 * o[a++]), ss(1, 6, 11, 12, e, r + 2 * o[a++]), ns(2, 7, 8, 13, e, r + 2 * o[a++]), ss(2, 7, 8, 13, e, r + 2 * o[a++]), ns(3, 4, 9, 14, e, r + 2 * o[a++]), ss(3, 4, 9, 14, e, r + 2 * o[a++]);
|
|
29040
29076
|
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], Hn(te);
|
|
@@ -29043,15 +29079,15 @@ class cO extends oO {
|
|
|
29043
29079
|
this.destroyed = !0, Hn(this.buffer32), this.set(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
|
|
29044
29080
|
}
|
|
29045
29081
|
}
|
|
29046
|
-
const
|
|
29047
|
-
function
|
|
29082
|
+
const fO = /* @__PURE__ */ c8((t) => new uO(t)), y6 = fO;
|
|
29083
|
+
function lO(t, e, r) {
|
|
29048
29084
|
const n = ye.Address.serialize(t).toBytes(), s = ye.TypeTag.serialize(e).toBytes(), i = ye.u64().serialize(r.length).toBytes(), a = y6.create({
|
|
29049
29085
|
dkLen: 32
|
|
29050
29086
|
});
|
|
29051
29087
|
return a.update(new Uint8Array([240])), a.update(n), a.update(i), a.update(r), a.update(s), `0x${ia(a.digest().slice(0, 32))}`;
|
|
29052
29088
|
}
|
|
29053
|
-
const
|
|
29054
|
-
function
|
|
29089
|
+
const dO = "object", hO = "ID", pO = "ascii", yO = "String", mO = "string", bO = "String", gO = "option", wO = "Option";
|
|
29090
|
+
function vO(t) {
|
|
29055
29091
|
const e = typeof t.body == "object" && "datatype" in t.body ? t.body.datatype : null;
|
|
29056
29092
|
return !!e && ve(e.package) === ve("0x2") && e.module === "tx_context" && e.type === "TxContext";
|
|
29057
29093
|
}
|
|
@@ -29088,20 +29124,20 @@ function sh(t) {
|
|
|
29088
29124
|
}
|
|
29089
29125
|
if ("datatype" in t) {
|
|
29090
29126
|
const e = ve(t.datatype.package);
|
|
29091
|
-
if (e === ve(
|
|
29092
|
-
if (t.datatype.module ===
|
|
29127
|
+
if (e === ve(nO)) {
|
|
29128
|
+
if (t.datatype.module === pO && t.datatype.type === yO || t.datatype.module === mO && t.datatype.type === bO)
|
|
29093
29129
|
return ye.String;
|
|
29094
|
-
if (t.datatype.module ===
|
|
29130
|
+
if (t.datatype.module === gO && t.datatype.type === wO) {
|
|
29095
29131
|
const r = sh(t.datatype.typeParameters[0]);
|
|
29096
29132
|
return r ? ye.vector(r) : null;
|
|
29097
29133
|
}
|
|
29098
29134
|
}
|
|
29099
|
-
if (e === ve(p6) && t.datatype.module ===
|
|
29135
|
+
if (e === ve(p6) && t.datatype.module === dO && t.datatype.type === hO)
|
|
29100
29136
|
return ye.Address;
|
|
29101
29137
|
}
|
|
29102
29138
|
return null;
|
|
29103
29139
|
}
|
|
29104
|
-
function
|
|
29140
|
+
function EO(t) {
|
|
29105
29141
|
return typeof t == "object" && "Reference" in t ? {
|
|
29106
29142
|
ref: "&",
|
|
29107
29143
|
body: Ga(t.Reference)
|
|
@@ -29150,23 +29186,23 @@ function Ga(t) {
|
|
|
29150
29186
|
return { typeParameter: t.TypeParameter };
|
|
29151
29187
|
throw new Error(`Unexpected type ${JSON.stringify(t)}`);
|
|
29152
29188
|
}
|
|
29153
|
-
const
|
|
29189
|
+
const AO = 50, SO = 1000n, xO = 5e10;
|
|
29154
29190
|
function m6(t) {
|
|
29155
29191
|
return async function(r, n, s) {
|
|
29156
|
-
return await
|
|
29192
|
+
return await PO(r, t), await IO(r, t), n.onlyTransactionKind || (await kO(r, t), await _O(r, t), await TO(r, t)), await s();
|
|
29157
29193
|
};
|
|
29158
29194
|
}
|
|
29159
|
-
async function
|
|
29195
|
+
async function kO(t, e) {
|
|
29160
29196
|
t.gasConfig.price || (t.gasConfig.price = String(await e.getReferenceGasPrice()));
|
|
29161
29197
|
}
|
|
29162
|
-
async function
|
|
29198
|
+
async function _O(t, e) {
|
|
29163
29199
|
if (t.gasConfig.budget)
|
|
29164
29200
|
return;
|
|
29165
29201
|
const r = await e.dryRunTransactionBlock({
|
|
29166
29202
|
transactionBlock: t.build({
|
|
29167
29203
|
overrides: {
|
|
29168
29204
|
gasData: {
|
|
29169
|
-
budget: String(
|
|
29205
|
+
budget: String(xO),
|
|
29170
29206
|
payment: []
|
|
29171
29207
|
}
|
|
29172
29208
|
}
|
|
@@ -29177,16 +29213,16 @@ async function kO(t, e) {
|
|
|
29177
29213
|
`Dry run failed, could not automatically determine a budget: ${r.effects.status.error}`,
|
|
29178
29214
|
{ cause: r }
|
|
29179
29215
|
);
|
|
29180
|
-
const n =
|
|
29216
|
+
const n = SO * BigInt(t.gasConfig.price || 1n), s = BigInt(r.effects.gasUsed.computationCost) + n, i = s + BigInt(r.effects.gasUsed.storageCost) - BigInt(r.effects.gasUsed.storageRebate);
|
|
29181
29217
|
t.gasConfig.budget = String(
|
|
29182
29218
|
i > s ? i : s
|
|
29183
29219
|
);
|
|
29184
29220
|
}
|
|
29185
|
-
async function
|
|
29221
|
+
async function TO(t, e) {
|
|
29186
29222
|
if (!t.gasConfig.payment) {
|
|
29187
29223
|
const n = (await e.getCoins({
|
|
29188
29224
|
owner: t.gasConfig.owner || t.sender,
|
|
29189
|
-
coinType:
|
|
29225
|
+
coinType: iO
|
|
29190
29226
|
})).data.filter((s) => !t.inputs.find((a) => {
|
|
29191
29227
|
var o;
|
|
29192
29228
|
return (o = a.Object) != null && o.ImmOrOwnedObject ? s.coinObjectId === a.Object.ImmOrOwnedObject.objectId : !1;
|
|
@@ -29202,7 +29238,7 @@ async function _O(t, e) {
|
|
|
29202
29238
|
);
|
|
29203
29239
|
}
|
|
29204
29240
|
}
|
|
29205
|
-
async function
|
|
29241
|
+
async function IO(t, e) {
|
|
29206
29242
|
const r = t.inputs.filter((f) => {
|
|
29207
29243
|
var l;
|
|
29208
29244
|
return f.UnresolvedObject && !(f.UnresolvedObject.version || (l = f.UnresolvedObject) != null && l.initialSharedVersion);
|
|
@@ -29210,7 +29246,7 @@ async function TO(t, e) {
|
|
|
29210
29246
|
...new Set(
|
|
29211
29247
|
r.map((f) => on(f.UnresolvedObject.objectId))
|
|
29212
29248
|
)
|
|
29213
|
-
], s = n.length ? Yu(n,
|
|
29249
|
+
], s = n.length ? Yu(n, AO) : [], i = (await Promise.all(
|
|
29214
29250
|
s.map(
|
|
29215
29251
|
(f) => e.multiGetObjects({
|
|
29216
29252
|
ids: f,
|
|
@@ -29243,8 +29279,8 @@ async function TO(t, e) {
|
|
|
29243
29279
|
l.UnresolvedObject.initialSharedVersion ?? (m == null ? void 0 : m.initialSharedVersion) ? p = Mr.SharedObjectRef({
|
|
29244
29280
|
objectId: d,
|
|
29245
29281
|
initialSharedVersion: l.UnresolvedObject.initialSharedVersion || (m == null ? void 0 : m.initialSharedVersion),
|
|
29246
|
-
mutable: l.UnresolvedObject.mutable ||
|
|
29247
|
-
}) :
|
|
29282
|
+
mutable: l.UnresolvedObject.mutable || OO(t, f)
|
|
29283
|
+
}) : BO(t, f) && (p = Mr.ReceivingRef(
|
|
29248
29284
|
{
|
|
29249
29285
|
objectId: d,
|
|
29250
29286
|
digest: l.UnresolvedObject.digest ?? (m == null ? void 0 : m.digest),
|
|
@@ -29257,7 +29293,7 @@ async function TO(t, e) {
|
|
|
29257
29293
|
});
|
|
29258
29294
|
}
|
|
29259
29295
|
}
|
|
29260
|
-
async function
|
|
29296
|
+
async function PO(t, e) {
|
|
29261
29297
|
const { inputs: r, commands: n } = t, s = [], i = /* @__PURE__ */ new Set();
|
|
29262
29298
|
n.forEach((o) => {
|
|
29263
29299
|
if (o.MoveCall) {
|
|
@@ -29281,7 +29317,7 @@ async function IO(t, e) {
|
|
|
29281
29317
|
});
|
|
29282
29318
|
a.set(
|
|
29283
29319
|
o,
|
|
29284
|
-
l.parameters.map((p) =>
|
|
29320
|
+
l.parameters.map((p) => EO(p))
|
|
29285
29321
|
);
|
|
29286
29322
|
})
|
|
29287
29323
|
), s.length && await Promise.all(
|
|
@@ -29291,7 +29327,7 @@ async function IO(t, e) {
|
|
|
29291
29327
|
);
|
|
29292
29328
|
if (!c)
|
|
29293
29329
|
return;
|
|
29294
|
-
const f = c.length > 0 &&
|
|
29330
|
+
const f = c.length > 0 && vO(c.at(-1)) ? c.slice(0, c.length - 1) : c;
|
|
29295
29331
|
o._argumentTypes = f;
|
|
29296
29332
|
})
|
|
29297
29333
|
), n.forEach((o) => {
|
|
@@ -29333,7 +29369,7 @@ async function IO(t, e) {
|
|
|
29333
29369
|
}
|
|
29334
29370
|
});
|
|
29335
29371
|
}
|
|
29336
|
-
function
|
|
29372
|
+
function OO(t, e) {
|
|
29337
29373
|
let r = !1;
|
|
29338
29374
|
return t.getInputUses(e, (n, s) => {
|
|
29339
29375
|
if (s.MoveCall && s.MoveCall._argumentTypes) {
|
|
@@ -29343,26 +29379,26 @@ function PO(t, e) {
|
|
|
29343
29379
|
(s.$kind === "MakeMoveVec" || s.$kind === "MergeCoins" || s.$kind === "SplitCoins" || s.$kind === "TransferObjects") && (r = !0);
|
|
29344
29380
|
}), r;
|
|
29345
29381
|
}
|
|
29346
|
-
function
|
|
29382
|
+
function BO(t, e) {
|
|
29347
29383
|
let r = !1;
|
|
29348
29384
|
return t.getInputUses(e, (n, s) => {
|
|
29349
29385
|
if (s.MoveCall && s.MoveCall._argumentTypes) {
|
|
29350
29386
|
const i = s.MoveCall.arguments.indexOf(n);
|
|
29351
|
-
r =
|
|
29387
|
+
r = CO(s.MoveCall._argumentTypes[i]) || r;
|
|
29352
29388
|
}
|
|
29353
29389
|
}), r;
|
|
29354
29390
|
}
|
|
29355
|
-
function
|
|
29391
|
+
function CO(t) {
|
|
29356
29392
|
return typeof t.body != "object" || !("datatype" in t.body) ? !1 : t.body.datatype.package === "0x2" && t.body.datatype.module === "transfer" && t.body.datatype.type === "Receiving";
|
|
29357
29393
|
}
|
|
29358
29394
|
function b6(t, e) {
|
|
29359
29395
|
return !!(t.inputs.some((r) => r.UnresolvedObject || r.UnresolvedPure) || !e.onlyTransactionKind && (!t.gasConfig.price || !t.gasConfig.budget || !t.gasConfig.payment));
|
|
29360
29396
|
}
|
|
29361
|
-
async function
|
|
29397
|
+
async function RO(t, e, r) {
|
|
29362
29398
|
var i;
|
|
29363
|
-
if (
|
|
29399
|
+
if (UO(t), !b6(t, e))
|
|
29364
29400
|
return await Lm(t), r();
|
|
29365
|
-
const n =
|
|
29401
|
+
const n = NO(e);
|
|
29366
29402
|
return (((i = n.core) == null ? void 0 : i.resolveTransactionPlugin()) ?? m6(n))(t, e, async () => {
|
|
29367
29403
|
await Lm(t), await r();
|
|
29368
29404
|
});
|
|
@@ -29377,14 +29413,14 @@ function Lm(t) {
|
|
|
29377
29413
|
);
|
|
29378
29414
|
});
|
|
29379
29415
|
}
|
|
29380
|
-
function
|
|
29416
|
+
function NO(t) {
|
|
29381
29417
|
if (!t.client)
|
|
29382
29418
|
throw new Error(
|
|
29383
29419
|
"No sui client passed to Transaction#build, but transaction data was not sufficient to build offline."
|
|
29384
29420
|
);
|
|
29385
29421
|
return t.client;
|
|
29386
29422
|
}
|
|
29387
|
-
function
|
|
29423
|
+
function UO(t) {
|
|
29388
29424
|
for (const e of t.commands)
|
|
29389
29425
|
switch (e.$kind) {
|
|
29390
29426
|
case "SplitCoins":
|
|
@@ -29403,7 +29439,7 @@ function Dm(t, e, r) {
|
|
|
29403
29439
|
const n = r.inputs[t.Input];
|
|
29404
29440
|
n.$kind === "UnresolvedPure" && (r.inputs[t.Input] = Mr.Pure(e.serialize(n.UnresolvedPure.value)));
|
|
29405
29441
|
}
|
|
29406
|
-
function
|
|
29442
|
+
function MO(t) {
|
|
29407
29443
|
function e(r) {
|
|
29408
29444
|
return t(r);
|
|
29409
29445
|
}
|
|
@@ -29446,7 +29482,7 @@ function UO(t) {
|
|
|
29446
29482
|
arguments: n === null ? [] : [s.object(n)]
|
|
29447
29483
|
}), e;
|
|
29448
29484
|
}
|
|
29449
|
-
function
|
|
29485
|
+
function FO(t) {
|
|
29450
29486
|
function e(r, n) {
|
|
29451
29487
|
if (typeof r == "string")
|
|
29452
29488
|
return t(Va(r).serialize(n));
|
|
@@ -29458,7 +29494,7 @@ function MO(t) {
|
|
|
29458
29494
|
ye.vector(Va(r)).serialize(n)
|
|
29459
29495
|
), e.option = (r, n) => t(ye.option(Va(r)).serialize(n)), e;
|
|
29460
29496
|
}
|
|
29461
|
-
function
|
|
29497
|
+
function $O(t, e) {
|
|
29462
29498
|
const r = Array.from(`${t}::`).map((s) => s.charCodeAt(0)), n = new Uint8Array(r.length + e.length);
|
|
29463
29499
|
return n.set(r), n.set(e, r.length), y6(n, { dkLen: 32 });
|
|
29464
29500
|
}
|
|
@@ -29470,7 +29506,7 @@ function ru(t) {
|
|
|
29470
29506
|
if (t.UnresolvedObject)
|
|
29471
29507
|
return ve(t.UnresolvedObject.objectId);
|
|
29472
29508
|
}
|
|
29473
|
-
function
|
|
29509
|
+
function jO(t, e, r) {
|
|
29474
29510
|
const n = (s) => {
|
|
29475
29511
|
switch (s.$kind) {
|
|
29476
29512
|
case "Input": {
|
|
@@ -29563,7 +29599,7 @@ class Wt {
|
|
|
29563
29599
|
});
|
|
29564
29600
|
}
|
|
29565
29601
|
static restore(e) {
|
|
29566
|
-
return e.version === 2 ? new Wt(qe(Nc, e)) : new Wt(qe(Nc,
|
|
29602
|
+
return e.version === 2 ? new Wt(qe(Nc, e)) : new Wt(qe(Nc, W4(e)));
|
|
29567
29603
|
}
|
|
29568
29604
|
/**
|
|
29569
29605
|
* Generate transaction digest.
|
|
@@ -29572,7 +29608,7 @@ class Wt {
|
|
|
29572
29608
|
* @returns transaction digest.
|
|
29573
29609
|
*/
|
|
29574
29610
|
static getDigestFromBytes(e) {
|
|
29575
|
-
const r =
|
|
29611
|
+
const r = $O("TransactionData", e);
|
|
29576
29612
|
return Xu(r);
|
|
29577
29613
|
}
|
|
29578
29614
|
// @deprecated use gasData instead
|
|
@@ -29744,7 +29780,7 @@ class Wt {
|
|
|
29744
29780
|
const i = [];
|
|
29745
29781
|
for (let u = 0; u < r.commands.length; u++) {
|
|
29746
29782
|
const f = structuredClone(r.commands[u]);
|
|
29747
|
-
|
|
29783
|
+
jO(f, n, s), i.push(f);
|
|
29748
29784
|
}
|
|
29749
29785
|
this.commands.splice(e, 0, ...i);
|
|
29750
29786
|
const a = i.length;
|
|
@@ -29831,15 +29867,15 @@ class Wt {
|
|
|
29831
29867
|
var g6 = (t) => {
|
|
29832
29868
|
throw TypeError(t);
|
|
29833
29869
|
}, j0 = (t, e, r) => e.has(t) || g6("Cannot " + r), ct = (t, e, r) => (j0(t, e, "read from private field"), r ? r.call(t) : e.get(t)), ka = (t, e, r) => e.has(t) ? g6("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(t) : e.set(t, r), Ac = (t, e, r, n) => (j0(t, e, "write to private field"), e.set(t, r), r), ef = (t, e, r) => (j0(t, e, "access private method"), r), ko, zn, _o, us, an, ih, ah, w6, v6, H0;
|
|
29834
|
-
const
|
|
29870
|
+
const HO = "/", LO = {
|
|
29835
29871
|
"Mvr-Source": `@mysten/sui@${l2}`
|
|
29836
29872
|
};
|
|
29837
|
-
class
|
|
29873
|
+
class DO {
|
|
29838
29874
|
constructor({ cache: e, url: r, pageSize: n = 50, overrides: s }) {
|
|
29839
29875
|
ka(this, an), ka(this, ko), ka(this, zn), ka(this, _o), ka(this, us), Ac(this, ko, e), Ac(this, zn, r), Ac(this, _o, n), Ac(this, us, {
|
|
29840
29876
|
packages: s == null ? void 0 : s.packages,
|
|
29841
29877
|
types: s == null ? void 0 : s.types
|
|
29842
|
-
}),
|
|
29878
|
+
}), zO(ct(this, us));
|
|
29843
29879
|
}
|
|
29844
29880
|
async resolvePackage({
|
|
29845
29881
|
package: e
|
|
@@ -29992,7 +30028,7 @@ H0 = async function(t, e) {
|
|
|
29992
30028
|
method: "POST",
|
|
29993
30029
|
headers: {
|
|
29994
30030
|
"Content-Type": "application/json",
|
|
29995
|
-
...
|
|
30031
|
+
...LO
|
|
29996
30032
|
},
|
|
29997
30033
|
body: JSON.stringify(e)
|
|
29998
30034
|
});
|
|
@@ -30002,7 +30038,7 @@ H0 = async function(t, e) {
|
|
|
30002
30038
|
}
|
|
30003
30039
|
return r.json();
|
|
30004
30040
|
};
|
|
30005
|
-
function
|
|
30041
|
+
function zO(t) {
|
|
30006
30042
|
if (t != null && t.packages)
|
|
30007
30043
|
for (const [e, r] of Object.entries(t.packages)) {
|
|
30008
30044
|
if (!rr(e))
|
|
@@ -30038,12 +30074,12 @@ function ch(t, e) {
|
|
|
30038
30074
|
});
|
|
30039
30075
|
}
|
|
30040
30076
|
function kt(t) {
|
|
30041
|
-
return t.includes(
|
|
30077
|
+
return t.includes(HO) || t.includes("@") || t.includes(".sui");
|
|
30042
30078
|
}
|
|
30043
30079
|
function E6(t) {
|
|
30044
30080
|
return typeof t == "object" && "address" in t && "module" in t && "name" in t && "typeParams" in t;
|
|
30045
30081
|
}
|
|
30046
|
-
function
|
|
30082
|
+
function VO(t) {
|
|
30047
30083
|
const e = /* @__PURE__ */ new Set(), r = /* @__PURE__ */ new Set();
|
|
30048
30084
|
for (const n of t.commands)
|
|
30049
30085
|
switch (n.$kind) {
|
|
@@ -30068,7 +30104,7 @@ function zO(t) {
|
|
|
30068
30104
|
types: [...r]
|
|
30069
30105
|
};
|
|
30070
30106
|
}
|
|
30071
|
-
function
|
|
30107
|
+
function GO(t, e) {
|
|
30072
30108
|
var r;
|
|
30073
30109
|
for (const n of t.commands) {
|
|
30074
30110
|
if ((r = n.MakeMoveVec) != null && r.type) {
|
|
@@ -30098,22 +30134,22 @@ function Vm(t) {
|
|
|
30098
30134
|
const e = /* @__PURE__ */ new Set();
|
|
30099
30135
|
for (const r of t)
|
|
30100
30136
|
if (kt(r)) {
|
|
30101
|
-
if (!
|
|
30137
|
+
if (!p4(r)) throw new Error(`Invalid type with names: ${r}`);
|
|
30102
30138
|
e.add(r);
|
|
30103
30139
|
}
|
|
30104
30140
|
return e;
|
|
30105
30141
|
}
|
|
30106
|
-
const
|
|
30107
|
-
const s =
|
|
30142
|
+
const qO = (t) => async (e, r, n) => {
|
|
30143
|
+
const s = VO(e);
|
|
30108
30144
|
if (s.types.length === 0 && s.packages.length === 0)
|
|
30109
30145
|
return n();
|
|
30110
|
-
const i = await
|
|
30146
|
+
const i = await WO(r).core.mvr.resolve({
|
|
30111
30147
|
types: s.types,
|
|
30112
30148
|
packages: s.packages
|
|
30113
30149
|
});
|
|
30114
|
-
|
|
30150
|
+
GO(e, i), await n();
|
|
30115
30151
|
};
|
|
30116
|
-
function
|
|
30152
|
+
function WO(t) {
|
|
30117
30153
|
if (!t.client)
|
|
30118
30154
|
throw new Error(
|
|
30119
30155
|
"No sui client passed to Transaction#build, but transaction data was not sufficient to build offline."
|
|
@@ -30178,7 +30214,7 @@ function _a() {
|
|
|
30178
30214
|
}
|
|
30179
30215
|
const I6 = class fh {
|
|
30180
30216
|
constructor() {
|
|
30181
|
-
Jr(this, Qe), Jr(this, zs), Jr(this, Zs), Jr(this, On, /* @__PURE__ */ new Map()), Jr(this, fn, []), Jr(this, sr, []), Jr(this, ir, /* @__PURE__ */ new Set()), Jr(this, Cr, /* @__PURE__ */ new Set()), Jr(this, fs, /* @__PURE__ */ new Map()), Jr(this, oe), this.object =
|
|
30217
|
+
Jr(this, Qe), Jr(this, zs), Jr(this, Zs), Jr(this, On, /* @__PURE__ */ new Map()), Jr(this, fn, []), Jr(this, sr, []), Jr(this, ir, /* @__PURE__ */ new Set()), Jr(this, Cr, /* @__PURE__ */ new Set()), Jr(this, fs, /* @__PURE__ */ new Map()), Jr(this, oe), this.object = MO(
|
|
30182
30218
|
(r) => {
|
|
30183
30219
|
var i, a;
|
|
30184
30220
|
if (typeof r == "function")
|
|
@@ -30293,7 +30329,7 @@ const I6 = class fh {
|
|
|
30293
30329
|
get pure() {
|
|
30294
30330
|
return Object.defineProperty(this, "pure", {
|
|
30295
30331
|
enumerable: !1,
|
|
30296
|
-
value:
|
|
30332
|
+
value: FO((e) => R0(e) ? at(this, Qe, Mc).call(this, "pure", {
|
|
30297
30333
|
$kind: "Pure",
|
|
30298
30334
|
Pure: {
|
|
30299
30335
|
bytes: e.toBase64()
|
|
@@ -30438,7 +30474,7 @@ const I6 = class fh {
|
|
|
30438
30474
|
const r = this.isFullyResolved();
|
|
30439
30475
|
return JSON.stringify(
|
|
30440
30476
|
qe(
|
|
30441
|
-
|
|
30477
|
+
tO,
|
|
30442
30478
|
r ? {
|
|
30443
30479
|
...J(this, oe).snapshot(),
|
|
30444
30480
|
digest: J(this, oe).getDigest()
|
|
@@ -30490,7 +30526,7 @@ const I6 = class fh {
|
|
|
30490
30526
|
throw new Error(`Missing intent resolver for ${i}`);
|
|
30491
30527
|
n.push(J(this, On).get(i));
|
|
30492
30528
|
}
|
|
30493
|
-
n.push(
|
|
30529
|
+
n.push(qO()), await at(this, Qe, D0).call(this, n, e);
|
|
30494
30530
|
}
|
|
30495
30531
|
};
|
|
30496
30532
|
zs = /* @__PURE__ */ new WeakMap();
|
|
@@ -30541,7 +30577,7 @@ nu = function(t) {
|
|
|
30541
30577
|
uh = async function(t) {
|
|
30542
30578
|
if (!t.onlyTransactionKind && !J(this, oe).sender)
|
|
30543
30579
|
throw new Error("Missing transaction sender");
|
|
30544
|
-
await at(this, Qe, D0).call(this, [...J(this, Zs),
|
|
30580
|
+
await at(this, Qe, D0).call(this, [...J(this, Zs), RO], t);
|
|
30545
30581
|
};
|
|
30546
30582
|
D0 = async function(t, e) {
|
|
30547
30583
|
try {
|
|
@@ -30625,16 +30661,16 @@ k6 = function() {
|
|
|
30625
30661
|
}
|
|
30626
30662
|
};
|
|
30627
30663
|
let lh = I6;
|
|
30628
|
-
const
|
|
30664
|
+
const KO = {
|
|
30629
30665
|
mainnet: "https://mainnet.mvr.mystenlabs.com",
|
|
30630
30666
|
testnet: "https://testnet.mvr.mystenlabs.com"
|
|
30631
30667
|
};
|
|
30632
|
-
class
|
|
30668
|
+
class XO extends U2 {
|
|
30633
30669
|
constructor(e) {
|
|
30634
30670
|
var r, n, s;
|
|
30635
|
-
super(e), this.core = this, this.mvr = new
|
|
30671
|
+
super(e), this.core = this, this.mvr = new DO({
|
|
30636
30672
|
cache: this.cache.scope("core.mvr"),
|
|
30637
|
-
url: ((r = e.mvr) == null ? void 0 : r.url) ??
|
|
30673
|
+
url: ((r = e.mvr) == null ? void 0 : r.url) ?? KO[this.network],
|
|
30638
30674
|
pageSize: (n = e.mvr) == null ? void 0 : n.pageSize,
|
|
30639
30675
|
overrides: (s = e.mvr) == null ? void 0 : s.overrides
|
|
30640
30676
|
});
|
|
@@ -30652,7 +30688,7 @@ class KO extends U2 {
|
|
|
30652
30688
|
(await this.core.mvr.resolveType({
|
|
30653
30689
|
type: e.name.type
|
|
30654
30690
|
})).type
|
|
30655
|
-
), n =
|
|
30691
|
+
), n = lO(e.parentId, r, e.name.bcs), {
|
|
30656
30692
|
objects: [s]
|
|
30657
30693
|
} = await this.getObjects({
|
|
30658
30694
|
objectIds: [n],
|
|
@@ -30701,9 +30737,9 @@ class KO extends U2 {
|
|
|
30701
30737
|
}
|
|
30702
30738
|
}
|
|
30703
30739
|
}
|
|
30704
|
-
class
|
|
30740
|
+
class YO extends Error {
|
|
30705
30741
|
}
|
|
30706
|
-
class ls extends
|
|
30742
|
+
class ls extends YO {
|
|
30707
30743
|
constructor(e, r) {
|
|
30708
30744
|
super(r), this.code = e;
|
|
30709
30745
|
}
|
|
@@ -30729,29 +30765,29 @@ class ls extends XO {
|
|
|
30729
30765
|
}
|
|
30730
30766
|
}
|
|
30731
30767
|
}
|
|
30732
|
-
function
|
|
30768
|
+
function JO(t) {
|
|
30733
30769
|
return {
|
|
30734
30770
|
...Wt.fromBytes(t).snapshot(),
|
|
30735
30771
|
bcs: t
|
|
30736
30772
|
};
|
|
30737
30773
|
}
|
|
30738
|
-
function
|
|
30774
|
+
function ZO(t) {
|
|
30739
30775
|
const e = ye.TransactionEffects.parse(t);
|
|
30740
30776
|
switch (e.$kind) {
|
|
30741
30777
|
case "V1":
|
|
30742
|
-
return
|
|
30778
|
+
return QO({ effects: e.V1 });
|
|
30743
30779
|
case "V2":
|
|
30744
|
-
return
|
|
30780
|
+
return eB({ bytes: t, effects: e.V2 });
|
|
30745
30781
|
default:
|
|
30746
30782
|
throw new Error(
|
|
30747
30783
|
`Unknown transaction effects version: ${e.$kind}`
|
|
30748
30784
|
);
|
|
30749
30785
|
}
|
|
30750
30786
|
}
|
|
30751
|
-
function
|
|
30787
|
+
function QO(t) {
|
|
30752
30788
|
throw new Error("V1 effects are not supported yet");
|
|
30753
30789
|
}
|
|
30754
|
-
function
|
|
30790
|
+
function eB({
|
|
30755
30791
|
bytes: t,
|
|
30756
30792
|
effects: e
|
|
30757
30793
|
}) {
|
|
@@ -30804,18 +30840,18 @@ function QO({
|
|
|
30804
30840
|
}
|
|
30805
30841
|
var P6 = (t) => {
|
|
30806
30842
|
throw TypeError(t);
|
|
30807
|
-
}, O6 = (t, e, r) => e.has(t) || P6("Cannot " + r), Gt = (t, e, r) => (O6(t, e, "read from private field"), r ? r.call(t) : e.get(t)),
|
|
30808
|
-
class
|
|
30843
|
+
}, O6 = (t, e, r) => e.has(t) || P6("Cannot " + r), Gt = (t, e, r) => (O6(t, e, "read from private field"), r ? r.call(t) : e.get(t)), tB = (t, e, r) => e.has(t) ? P6("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(t) : e.set(t, r), rB = (t, e, r, n) => (O6(t, e, "write to private field"), e.set(t, r), r), yt;
|
|
30844
|
+
class nB extends XO {
|
|
30809
30845
|
constructor({
|
|
30810
30846
|
jsonRpcClient: e,
|
|
30811
30847
|
mvr: r
|
|
30812
30848
|
}) {
|
|
30813
|
-
super({ network: e.network, base: e, mvr: r }),
|
|
30849
|
+
super({ network: e.network, base: e, mvr: r }), tB(this, yt), rB(this, yt, e);
|
|
30814
30850
|
}
|
|
30815
30851
|
async getObjects(e) {
|
|
30816
30852
|
const r = Yu(e.objectIds, 50), n = [];
|
|
30817
30853
|
for (const s of r) {
|
|
30818
|
-
const i = await Gt(this,
|
|
30854
|
+
const i = await Gt(this, yt).multiGetObjects({
|
|
30819
30855
|
ids: s,
|
|
30820
30856
|
options: {
|
|
30821
30857
|
showOwner: !0,
|
|
@@ -30833,7 +30869,7 @@ class rB extends KO {
|
|
|
30833
30869
|
};
|
|
30834
30870
|
}
|
|
30835
30871
|
async getOwnedObjects(e) {
|
|
30836
|
-
const r = await Gt(this,
|
|
30872
|
+
const r = await Gt(this, yt).getOwnedObjects({
|
|
30837
30873
|
owner: e.address,
|
|
30838
30874
|
limit: e.limit,
|
|
30839
30875
|
cursor: e.cursor,
|
|
@@ -30857,7 +30893,7 @@ class rB extends KO {
|
|
|
30857
30893
|
};
|
|
30858
30894
|
}
|
|
30859
30895
|
async getCoins(e) {
|
|
30860
|
-
const r = await Gt(this,
|
|
30896
|
+
const r = await Gt(this, yt).getCoins({
|
|
30861
30897
|
owner: e.address,
|
|
30862
30898
|
coinType: e.coinType,
|
|
30863
30899
|
limit: e.limit,
|
|
@@ -30872,7 +30908,7 @@ class rB extends KO {
|
|
|
30872
30908
|
balance: n.balance,
|
|
30873
30909
|
type: `0x2::coin::Coin<${n.coinType}>`,
|
|
30874
30910
|
content: Promise.resolve(
|
|
30875
|
-
|
|
30911
|
+
aB.serialize({
|
|
30876
30912
|
id: n.coinObjectId,
|
|
30877
30913
|
balance: {
|
|
30878
30914
|
value: n.balance
|
|
@@ -30890,7 +30926,7 @@ class rB extends KO {
|
|
|
30890
30926
|
};
|
|
30891
30927
|
}
|
|
30892
30928
|
async getBalance(e) {
|
|
30893
|
-
const r = await Gt(this,
|
|
30929
|
+
const r = await Gt(this, yt).getBalance({
|
|
30894
30930
|
owner: e.address,
|
|
30895
30931
|
coinType: e.coinType,
|
|
30896
30932
|
signal: e.signal
|
|
@@ -30904,7 +30940,7 @@ class rB extends KO {
|
|
|
30904
30940
|
}
|
|
30905
30941
|
async getAllBalances(e) {
|
|
30906
30942
|
return {
|
|
30907
|
-
balances: (await Gt(this,
|
|
30943
|
+
balances: (await Gt(this, yt).getAllBalances({
|
|
30908
30944
|
owner: e.address,
|
|
30909
30945
|
signal: e.signal
|
|
30910
30946
|
})).map((n) => ({
|
|
@@ -30916,7 +30952,7 @@ class rB extends KO {
|
|
|
30916
30952
|
};
|
|
30917
30953
|
}
|
|
30918
30954
|
async getTransaction(e) {
|
|
30919
|
-
const r = await Gt(this,
|
|
30955
|
+
const r = await Gt(this, yt).getTransactionBlock({
|
|
30920
30956
|
digest: e.digest,
|
|
30921
30957
|
options: {
|
|
30922
30958
|
showRawInput: !0,
|
|
@@ -30933,7 +30969,7 @@ class rB extends KO {
|
|
|
30933
30969
|
};
|
|
30934
30970
|
}
|
|
30935
30971
|
async executeTransaction(e) {
|
|
30936
|
-
const r = await Gt(this,
|
|
30972
|
+
const r = await Gt(this, yt).executeTransactionBlock({
|
|
30937
30973
|
transactionBlock: e.transaction,
|
|
30938
30974
|
signature: e.signatures,
|
|
30939
30975
|
options: {
|
|
@@ -30951,10 +30987,10 @@ class rB extends KO {
|
|
|
30951
30987
|
};
|
|
30952
30988
|
}
|
|
30953
30989
|
async dryRunTransaction(e) {
|
|
30954
|
-
const r = lh.from(e.transaction), n = await Gt(this,
|
|
30990
|
+
const r = lh.from(e.transaction), n = await Gt(this, yt).dryRunTransactionBlock({
|
|
30955
30991
|
transactionBlock: e.transaction,
|
|
30956
30992
|
signal: e.signal
|
|
30957
|
-
}), { effects: s, objectTypes: i } =
|
|
30993
|
+
}), { effects: s, objectTypes: i } = sB({
|
|
30958
30994
|
effects: n.effects,
|
|
30959
30995
|
objectChanges: n.objectChanges
|
|
30960
30996
|
});
|
|
@@ -30965,7 +31001,7 @@ class rB extends KO {
|
|
|
30965
31001
|
effects: s,
|
|
30966
31002
|
objectTypes: Promise.resolve(i),
|
|
30967
31003
|
signatures: [],
|
|
30968
|
-
transaction:
|
|
31004
|
+
transaction: JO(e.transaction),
|
|
30969
31005
|
balanceChanges: n.balanceChanges.map((a) => ({
|
|
30970
31006
|
coinType: a.coinType,
|
|
30971
31007
|
address: B6(a.owner),
|
|
@@ -30975,7 +31011,7 @@ class rB extends KO {
|
|
|
30975
31011
|
};
|
|
30976
31012
|
}
|
|
30977
31013
|
async getReferenceGasPrice(e) {
|
|
30978
|
-
const r = await Gt(this,
|
|
31014
|
+
const r = await Gt(this, yt).getReferenceGasPrice({
|
|
30979
31015
|
signal: e == null ? void 0 : e.signal
|
|
30980
31016
|
});
|
|
30981
31017
|
return {
|
|
@@ -30983,7 +31019,7 @@ class rB extends KO {
|
|
|
30983
31019
|
};
|
|
30984
31020
|
}
|
|
30985
31021
|
async getDynamicFields(e) {
|
|
30986
|
-
const r = await Gt(this,
|
|
31022
|
+
const r = await Gt(this, yt).getDynamicFields({
|
|
30987
31023
|
parentId: e.parentId,
|
|
30988
31024
|
limit: e.limit,
|
|
30989
31025
|
cursor: e.cursor
|
|
@@ -31002,7 +31038,7 @@ class rB extends KO {
|
|
|
31002
31038
|
};
|
|
31003
31039
|
}
|
|
31004
31040
|
async verifyZkLoginSignature(e) {
|
|
31005
|
-
const r = await Gt(this,
|
|
31041
|
+
const r = await Gt(this, yt).verifyZkLoginSignature({
|
|
31006
31042
|
bytes: e.bytes,
|
|
31007
31043
|
signature: e.signature,
|
|
31008
31044
|
intentScope: e.intentScope,
|
|
@@ -31016,15 +31052,15 @@ class rB extends KO {
|
|
|
31016
31052
|
async defaultNameServiceName(e) {
|
|
31017
31053
|
return {
|
|
31018
31054
|
data: {
|
|
31019
|
-
name: (await Gt(this,
|
|
31055
|
+
name: (await Gt(this, yt).resolveNameServiceNames(e)).data[0]
|
|
31020
31056
|
}
|
|
31021
31057
|
};
|
|
31022
31058
|
}
|
|
31023
31059
|
resolveTransactionPlugin() {
|
|
31024
|
-
return m6(Gt(this,
|
|
31060
|
+
return m6(Gt(this, yt));
|
|
31025
31061
|
}
|
|
31026
31062
|
async getMoveFunction(e) {
|
|
31027
|
-
const r = await Gt(this,
|
|
31063
|
+
const r = await Gt(this, yt).getNormalizedMoveFunction({
|
|
31028
31064
|
package: (await this.mvr.resolvePackage({ package: e.packageId })).package,
|
|
31029
31065
|
module: e.moduleName,
|
|
31030
31066
|
function: e.name
|
|
@@ -31034,11 +31070,11 @@ class rB extends KO {
|
|
|
31034
31070
|
packageId: ve(e.packageId),
|
|
31035
31071
|
moduleName: e.moduleName,
|
|
31036
31072
|
name: e.name,
|
|
31037
|
-
visibility:
|
|
31073
|
+
visibility: cB(r.visibility),
|
|
31038
31074
|
isEntry: r.isEntry,
|
|
31039
31075
|
typeParameters: r.typeParameters.map((n) => ({
|
|
31040
31076
|
isPhantom: !1,
|
|
31041
|
-
constraints:
|
|
31077
|
+
constraints: oB(n)
|
|
31042
31078
|
})),
|
|
31043
31079
|
parameters: r.parameters.map((n) => Km(n)),
|
|
31044
31080
|
returns: r.return.map((n) => Km(n))
|
|
@@ -31046,7 +31082,7 @@ class rB extends KO {
|
|
|
31046
31082
|
};
|
|
31047
31083
|
}
|
|
31048
31084
|
}
|
|
31049
|
-
|
|
31085
|
+
yt = /* @__PURE__ */ new WeakMap();
|
|
31050
31086
|
function qm(t) {
|
|
31051
31087
|
var e;
|
|
31052
31088
|
return {
|
|
@@ -31124,7 +31160,7 @@ function Wm(t) {
|
|
|
31124
31160
|
return {
|
|
31125
31161
|
digest: t.digest,
|
|
31126
31162
|
epoch: ((a = t.effects) == null ? void 0 : a.executedEpoch) ?? null,
|
|
31127
|
-
effects:
|
|
31163
|
+
effects: ZO(new Uint8Array(t.rawEffects)),
|
|
31128
31164
|
objectTypes: Promise.resolve(r),
|
|
31129
31165
|
transaction: {
|
|
31130
31166
|
...s,
|
|
@@ -31138,7 +31174,7 @@ function Wm(t) {
|
|
|
31138
31174
|
}))) ?? []
|
|
31139
31175
|
};
|
|
31140
31176
|
}
|
|
31141
|
-
function
|
|
31177
|
+
function sB({
|
|
31142
31178
|
bytes: t,
|
|
31143
31179
|
effects: e,
|
|
31144
31180
|
objectChanges: r
|
|
@@ -31272,11 +31308,11 @@ function nB({
|
|
|
31272
31308
|
}
|
|
31273
31309
|
};
|
|
31274
31310
|
}
|
|
31275
|
-
const
|
|
31311
|
+
const iB = ye.struct("Balance", {
|
|
31276
31312
|
value: ye.u64()
|
|
31277
|
-
}),
|
|
31313
|
+
}), aB = ye.struct("Coin", {
|
|
31278
31314
|
id: ye.Address,
|
|
31279
|
-
balance:
|
|
31315
|
+
balance: iB
|
|
31280
31316
|
});
|
|
31281
31317
|
function Km(t) {
|
|
31282
31318
|
if (typeof t != "string") {
|
|
@@ -31337,7 +31373,7 @@ function qa(t) {
|
|
|
31337
31373
|
};
|
|
31338
31374
|
throw new Error(`Unknown type: ${JSON.stringify(t)}`);
|
|
31339
31375
|
}
|
|
31340
|
-
function
|
|
31376
|
+
function oB(t) {
|
|
31341
31377
|
return t.abilities.map((e) => {
|
|
31342
31378
|
switch (e) {
|
|
31343
31379
|
case "Copy":
|
|
@@ -31353,7 +31389,7 @@ function aB(t) {
|
|
|
31353
31389
|
}
|
|
31354
31390
|
});
|
|
31355
31391
|
}
|
|
31356
|
-
function
|
|
31392
|
+
function cB(t) {
|
|
31357
31393
|
switch (t) {
|
|
31358
31394
|
case "Public":
|
|
31359
31395
|
return "public";
|
|
@@ -31365,7 +31401,7 @@ function oB(t) {
|
|
|
31365
31401
|
return "unknown";
|
|
31366
31402
|
}
|
|
31367
31403
|
}
|
|
31368
|
-
const
|
|
31404
|
+
const uB = Symbol.for("@mysten/SuiClient");
|
|
31369
31405
|
class Xm extends U2 {
|
|
31370
31406
|
/**
|
|
31371
31407
|
* Establish a connection to a Sui RPC endpoint
|
|
@@ -31373,12 +31409,12 @@ class Xm extends U2 {
|
|
|
31373
31409
|
* @param options configuration options for the API Client
|
|
31374
31410
|
*/
|
|
31375
31411
|
constructor(e) {
|
|
31376
|
-
super({ network: e.network ?? "unknown" }), this.jsonRpc = this, this.transport = e.transport ?? new
|
|
31412
|
+
super({ network: e.network ?? "unknown" }), this.jsonRpc = this, this.transport = e.transport ?? new EP({ url: e.url }), this.core = new nB({
|
|
31377
31413
|
jsonRpcClient: this,
|
|
31378
31414
|
mvr: e.mvr
|
|
31379
31415
|
});
|
|
31380
31416
|
}
|
|
31381
|
-
get [
|
|
31417
|
+
get [uB]() {
|
|
31382
31418
|
return !0;
|
|
31383
31419
|
}
|
|
31384
31420
|
async getRpcApiVersion({ signal: e } = {}) {
|
|
@@ -32034,7 +32070,7 @@ class Xm extends U2 {
|
|
|
32034
32070
|
return {
|
|
32035
32071
|
hasNextPage: s,
|
|
32036
32072
|
nextCursor: n,
|
|
32037
|
-
data: i.map((a) =>
|
|
32073
|
+
data: i.map((a) => f4(a, e))
|
|
32038
32074
|
};
|
|
32039
32075
|
}
|
|
32040
32076
|
async getProtocolConfig(e) {
|
|
@@ -32081,7 +32117,7 @@ class Xm extends U2 {
|
|
|
32081
32117
|
throw i.throwIfAborted(), new Error("Unexpected error while waiting for transaction block.");
|
|
32082
32118
|
}
|
|
32083
32119
|
}
|
|
32084
|
-
class
|
|
32120
|
+
class fB {
|
|
32085
32121
|
constructor(e, r, n, s) {
|
|
32086
32122
|
this.client = new Xm({ url: Om(n) }), this.url = e instanceof It ? e : new It(e), this.account = r, this.network = n, this.auth = s, this.relayer = new gi(this.auth, this.url);
|
|
32087
32123
|
}
|
|
@@ -32119,7 +32155,7 @@ class uB {
|
|
|
32119
32155
|
p.pure.u256(i.timelock),
|
|
32120
32156
|
p.pure.vector("u8", Buffer.from("")),
|
|
32121
32157
|
d,
|
|
32122
|
-
p.object(
|
|
32158
|
+
p.object(sO)
|
|
32123
32159
|
]
|
|
32124
32160
|
});
|
|
32125
32161
|
const m = await p.build({ client: this.client }), b = await this.client.dryRunTransactionBlock({
|
|
@@ -32195,7 +32231,7 @@ function Ym(t) {
|
|
|
32195
32231
|
let e = t.startsWith("0x") ? t.slice(2) : t;
|
|
32196
32232
|
return e = e.toLowerCase(), e.length > 64 && (e = e.slice(e.length - 64)), e.length < 64 && (e = e.padStart(64, "0")), `0x${e}`;
|
|
32197
32233
|
}
|
|
32198
|
-
class
|
|
32234
|
+
class lB {
|
|
32199
32235
|
constructor(e, r, n, s) {
|
|
32200
32236
|
this.url = typeof e == "string" ? new It(e) : e, this.auth = n, s instanceof X0 ? (this.wallet = { tronweb: s }, this.tronweb = s) : (this.wallet = { adapter: s }, this.tronweb = new X0({
|
|
32201
32237
|
fullHost: pv[r]
|
|
@@ -32416,8 +32452,8 @@ class fB {
|
|
|
32416
32452
|
return T("Refund is taken care of by the relayer");
|
|
32417
32453
|
}
|
|
32418
32454
|
}
|
|
32419
|
-
const
|
|
32420
|
-
class
|
|
32455
|
+
const dB = 25 * 60 * 60 * 1e3;
|
|
32456
|
+
class hB {
|
|
32421
32457
|
constructor(e, r, n, s) {
|
|
32422
32458
|
this.url = typeof e == "string" ? new It(e) : e, this.auth = n, this.wallet = s, this.client = new ov(yv[r], {}), this.relayer = new gi(this.auth, this.url);
|
|
32423
32459
|
}
|
|
@@ -32468,7 +32504,7 @@ class dB {
|
|
|
32468
32504
|
Condition: this.buildCondition(s),
|
|
32469
32505
|
CancelAfter: cv(
|
|
32470
32506
|
new Date(
|
|
32471
|
-
new Date(n.created_at).getTime() +
|
|
32507
|
+
new Date(n.created_at).getTime() + dB
|
|
32472
32508
|
)
|
|
32473
32509
|
),
|
|
32474
32510
|
TransactionType: "EscrowCreate"
|
|
@@ -32534,7 +32570,7 @@ class dB {
|
|
|
32534
32570
|
return "A0258020" + e.toUpperCase() + "810120";
|
|
32535
32571
|
}
|
|
32536
32572
|
}
|
|
32537
|
-
const
|
|
32573
|
+
const pB = (t) => {
|
|
32538
32574
|
if (t)
|
|
32539
32575
|
if (typeof t == "string") {
|
|
32540
32576
|
const e = Y6.from(t);
|
|
@@ -32623,7 +32659,7 @@ class su extends nb {
|
|
|
32623
32659
|
return Z(c.toString("hex"));
|
|
32624
32660
|
}
|
|
32625
32661
|
}
|
|
32626
|
-
class
|
|
32662
|
+
class yB {
|
|
32627
32663
|
constructor(e = {}) {
|
|
32628
32664
|
const r = {
|
|
32629
32665
|
stdTTL: e.ttl ? e.ttl / 1e3 : 3600,
|
|
@@ -32704,7 +32740,7 @@ class pB {
|
|
|
32704
32740
|
}
|
|
32705
32741
|
}
|
|
32706
32742
|
var To, Io, Po, Fe, qi, ds;
|
|
32707
|
-
class
|
|
32743
|
+
class mB {
|
|
32708
32744
|
constructor(e, r, n, s, i, a) {
|
|
32709
32745
|
Bs(this, To);
|
|
32710
32746
|
Bs(this, Io);
|
|
@@ -32712,7 +32748,7 @@ class yB {
|
|
|
32712
32748
|
Bs(this, Fe);
|
|
32713
32749
|
Bs(this, qi);
|
|
32714
32750
|
Bs(this, ds);
|
|
32715
|
-
this.isBackgroundServiceRunning = !1, this.stopBackgroundExecution = null, this.htlcs = r, this.events = a, Cs(this, To, e), Cs(this, Io, n), Cs(this, Po, su.fromDigestKey(e.digestKey)), Cs(this, Fe, new
|
|
32751
|
+
this.isBackgroundServiceRunning = !1, this.stopBackgroundExecution = null, this.htlcs = r, this.events = a, Cs(this, To, e), Cs(this, Io, n), Cs(this, Po, su.fromDigestKey(e.digestKey)), Cs(this, Fe, new yB()), Cs(this, qi, s), Cs(this, ds, i);
|
|
32716
32752
|
}
|
|
32717
32753
|
async getAddressesFromHTLCs() {
|
|
32718
32754
|
var n, s, i, a, o, c, u;
|
|
@@ -33093,7 +33129,7 @@ class yB {
|
|
|
33093
33129
|
);
|
|
33094
33130
|
return;
|
|
33095
33131
|
}
|
|
33096
|
-
const s = await
|
|
33132
|
+
const s = await mt.post(
|
|
33097
33133
|
new It(Se(this, ds).baseurl).endpoint(
|
|
33098
33134
|
"relayer/bitcoin/instant-refund-hash"
|
|
33099
33135
|
),
|
|
@@ -33118,7 +33154,7 @@ class yB {
|
|
|
33118
33154
|
const i = await this.htlcs.bitcoin.generateInstantRefundSACPWithHash(s.result), a = new It(Se(this, ds).baseurl).endpoint(
|
|
33119
33155
|
"relayer/bitcoin/instant-refund"
|
|
33120
33156
|
);
|
|
33121
|
-
(await
|
|
33157
|
+
(await mt.post(a, {
|
|
33122
33158
|
headers: {
|
|
33123
33159
|
"Content-Type": "application/json",
|
|
33124
33160
|
...n.val
|
|
@@ -33160,7 +33196,7 @@ class yB {
|
|
|
33160
33196
|
}
|
|
33161
33197
|
}
|
|
33162
33198
|
To = new WeakMap(), Io = new WeakMap(), Po = new WeakMap(), Fe = new WeakMap(), qi = new WeakMap(), ds = new WeakMap();
|
|
33163
|
-
class
|
|
33199
|
+
class bB extends nb {
|
|
33164
33200
|
emit(e, ...r) {
|
|
33165
33201
|
super.emit(e, ...r);
|
|
33166
33202
|
}
|
|
@@ -33169,7 +33205,7 @@ class C6 extends W6 {
|
|
|
33169
33205
|
constructor(e) {
|
|
33170
33206
|
const { api: r } = Q0(e.environment);
|
|
33171
33207
|
if (!r) throw new Error("API Key not found");
|
|
33172
|
-
super(new It(r.baseurl), ed(e.apiKey)), this._redeemServiceEnabled = !0, this.executeInterval = 5e3, this._api = r, this._digestKey =
|
|
33208
|
+
super(new It(r.baseurl), ed(e.apiKey)), this._redeemServiceEnabled = !0, this.executeInterval = 5e3, this._api = r, this._digestKey = pB(e.digestKey), this._auth = ed(e.apiKey), this._quote = e.quote ?? new UE(this._api.baseurl, this._auth), this._htlcs = e.htlc ?? {}, this._events = new bB(), this._executor = this._digestKey ? new mB(
|
|
33173
33209
|
this._digestKey,
|
|
33174
33210
|
this.htlcs,
|
|
33175
33211
|
this,
|
|
@@ -33215,14 +33251,14 @@ class C6 extends W6 {
|
|
|
33215
33251
|
"API not found, invalid environment " + e.environment
|
|
33216
33252
|
);
|
|
33217
33253
|
const i = e.wallets ? {
|
|
33218
|
-
evm: e.wallets.evm ? new
|
|
33219
|
-
starknet: e.wallets.starknet ? new
|
|
33254
|
+
evm: e.wallets.evm ? new VT(n.baseurl, e.wallets.evm, r) : void 0,
|
|
33255
|
+
starknet: e.wallets.starknet ? new KT(
|
|
33220
33256
|
n.baseurl,
|
|
33221
33257
|
e.wallets.starknet,
|
|
33222
33258
|
s,
|
|
33223
33259
|
r
|
|
33224
33260
|
) : void 0,
|
|
33225
|
-
solana: e.wallets.solana ? new
|
|
33261
|
+
solana: e.wallets.solana ? new lP(
|
|
33226
33262
|
e.wallets.solana,
|
|
33227
33263
|
new It(n.baseurl),
|
|
33228
33264
|
s,
|
|
@@ -33231,10 +33267,10 @@ class C6 extends W6 {
|
|
|
33231
33267
|
programAddress: e.solanaProgramAddress
|
|
33232
33268
|
}
|
|
33233
33269
|
) : void 0,
|
|
33234
|
-
sui: e.wallets.sui ? new
|
|
33270
|
+
sui: e.wallets.sui ? new fB(n.baseurl, e.wallets.sui, s, r) : void 0,
|
|
33235
33271
|
bitcoin: e.wallets.bitcoin ? new NE(e.wallets.bitcoin, s) : void 0,
|
|
33236
|
-
tron: e.wallets.tron ? new
|
|
33237
|
-
xrpl: e.wallets.xrpl ? new
|
|
33272
|
+
tron: e.wallets.tron ? new lB(n.baseurl, s, r, e.wallets.tron) : void 0,
|
|
33273
|
+
xrpl: e.wallets.xrpl ? new hB(n.baseurl, s, r, e.wallets.xrpl) : void 0
|
|
33238
33274
|
} : {};
|
|
33239
33275
|
return new C6({
|
|
33240
33276
|
htlc: i,
|
|
@@ -33507,7 +33543,7 @@ class C6 extends W6 {
|
|
|
33507
33543
|
return this._events.off(e, r), this;
|
|
33508
33544
|
}
|
|
33509
33545
|
}
|
|
33510
|
-
class
|
|
33546
|
+
class bC {
|
|
33511
33547
|
constructor(e, r, n) {
|
|
33512
33548
|
this.callData = new W0(Xw), this.account = e, this.starknetProvider = new sb({
|
|
33513
33549
|
nodeUrl: r || (n ? Hc[n].nodeUrl : Hc.mainnet.nodeUrl)
|
|
@@ -33536,7 +33572,7 @@ class mC {
|
|
|
33536
33572
|
throw new Error("Token address retrieval failed");
|
|
33537
33573
|
const s = ib.toHex(n), i = $a.uint256(BigInt(e.source_swap.amount));
|
|
33538
33574
|
try {
|
|
33539
|
-
const u = await
|
|
33575
|
+
const u = await GT(
|
|
33540
33576
|
this.account,
|
|
33541
33577
|
s,
|
|
33542
33578
|
e.source_swap.asset,
|
|
@@ -33611,7 +33647,7 @@ class mC {
|
|
|
33611
33647
|
}
|
|
33612
33648
|
}
|
|
33613
33649
|
}
|
|
33614
|
-
class
|
|
33650
|
+
class gC {
|
|
33615
33651
|
/**
|
|
33616
33652
|
* Creates a new instance of SolanaHTLC.
|
|
33617
33653
|
* @param {AnchorProvider} provider - Solana Provider (abstraction of RPC connection and a Wallet)
|
|
@@ -33726,18 +33762,18 @@ class bC {
|
|
|
33726
33762
|
}
|
|
33727
33763
|
}
|
|
33728
33764
|
}
|
|
33729
|
-
const
|
|
33765
|
+
const gB = (t) => t.map((e) => e), wB = (t) => {
|
|
33730
33766
|
if (t === Re.TESTNET)
|
|
33731
|
-
return
|
|
33767
|
+
return vB;
|
|
33732
33768
|
if (t === Re.LOCALNET)
|
|
33733
|
-
return
|
|
33769
|
+
return AB;
|
|
33734
33770
|
if (t === Re.MAINNET)
|
|
33735
|
-
return
|
|
33771
|
+
return EB;
|
|
33736
33772
|
throw new Error("Invalid network");
|
|
33737
|
-
},
|
|
33773
|
+
}, vB = ["https://mempool.space/testnet4/api"], EB = [
|
|
33738
33774
|
"https://mempool.space/api",
|
|
33739
33775
|
"https://blockstream.info/api"
|
|
33740
|
-
],
|
|
33776
|
+
], AB = ["http://localhost:30000"], Fs = {
|
|
33741
33777
|
INVALID_PK: "invalid private key",
|
|
33742
33778
|
FEE_EXCEEDS_AMOUNT: (t, e) => `fee exceeds amount: fee: ${t} > amount: ${e}`,
|
|
33743
33779
|
SWAP_NOT_FOUND: "swap config not found, please set the swap config first",
|
|
@@ -33752,9 +33788,9 @@ const bB = (t) => t.map((e) => e), gB = (t) => {
|
|
|
33752
33788
|
INVALID_PUBKEY: "invalid public key",
|
|
33753
33789
|
ORDER_NOT_EXPIRED: "you cannot refund before your transaction expires"
|
|
33754
33790
|
}, Jm = (t) => t.sort((e, r) => e.status.confirmed != r.status.confirmed ? e.status.confirmed ? -1 : 1 : r.value - e.value);
|
|
33755
|
-
class
|
|
33791
|
+
class wC {
|
|
33756
33792
|
constructor(e, r) {
|
|
33757
|
-
this.cacheTimeout = 2e3, this.utxosCache = /* @__PURE__ */ new Map(), this.APIs = r ?
|
|
33793
|
+
this.cacheTimeout = 2e3, this.utxosCache = /* @__PURE__ */ new Map(), this.APIs = r ? gB([r]) : wB(e), this.network = Av(e);
|
|
33758
33794
|
}
|
|
33759
33795
|
/**
|
|
33760
33796
|
* Gets the output index of the UTXO
|
|
@@ -33767,7 +33803,7 @@ class gC {
|
|
|
33767
33803
|
* @throws If the UTXO is not found
|
|
33768
33804
|
*/
|
|
33769
33805
|
async getTxIndex(e, r) {
|
|
33770
|
-
const n = this.APIs.map((i) => `${i}/tx/${e}`), { vout: s } = await
|
|
33806
|
+
const n = this.APIs.map((i) => `${i}/tx/${e}`), { vout: s } = await mt.getWithFallback(n);
|
|
33771
33807
|
for (let i = 0; i < s.length; i++)
|
|
33772
33808
|
if (s[i].scriptpubkey_address === r)
|
|
33773
33809
|
return i;
|
|
@@ -33786,7 +33822,7 @@ class gC {
|
|
|
33786
33822
|
throw new Error("invalid tx hex");
|
|
33787
33823
|
for (let r = 0; r < 5; r++)
|
|
33788
33824
|
try {
|
|
33789
|
-
return
|
|
33825
|
+
return mt.postWithFallback(
|
|
33790
33826
|
this.APIs.map((n) => `${n}/tx`),
|
|
33791
33827
|
{
|
|
33792
33828
|
body: e
|
|
@@ -33831,7 +33867,7 @@ class gC {
|
|
|
33831
33867
|
const n = this.utxosCache.get(e);
|
|
33832
33868
|
if (n && Date.now() - n.timestamp < this.cacheTimeout)
|
|
33833
33869
|
return Zm(n.utxos, r);
|
|
33834
|
-
const s = await
|
|
33870
|
+
const s = await mt.getWithFallback(
|
|
33835
33871
|
this.APIs.map((i) => `${i}/address/${e}/utxo`),
|
|
33836
33872
|
{
|
|
33837
33873
|
signal: AbortSignal.timeout(5e3)
|
|
@@ -33849,7 +33885,7 @@ class gC {
|
|
|
33849
33885
|
* @returns {Promise<string>} Transaction Hex
|
|
33850
33886
|
*/
|
|
33851
33887
|
async getTransactionHex(e) {
|
|
33852
|
-
return
|
|
33888
|
+
return mt.getWithFallback(
|
|
33853
33889
|
this.APIs.map((r) => `${r}/tx/${e}/hex`)
|
|
33854
33890
|
);
|
|
33855
33891
|
}
|
|
@@ -33860,7 +33896,7 @@ class gC {
|
|
|
33860
33896
|
* @returns {Promise<BitcoinTx>}
|
|
33861
33897
|
*/
|
|
33862
33898
|
async getTransaction(e) {
|
|
33863
|
-
return
|
|
33899
|
+
return mt.getWithFallback(
|
|
33864
33900
|
this.APIs.map((r) => `${r}/tx/${e}`)
|
|
33865
33901
|
);
|
|
33866
33902
|
}
|
|
@@ -33890,7 +33926,7 @@ class gC {
|
|
|
33890
33926
|
};
|
|
33891
33927
|
let e = "";
|
|
33892
33928
|
this.network === cn.Testnet && (e = "testnet4/");
|
|
33893
|
-
const r = `https://mempool.space/${e}api/v1/fees/recommended`, n = `https://blockstream.info/${e}api/fee-estimates`, s = await
|
|
33929
|
+
const r = `https://mempool.space/${e}api/v1/fees/recommended`, n = `https://blockstream.info/${e}api/fee-estimates`, s = await mt.getWithFallback([r, n], {
|
|
33894
33930
|
signal: AbortSignal.timeout(5e3)
|
|
33895
33931
|
});
|
|
33896
33932
|
return "fastestFee" in s ? s.fastestFee === 1 ? {
|
|
@@ -33916,7 +33952,7 @@ class gC {
|
|
|
33916
33952
|
* @returns {Promise<BitcoinTx[]>}
|
|
33917
33953
|
*/
|
|
33918
33954
|
async getTransactions(e, r) {
|
|
33919
|
-
const n = await
|
|
33955
|
+
const n = await mt.getWithFallback(
|
|
33920
33956
|
this.APIs.map((s) => `${s}/address/${e}/txs`)
|
|
33921
33957
|
);
|
|
33922
33958
|
if (r === _c.ALL)
|
|
@@ -33945,7 +33981,7 @@ class gC {
|
|
|
33945
33981
|
* @returns {Promise<number>} Block height
|
|
33946
33982
|
*/
|
|
33947
33983
|
async getLatestTip() {
|
|
33948
|
-
return
|
|
33984
|
+
return mt.getWithFallback(
|
|
33949
33985
|
this.APIs.map((e) => `${e}/blocks/tip/height`)
|
|
33950
33986
|
);
|
|
33951
33987
|
}
|
|
@@ -33972,7 +34008,7 @@ class gC {
|
|
|
33972
34008
|
*/
|
|
33973
34009
|
async getTransactionTimes(e) {
|
|
33974
34010
|
const r = e.map((s) => `txId[]=${s}`).join("&");
|
|
33975
|
-
return (await
|
|
34011
|
+
return (await mt.getWithFallback(
|
|
33976
34012
|
this.APIs.map((s) => `${s}/v1/transaction-times?${r}`)
|
|
33977
34013
|
)).map((s) => s * 1e3);
|
|
33978
34014
|
}
|
|
@@ -34023,7 +34059,7 @@ class Qs {
|
|
|
34023
34059
|
return new Qs(s, i);
|
|
34024
34060
|
}
|
|
34025
34061
|
}
|
|
34026
|
-
const
|
|
34062
|
+
const SB = (t, e, r = !1) => {
|
|
34027
34063
|
const n = (a) => {
|
|
34028
34064
|
try {
|
|
34029
34065
|
a = Fa.fromBech32(a).data.toString("hex");
|
|
@@ -34070,7 +34106,7 @@ const AB = (t, e, r = !1) => {
|
|
|
34070
34106
|
P2TR: "p2tr"
|
|
34071
34107
|
};
|
|
34072
34108
|
var R6 = /* @__PURE__ */ ((t) => (t[t.Bitcoin = 0] = "Bitcoin", t[t.EVM = 1] = "EVM", t))(R6 || {});
|
|
34073
|
-
class
|
|
34109
|
+
class xB {
|
|
34074
34110
|
addSignatureSegwitV0(e = $c.ALL) {
|
|
34075
34111
|
return new Qs("segwitV0", e);
|
|
34076
34112
|
}
|
|
@@ -34164,11 +34200,11 @@ class SB {
|
|
|
34164
34200
|
async newSwap(e) {
|
|
34165
34201
|
if (e.secretHash = ut(e.secretHash), e.secretHash.length !== 64)
|
|
34166
34202
|
throw new Error(Na.INVALID_SECRET_HASH);
|
|
34167
|
-
const { script: r, address: n } =
|
|
34203
|
+
const { script: r, address: n } = SB(
|
|
34168
34204
|
e,
|
|
34169
34205
|
await this.getNetwork()
|
|
34170
34206
|
);
|
|
34171
|
-
return new
|
|
34207
|
+
return new kB(this, {
|
|
34172
34208
|
...e,
|
|
34173
34209
|
redeemScript: r,
|
|
34174
34210
|
scriptAddress: n
|
|
@@ -34196,7 +34232,7 @@ class SB {
|
|
|
34196
34232
|
throw new Error("Unsupported script type");
|
|
34197
34233
|
}
|
|
34198
34234
|
}
|
|
34199
|
-
class
|
|
34235
|
+
class kB {
|
|
34200
34236
|
/**
|
|
34201
34237
|
* @constructor
|
|
34202
34238
|
* @param {IBitcoinWallet} wallet
|
|
@@ -34311,20 +34347,20 @@ function rd(t) {
|
|
|
34311
34347
|
return tf.regtest;
|
|
34312
34348
|
throw new Error("Invalid network");
|
|
34313
34349
|
}
|
|
34314
|
-
function
|
|
34350
|
+
function _B(t, e, r) {
|
|
34315
34351
|
if (!fv(t))
|
|
34316
34352
|
throw new Error("Invalid mnemonic");
|
|
34317
34353
|
const n = (r == null ? void 0 : r.path) ?? N6.bip44(e, (r == null ? void 0 : r.index) ?? 0), s = dv(Er).fromSeed(lv(t));
|
|
34318
|
-
return
|
|
34354
|
+
return TB(s, n);
|
|
34319
34355
|
}
|
|
34320
|
-
const
|
|
34356
|
+
const TB = (t, e) => {
|
|
34321
34357
|
const r = t.derivePath(e).privateKey;
|
|
34322
34358
|
if (!r)
|
|
34323
34359
|
throw new Error("Unable to derive private key from mnemonic");
|
|
34324
34360
|
return r.toString("hex");
|
|
34325
34361
|
};
|
|
34326
34362
|
ev(Er);
|
|
34327
|
-
class Ua extends
|
|
34363
|
+
class Ua extends xB {
|
|
34328
34364
|
/**
|
|
34329
34365
|
* @constructor
|
|
34330
34366
|
* @param {BitcoinWalletOpts} opts
|
|
@@ -34346,7 +34382,7 @@ class Ua extends SB {
|
|
|
34346
34382
|
* else use multi-key wallet's `fromMnemonic`
|
|
34347
34383
|
*/
|
|
34348
34384
|
static fromMnemonic(e, r, n) {
|
|
34349
|
-
const s = N6.bip84(r.getNetwork(), n == null ? void 0 : n.index), i =
|
|
34385
|
+
const s = N6.bip84(r.getNetwork(), n == null ? void 0 : n.index), i = _B(e, r.getNetwork(), {
|
|
34350
34386
|
path: s
|
|
34351
34387
|
});
|
|
34352
34388
|
return new Ua({
|
|
@@ -34614,27 +34650,28 @@ export {
|
|
|
34614
34650
|
xy as A,
|
|
34615
34651
|
V as B,
|
|
34616
34652
|
Sy as C,
|
|
34617
|
-
|
|
34618
|
-
|
|
34619
|
-
|
|
34653
|
+
$T as D,
|
|
34654
|
+
VT as E,
|
|
34655
|
+
LT as F,
|
|
34620
34656
|
C6 as G,
|
|
34621
34657
|
La as H,
|
|
34622
|
-
|
|
34623
|
-
|
|
34624
|
-
|
|
34625
|
-
|
|
34626
|
-
|
|
34627
|
-
|
|
34628
|
-
|
|
34629
|
-
|
|
34658
|
+
ST as I,
|
|
34659
|
+
ky as J,
|
|
34660
|
+
cn as K,
|
|
34661
|
+
wC as L,
|
|
34662
|
+
Ua as M,
|
|
34663
|
+
WB as N,
|
|
34664
|
+
rf as O,
|
|
34665
|
+
Hc as P,
|
|
34630
34666
|
UE as Q,
|
|
34631
|
-
|
|
34632
|
-
|
|
34667
|
+
Z0 as R,
|
|
34668
|
+
KT as S,
|
|
34633
34669
|
pv as T,
|
|
34634
|
-
|
|
34635
|
-
|
|
34636
|
-
|
|
34637
|
-
|
|
34670
|
+
yv as U,
|
|
34671
|
+
hv as V,
|
|
34672
|
+
J0 as W,
|
|
34673
|
+
hB as X,
|
|
34674
|
+
kc as Y,
|
|
34638
34675
|
Lx as a,
|
|
34639
34676
|
xr as b,
|
|
34640
34677
|
Ru as c,
|
|
@@ -34642,23 +34679,23 @@ export {
|
|
|
34642
34679
|
yi as e,
|
|
34643
34680
|
dn as f,
|
|
34644
34681
|
$h as g,
|
|
34645
|
-
|
|
34682
|
+
bC as h,
|
|
34646
34683
|
zo as i,
|
|
34647
|
-
|
|
34648
|
-
|
|
34684
|
+
lP as j,
|
|
34685
|
+
gC as k,
|
|
34649
34686
|
Fu as l,
|
|
34650
34687
|
su as m,
|
|
34651
|
-
|
|
34652
|
-
|
|
34688
|
+
GT as n,
|
|
34689
|
+
qT as o,
|
|
34653
34690
|
Cc as p,
|
|
34654
|
-
|
|
34691
|
+
YB as q,
|
|
34655
34692
|
Q0 as r,
|
|
34656
34693
|
ft as s,
|
|
34657
34694
|
Ye as t,
|
|
34658
|
-
|
|
34659
|
-
|
|
34660
|
-
|
|
34661
|
-
|
|
34695
|
+
XB as u,
|
|
34696
|
+
KB as v,
|
|
34697
|
+
JB as w,
|
|
34698
|
+
FT as x,
|
|
34662
34699
|
_0 as y,
|
|
34663
|
-
|
|
34700
|
+
DT as z
|
|
34664
34701
|
};
|