@t2000/cli 0.22.9 → 0.22.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.
Files changed (43) hide show
  1. package/dist/_esm-YNGU4L53.js +3660 -0
  2. package/dist/_esm-YNGU4L53.js.map +1 -0
  3. package/dist/ccip-3TXHQUZ5.js +17 -0
  4. package/dist/chunk-7LGHVVIJ.js +452 -0
  5. package/dist/chunk-7LGHVVIJ.js.map +1 -0
  6. package/dist/chunk-AB65Y674.js +32 -0
  7. package/dist/chunk-AB65Y674.js.map +1 -0
  8. package/dist/chunk-B4GPQZ3Z.js +2684 -0
  9. package/dist/chunk-B4GPQZ3Z.js.map +1 -0
  10. package/dist/chunk-DFRBOZ6E.js +68157 -0
  11. package/dist/chunk-DFRBOZ6E.js.map +1 -0
  12. package/dist/chunk-H66DC3S3.js +1908 -0
  13. package/dist/chunk-H66DC3S3.js.map +1 -0
  14. package/dist/chunk-ML6HST4W.js +4429 -0
  15. package/dist/chunk-ML6HST4W.js.map +1 -0
  16. package/dist/chunk-NGS6K3I3.js +2525 -0
  17. package/dist/chunk-NGS6K3I3.js.map +1 -0
  18. package/dist/chunk-QM6OQC5D.js +13422 -0
  19. package/dist/chunk-QM6OQC5D.js.map +1 -0
  20. package/dist/chunk-VREOXJUB.js +15856 -0
  21. package/dist/chunk-VREOXJUB.js.map +1 -0
  22. package/dist/{chunk-45YCL2KY.js → chunk-YPWSCLE3.js} +16 -3
  23. package/dist/chunk-YPWSCLE3.js.map +1 -0
  24. package/dist/chunk-Z2UDBWJ5.js +5002 -0
  25. package/dist/chunk-Z2UDBWJ5.js.map +1 -0
  26. package/dist/client-SYS6Z5RX.js +13538 -0
  27. package/dist/client-SYS6Z5RX.js.map +1 -0
  28. package/dist/client-WIWMFH43.js +117 -0
  29. package/dist/client-WIWMFH43.js.map +1 -0
  30. package/dist/{dist-3RLXPNZ5.js → dist-UUEYYCY7.js} +11 -3
  31. package/dist/{dist-3RLXPNZ5.js.map → dist-UUEYYCY7.js.map} +1 -1
  32. package/dist/dist-VHH7YQM7.js +158 -0
  33. package/dist/dist-VHH7YQM7.js.map +1 -0
  34. package/dist/esm-G2QBGTGV.js +29 -0
  35. package/dist/esm-G2QBGTGV.js.map +1 -0
  36. package/dist/esm-H7KTI5UT.js +1098 -0
  37. package/dist/esm-H7KTI5UT.js.map +1 -0
  38. package/dist/index.js +7492 -1256
  39. package/dist/index.js.map +1 -1
  40. package/dist/secp256k1-7EILYOIY.js +18 -0
  41. package/dist/secp256k1-7EILYOIY.js.map +1 -0
  42. package/package.json +10 -11
  43. /package/dist/{chunk-45YCL2KY.js.map → ccip-3TXHQUZ5.js.map} +0 -0
@@ -0,0 +1,158 @@
1
+ import { createRequire as __createRequire } from 'module'; import { fileURLToPath as __fileURLToPath } from 'url'; import { dirname as __pathDirname } from 'path'; const require = __createRequire(import.meta.url); const __filename = __fileURLToPath(import.meta.url); const __dirname = __pathDirname(__filename);
2
+ import {
3
+ AutoInvestManager,
4
+ BPS_DENOMINATOR,
5
+ CLOCK_ID,
6
+ CetusAdapter,
7
+ ContactManager,
8
+ DEFAULT_MAX_LEVERAGE,
9
+ DEFAULT_MAX_POSITION_SIZE,
10
+ DEFAULT_NETWORK,
11
+ DEFAULT_SAFEGUARD_CONFIG,
12
+ DEFAULT_STRATEGIES,
13
+ GAS_RESERVE_MIN,
14
+ INVESTMENT_ASSETS,
15
+ KeypairSigner,
16
+ MIST_PER_SUI,
17
+ NaviAdapter,
18
+ OUTBOUND_OPS,
19
+ PERPS_MARKETS,
20
+ PortfolioManager,
21
+ ProtocolRegistry,
22
+ SENTINEL,
23
+ STABLE_ASSETS,
24
+ SUI_DECIMALS,
25
+ SUPPORTED_ASSETS,
26
+ SafeguardEnforcer,
27
+ SafeguardError,
28
+ StrategyManager,
29
+ SuilendAdapter,
30
+ T2000,
31
+ T2000Error,
32
+ USDC_DECIMALS,
33
+ ZkLoginSigner,
34
+ addCollectFeeToTx,
35
+ allDescriptors,
36
+ attack,
37
+ calculateFee,
38
+ descriptor,
39
+ descriptor2,
40
+ descriptor3,
41
+ descriptor4,
42
+ executeAutoTopUp,
43
+ executeWithGas,
44
+ exportPrivateKey,
45
+ formatAssetAmount,
46
+ formatSui,
47
+ formatUsd,
48
+ generateKeypair,
49
+ getAddress,
50
+ getDecimals,
51
+ getGasStatus,
52
+ getPoolPrice,
53
+ getRates,
54
+ getSentinelInfo,
55
+ keypairFromPrivateKey,
56
+ listSentinels,
57
+ loadKey,
58
+ mapMoveAbortCode,
59
+ mapWalletError,
60
+ mistToSui,
61
+ rawToStable,
62
+ rawToUsdc,
63
+ requestAttack,
64
+ saveKey,
65
+ settleAttack,
66
+ shouldAutoTopUp,
67
+ simulateTransaction,
68
+ solveHashcash,
69
+ stableToRaw,
70
+ submitPrompt,
71
+ suiToMist,
72
+ throwIfSimulationFailed,
73
+ truncateAddress,
74
+ usdcToRaw,
75
+ validateAddress,
76
+ walletExists
77
+ } from "./chunk-DFRBOZ6E.js";
78
+ import "./chunk-AB65Y674.js";
79
+ import "./chunk-Z2UDBWJ5.js";
80
+ import "./chunk-B4GPQZ3Z.js";
81
+ import "./chunk-YPWSCLE3.js";
82
+ export {
83
+ AutoInvestManager,
84
+ BPS_DENOMINATOR,
85
+ CLOCK_ID,
86
+ CetusAdapter,
87
+ ContactManager,
88
+ DEFAULT_MAX_LEVERAGE,
89
+ DEFAULT_MAX_POSITION_SIZE,
90
+ DEFAULT_NETWORK,
91
+ DEFAULT_SAFEGUARD_CONFIG,
92
+ DEFAULT_STRATEGIES,
93
+ GAS_RESERVE_MIN,
94
+ INVESTMENT_ASSETS,
95
+ KeypairSigner,
96
+ MIST_PER_SUI,
97
+ NaviAdapter,
98
+ OUTBOUND_OPS,
99
+ PERPS_MARKETS,
100
+ PortfolioManager,
101
+ ProtocolRegistry,
102
+ SENTINEL,
103
+ STABLE_ASSETS,
104
+ SUI_DECIMALS,
105
+ SUPPORTED_ASSETS,
106
+ SafeguardEnforcer,
107
+ SafeguardError,
108
+ StrategyManager,
109
+ SuilendAdapter,
110
+ T2000,
111
+ T2000Error,
112
+ USDC_DECIMALS,
113
+ ZkLoginSigner,
114
+ addCollectFeeToTx,
115
+ allDescriptors,
116
+ calculateFee,
117
+ descriptor3 as cetusDescriptor,
118
+ executeAutoTopUp,
119
+ executeWithGas,
120
+ exportPrivateKey,
121
+ formatAssetAmount,
122
+ formatSui,
123
+ formatUsd,
124
+ generateKeypair,
125
+ getAddress,
126
+ getDecimals,
127
+ getGasStatus,
128
+ getPoolPrice,
129
+ getRates,
130
+ getSentinelInfo,
131
+ keypairFromPrivateKey,
132
+ listSentinels,
133
+ loadKey,
134
+ mapMoveAbortCode,
135
+ mapWalletError,
136
+ mistToSui,
137
+ descriptor2 as naviDescriptor,
138
+ rawToStable,
139
+ rawToUsdc,
140
+ requestAttack,
141
+ saveKey,
142
+ attack as sentinelAttack,
143
+ descriptor as sentinelDescriptor,
144
+ settleAttack,
145
+ shouldAutoTopUp,
146
+ simulateTransaction,
147
+ solveHashcash,
148
+ stableToRaw,
149
+ submitPrompt,
150
+ suiToMist,
151
+ descriptor4 as suilendDescriptor,
152
+ throwIfSimulationFailed,
153
+ truncateAddress,
154
+ usdcToRaw,
155
+ validateAddress,
156
+ walletExists
157
+ };
158
+ //# sourceMappingURL=dist-VHH7YQM7.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,29 @@
1
+ import { createRequire as __createRequire } from 'module'; import { fileURLToPath as __fileURLToPath } from 'url'; import { dirname as __pathDirname } from 'path'; const require = __createRequire(import.meta.url); const __filename = __fileURLToPath(import.meta.url); const __dirname = __pathDirname(__filename);
2
+ import {
3
+ Separator,
4
+ esm_default,
5
+ esm_default10,
6
+ esm_default2,
7
+ esm_default3,
8
+ esm_default4,
9
+ esm_default5,
10
+ esm_default6,
11
+ esm_default7,
12
+ esm_default8,
13
+ esm_default9
14
+ } from "./chunk-QM6OQC5D.js";
15
+ import "./chunk-YPWSCLE3.js";
16
+ export {
17
+ Separator,
18
+ esm_default as checkbox,
19
+ esm_default3 as confirm,
20
+ esm_default2 as editor,
21
+ esm_default6 as expand,
22
+ esm_default4 as input,
23
+ esm_default5 as number,
24
+ esm_default8 as password,
25
+ esm_default7 as rawlist,
26
+ esm_default9 as search,
27
+ esm_default10 as select
28
+ };
29
+ //# sourceMappingURL=esm-G2QBGTGV.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}