@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.
@@ -15,7 +15,7 @@ import {
15
15
  isEventExpired,
16
16
  parseIlpPeerInfo,
17
17
  readConfigFile
18
- } from "./chunk-76CTU2A5.js";
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(faucetUrl, address, chain);
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-EY5GFEDH.js.map
2548
+ //# sourceMappingURL=chunk-6N2FGTST.js.map