@t2000/cli 0.22.23 → 0.22.24
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 +1 -10
- package/dist/{chunk-RN7Z6TWD.js → chunk-BPTNEFB5.js} +69 -303
- package/dist/chunk-BPTNEFB5.js.map +1 -0
- package/dist/{chunk-KHIL2KNW.js → chunk-XOAZJ42V.js} +32 -32
- package/dist/{chunk-KHIL2KNW.js.map → chunk-XOAZJ42V.js.map} +1 -1
- package/dist/{client-I4SGZLVD.js → client-CK5OR2TP.js} +2 -2
- package/dist/{dist-FDS4MNUV.js → dist-MJOXMRDV.js} +3 -102
- package/dist/{dist-FDS4MNUV.js.map → dist-MJOXMRDV.js.map} +1 -1
- package/dist/{dist-G5YKLWC5.js → dist-TWST5EWE.js} +9 -25
- package/dist/index.js +81 -252
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/dist/chunk-RN7Z6TWD.js.map +0 -1
- /package/dist/{client-I4SGZLVD.js.map → client-CK5OR2TP.js.map} +0 -0
- /package/dist/{dist-G5YKLWC5.js.map → dist-TWST5EWE.js.map} +0 -0
|
@@ -19,7 +19,6 @@ import {
|
|
|
19
19
|
PERPS_MARKETS,
|
|
20
20
|
PortfolioManager,
|
|
21
21
|
ProtocolRegistry,
|
|
22
|
-
SENTINEL,
|
|
23
22
|
STABLE_ASSETS,
|
|
24
23
|
SUI_DECIMALS,
|
|
25
24
|
SUPPORTED_ASSETS,
|
|
@@ -33,12 +32,8 @@ import {
|
|
|
33
32
|
ZkLoginSigner,
|
|
34
33
|
addCollectFeeToTx,
|
|
35
34
|
allDescriptors,
|
|
36
|
-
attack,
|
|
37
35
|
calculateFee,
|
|
38
|
-
|
|
39
|
-
descriptor2,
|
|
40
|
-
descriptor3,
|
|
41
|
-
descriptor4,
|
|
36
|
+
cetusDescriptor,
|
|
42
37
|
executeAutoTopUp,
|
|
43
38
|
executeWithGas,
|
|
44
39
|
exportPrivateKey,
|
|
@@ -51,32 +46,29 @@ import {
|
|
|
51
46
|
getGasStatus,
|
|
52
47
|
getPoolPrice,
|
|
53
48
|
getRates,
|
|
54
|
-
getSentinelInfo,
|
|
55
49
|
keypairFromPrivateKey,
|
|
56
|
-
listSentinels,
|
|
57
50
|
loadKey,
|
|
58
51
|
mapMoveAbortCode,
|
|
59
52
|
mapWalletError,
|
|
60
53
|
mistToSui,
|
|
54
|
+
naviDescriptor,
|
|
61
55
|
rawToStable,
|
|
62
56
|
rawToUsdc,
|
|
63
|
-
requestAttack,
|
|
64
57
|
saveKey,
|
|
65
|
-
settleAttack,
|
|
66
58
|
shouldAutoTopUp,
|
|
67
59
|
simulateTransaction,
|
|
68
60
|
solveHashcash,
|
|
69
61
|
stableToRaw,
|
|
70
|
-
submitPrompt,
|
|
71
62
|
suiToMist,
|
|
63
|
+
suilendDescriptor,
|
|
72
64
|
throwIfSimulationFailed,
|
|
73
65
|
truncateAddress,
|
|
74
66
|
usdcToRaw,
|
|
75
67
|
validateAddress,
|
|
76
68
|
walletExists
|
|
77
|
-
} from "./chunk-
|
|
69
|
+
} from "./chunk-BPTNEFB5.js";
|
|
78
70
|
import "./chunk-V7PXDEKG.js";
|
|
79
|
-
import "./chunk-
|
|
71
|
+
import "./chunk-XOAZJ42V.js";
|
|
80
72
|
import "./chunk-3XUF7GM3.js";
|
|
81
73
|
import "./chunk-YPWSCLE3.js";
|
|
82
74
|
export {
|
|
@@ -99,7 +91,6 @@ export {
|
|
|
99
91
|
PERPS_MARKETS,
|
|
100
92
|
PortfolioManager,
|
|
101
93
|
ProtocolRegistry,
|
|
102
|
-
SENTINEL,
|
|
103
94
|
STABLE_ASSETS,
|
|
104
95
|
SUI_DECIMALS,
|
|
105
96
|
SUPPORTED_ASSETS,
|
|
@@ -114,7 +105,7 @@ export {
|
|
|
114
105
|
addCollectFeeToTx,
|
|
115
106
|
allDescriptors,
|
|
116
107
|
calculateFee,
|
|
117
|
-
|
|
108
|
+
cetusDescriptor,
|
|
118
109
|
executeAutoTopUp,
|
|
119
110
|
executeWithGas,
|
|
120
111
|
exportPrivateKey,
|
|
@@ -127,32 +118,25 @@ export {
|
|
|
127
118
|
getGasStatus,
|
|
128
119
|
getPoolPrice,
|
|
129
120
|
getRates,
|
|
130
|
-
getSentinelInfo,
|
|
131
121
|
keypairFromPrivateKey,
|
|
132
|
-
listSentinels,
|
|
133
122
|
loadKey,
|
|
134
123
|
mapMoveAbortCode,
|
|
135
124
|
mapWalletError,
|
|
136
125
|
mistToSui,
|
|
137
|
-
|
|
126
|
+
naviDescriptor,
|
|
138
127
|
rawToStable,
|
|
139
128
|
rawToUsdc,
|
|
140
|
-
requestAttack,
|
|
141
129
|
saveKey,
|
|
142
|
-
attack as sentinelAttack,
|
|
143
|
-
descriptor as sentinelDescriptor,
|
|
144
|
-
settleAttack,
|
|
145
130
|
shouldAutoTopUp,
|
|
146
131
|
simulateTransaction,
|
|
147
132
|
solveHashcash,
|
|
148
133
|
stableToRaw,
|
|
149
|
-
submitPrompt,
|
|
150
134
|
suiToMist,
|
|
151
|
-
|
|
135
|
+
suilendDescriptor,
|
|
152
136
|
throwIfSimulationFailed,
|
|
153
137
|
truncateAddress,
|
|
154
138
|
usdcToRaw,
|
|
155
139
|
validateAddress,
|
|
156
140
|
walletExists
|
|
157
141
|
};
|
|
158
|
-
//# sourceMappingURL=dist-
|
|
142
|
+
//# sourceMappingURL=dist-TWST5EWE.js.map
|