@t2000/cli 1.23.1 → 1.24.0
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/{chunk-IR2QGWUU.js → chunk-JDOIQPNR.js} +200 -1
- package/dist/chunk-JDOIQPNR.js.map +1 -0
- package/dist/{dist-K2TQP3EL.js → dist-K2PP6BRN.js} +4 -2
- package/dist/{dist-K4ONVV5A.js → dist-KHZBBHJF.js} +5 -2
- package/dist/{dist-K4ONVV5A.js.map → dist-KHZBBHJF.js.map} +1 -1
- package/dist/index.js +3 -3
- package/package.json +3 -3
- package/dist/chunk-IR2QGWUU.js.map +0 -1
- /package/dist/{dist-K2TQP3EL.js.map → dist-K2PP6BRN.js.map} +0 -0
|
@@ -63,6 +63,7 @@ import {
|
|
|
63
63
|
assertAllowedAsset,
|
|
64
64
|
buildAddLeafTx,
|
|
65
65
|
buildClaimRewardsTx,
|
|
66
|
+
buildHarvestRewardsTx,
|
|
66
67
|
buildRevokeLeafTx,
|
|
67
68
|
buildSendTx,
|
|
68
69
|
buildStakeVSuiTx,
|
|
@@ -130,7 +131,7 @@ import {
|
|
|
130
131
|
validateAddress,
|
|
131
132
|
validateLabel,
|
|
132
133
|
walletExists
|
|
133
|
-
} from "./chunk-
|
|
134
|
+
} from "./chunk-JDOIQPNR.js";
|
|
134
135
|
import "./chunk-Z74HUTKM.js";
|
|
135
136
|
import "./chunk-V7PXDEKG.js";
|
|
136
137
|
import "./chunk-UY3WLP52.js";
|
|
@@ -200,6 +201,7 @@ export {
|
|
|
200
201
|
assertAllowedAsset,
|
|
201
202
|
buildAddLeafTx,
|
|
202
203
|
buildClaimRewardsTx,
|
|
204
|
+
buildHarvestRewardsTx,
|
|
203
205
|
buildRevokeLeafTx,
|
|
204
206
|
buildSendTx,
|
|
205
207
|
buildStakeVSuiTx,
|
|
@@ -268,4 +270,4 @@ export {
|
|
|
268
270
|
validateLabel,
|
|
269
271
|
walletExists
|
|
270
272
|
};
|
|
271
|
-
//# sourceMappingURL=dist-
|
|
273
|
+
//# sourceMappingURL=dist-K2PP6BRN.js.map
|
|
@@ -138379,6 +138379,9 @@ var T2000 = class _T2000 extends import_index2.default {
|
|
|
138379
138379
|
};
|
|
138380
138380
|
init_errors7();
|
|
138381
138381
|
init_coinSelection();
|
|
138382
|
+
init_errors7();
|
|
138383
|
+
init_token_registry();
|
|
138384
|
+
init_cetus_swap();
|
|
138382
138385
|
init_cetus_swap();
|
|
138383
138386
|
init_volo();
|
|
138384
138387
|
init_coinSelection();
|
|
@@ -139666,7 +139669,7 @@ ${context}
|
|
|
139666
139669
|
})
|
|
139667
139670
|
);
|
|
139668
139671
|
}
|
|
139669
|
-
var PKG_VERSION = "1.
|
|
139672
|
+
var PKG_VERSION = "1.24.0";
|
|
139670
139673
|
console.log = (...args) => console.error("[log]", ...args);
|
|
139671
139674
|
console.warn = (...args) => console.error("[warn]", ...args);
|
|
139672
139675
|
async function startMcpServer(opts) {
|
|
@@ -139756,4 +139759,4 @@ axios/dist/node/axios.cjs:
|
|
|
139756
139759
|
@scure/bip39/index.js:
|
|
139757
139760
|
(*! scure-bip39 - MIT License (c) 2022 Patricio Palladino, Paul Miller (paulmillr.com) *)
|
|
139758
139761
|
*/
|
|
139759
|
-
//# sourceMappingURL=dist-
|
|
139762
|
+
//# sourceMappingURL=dist-KHZBBHJF.js.map
|