@t2000/cli 3.1.1 → 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/README.md +12 -7
- package/dist/{chunk-R7KXQRHQ.js → chunk-YSV3YXTK.js} +101 -326
- package/dist/chunk-YSV3YXTK.js.map +1 -0
- package/dist/{dist-A7D5R6SM.js → dist-7RF5QOXU.js} +4 -20
- package/dist/{dist-2LJUAYXZ.js → dist-UDLQ4IJN.js} +113 -280
- package/dist/{dist-2LJUAYXZ.js.map → dist-UDLQ4IJN.js.map} +1 -1
- package/dist/index.js +266 -104
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
- package/dist/chunk-R7KXQRHQ.js.map +0 -1
- /package/dist/{dist-A7D5R6SM.js.map → dist-7RF5QOXU.js.map} +0 -0
|
@@ -29,6 +29,7 @@ import {
|
|
|
29
29
|
OUTBOUND_OPS,
|
|
30
30
|
OVERLAY_FEE_RATE,
|
|
31
31
|
ProtocolRegistry,
|
|
32
|
+
SAVEABLE_ASSETS,
|
|
32
33
|
SAVE_FEE_BPS,
|
|
33
34
|
SPONSORED_PYTH_DEPENDENT_PROVIDERS,
|
|
34
35
|
STABLE_ASSETS,
|
|
@@ -51,10 +52,6 @@ import {
|
|
|
51
52
|
USDE_TYPE,
|
|
52
53
|
USDSUI_TYPE,
|
|
53
54
|
USDT_TYPE,
|
|
54
|
-
VOLO_METADATA,
|
|
55
|
-
VOLO_PKG,
|
|
56
|
-
VOLO_POOL,
|
|
57
|
-
VSUI_TYPE,
|
|
58
55
|
WAL_TYPE,
|
|
59
56
|
WBTC_TYPE,
|
|
60
57
|
WRITE_APPENDER_REGISTRY,
|
|
@@ -62,9 +59,7 @@ import {
|
|
|
62
59
|
addClaimRewardsToTx,
|
|
63
60
|
addFeeTransfer,
|
|
64
61
|
addSendToTx,
|
|
65
|
-
addStakeVSuiToTx,
|
|
66
62
|
addSwapToTx,
|
|
67
|
-
addUnstakeVSuiToTx,
|
|
68
63
|
aggregateClaimableRewards,
|
|
69
64
|
allDescriptors,
|
|
70
65
|
assertAllowedAsset,
|
|
@@ -73,9 +68,7 @@ import {
|
|
|
73
68
|
buildHarvestRewardsTx,
|
|
74
69
|
buildRevokeLeafTx,
|
|
75
70
|
buildSendTx,
|
|
76
|
-
buildStakeVSuiTx,
|
|
77
71
|
buildSwapTx,
|
|
78
|
-
buildUnstakeVSuiTx,
|
|
79
72
|
calculateFee,
|
|
80
73
|
classifyAction,
|
|
81
74
|
classifyLabel,
|
|
@@ -108,7 +101,6 @@ import {
|
|
|
108
101
|
getSponsoredSwapProviders,
|
|
109
102
|
getSwapQuote,
|
|
110
103
|
getTier,
|
|
111
|
-
getVoloStats,
|
|
112
104
|
isAllowedAsset,
|
|
113
105
|
isCetusRouteFresh,
|
|
114
106
|
isInRegistry,
|
|
@@ -149,7 +141,7 @@ import {
|
|
|
149
141
|
validateLabel,
|
|
150
142
|
verifyCetusRouteCoinMatch,
|
|
151
143
|
walletExists
|
|
152
|
-
} from "./chunk-
|
|
144
|
+
} from "./chunk-YSV3YXTK.js";
|
|
153
145
|
import "./chunk-ZRPJE7U5.js";
|
|
154
146
|
import "./chunk-OCLKPYUU.js";
|
|
155
147
|
import "./chunk-SI54PO2N.js";
|
|
@@ -190,6 +182,7 @@ export {
|
|
|
190
182
|
OUTBOUND_OPS,
|
|
191
183
|
OVERLAY_FEE_RATE,
|
|
192
184
|
ProtocolRegistry,
|
|
185
|
+
SAVEABLE_ASSETS,
|
|
193
186
|
SAVE_FEE_BPS,
|
|
194
187
|
SPONSORED_PYTH_DEPENDENT_PROVIDERS,
|
|
195
188
|
STABLE_ASSETS,
|
|
@@ -212,10 +205,6 @@ export {
|
|
|
212
205
|
USDE_TYPE,
|
|
213
206
|
USDSUI_TYPE,
|
|
214
207
|
USDT_TYPE,
|
|
215
|
-
VOLO_METADATA,
|
|
216
|
-
VOLO_PKG,
|
|
217
|
-
VOLO_POOL,
|
|
218
|
-
VSUI_TYPE,
|
|
219
208
|
WAL_TYPE,
|
|
220
209
|
WBTC_TYPE,
|
|
221
210
|
WRITE_APPENDER_REGISTRY,
|
|
@@ -223,9 +212,7 @@ export {
|
|
|
223
212
|
addClaimRewardsToTx,
|
|
224
213
|
addFeeTransfer,
|
|
225
214
|
addSendToTx,
|
|
226
|
-
addStakeVSuiToTx,
|
|
227
215
|
addSwapToTx,
|
|
228
|
-
addUnstakeVSuiToTx,
|
|
229
216
|
aggregateClaimableRewards,
|
|
230
217
|
allDescriptors,
|
|
231
218
|
assertAllowedAsset,
|
|
@@ -234,9 +221,7 @@ export {
|
|
|
234
221
|
buildHarvestRewardsTx,
|
|
235
222
|
buildRevokeLeafTx,
|
|
236
223
|
buildSendTx,
|
|
237
|
-
buildStakeVSuiTx,
|
|
238
224
|
buildSwapTx,
|
|
239
|
-
buildUnstakeVSuiTx,
|
|
240
225
|
calculateFee,
|
|
241
226
|
classifyAction,
|
|
242
227
|
classifyLabel,
|
|
@@ -269,7 +254,6 @@ export {
|
|
|
269
254
|
getSponsoredSwapProviders,
|
|
270
255
|
getSwapQuote,
|
|
271
256
|
getTier,
|
|
272
|
-
getVoloStats,
|
|
273
257
|
isAllowedAsset,
|
|
274
258
|
isCetusRouteFresh,
|
|
275
259
|
isInRegistry,
|
|
@@ -311,4 +295,4 @@ export {
|
|
|
311
295
|
verifyCetusRouteCoinMatch,
|
|
312
296
|
walletExists
|
|
313
297
|
};
|
|
314
|
-
//# sourceMappingURL=dist-
|
|
298
|
+
//# sourceMappingURL=dist-7RF5QOXU.js.map
|