@toon-protocol/client-mcp 0.7.0 → 0.7.1
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-EY5GFEDH.js → chunk-6N2FGTST.js} +8 -3
- package/dist/chunk-6N2FGTST.js.map +1 -0
- package/dist/{chunk-76CTU2A5.js → chunk-CHTBE4PI.js} +8 -2
- package/dist/{chunk-76CTU2A5.js.map → chunk-CHTBE4PI.js.map} +1 -1
- package/dist/{chunk-PX3DOSEG.js → chunk-Y5U4UCHU.js} +2 -2
- package/dist/daemon.js +2 -2
- package/dist/index.d.ts +12 -0
- package/dist/index.js +3 -3
- package/dist/mcp.js +2 -2
- package/package.json +4 -4
- package/dist/chunk-EY5GFEDH.js.map +0 -1
- /package/dist/{chunk-PX3DOSEG.js.map → chunk-Y5U4UCHU.js.map} +0 -0
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
isEventExpired,
|
|
16
16
|
parseIlpPeerInfo,
|
|
17
17
|
readConfigFile
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-CHTBE4PI.js";
|
|
19
19
|
import {
|
|
20
20
|
__require
|
|
21
21
|
} from "./chunk-F22GNSF6.js";
|
|
@@ -1935,7 +1935,12 @@ var ClientRunner = class {
|
|
|
1935
1935
|
`no ${chain} address available to fund \u2014 pass an explicit address (this client has no ${chain} key configured).`
|
|
1936
1936
|
);
|
|
1937
1937
|
}
|
|
1938
|
-
const { response } = await fundWallet(
|
|
1938
|
+
const { response } = await fundWallet(
|
|
1939
|
+
faucetUrl,
|
|
1940
|
+
address,
|
|
1941
|
+
chain,
|
|
1942
|
+
this.config.faucetTimeoutMs !== void 0 ? { timeout: this.config.faucetTimeoutMs } : {}
|
|
1943
|
+
);
|
|
1939
1944
|
return { chain, address, faucetUrl, response };
|
|
1940
1945
|
}
|
|
1941
1946
|
/** Full registry of relay + apex targets with per-target status. */
|
|
@@ -2540,4 +2545,4 @@ export {
|
|
|
2540
2545
|
PublishRejectedError,
|
|
2541
2546
|
registerRoutes
|
|
2542
2547
|
};
|
|
2543
|
-
//# sourceMappingURL=chunk-
|
|
2548
|
+
//# sourceMappingURL=chunk-6N2FGTST.js.map
|