@t2000/cli 3.2.0 → 3.3.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-ZH6PX6WS.js → chunk-YSV3YXTK.js} +11 -245
- package/dist/chunk-YSV3YXTK.js.map +1 -0
- package/dist/{dist-UOJPIH47.js → dist-7RF5QOXU.js} +2 -20
- package/dist/{dist-NH7XYB4F.js → dist-UDLQ4IJN.js} +11 -233
- package/dist/{dist-NH7XYB4F.js.map → dist-UDLQ4IJN.js.map} +1 -1
- package/dist/index.js +218 -71
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/dist/chunk-ZH6PX6WS.js.map +0 -1
- /package/dist/{dist-UOJPIH47.js.map → dist-7RF5QOXU.js.map} +0 -0
|
@@ -52,10 +52,6 @@ import {
|
|
|
52
52
|
USDE_TYPE,
|
|
53
53
|
USDSUI_TYPE,
|
|
54
54
|
USDT_TYPE,
|
|
55
|
-
VOLO_METADATA,
|
|
56
|
-
VOLO_PKG,
|
|
57
|
-
VOLO_POOL,
|
|
58
|
-
VSUI_TYPE,
|
|
59
55
|
WAL_TYPE,
|
|
60
56
|
WBTC_TYPE,
|
|
61
57
|
WRITE_APPENDER_REGISTRY,
|
|
@@ -63,9 +59,7 @@ import {
|
|
|
63
59
|
addClaimRewardsToTx,
|
|
64
60
|
addFeeTransfer,
|
|
65
61
|
addSendToTx,
|
|
66
|
-
addStakeVSuiToTx,
|
|
67
62
|
addSwapToTx,
|
|
68
|
-
addUnstakeVSuiToTx,
|
|
69
63
|
aggregateClaimableRewards,
|
|
70
64
|
allDescriptors,
|
|
71
65
|
assertAllowedAsset,
|
|
@@ -74,9 +68,7 @@ import {
|
|
|
74
68
|
buildHarvestRewardsTx,
|
|
75
69
|
buildRevokeLeafTx,
|
|
76
70
|
buildSendTx,
|
|
77
|
-
buildStakeVSuiTx,
|
|
78
71
|
buildSwapTx,
|
|
79
|
-
buildUnstakeVSuiTx,
|
|
80
72
|
calculateFee,
|
|
81
73
|
classifyAction,
|
|
82
74
|
classifyLabel,
|
|
@@ -109,7 +101,6 @@ import {
|
|
|
109
101
|
getSponsoredSwapProviders,
|
|
110
102
|
getSwapQuote,
|
|
111
103
|
getTier,
|
|
112
|
-
getVoloStats,
|
|
113
104
|
isAllowedAsset,
|
|
114
105
|
isCetusRouteFresh,
|
|
115
106
|
isInRegistry,
|
|
@@ -150,7 +141,7 @@ import {
|
|
|
150
141
|
validateLabel,
|
|
151
142
|
verifyCetusRouteCoinMatch,
|
|
152
143
|
walletExists
|
|
153
|
-
} from "./chunk-
|
|
144
|
+
} from "./chunk-YSV3YXTK.js";
|
|
154
145
|
import "./chunk-ZRPJE7U5.js";
|
|
155
146
|
import "./chunk-OCLKPYUU.js";
|
|
156
147
|
import "./chunk-SI54PO2N.js";
|
|
@@ -214,10 +205,6 @@ export {
|
|
|
214
205
|
USDE_TYPE,
|
|
215
206
|
USDSUI_TYPE,
|
|
216
207
|
USDT_TYPE,
|
|
217
|
-
VOLO_METADATA,
|
|
218
|
-
VOLO_PKG,
|
|
219
|
-
VOLO_POOL,
|
|
220
|
-
VSUI_TYPE,
|
|
221
208
|
WAL_TYPE,
|
|
222
209
|
WBTC_TYPE,
|
|
223
210
|
WRITE_APPENDER_REGISTRY,
|
|
@@ -225,9 +212,7 @@ export {
|
|
|
225
212
|
addClaimRewardsToTx,
|
|
226
213
|
addFeeTransfer,
|
|
227
214
|
addSendToTx,
|
|
228
|
-
addStakeVSuiToTx,
|
|
229
215
|
addSwapToTx,
|
|
230
|
-
addUnstakeVSuiToTx,
|
|
231
216
|
aggregateClaimableRewards,
|
|
232
217
|
allDescriptors,
|
|
233
218
|
assertAllowedAsset,
|
|
@@ -236,9 +221,7 @@ export {
|
|
|
236
221
|
buildHarvestRewardsTx,
|
|
237
222
|
buildRevokeLeafTx,
|
|
238
223
|
buildSendTx,
|
|
239
|
-
buildStakeVSuiTx,
|
|
240
224
|
buildSwapTx,
|
|
241
|
-
buildUnstakeVSuiTx,
|
|
242
225
|
calculateFee,
|
|
243
226
|
classifyAction,
|
|
244
227
|
classifyLabel,
|
|
@@ -271,7 +254,6 @@ export {
|
|
|
271
254
|
getSponsoredSwapProviders,
|
|
272
255
|
getSwapQuote,
|
|
273
256
|
getTier,
|
|
274
|
-
getVoloStats,
|
|
275
257
|
isAllowedAsset,
|
|
276
258
|
isCetusRouteFresh,
|
|
277
259
|
isInRegistry,
|
|
@@ -313,4 +295,4 @@ export {
|
|
|
313
295
|
verifyCetusRouteCoinMatch,
|
|
314
296
|
walletExists
|
|
315
297
|
};
|
|
316
|
-
//# sourceMappingURL=dist-
|
|
298
|
+
//# sourceMappingURL=dist-7RF5QOXU.js.map
|