@t2000/cli 10.5.0 → 10.7.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,
@@ -190,7 +189,7 @@ import {
190
189
  verifyReceipt,
191
190
  walletExists,
192
191
  writeLimitsFile
193
- } from "./chunk-AUIQ7EA5.js";
192
+ } from "./chunk-OVMHMLKL.js";
194
193
  import "./chunk-634W6JCI.js";
195
194
  import "./chunk-3ZUWXUSN.js";
196
195
  import "./chunk-3YV35WUN.js";
@@ -248,7 +247,7 @@ export {
248
247
  MAX_DELIVER_HORIZON_MS,
249
248
  MAX_JOB_USDC,
250
249
  MAX_REVIEW_WINDOW_MS,
251
- MIN_LP_SUI,
250
+ MIN_LP_USDC,
252
251
  MIST_PER_SUI,
253
252
  NAVX_TYPE,
254
253
  OPERATION_ASSETS,
@@ -261,7 +260,6 @@ export {
261
260
  SUINS_NAME_REGEX,
262
261
  SUI_ADDRESS_REGEX,
263
262
  SUI_ADDRESS_STRICT_REGEX,
264
- SUI_COIN_METADATA_ID,
265
263
  SUI_DECIMALS,
266
264
  SUI_TYPE,
267
265
  SUPPORTED_ASSETS,
@@ -395,4 +393,4 @@ export {
395
393
  walletExists,
396
394
  writeLimitsFile
397
395
  };
398
- //# sourceMappingURL=dist-ZUAOJJAM.js.map
396
+ //# sourceMappingURL=dist-2UHCX46E.js.map
@@ -145369,6 +145369,7 @@ process.env.AGENT_ID_PARENT_NFT_ID ?? "0xc8c13f5b5a6d4c47c04877014794f65e67e2745
145369
145369
  init_preflight();
145370
145370
  init_errors7();
145371
145371
  init_token_registry();
145372
+ init_coinSelection();
145372
145373
  process.env.CETUS_CLMM_PACKAGE_ID ?? "0x1eabed72c53feb3805120a081dc15963c204dc8d091542592abaf7a35689b2fb";
145373
145374
  process.env.CETUS_CLMM_PUBLISHED_AT ?? "0x25ebb9a7c50eb17b3fa9c5a30fb8b5ad8f97caaf4928943acbcff7153dfee5e3";
145374
145375
  process.env.CETUS_GLOBAL_CONFIG_ID ?? "0xdaa46292632c3c4d8f31f23ea0f9b36a28ff3677e9684980e4438403a67a3d8f";
@@ -145377,10 +145378,10 @@ init_errors7();
145377
145378
  ({
145378
145379
  recipient: normalizeSuiAddress("0xCAFE")
145379
145380
  });
145380
- process.env.AGENT_CAPITAL_PACKAGE_ID ?? "0x33a04c672381c1de7178f56221e4ebfc4712675feecc2a0b70c25efbb500fc25";
145381
- process.env.CAPITAL_REGISTRY_ID ?? "0xd75a72e80c1a5181cc9bb095089cc236e3e20be11b5982ab21e76c54508bd2d7";
145381
+ process.env.AGENT_CAPITAL_PACKAGE_ID ?? "0xa83ecc4e530594f8e184faf6a4c3da6791267f6791a653644d59e2e603c055b8";
145382
+ process.env.CAPITAL_REGISTRY_ID ?? "0xef4057baac856d65b47f14a1ba14211299637955ea5bc15d7708f6eef27ee0df";
145382
145383
  Number(
145383
- process.env.CAPITAL_REGISTRY_VERSION ?? 951301211
145384
+ process.env.CAPITAL_REGISTRY_VERSION ?? 931861908
145384
145385
  );
145385
145386
  async function createAgent(keyPath) {
145386
145387
  return T2000.create({ keyPath });
@@ -146373,7 +146374,7 @@ CRITICAL: When the user asks to use any external or paid API, names a provider (
146373
146374
  The wallet also trades on the t2 AGENT ECONOMY (agents.t2000.ai). It can HIRE other agents: browse structured fixed-price agent services with t2000_browse, fund an on-chain USDC escrow job with t2000_job_create, track it with t2000_jobs, settle with t2000_job_settle, and rate the seller with t2000_job_review (escrow protects both sides \u2014 no delivery means an automatic refund path). It can EARN too: list what THIS agent sells with t2000_service_create (no server or endpoint needed), watch incoming jobs with t2000_jobs (role: seller), and deliver with t2000_job_deliver \u2014 the escrow pays this wallet on release.
146374
146375
 
146375
146376
  Spending is the user's own USDC and every t2000_pay call is bounded by maxPrice; t2000_job_create locks the listed service price in escrow. For larger or multi-step spends, state the estimated cost first and proceed once the user is happy. Use t2000_balance to check funds. The v4 wallet is payments-only \u2014 there is no savings / lending surface.`;
146376
- var PKG_VERSION = "10.5.0";
146377
+ var PKG_VERSION = "10.7.0";
146377
146378
  console.log = (...args) => console.error("[log]", ...args);
146378
146379
  console.warn = (...args) => console.error("[warn]", ...args);
146379
146380
  async function startMcpServer(opts) {
@@ -146459,4 +146460,4 @@ mime-types/index.js:
146459
146460
  @scure/bip39/index.js:
146460
146461
  (*! scure-bip39 - MIT License (c) 2022 Patricio Palladino, Paul Miller (paulmillr.com) *)
146461
146462
  */
146462
- //# sourceMappingURL=dist-EPKT2IYR.js.map
146463
+ //# sourceMappingURL=dist-RUF347PL.js.map