@t2000/cli 0.22.10 → 0.22.12

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.
@@ -0,0 +1,156 @@
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-KNOTIQIW.js";
78
+ import "./chunk-6SBIVUVA.js";
79
+ import "./chunk-SVEVGZKZ.js";
80
+ export {
81
+ AutoInvestManager,
82
+ BPS_DENOMINATOR,
83
+ CLOCK_ID,
84
+ CetusAdapter,
85
+ ContactManager,
86
+ DEFAULT_MAX_LEVERAGE,
87
+ DEFAULT_MAX_POSITION_SIZE,
88
+ DEFAULT_NETWORK,
89
+ DEFAULT_SAFEGUARD_CONFIG,
90
+ DEFAULT_STRATEGIES,
91
+ GAS_RESERVE_MIN,
92
+ INVESTMENT_ASSETS,
93
+ KeypairSigner,
94
+ MIST_PER_SUI,
95
+ NaviAdapter,
96
+ OUTBOUND_OPS,
97
+ PERPS_MARKETS,
98
+ PortfolioManager,
99
+ ProtocolRegistry,
100
+ SENTINEL,
101
+ STABLE_ASSETS,
102
+ SUI_DECIMALS,
103
+ SUPPORTED_ASSETS,
104
+ SafeguardEnforcer,
105
+ SafeguardError,
106
+ StrategyManager,
107
+ SuilendAdapter,
108
+ T2000,
109
+ T2000Error,
110
+ USDC_DECIMALS,
111
+ ZkLoginSigner,
112
+ addCollectFeeToTx,
113
+ allDescriptors,
114
+ calculateFee,
115
+ descriptor3 as cetusDescriptor,
116
+ executeAutoTopUp,
117
+ executeWithGas,
118
+ exportPrivateKey,
119
+ formatAssetAmount,
120
+ formatSui,
121
+ formatUsd,
122
+ generateKeypair,
123
+ getAddress,
124
+ getDecimals,
125
+ getGasStatus,
126
+ getPoolPrice,
127
+ getRates,
128
+ getSentinelInfo,
129
+ keypairFromPrivateKey,
130
+ listSentinels,
131
+ loadKey,
132
+ mapMoveAbortCode,
133
+ mapWalletError,
134
+ mistToSui,
135
+ descriptor2 as naviDescriptor,
136
+ rawToStable,
137
+ rawToUsdc,
138
+ requestAttack,
139
+ saveKey,
140
+ attack as sentinelAttack,
141
+ descriptor as sentinelDescriptor,
142
+ settleAttack,
143
+ shouldAutoTopUp,
144
+ simulateTransaction,
145
+ solveHashcash,
146
+ stableToRaw,
147
+ submitPrompt,
148
+ suiToMist,
149
+ descriptor4 as suilendDescriptor,
150
+ throwIfSimulationFailed,
151
+ truncateAddress,
152
+ usdcToRaw,
153
+ validateAddress,
154
+ walletExists
155
+ };
156
+ //# sourceMappingURL=dist-LXWKWQNC.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}