@toon-protocol/client-mcp 0.7.1 → 0.8.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/README.md +6 -6
- package/dist/app/index.html +68 -68
- package/dist/{chunk-Y5U4UCHU.js → chunk-57G7AAEG.js} +44 -14
- package/dist/chunk-57G7AAEG.js.map +1 -0
- package/dist/{chunk-6N2FGTST.js → chunk-G5H3OD5N.js} +24 -14
- package/dist/chunk-G5H3OD5N.js.map +1 -0
- package/dist/{chunk-CHTBE4PI.js → chunk-UEP6PFZN.js} +4 -4
- package/dist/chunk-UEP6PFZN.js.map +1 -0
- package/dist/daemon.js +2 -2
- package/dist/index.d.ts +22 -22
- package/dist/index.js +10 -10
- package/dist/index.js.map +1 -1
- package/dist/mcp.js +2 -2
- package/package.json +4 -4
- package/dist/chunk-6N2FGTST.js.map +0 -1
- package/dist/chunk-CHTBE4PI.js.map +0 -1
- package/dist/chunk-Y5U4UCHU.js.map +0 -1
|
@@ -10358,7 +10358,7 @@ var ToonClient = class {
|
|
|
10358
10358
|
}
|
|
10359
10359
|
/**
|
|
10360
10360
|
* Per-chain settlement readiness for the configured `network` tier, mirroring
|
|
10361
|
-
* the
|
|
10361
|
+
* the relay node's status. Returns `undefined` when no named `network` is
|
|
10362
10362
|
* set (or `network: 'custom'`), since there is no preset tier to report on.
|
|
10363
10363
|
*/
|
|
10364
10364
|
getNetworkStatus() {
|
|
@@ -10676,7 +10676,7 @@ var ToonClient = class {
|
|
|
10676
10676
|
return client.fetch(url, opts);
|
|
10677
10677
|
}
|
|
10678
10678
|
/**
|
|
10679
|
-
* Sends a raw swap ILP packet (Story 12.5) to a
|
|
10679
|
+
* Sends a raw swap ILP packet (Story 12.5) to a swap peer with an attached
|
|
10680
10680
|
* balance-proof claim. This is a lower-level surface than `publishEvent`:
|
|
10681
10681
|
* it forwards the raw `IlpSendResult` so the sender (`streamSwap()`) can
|
|
10682
10682
|
* decode FULFILL metadata itself.
|
|
@@ -11854,7 +11854,7 @@ function resolveConfig(file) {
|
|
|
11854
11854
|
const httpPort = Number(
|
|
11855
11855
|
process.env["TOON_CLIENT_HTTP_PORT"] ?? file.httpPort ?? 8787
|
|
11856
11856
|
);
|
|
11857
|
-
const destination = process.env["TOON_CLIENT_DESTINATION"] ?? file.destination ?? genesisSeed?.ilpAddress ?? "g.
|
|
11857
|
+
const destination = process.env["TOON_CLIENT_DESTINATION"] ?? file.destination ?? genesisSeed?.ilpAddress ?? "g.proxy";
|
|
11858
11858
|
const routes = deriveRouteDestinations(destination);
|
|
11859
11859
|
const publishDestination = process.env["TOON_CLIENT_PUBLISH_DESTINATION"] ?? file.publishDestination ?? routes.publish;
|
|
11860
11860
|
const storeDestination = process.env["TOON_CLIENT_STORE_DESTINATION"] ?? file.storeDestination ?? routes.store;
|
|
@@ -12232,4 +12232,4 @@ export {
|
|
|
12232
12232
|
@scure/bip32/lib/esm/index.js:
|
|
12233
12233
|
(*! scure-bip32 - MIT License (c) 2022 Patricio Palladino, Paul Miller (paulmillr.com) *)
|
|
12234
12234
|
*/
|
|
12235
|
-
//# sourceMappingURL=chunk-
|
|
12235
|
+
//# sourceMappingURL=chunk-UEP6PFZN.js.map
|