@t2000/cli 9.9.0 → 9.10.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.
- package/dist/{chunk-HHWARHAC.js → chunk-KHOU3HJU.js} +4 -4
- package/dist/{chunk-HHWARHAC.js.map → chunk-KHOU3HJU.js.map} +1 -1
- package/dist/{dist-W2AGKWTZ.js → dist-24ZYDGZH.js} +2 -2
- package/dist/{dist-GIAGKSI2.js → dist-FMVRVPKV.js} +5 -5
- package/dist/{dist-GIAGKSI2.js.map → dist-FMVRVPKV.js.map} +1 -1
- package/dist/index.js +408 -17
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- /package/dist/{dist-W2AGKWTZ.js.map → dist-24ZYDGZH.js.map} +0 -0
|
@@ -166,7 +166,7 @@ import {
|
|
|
166
166
|
verifyReceipt,
|
|
167
167
|
walletExists,
|
|
168
168
|
writeLimitsFile
|
|
169
|
-
} from "./chunk-
|
|
169
|
+
} from "./chunk-KHOU3HJU.js";
|
|
170
170
|
import "./chunk-634W6JCI.js";
|
|
171
171
|
import "./chunk-BHQGGFE6.js";
|
|
172
172
|
import "./chunk-GCC33SG5.js";
|
|
@@ -347,4 +347,4 @@ export {
|
|
|
347
347
|
walletExists,
|
|
348
348
|
writeLimitsFile
|
|
349
349
|
};
|
|
350
|
-
//# sourceMappingURL=dist-
|
|
350
|
+
//# sourceMappingURL=dist-24ZYDGZH.js.map
|
|
@@ -145186,10 +145186,10 @@ init_errors7();
|
|
|
145186
145186
|
init_token_registry();
|
|
145187
145187
|
init_preflight();
|
|
145188
145188
|
init_coinSelection();
|
|
145189
|
-
process.env.A2A_ESCROW_PACKAGE_ID ?? "
|
|
145190
|
-
process.env.A2A_ESCROW_FEE_CONFIG_ID ?? "
|
|
145189
|
+
process.env.A2A_ESCROW_PACKAGE_ID ?? "0x358a819c1c016e2cc84ef5fbea81cba90c31f7f8a62bf45cb5e5276acf198bdd";
|
|
145190
|
+
process.env.A2A_ESCROW_FEE_CONFIG_ID ?? "0xddaa25570950b7484dbf20797ebcf75707be9c87cd67bef2a06ed2e81d2c494b";
|
|
145191
145191
|
Number(
|
|
145192
|
-
process.env.A2A_ESCROW_FEE_CONFIG_VERSION ??
|
|
145192
|
+
process.env.A2A_ESCROW_FEE_CONFIG_VERSION ?? 931861903
|
|
145193
145193
|
);
|
|
145194
145194
|
init_coinSelection();
|
|
145195
145195
|
init_cetus_swap();
|
|
@@ -145782,7 +145782,7 @@ Through this wallet you can reach essentially any major external API, billed to
|
|
|
145782
145782
|
CRITICAL: When the user asks to use any external or paid API, names a provider (e.g. "via fal.ai", "with ElevenLabs"), or requests a capability one of the services above provides, DO NOT say you cannot reach that service, that it isn't on an allowlist, or that there's no connector \u2014 and do NOT fall back to writing a script for the user to run. You CAN do it directly through this wallet. Use t2000_services to discover the endpoint and request shape, then t2000_pay to execute, then show the user the result (display image/audio URLs returned in the response).
|
|
145783
145783
|
|
|
145784
145784
|
Spending is the user's own USDC and every t2000_pay call is bounded by maxPrice. 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.`;
|
|
145785
|
-
var PKG_VERSION = "9.
|
|
145785
|
+
var PKG_VERSION = "9.10.0";
|
|
145786
145786
|
console.log = (...args) => console.error("[log]", ...args);
|
|
145787
145787
|
console.warn = (...args) => console.error("[warn]", ...args);
|
|
145788
145788
|
async function startMcpServer(opts) {
|
|
@@ -145867,4 +145867,4 @@ mime-types/index.js:
|
|
|
145867
145867
|
@scure/bip39/index.js:
|
|
145868
145868
|
(*! scure-bip39 - MIT License (c) 2022 Patricio Palladino, Paul Miller (paulmillr.com) *)
|
|
145869
145869
|
*/
|
|
145870
|
-
//# sourceMappingURL=dist-
|
|
145870
|
+
//# sourceMappingURL=dist-FMVRVPKV.js.map
|