@t2000/cli 10.5.0 → 10.6.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.
@@ -44,7 +44,7 @@ import {
44
44
  MAX_DELIVER_HORIZON_MS,
45
45
  MAX_JOB_USDC,
46
46
  MAX_REVIEW_WINDOW_MS,
47
- MIN_LP_SUI,
47
+ MIN_LP_USDC,
48
48
  MIST_PER_SUI,
49
49
  NAVX_TYPE,
50
50
  OPERATION_ASSETS,
@@ -57,7 +57,6 @@ import {
57
57
  SUINS_NAME_REGEX,
58
58
  SUI_ADDRESS_REGEX,
59
59
  SUI_ADDRESS_STRICT_REGEX,
60
- SUI_COIN_METADATA_ID,
61
60
  SUI_DECIMALS,
62
61
  SUI_TYPE,
63
62
  SUPPORTED_ASSETS,
@@ -68,6 +67,7 @@ import {
68
67
  T2000Error,
69
68
  T2000_OVERLAY_FEE_WALLET,
70
69
  TOKEN_MAP,
70
+ USDC_COIN_METADATA_ID,
71
71
  USDC_DECIMALS,
72
72
  USDC_TYPE,
73
73
  USDE_TYPE,
@@ -190,7 +190,7 @@ import {
190
190
  verifyReceipt,
191
191
  walletExists,
192
192
  writeLimitsFile
193
- } from "./chunk-AUIQ7EA5.js";
193
+ } from "./chunk-IKN3QSLY.js";
194
194
  import "./chunk-634W6JCI.js";
195
195
  import "./chunk-3ZUWXUSN.js";
196
196
  import "./chunk-3YV35WUN.js";
@@ -248,7 +248,7 @@ export {
248
248
  MAX_DELIVER_HORIZON_MS,
249
249
  MAX_JOB_USDC,
250
250
  MAX_REVIEW_WINDOW_MS,
251
- MIN_LP_SUI,
251
+ MIN_LP_USDC,
252
252
  MIST_PER_SUI,
253
253
  NAVX_TYPE,
254
254
  OPERATION_ASSETS,
@@ -261,7 +261,6 @@ export {
261
261
  SUINS_NAME_REGEX,
262
262
  SUI_ADDRESS_REGEX,
263
263
  SUI_ADDRESS_STRICT_REGEX,
264
- SUI_COIN_METADATA_ID,
265
264
  SUI_DECIMALS,
266
265
  SUI_TYPE,
267
266
  SUPPORTED_ASSETS,
@@ -272,6 +271,7 @@ export {
272
271
  T2000Error,
273
272
  T2000_OVERLAY_FEE_WALLET,
274
273
  TOKEN_MAP,
274
+ USDC_COIN_METADATA_ID,
275
275
  USDC_DECIMALS,
276
276
  USDC_TYPE,
277
277
  USDE_TYPE,
@@ -395,4 +395,4 @@ export {
395
395
  walletExists,
396
396
  writeLimitsFile
397
397
  };
398
- //# sourceMappingURL=dist-ZUAOJJAM.js.map
398
+ //# sourceMappingURL=dist-7RV6ZTM3.js.map
package/dist/index.js CHANGED
@@ -28,7 +28,7 @@ import {
28
28
  verifyJobForSeller,
29
29
  verifyReceipt,
30
30
  walletExists
31
- } from "./chunk-AUIQ7EA5.js";
31
+ } from "./chunk-IKN3QSLY.js";
32
32
  import "./chunk-634W6JCI.js";
33
33
  import "./chunk-3ZUWXUSN.js";
34
34
  import "./chunk-3YV35WUN.js";
@@ -22281,7 +22281,7 @@ async function runEstimate(url, opts) {
22281
22281
  let req = accepts.find((a) => a.scheme === "exact" && a.network?.startsWith("sui:")) ?? accepts[0];
22282
22282
  let dialect = "x402";
22283
22283
  if (!req) {
22284
- const { parseMppSuiChallenge } = await import("./dist-ZUAOJJAM.js");
22284
+ const { parseMppSuiChallenge } = await import("./dist-7RV6ZTM3.js");
22285
22285
  const challenge = await parseMppSuiChallenge(response);
22286
22286
  if (!challenge) {
22287
22287
  throw new Error(
@@ -23385,7 +23385,7 @@ function registerMcpStart(parent) {
23385
23385
  parent.command("start", { isDefault: true }).description("Start MCP server (stdio transport \u2014 for AI client integration)").option("--key <path>", "Custom wallet path (default ~/.t2000/wallet.key)").action(async (opts) => {
23386
23386
  let mod;
23387
23387
  try {
23388
- mod = await import("./dist-EPKT2IYR.js");
23388
+ mod = await import("./dist-2OK3TC4X.js");
23389
23389
  } catch {
23390
23390
  console.error("MCP server not installed. Run:\n npm install -g @t2000/mcp");
23391
23391
  process.exit(1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t2000/cli",
3
- "version": "10.5.0",
3
+ "version": "10.6.0",
4
4
  "description": "Agent Wallet for AI agents on Sui — gasless USDC + USDsui sends, Cetus swap, MPP paid API access, MCP integration, scriptable from any shell.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -45,8 +45,8 @@
45
45
  "typescript": "^5",
46
46
  "typescript-eslint": "^8.58.0",
47
47
  "vitest": "^3",
48
- "@t2000/mcp": "10.5.0",
49
- "@t2000/sdk": "10.5.0"
48
+ "@t2000/mcp": "10.6.0",
49
+ "@t2000/sdk": "10.6.0"
50
50
  },
51
51
  "license": "MIT",
52
52
  "dependencies": {