@continuumdao/ctm-mpc-defi 0.2.19 → 0.2.22
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/agent/catalog.cjs +303 -93
- package/dist/agent/catalog.cjs.map +1 -1
- package/dist/agent/catalog.d.ts +985 -709
- package/dist/agent/catalog.js +299 -94
- package/dist/agent/catalog.js.map +1 -1
- package/dist/agent/skills/hyperliquid/SKILL.md +24 -20
- package/dist/agent/skills/uniswap-v4/SKILL.md +58 -0
- package/dist/chains/evm/index.cjs +6 -2
- package/dist/chains/evm/index.cjs.map +1 -1
- package/dist/chains/evm/index.d.ts +4 -4
- package/dist/chains/evm/index.js +6 -2
- package/dist/chains/evm/index.js.map +1 -1
- package/dist/chains/near/index.d.ts +1 -1
- package/dist/chains/solana/index.d.ts +1 -1
- package/dist/core/index.cjs +95 -1
- package/dist/core/index.cjs.map +1 -1
- package/dist/core/index.d.ts +44 -4
- package/dist/core/index.js +91 -2
- package/dist/core/index.js.map +1 -1
- package/dist/{envelope-CpBUh9eP.d.ts → envelope-C_bfuKab.d.ts} +3 -1
- package/dist/index.cjs +96 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +5 -5
- package/dist/index.js +93 -4
- package/dist/index.js.map +1 -1
- package/dist/protocols/evm/aave-v4/index.cjs +6 -2
- package/dist/protocols/evm/aave-v4/index.cjs.map +1 -1
- package/dist/protocols/evm/aave-v4/index.d.ts +1 -1
- package/dist/protocols/evm/aave-v4/index.js +6 -2
- package/dist/protocols/evm/aave-v4/index.js.map +1 -1
- package/dist/protocols/evm/circle-cctp/index.cjs +6 -2
- package/dist/protocols/evm/circle-cctp/index.cjs.map +1 -1
- package/dist/protocols/evm/circle-cctp/index.d.ts +2 -2
- package/dist/protocols/evm/circle-cctp/index.js +6 -2
- package/dist/protocols/evm/circle-cctp/index.js.map +1 -1
- package/dist/protocols/evm/curve-dao/index.cjs +6 -2
- package/dist/protocols/evm/curve-dao/index.cjs.map +1 -1
- package/dist/protocols/evm/curve-dao/index.d.ts +2 -2
- package/dist/protocols/evm/curve-dao/index.js +6 -2
- package/dist/protocols/evm/curve-dao/index.js.map +1 -1
- package/dist/protocols/evm/ethena/index.cjs +6 -2
- package/dist/protocols/evm/ethena/index.cjs.map +1 -1
- package/dist/protocols/evm/ethena/index.d.ts +1 -1
- package/dist/protocols/evm/ethena/index.js +6 -2
- package/dist/protocols/evm/ethena/index.js.map +1 -1
- package/dist/protocols/evm/euler-v2/index.cjs +6 -2
- package/dist/protocols/evm/euler-v2/index.cjs.map +1 -1
- package/dist/protocols/evm/euler-v2/index.d.ts +1 -1
- package/dist/protocols/evm/euler-v2/index.js +6 -2
- package/dist/protocols/evm/euler-v2/index.js.map +1 -1
- package/dist/protocols/evm/gmx/index.cjs +54 -22
- package/dist/protocols/evm/gmx/index.cjs.map +1 -1
- package/dist/protocols/evm/gmx/index.d.ts +22 -8
- package/dist/protocols/evm/gmx/index.js +53 -23
- package/dist/protocols/evm/gmx/index.js.map +1 -1
- package/dist/protocols/evm/hyperliquid/index.cjs +467 -2
- package/dist/protocols/evm/hyperliquid/index.cjs.map +1 -1
- package/dist/protocols/evm/hyperliquid/index.d.ts +189 -3
- package/dist/protocols/evm/hyperliquid/index.js +447 -4
- package/dist/protocols/evm/hyperliquid/index.js.map +1 -1
- package/dist/protocols/evm/lido/index.cjs +6 -2
- package/dist/protocols/evm/lido/index.cjs.map +1 -1
- package/dist/protocols/evm/lido/index.d.ts +1 -1
- package/dist/protocols/evm/lido/index.js +6 -2
- package/dist/protocols/evm/lido/index.js.map +1 -1
- package/dist/protocols/evm/maple/index.cjs +6 -2
- package/dist/protocols/evm/maple/index.cjs.map +1 -1
- package/dist/protocols/evm/maple/index.d.ts +1 -1
- package/dist/protocols/evm/maple/index.js +6 -2
- package/dist/protocols/evm/maple/index.js.map +1 -1
- package/dist/protocols/evm/morpho/index.cjs +6 -2
- package/dist/protocols/evm/morpho/index.cjs.map +1 -1
- package/dist/protocols/evm/morpho/index.d.ts +1 -1
- package/dist/protocols/evm/morpho/index.js +6 -2
- package/dist/protocols/evm/morpho/index.js.map +1 -1
- package/dist/protocols/evm/permit2/index.cjs +206 -0
- package/dist/protocols/evm/permit2/index.cjs.map +1 -0
- package/dist/protocols/evm/permit2/index.d.ts +43 -0
- package/dist/protocols/evm/permit2/index.js +203 -0
- package/dist/protocols/evm/permit2/index.js.map +1 -0
- package/dist/protocols/evm/sky/index.cjs +6 -2
- package/dist/protocols/evm/sky/index.cjs.map +1 -1
- package/dist/protocols/evm/sky/index.d.ts +1 -1
- package/dist/protocols/evm/sky/index.js +6 -2
- package/dist/protocols/evm/sky/index.js.map +1 -1
- package/dist/protocols/evm/uniswap-v4/index.cjs +685 -2
- package/dist/protocols/evm/uniswap-v4/index.cjs.map +1 -1
- package/dist/protocols/evm/uniswap-v4/index.d.ts +180 -3
- package/dist/protocols/evm/uniswap-v4/index.js +663 -3
- package/dist/protocols/evm/uniswap-v4/index.js.map +1 -1
- package/dist/{registry-Bv5o37_w.d.ts → registry-DxDSPQ-p.d.ts} +1 -1
- package/dist/{types-BfjWdw1j.d.ts → types-PZrvtjv8.d.ts} +2 -0
- package/dist/{types-DUeNJLr9.d.ts → types-RZWOTm8c.d.ts} +1 -1
- package/package.json +8 -2
package/dist/agent/catalog.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as zod from 'zod';
|
|
2
2
|
import { z } from 'zod';
|
|
3
|
-
import { C as ChainCategory, e as ProtocolModule, P as ParamDoc, d as ProtocolActionDescriptor } from '../types-
|
|
4
|
-
export { g as getActionsByChainCategory, b as getProtocolModules } from '../registry-
|
|
3
|
+
import { C as ChainCategory, e as ProtocolModule, P as ParamDoc, d as ProtocolActionDescriptor } from '../types-PZrvtjv8.js';
|
|
4
|
+
export { g as getActionsByChainCategory, b as getProtocolModules } from '../registry-DxDSPQ-p.js';
|
|
5
5
|
|
|
6
6
|
/** JSON-schema-like object for MCP tool `inputSchema` / `outputSchema` (derived from Zod). */
|
|
7
7
|
type McpSchemaProperty = {
|
|
@@ -336,28 +336,28 @@ declare const keyGenSchema: z.ZodObject<{
|
|
|
336
336
|
/** Chain gas config row from GET /getChainDetails (subset). */
|
|
337
337
|
declare const chainDetailSchema: z.ZodObject<{
|
|
338
338
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
339
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
340
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
341
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
342
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
343
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
344
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
339
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
340
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
341
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
342
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
343
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
344
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
345
345
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
346
346
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
347
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
348
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
349
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
350
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
351
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
352
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
347
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
348
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
349
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
350
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
351
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
352
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
353
353
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
354
354
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
355
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
356
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
357
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
358
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
359
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
360
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
355
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
356
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
357
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
358
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
359
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
360
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
361
361
|
}, z.ZodTypeAny, "passthrough">>;
|
|
362
362
|
/** Shared inputs for all EVM multisign MCP tools. */
|
|
363
363
|
declare const evmMultisignCommonInputSchema: z.ZodObject<{
|
|
@@ -382,30 +382,31 @@ declare const evmMultisignCommonInputSchema: z.ZodObject<{
|
|
|
382
382
|
executorAddress: z.ZodOptional<z.ZodString>;
|
|
383
383
|
chainDetail: z.ZodOptional<z.ZodObject<{
|
|
384
384
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
385
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
386
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
387
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
388
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
389
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
390
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
385
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
386
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
387
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
388
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
389
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
390
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
391
391
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
392
392
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
393
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
394
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
395
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
396
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
397
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
398
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
393
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
394
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
395
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
396
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
397
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
398
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
399
399
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
400
400
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
401
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
402
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
403
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
404
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
405
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
406
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
401
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
402
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
403
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
404
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
405
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
406
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
407
407
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
408
408
|
customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
409
|
+
expiryDate: z.ZodOptional<z.ZodNumber>;
|
|
409
410
|
}, "strip", z.ZodTypeAny, {
|
|
410
411
|
purposeText: string;
|
|
411
412
|
useCustomGas: boolean;
|
|
@@ -415,16 +416,17 @@ declare const evmMultisignCommonInputSchema: z.ZodObject<{
|
|
|
415
416
|
keylist?: string[] | undefined;
|
|
416
417
|
ClientKeys?: Record<string, string> | undefined;
|
|
417
418
|
} | undefined;
|
|
419
|
+
expiryDate?: number | undefined;
|
|
418
420
|
rpcUrl?: string | undefined;
|
|
419
421
|
executorAddress?: string | undefined;
|
|
420
422
|
chainDetail?: z.objectOutputType<{
|
|
421
423
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
422
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
423
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
424
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
425
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
426
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
427
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
424
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
425
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
426
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
427
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
428
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
429
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
428
430
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
429
431
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
430
432
|
keyGenId?: string | undefined;
|
|
@@ -437,16 +439,17 @@ declare const evmMultisignCommonInputSchema: z.ZodObject<{
|
|
|
437
439
|
} | undefined;
|
|
438
440
|
useCustomGas?: unknown;
|
|
439
441
|
chainId?: unknown;
|
|
442
|
+
expiryDate?: number | undefined;
|
|
440
443
|
rpcUrl?: string | undefined;
|
|
441
444
|
executorAddress?: string | undefined;
|
|
442
445
|
chainDetail?: z.objectInputType<{
|
|
443
446
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
444
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
445
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
446
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
447
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
448
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
449
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
447
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
448
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
449
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
450
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
451
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
452
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
450
453
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
451
454
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
452
455
|
keyGenId?: string | undefined;
|
|
@@ -528,7 +531,7 @@ declare const mcpUniswapV4QuoteOutputSchema: z.ZodRecord<z.ZodString, z.ZodUnkno
|
|
|
528
531
|
declare const mcpUniswapV4CreateSwapInputSchema: z.ZodObject<{
|
|
529
532
|
uniswapApiKey: z.ZodString;
|
|
530
533
|
fullQuoteFromPermit: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
531
|
-
swapTransactionDeadlineUnix: z.ZodOptional<z.ZodNumber>;
|
|
534
|
+
swapTransactionDeadlineUnix: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
532
535
|
useServerProxy: z.ZodOptional<z.ZodBoolean>;
|
|
533
536
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
534
537
|
universalRouterVersion: z.ZodOptional<z.ZodString>;
|
|
@@ -545,7 +548,7 @@ declare const mcpUniswapV4CreateSwapInputSchema: z.ZodObject<{
|
|
|
545
548
|
baseUrl?: string | undefined;
|
|
546
549
|
universalRouterVersion?: string | undefined;
|
|
547
550
|
useServerProxy?: boolean | undefined;
|
|
548
|
-
swapTransactionDeadlineUnix?:
|
|
551
|
+
swapTransactionDeadlineUnix?: unknown;
|
|
549
552
|
}>;
|
|
550
553
|
declare const mcpUniswapV4CreateSwapOutputSchema: z.ZodObject<{
|
|
551
554
|
swap: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
@@ -583,30 +586,31 @@ declare const mcpUniswapV4BuildSwapMultisignInputSchema: z.ZodEffects<z.ZodEffec
|
|
|
583
586
|
executorAddress: z.ZodOptional<z.ZodString>;
|
|
584
587
|
chainDetail: z.ZodOptional<z.ZodObject<{
|
|
585
588
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
586
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
587
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
588
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
589
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
590
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
591
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
589
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
590
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
591
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
592
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
593
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
594
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
592
595
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
593
596
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
594
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
595
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
596
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
597
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
598
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
599
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
597
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
598
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
599
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
600
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
601
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
602
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
600
603
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
601
604
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
602
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
603
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
604
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
605
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
606
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
607
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
605
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
606
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
607
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
608
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
609
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
610
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
608
611
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
609
612
|
customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
613
|
+
expiryDate: z.ZodOptional<z.ZodNumber>;
|
|
610
614
|
} & {
|
|
611
615
|
tokenIn: z.ZodString;
|
|
612
616
|
swap: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
@@ -624,8 +628,8 @@ declare const mcpUniswapV4BuildSwapMultisignInputSchema: z.ZodEffects<z.ZodEffec
|
|
|
624
628
|
gasFee: z.ZodOptional<z.ZodString>;
|
|
625
629
|
}, z.ZodTypeAny, "passthrough">>;
|
|
626
630
|
fullQuoteSnapshot: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
627
|
-
swapDeadlineUnix: z.ZodNumber
|
|
628
|
-
slippagePercent: z.ZodOptional<z.ZodNumber>;
|
|
631
|
+
swapDeadlineUnix: z.ZodPipeline<z.ZodNumber, z.ZodNumber>;
|
|
632
|
+
slippagePercent: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
629
633
|
}, "strip", z.ZodTypeAny, {
|
|
630
634
|
purposeText: string;
|
|
631
635
|
useCustomGas: boolean;
|
|
@@ -646,16 +650,17 @@ declare const mcpUniswapV4BuildSwapMultisignInputSchema: z.ZodEffects<z.ZodEffec
|
|
|
646
650
|
keylist?: string[] | undefined;
|
|
647
651
|
ClientKeys?: Record<string, string> | undefined;
|
|
648
652
|
} | undefined;
|
|
653
|
+
expiryDate?: number | undefined;
|
|
649
654
|
rpcUrl?: string | undefined;
|
|
650
655
|
executorAddress?: string | undefined;
|
|
651
656
|
chainDetail?: z.objectOutputType<{
|
|
652
657
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
653
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
654
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
655
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
656
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
657
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
658
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
658
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
659
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
660
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
661
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
662
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
663
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
659
664
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
660
665
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
661
666
|
slippagePercent?: number | undefined;
|
|
@@ -680,19 +685,20 @@ declare const mcpUniswapV4BuildSwapMultisignInputSchema: z.ZodEffects<z.ZodEffec
|
|
|
680
685
|
} | undefined;
|
|
681
686
|
useCustomGas?: unknown;
|
|
682
687
|
chainId?: unknown;
|
|
688
|
+
expiryDate?: number | undefined;
|
|
683
689
|
rpcUrl?: string | undefined;
|
|
684
690
|
executorAddress?: string | undefined;
|
|
685
691
|
chainDetail?: z.objectInputType<{
|
|
686
692
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
687
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
688
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
689
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
690
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
691
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
692
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
693
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
694
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
695
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
696
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
697
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
698
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
693
699
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
694
700
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
695
|
-
slippagePercent?:
|
|
701
|
+
slippagePercent?: unknown;
|
|
696
702
|
keyGenId?: string | undefined;
|
|
697
703
|
}>, {
|
|
698
704
|
purposeText: string;
|
|
@@ -714,16 +720,17 @@ declare const mcpUniswapV4BuildSwapMultisignInputSchema: z.ZodEffects<z.ZodEffec
|
|
|
714
720
|
keylist?: string[] | undefined;
|
|
715
721
|
ClientKeys?: Record<string, string> | undefined;
|
|
716
722
|
} | undefined;
|
|
723
|
+
expiryDate?: number | undefined;
|
|
717
724
|
rpcUrl?: string | undefined;
|
|
718
725
|
executorAddress?: string | undefined;
|
|
719
726
|
chainDetail?: z.objectOutputType<{
|
|
720
727
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
721
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
722
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
723
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
724
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
725
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
726
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
728
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
729
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
730
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
731
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
732
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
733
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
727
734
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
728
735
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
729
736
|
slippagePercent?: number | undefined;
|
|
@@ -748,16 +755,17 @@ declare const mcpUniswapV4BuildSwapMultisignInputSchema: z.ZodEffects<z.ZodEffec
|
|
|
748
755
|
keylist?: string[] | undefined;
|
|
749
756
|
ClientKeys?: Record<string, string> | undefined;
|
|
750
757
|
} | undefined;
|
|
758
|
+
expiryDate?: number | undefined;
|
|
751
759
|
rpcUrl?: string | undefined;
|
|
752
760
|
executorAddress?: string | undefined;
|
|
753
761
|
chainDetail?: z.objectOutputType<{
|
|
754
762
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
755
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
756
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
757
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
758
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
759
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
760
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
763
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
764
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
765
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
766
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
767
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
768
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
761
769
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
762
770
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
763
771
|
slippagePercent?: number | undefined;
|
|
@@ -773,7 +781,7 @@ declare const mcpUniswapV4LpCreatePositionInputSchema: z.ZodEffects<z.ZodObject<
|
|
|
773
781
|
uniswapApiKey: z.ZodString;
|
|
774
782
|
walletAddress: z.ZodOptional<z.ZodString>;
|
|
775
783
|
chainId: z.ZodEffects<z.ZodNumber, number, unknown>;
|
|
776
|
-
slippageTolerance: z.ZodOptional<z.ZodNumber>;
|
|
784
|
+
slippageTolerance: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
777
785
|
simulateTransaction: z.ZodEffects<z.ZodOptional<z.ZodBoolean>, boolean | undefined, unknown>;
|
|
778
786
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
779
787
|
keyGen: z.ZodOptional<z.ZodString>;
|
|
@@ -796,8 +804,8 @@ declare const mcpUniswapV4LpCreatePositionInputSchema: z.ZodEffects<z.ZodObject<
|
|
|
796
804
|
newPool: z.ZodOptional<z.ZodObject<{
|
|
797
805
|
token0Address: z.ZodString;
|
|
798
806
|
token1Address: z.ZodString;
|
|
799
|
-
fee: z.ZodNumber
|
|
800
|
-
tickSpacing: z.ZodNumber
|
|
807
|
+
fee: z.ZodPipeline<z.ZodNumber, z.ZodNumber>;
|
|
808
|
+
tickSpacing: z.ZodPipeline<z.ZodNumber, z.ZodNumber>;
|
|
801
809
|
hooks: z.ZodOptional<z.ZodString>;
|
|
802
810
|
initialPrice: z.ZodString;
|
|
803
811
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -836,8 +844,8 @@ declare const mcpUniswapV4LpCreatePositionInputSchema: z.ZodEffects<z.ZodObject<
|
|
|
836
844
|
maxPrice: string;
|
|
837
845
|
}>>;
|
|
838
846
|
tickBounds: z.ZodOptional<z.ZodObject<{
|
|
839
|
-
tickLower: z.ZodNumber
|
|
840
|
-
tickUpper: z.ZodNumber
|
|
847
|
+
tickLower: z.ZodPipeline<z.ZodNumber, z.ZodNumber>;
|
|
848
|
+
tickUpper: z.ZodPipeline<z.ZodNumber, z.ZodNumber>;
|
|
841
849
|
}, "strip", z.ZodTypeAny, {
|
|
842
850
|
tickLower: number;
|
|
843
851
|
tickUpper: number;
|
|
@@ -890,7 +898,7 @@ declare const mcpUniswapV4LpCreatePositionInputSchema: z.ZodEffects<z.ZodObject<
|
|
|
890
898
|
chainId?: unknown;
|
|
891
899
|
managementNodeUrl?: string | undefined;
|
|
892
900
|
baseUrl?: string | undefined;
|
|
893
|
-
slippageTolerance?:
|
|
901
|
+
slippageTolerance?: unknown;
|
|
894
902
|
existingPool?: {
|
|
895
903
|
token0Address: string;
|
|
896
904
|
token1Address: string;
|
|
@@ -987,12 +995,12 @@ declare const mcpUniswapV4LpListPoolsOutputSchema: z.ZodObject<{
|
|
|
987
995
|
token0Address: string;
|
|
988
996
|
token1Address: string;
|
|
989
997
|
poolReference: string;
|
|
990
|
-
presetId: string;
|
|
991
|
-
pairSlug: string;
|
|
992
998
|
pairLabel: string;
|
|
993
|
-
feeLabel: string;
|
|
994
999
|
token0Symbol: string;
|
|
995
1000
|
token1Symbol: string;
|
|
1001
|
+
presetId: string;
|
|
1002
|
+
pairSlug: string;
|
|
1003
|
+
feeLabel: string;
|
|
996
1004
|
usesNativeEth: boolean;
|
|
997
1005
|
nativeWrapped?: string | undefined;
|
|
998
1006
|
}, {
|
|
@@ -1002,12 +1010,12 @@ declare const mcpUniswapV4LpListPoolsOutputSchema: z.ZodObject<{
|
|
|
1002
1010
|
token0Address: string;
|
|
1003
1011
|
token1Address: string;
|
|
1004
1012
|
poolReference: string;
|
|
1005
|
-
presetId: string;
|
|
1006
|
-
pairSlug: string;
|
|
1007
1013
|
pairLabel: string;
|
|
1008
|
-
feeLabel: string;
|
|
1009
1014
|
token0Symbol: string;
|
|
1010
1015
|
token1Symbol: string;
|
|
1016
|
+
presetId: string;
|
|
1017
|
+
pairSlug: string;
|
|
1018
|
+
feeLabel: string;
|
|
1011
1019
|
usesNativeEth: boolean;
|
|
1012
1020
|
nativeWrapped?: string | undefined;
|
|
1013
1021
|
}>, "many">;
|
|
@@ -1022,12 +1030,12 @@ declare const mcpUniswapV4LpListPoolsOutputSchema: z.ZodObject<{
|
|
|
1022
1030
|
token0Address: string;
|
|
1023
1031
|
token1Address: string;
|
|
1024
1032
|
poolReference: string;
|
|
1025
|
-
presetId: string;
|
|
1026
|
-
pairSlug: string;
|
|
1027
1033
|
pairLabel: string;
|
|
1028
|
-
feeLabel: string;
|
|
1029
1034
|
token0Symbol: string;
|
|
1030
1035
|
token1Symbol: string;
|
|
1036
|
+
presetId: string;
|
|
1037
|
+
pairSlug: string;
|
|
1038
|
+
feeLabel: string;
|
|
1031
1039
|
usesNativeEth: boolean;
|
|
1032
1040
|
nativeWrapped?: string | undefined;
|
|
1033
1041
|
}[];
|
|
@@ -1042,12 +1050,12 @@ declare const mcpUniswapV4LpListPoolsOutputSchema: z.ZodObject<{
|
|
|
1042
1050
|
token0Address: string;
|
|
1043
1051
|
token1Address: string;
|
|
1044
1052
|
poolReference: string;
|
|
1045
|
-
presetId: string;
|
|
1046
|
-
pairSlug: string;
|
|
1047
1053
|
pairLabel: string;
|
|
1048
|
-
feeLabel: string;
|
|
1049
1054
|
token0Symbol: string;
|
|
1050
1055
|
token1Symbol: string;
|
|
1056
|
+
presetId: string;
|
|
1057
|
+
pairSlug: string;
|
|
1058
|
+
feeLabel: string;
|
|
1051
1059
|
usesNativeEth: boolean;
|
|
1052
1060
|
nativeWrapped?: string | undefined;
|
|
1053
1061
|
}[];
|
|
@@ -1059,7 +1067,7 @@ declare const mcpUniswapV4LpIncreaseInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1059
1067
|
uniswapApiKey: z.ZodString;
|
|
1060
1068
|
walletAddress: z.ZodOptional<z.ZodString>;
|
|
1061
1069
|
chainId: z.ZodEffects<z.ZodNumber, number, unknown>;
|
|
1062
|
-
slippageTolerance: z.ZodOptional<z.ZodNumber>;
|
|
1070
|
+
slippageTolerance: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1063
1071
|
simulateTransaction: z.ZodEffects<z.ZodOptional<z.ZodBoolean>, boolean | undefined, unknown>;
|
|
1064
1072
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
1065
1073
|
keyGen: z.ZodOptional<z.ZodString>;
|
|
@@ -1107,7 +1115,7 @@ declare const mcpUniswapV4LpIncreaseInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1107
1115
|
chainId?: unknown;
|
|
1108
1116
|
managementNodeUrl?: string | undefined;
|
|
1109
1117
|
baseUrl?: string | undefined;
|
|
1110
|
-
slippageTolerance?:
|
|
1118
|
+
slippageTolerance?: unknown;
|
|
1111
1119
|
walletAddress?: string | undefined;
|
|
1112
1120
|
simulateTransaction?: unknown;
|
|
1113
1121
|
}>, {
|
|
@@ -1133,7 +1141,7 @@ declare const mcpUniswapV4LpDecreaseInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1133
1141
|
uniswapApiKey: z.ZodString;
|
|
1134
1142
|
walletAddress: z.ZodOptional<z.ZodString>;
|
|
1135
1143
|
chainId: z.ZodEffects<z.ZodNumber, number, unknown>;
|
|
1136
|
-
slippageTolerance: z.ZodOptional<z.ZodNumber>;
|
|
1144
|
+
slippageTolerance: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1137
1145
|
simulateTransaction: z.ZodEffects<z.ZodOptional<z.ZodBoolean>, boolean | undefined, unknown>;
|
|
1138
1146
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
1139
1147
|
keyGen: z.ZodOptional<z.ZodString>;
|
|
@@ -1142,7 +1150,7 @@ declare const mcpUniswapV4LpDecreaseInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1142
1150
|
token0Address: z.ZodString;
|
|
1143
1151
|
token1Address: z.ZodString;
|
|
1144
1152
|
nftTokenId: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
1145
|
-
liquidityPercentageToDecrease: z.ZodNumber
|
|
1153
|
+
liquidityPercentageToDecrease: z.ZodPipeline<z.ZodNumber, z.ZodNumber>;
|
|
1146
1154
|
}, "strip", z.ZodTypeAny, {
|
|
1147
1155
|
chainId: number;
|
|
1148
1156
|
uniswapApiKey: string;
|
|
@@ -1166,7 +1174,7 @@ declare const mcpUniswapV4LpDecreaseInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1166
1174
|
chainId?: unknown;
|
|
1167
1175
|
managementNodeUrl?: string | undefined;
|
|
1168
1176
|
baseUrl?: string | undefined;
|
|
1169
|
-
slippageTolerance?:
|
|
1177
|
+
slippageTolerance?: unknown;
|
|
1170
1178
|
walletAddress?: string | undefined;
|
|
1171
1179
|
simulateTransaction?: unknown;
|
|
1172
1180
|
}>, {
|
|
@@ -1189,7 +1197,7 @@ declare const mcpUniswapV4LpClaimInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1189
1197
|
uniswapApiKey: z.ZodString;
|
|
1190
1198
|
walletAddress: z.ZodOptional<z.ZodString>;
|
|
1191
1199
|
chainId: z.ZodEffects<z.ZodNumber, number, unknown>;
|
|
1192
|
-
slippageTolerance: z.ZodOptional<z.ZodNumber>;
|
|
1200
|
+
slippageTolerance: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1193
1201
|
simulateTransaction: z.ZodEffects<z.ZodOptional<z.ZodBoolean>, boolean | undefined, unknown>;
|
|
1194
1202
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
1195
1203
|
keyGen: z.ZodOptional<z.ZodString>;
|
|
@@ -1213,7 +1221,7 @@ declare const mcpUniswapV4LpClaimInputSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1213
1221
|
chainId?: unknown;
|
|
1214
1222
|
managementNodeUrl?: string | undefined;
|
|
1215
1223
|
baseUrl?: string | undefined;
|
|
1216
|
-
slippageTolerance?:
|
|
1224
|
+
slippageTolerance?: unknown;
|
|
1217
1225
|
walletAddress?: string | undefined;
|
|
1218
1226
|
simulateTransaction?: unknown;
|
|
1219
1227
|
}>, {
|
|
@@ -1385,30 +1393,31 @@ declare const mcpUniswapV4BuildMintLiquidityMultisignInputSchema: z.ZodEffects<z
|
|
|
1385
1393
|
executorAddress: z.ZodOptional<z.ZodString>;
|
|
1386
1394
|
chainDetail: z.ZodOptional<z.ZodObject<{
|
|
1387
1395
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
1388
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
1389
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1390
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
1391
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
1392
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
1393
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1396
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1397
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1398
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1399
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1400
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1401
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1394
1402
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1395
1403
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
1396
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
1397
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1398
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
1399
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
1400
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
1401
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1404
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1405
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1406
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1407
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1408
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1409
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1402
1410
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1403
1411
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
1404
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
1405
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1406
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
1407
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
1408
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
1409
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1412
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1413
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1414
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1415
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1416
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1417
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1410
1418
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1411
1419
|
customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1420
|
+
expiryDate: z.ZodOptional<z.ZodNumber>;
|
|
1412
1421
|
} & {
|
|
1413
1422
|
lpResponse: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
1414
1423
|
nativeWrapped: z.ZodOptional<z.ZodString>;
|
|
@@ -1423,16 +1432,17 @@ declare const mcpUniswapV4BuildMintLiquidityMultisignInputSchema: z.ZodEffects<z
|
|
|
1423
1432
|
keylist?: string[] | undefined;
|
|
1424
1433
|
ClientKeys?: Record<string, string> | undefined;
|
|
1425
1434
|
} | undefined;
|
|
1435
|
+
expiryDate?: number | undefined;
|
|
1426
1436
|
rpcUrl?: string | undefined;
|
|
1427
1437
|
executorAddress?: string | undefined;
|
|
1428
1438
|
chainDetail?: z.objectOutputType<{
|
|
1429
1439
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
1430
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
1431
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1432
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
1433
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
1434
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
1435
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1440
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1441
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1442
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1443
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1444
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1445
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1436
1446
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1437
1447
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
1438
1448
|
nativeWrapped?: string | undefined;
|
|
@@ -1448,16 +1458,17 @@ declare const mcpUniswapV4BuildMintLiquidityMultisignInputSchema: z.ZodEffects<z
|
|
|
1448
1458
|
} | undefined;
|
|
1449
1459
|
useCustomGas?: unknown;
|
|
1450
1460
|
chainId?: unknown;
|
|
1461
|
+
expiryDate?: number | undefined;
|
|
1451
1462
|
rpcUrl?: string | undefined;
|
|
1452
1463
|
executorAddress?: string | undefined;
|
|
1453
1464
|
chainDetail?: z.objectInputType<{
|
|
1454
1465
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
1455
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
1456
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1457
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
1458
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
1459
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
1460
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1466
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1467
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1468
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1469
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1470
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1471
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1461
1472
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1462
1473
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
1463
1474
|
nativeWrapped?: string | undefined;
|
|
@@ -1473,16 +1484,17 @@ declare const mcpUniswapV4BuildMintLiquidityMultisignInputSchema: z.ZodEffects<z
|
|
|
1473
1484
|
keylist?: string[] | undefined;
|
|
1474
1485
|
ClientKeys?: Record<string, string> | undefined;
|
|
1475
1486
|
} | undefined;
|
|
1487
|
+
expiryDate?: number | undefined;
|
|
1476
1488
|
rpcUrl?: string | undefined;
|
|
1477
1489
|
executorAddress?: string | undefined;
|
|
1478
1490
|
chainDetail?: z.objectOutputType<{
|
|
1479
1491
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
1480
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
1481
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1482
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
1483
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
1484
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
1485
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1492
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1493
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1494
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1495
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1496
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1497
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1486
1498
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1487
1499
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
1488
1500
|
nativeWrapped?: string | undefined;
|
|
@@ -1498,16 +1510,17 @@ declare const mcpUniswapV4BuildMintLiquidityMultisignInputSchema: z.ZodEffects<z
|
|
|
1498
1510
|
keylist?: string[] | undefined;
|
|
1499
1511
|
ClientKeys?: Record<string, string> | undefined;
|
|
1500
1512
|
} | undefined;
|
|
1513
|
+
expiryDate?: number | undefined;
|
|
1501
1514
|
rpcUrl?: string | undefined;
|
|
1502
1515
|
executorAddress?: string | undefined;
|
|
1503
1516
|
chainDetail?: z.objectOutputType<{
|
|
1504
1517
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
1505
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
1506
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1507
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
1508
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
1509
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
1510
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1518
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1519
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1520
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1521
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1522
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1523
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1511
1524
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1512
1525
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
1513
1526
|
nativeWrapped?: string | undefined;
|
|
@@ -1536,30 +1549,31 @@ declare const mcpUniswapV4BuildIncreaseLiquidityMultisignInputSchema: z.ZodEffec
|
|
|
1536
1549
|
executorAddress: z.ZodOptional<z.ZodString>;
|
|
1537
1550
|
chainDetail: z.ZodOptional<z.ZodObject<{
|
|
1538
1551
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
1539
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
1540
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1541
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
1542
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
1543
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
1544
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1552
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1553
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1554
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1555
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1556
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1557
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1545
1558
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1546
1559
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
1547
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
1548
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1549
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
1550
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
1551
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
1552
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1560
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1561
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1562
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1563
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1564
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1565
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1553
1566
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1554
1567
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
1555
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
1556
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1557
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
1558
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
1559
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
1560
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1568
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1569
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1570
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1571
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1572
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1573
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1561
1574
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1562
1575
|
customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1576
|
+
expiryDate: z.ZodOptional<z.ZodNumber>;
|
|
1563
1577
|
} & {
|
|
1564
1578
|
nftTokenId: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
1565
1579
|
lpResponse: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
@@ -1576,16 +1590,17 @@ declare const mcpUniswapV4BuildIncreaseLiquidityMultisignInputSchema: z.ZodEffec
|
|
|
1576
1590
|
keylist?: string[] | undefined;
|
|
1577
1591
|
ClientKeys?: Record<string, string> | undefined;
|
|
1578
1592
|
} | undefined;
|
|
1593
|
+
expiryDate?: number | undefined;
|
|
1579
1594
|
rpcUrl?: string | undefined;
|
|
1580
1595
|
executorAddress?: string | undefined;
|
|
1581
1596
|
chainDetail?: z.objectOutputType<{
|
|
1582
1597
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
1583
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
1584
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1585
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
1586
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
1587
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
1588
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1598
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1599
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1600
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1601
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1602
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1603
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1589
1604
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1590
1605
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
1591
1606
|
nativeWrapped?: string | undefined;
|
|
@@ -1602,16 +1617,17 @@ declare const mcpUniswapV4BuildIncreaseLiquidityMultisignInputSchema: z.ZodEffec
|
|
|
1602
1617
|
} | undefined;
|
|
1603
1618
|
useCustomGas?: unknown;
|
|
1604
1619
|
chainId?: unknown;
|
|
1620
|
+
expiryDate?: number | undefined;
|
|
1605
1621
|
rpcUrl?: string | undefined;
|
|
1606
1622
|
executorAddress?: string | undefined;
|
|
1607
1623
|
chainDetail?: z.objectInputType<{
|
|
1608
1624
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
1609
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
1610
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1611
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
1612
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
1613
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
1614
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1625
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1626
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1627
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1628
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1629
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1630
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1615
1631
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1616
1632
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
1617
1633
|
nativeWrapped?: string | undefined;
|
|
@@ -1628,16 +1644,17 @@ declare const mcpUniswapV4BuildIncreaseLiquidityMultisignInputSchema: z.ZodEffec
|
|
|
1628
1644
|
keylist?: string[] | undefined;
|
|
1629
1645
|
ClientKeys?: Record<string, string> | undefined;
|
|
1630
1646
|
} | undefined;
|
|
1647
|
+
expiryDate?: number | undefined;
|
|
1631
1648
|
rpcUrl?: string | undefined;
|
|
1632
1649
|
executorAddress?: string | undefined;
|
|
1633
1650
|
chainDetail?: z.objectOutputType<{
|
|
1634
1651
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
1635
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
1636
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1637
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
1638
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
1639
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
1640
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1652
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1653
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1654
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1655
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1656
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1657
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1641
1658
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1642
1659
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
1643
1660
|
nativeWrapped?: string | undefined;
|
|
@@ -1654,16 +1671,17 @@ declare const mcpUniswapV4BuildIncreaseLiquidityMultisignInputSchema: z.ZodEffec
|
|
|
1654
1671
|
keylist?: string[] | undefined;
|
|
1655
1672
|
ClientKeys?: Record<string, string> | undefined;
|
|
1656
1673
|
} | undefined;
|
|
1674
|
+
expiryDate?: number | undefined;
|
|
1657
1675
|
rpcUrl?: string | undefined;
|
|
1658
1676
|
executorAddress?: string | undefined;
|
|
1659
1677
|
chainDetail?: z.objectOutputType<{
|
|
1660
1678
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
1661
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
1662
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1663
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
1664
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
1665
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
1666
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1679
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1680
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1681
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1682
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1683
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1684
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1667
1685
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1668
1686
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
1669
1687
|
nativeWrapped?: string | undefined;
|
|
@@ -1692,30 +1710,31 @@ declare const mcpUniswapV4BuildDecreaseLiquidityMultisignInputSchema: z.ZodEffec
|
|
|
1692
1710
|
executorAddress: z.ZodOptional<z.ZodString>;
|
|
1693
1711
|
chainDetail: z.ZodOptional<z.ZodObject<{
|
|
1694
1712
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
1695
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
1696
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1697
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
1698
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
1699
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
1700
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1713
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1714
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1715
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1716
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1717
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1718
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1701
1719
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1702
1720
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
1703
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
1704
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1705
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
1706
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
1707
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
1708
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1721
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1722
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1723
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1724
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1725
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1726
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1709
1727
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1710
1728
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
1711
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
1712
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1713
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
1714
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
1715
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
1716
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1729
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1730
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1731
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1732
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1733
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1734
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1717
1735
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1718
1736
|
customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1737
|
+
expiryDate: z.ZodOptional<z.ZodNumber>;
|
|
1719
1738
|
} & {
|
|
1720
1739
|
nftTokenId: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
1721
1740
|
lpResponse: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
@@ -1732,16 +1751,17 @@ declare const mcpUniswapV4BuildDecreaseLiquidityMultisignInputSchema: z.ZodEffec
|
|
|
1732
1751
|
keylist?: string[] | undefined;
|
|
1733
1752
|
ClientKeys?: Record<string, string> | undefined;
|
|
1734
1753
|
} | undefined;
|
|
1754
|
+
expiryDate?: number | undefined;
|
|
1735
1755
|
rpcUrl?: string | undefined;
|
|
1736
1756
|
executorAddress?: string | undefined;
|
|
1737
1757
|
chainDetail?: z.objectOutputType<{
|
|
1738
1758
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
1739
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
1740
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1741
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
1742
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
1743
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
1744
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1759
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1760
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1761
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1762
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1763
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1764
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1745
1765
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1746
1766
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
1747
1767
|
nativeWrapped?: string | undefined;
|
|
@@ -1758,16 +1778,17 @@ declare const mcpUniswapV4BuildDecreaseLiquidityMultisignInputSchema: z.ZodEffec
|
|
|
1758
1778
|
} | undefined;
|
|
1759
1779
|
useCustomGas?: unknown;
|
|
1760
1780
|
chainId?: unknown;
|
|
1781
|
+
expiryDate?: number | undefined;
|
|
1761
1782
|
rpcUrl?: string | undefined;
|
|
1762
1783
|
executorAddress?: string | undefined;
|
|
1763
1784
|
chainDetail?: z.objectInputType<{
|
|
1764
1785
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
1765
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
1766
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1767
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
1768
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
1769
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
1770
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1786
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1787
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1788
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1789
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1790
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1791
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1771
1792
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1772
1793
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
1773
1794
|
nativeWrapped?: string | undefined;
|
|
@@ -1784,16 +1805,17 @@ declare const mcpUniswapV4BuildDecreaseLiquidityMultisignInputSchema: z.ZodEffec
|
|
|
1784
1805
|
keylist?: string[] | undefined;
|
|
1785
1806
|
ClientKeys?: Record<string, string> | undefined;
|
|
1786
1807
|
} | undefined;
|
|
1808
|
+
expiryDate?: number | undefined;
|
|
1787
1809
|
rpcUrl?: string | undefined;
|
|
1788
1810
|
executorAddress?: string | undefined;
|
|
1789
1811
|
chainDetail?: z.objectOutputType<{
|
|
1790
1812
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
1791
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
1792
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1793
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
1794
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
1795
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
1796
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1813
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1814
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1815
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1816
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1817
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1818
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1797
1819
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1798
1820
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
1799
1821
|
nativeWrapped?: string | undefined;
|
|
@@ -1810,16 +1832,17 @@ declare const mcpUniswapV4BuildDecreaseLiquidityMultisignInputSchema: z.ZodEffec
|
|
|
1810
1832
|
keylist?: string[] | undefined;
|
|
1811
1833
|
ClientKeys?: Record<string, string> | undefined;
|
|
1812
1834
|
} | undefined;
|
|
1835
|
+
expiryDate?: number | undefined;
|
|
1813
1836
|
rpcUrl?: string | undefined;
|
|
1814
1837
|
executorAddress?: string | undefined;
|
|
1815
1838
|
chainDetail?: z.objectOutputType<{
|
|
1816
1839
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
1817
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
1818
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1819
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
1820
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
1821
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
1822
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1840
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1841
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1842
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1843
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1844
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1845
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1823
1846
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1824
1847
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
1825
1848
|
nativeWrapped?: string | undefined;
|
|
@@ -1848,30 +1871,31 @@ declare const mcpUniswapV4BuildCollectFeesMultisignInputSchema: z.ZodEffects<z.Z
|
|
|
1848
1871
|
executorAddress: z.ZodOptional<z.ZodString>;
|
|
1849
1872
|
chainDetail: z.ZodOptional<z.ZodObject<{
|
|
1850
1873
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
1851
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
1852
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1853
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
1854
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
1855
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
1856
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1874
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1875
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1876
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1877
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1878
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1879
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1857
1880
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1858
1881
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
1859
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
1860
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1861
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
1862
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
1863
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
1864
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1882
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1883
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1884
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1885
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1886
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1887
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1865
1888
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1866
1889
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
1867
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
1868
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1869
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
1870
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
1871
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
1872
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1890
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1891
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1892
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1893
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1894
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1895
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1873
1896
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1874
1897
|
customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1898
|
+
expiryDate: z.ZodOptional<z.ZodNumber>;
|
|
1875
1899
|
} & {
|
|
1876
1900
|
nftTokenId: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
1877
1901
|
lpResponse: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
@@ -1888,16 +1912,17 @@ declare const mcpUniswapV4BuildCollectFeesMultisignInputSchema: z.ZodEffects<z.Z
|
|
|
1888
1912
|
keylist?: string[] | undefined;
|
|
1889
1913
|
ClientKeys?: Record<string, string> | undefined;
|
|
1890
1914
|
} | undefined;
|
|
1915
|
+
expiryDate?: number | undefined;
|
|
1891
1916
|
rpcUrl?: string | undefined;
|
|
1892
1917
|
executorAddress?: string | undefined;
|
|
1893
1918
|
chainDetail?: z.objectOutputType<{
|
|
1894
1919
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
1895
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
1896
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1897
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
1898
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
1899
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
1900
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1920
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1921
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1922
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1923
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1924
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1925
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1901
1926
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1902
1927
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
1903
1928
|
nativeWrapped?: string | undefined;
|
|
@@ -1914,16 +1939,17 @@ declare const mcpUniswapV4BuildCollectFeesMultisignInputSchema: z.ZodEffects<z.Z
|
|
|
1914
1939
|
} | undefined;
|
|
1915
1940
|
useCustomGas?: unknown;
|
|
1916
1941
|
chainId?: unknown;
|
|
1942
|
+
expiryDate?: number | undefined;
|
|
1917
1943
|
rpcUrl?: string | undefined;
|
|
1918
1944
|
executorAddress?: string | undefined;
|
|
1919
1945
|
chainDetail?: z.objectInputType<{
|
|
1920
1946
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
1921
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
1922
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1923
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
1924
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
1925
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
1926
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1947
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1948
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1949
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1950
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1951
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1952
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1927
1953
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1928
1954
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
1929
1955
|
nativeWrapped?: string | undefined;
|
|
@@ -1940,16 +1966,17 @@ declare const mcpUniswapV4BuildCollectFeesMultisignInputSchema: z.ZodEffects<z.Z
|
|
|
1940
1966
|
keylist?: string[] | undefined;
|
|
1941
1967
|
ClientKeys?: Record<string, string> | undefined;
|
|
1942
1968
|
} | undefined;
|
|
1969
|
+
expiryDate?: number | undefined;
|
|
1943
1970
|
rpcUrl?: string | undefined;
|
|
1944
1971
|
executorAddress?: string | undefined;
|
|
1945
1972
|
chainDetail?: z.objectOutputType<{
|
|
1946
1973
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
1947
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
1948
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1949
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
1950
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
1951
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
1952
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1974
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1975
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1976
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1977
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1978
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1979
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1953
1980
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1954
1981
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
1955
1982
|
nativeWrapped?: string | undefined;
|
|
@@ -1966,16 +1993,17 @@ declare const mcpUniswapV4BuildCollectFeesMultisignInputSchema: z.ZodEffects<z.Z
|
|
|
1966
1993
|
keylist?: string[] | undefined;
|
|
1967
1994
|
ClientKeys?: Record<string, string> | undefined;
|
|
1968
1995
|
} | undefined;
|
|
1996
|
+
expiryDate?: number | undefined;
|
|
1969
1997
|
rpcUrl?: string | undefined;
|
|
1970
1998
|
executorAddress?: string | undefined;
|
|
1971
1999
|
chainDetail?: z.objectOutputType<{
|
|
1972
2000
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
1973
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
1974
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
1975
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
1976
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
1977
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
1978
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2001
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2002
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2003
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2004
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2005
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2006
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
1979
2007
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1980
2008
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
1981
2009
|
nativeWrapped?: string | undefined;
|
|
@@ -1984,6 +2012,156 @@ declare const mcpUniswapV4BuildCollectFeesMultisignInputSchema: z.ZodEffects<z.Z
|
|
|
1984
2012
|
}, unknown>;
|
|
1985
2013
|
type McpUniswapV4LpCreatePositionInput = z.infer<typeof mcpUniswapV4LpCreatePositionInputSchema>;
|
|
1986
2014
|
type McpUniswapV4BuildMintLiquidityMultisignInput = z.infer<typeof mcpUniswapV4BuildMintLiquidityMultisignInputSchema>;
|
|
2015
|
+
/** MCP: pool OHLCV from Uniswap V4 subgraph (1h/1d + aggregated multiples) or swap bucketing (sub-hour). */
|
|
2016
|
+
declare const mcpUniswapV4FetchOhlcvInputSchema: z.ZodObject<{
|
|
2017
|
+
chainId: z.ZodEffects<z.ZodNumber, number, unknown>;
|
|
2018
|
+
interval: z.ZodOptional<z.ZodEnum<["1m", "5m", "15m", "30m", "1h", "2h", "4h", "6h", "8h", "12h", "1d", "2d", "3d", "1w", "1M"]>>;
|
|
2019
|
+
poolPreset: z.ZodOptional<z.ZodString>;
|
|
2020
|
+
poolReference: z.ZodOptional<z.ZodString>;
|
|
2021
|
+
existingPool: z.ZodOptional<z.ZodObject<{
|
|
2022
|
+
token0Address: z.ZodString;
|
|
2023
|
+
token1Address: z.ZodString;
|
|
2024
|
+
poolReference: z.ZodOptional<z.ZodString>;
|
|
2025
|
+
fee: z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>>;
|
|
2026
|
+
tickSpacing: z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>>;
|
|
2027
|
+
hooks: z.ZodOptional<z.ZodString>;
|
|
2028
|
+
}, "strip", z.ZodTypeAny, {
|
|
2029
|
+
token0Address: string;
|
|
2030
|
+
token1Address: string;
|
|
2031
|
+
hooks?: string | undefined;
|
|
2032
|
+
fee?: number | undefined;
|
|
2033
|
+
tickSpacing?: number | undefined;
|
|
2034
|
+
poolReference?: string | undefined;
|
|
2035
|
+
}, {
|
|
2036
|
+
token0Address: string;
|
|
2037
|
+
token1Address: string;
|
|
2038
|
+
hooks?: string | undefined;
|
|
2039
|
+
fee?: unknown;
|
|
2040
|
+
tickSpacing?: unknown;
|
|
2041
|
+
poolReference?: string | undefined;
|
|
2042
|
+
}>>;
|
|
2043
|
+
quoteToken: z.ZodOptional<z.ZodEnum<["token0", "token1"]>>;
|
|
2044
|
+
lookbackDays: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2045
|
+
lookbackHours: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2046
|
+
startTimeMs: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2047
|
+
endTimeMs: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2048
|
+
}, "strict", z.ZodTypeAny, {
|
|
2049
|
+
chainId: number;
|
|
2050
|
+
existingPool?: {
|
|
2051
|
+
token0Address: string;
|
|
2052
|
+
token1Address: string;
|
|
2053
|
+
hooks?: string | undefined;
|
|
2054
|
+
fee?: number | undefined;
|
|
2055
|
+
tickSpacing?: number | undefined;
|
|
2056
|
+
poolReference?: string | undefined;
|
|
2057
|
+
} | undefined;
|
|
2058
|
+
poolReference?: string | undefined;
|
|
2059
|
+
startTimeMs?: number | undefined;
|
|
2060
|
+
endTimeMs?: number | undefined;
|
|
2061
|
+
interval?: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "6h" | "8h" | "12h" | "1d" | "2d" | "3d" | "1w" | "1M" | undefined;
|
|
2062
|
+
poolPreset?: string | undefined;
|
|
2063
|
+
quoteToken?: "token0" | "token1" | undefined;
|
|
2064
|
+
lookbackDays?: number | undefined;
|
|
2065
|
+
lookbackHours?: number | undefined;
|
|
2066
|
+
}, {
|
|
2067
|
+
chainId?: unknown;
|
|
2068
|
+
existingPool?: {
|
|
2069
|
+
token0Address: string;
|
|
2070
|
+
token1Address: string;
|
|
2071
|
+
hooks?: string | undefined;
|
|
2072
|
+
fee?: unknown;
|
|
2073
|
+
tickSpacing?: unknown;
|
|
2074
|
+
poolReference?: string | undefined;
|
|
2075
|
+
} | undefined;
|
|
2076
|
+
poolReference?: string | undefined;
|
|
2077
|
+
startTimeMs?: unknown;
|
|
2078
|
+
endTimeMs?: unknown;
|
|
2079
|
+
interval?: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "6h" | "8h" | "12h" | "1d" | "2d" | "3d" | "1w" | "1M" | undefined;
|
|
2080
|
+
poolPreset?: string | undefined;
|
|
2081
|
+
quoteToken?: "token0" | "token1" | undefined;
|
|
2082
|
+
lookbackDays?: unknown;
|
|
2083
|
+
lookbackHours?: unknown;
|
|
2084
|
+
}>;
|
|
2085
|
+
declare const mcpUniswapV4FetchOhlcvOutputSchema: z.ZodObject<{
|
|
2086
|
+
symbol: z.ZodString;
|
|
2087
|
+
timeframe: z.ZodEnum<["1m", "5m", "15m", "30m", "1h", "2h", "4h", "6h", "8h", "12h", "1d", "2d", "3d", "1w", "1M"]>;
|
|
2088
|
+
chainId: z.ZodEffects<z.ZodNumber, number, unknown>;
|
|
2089
|
+
poolReference: z.ZodString;
|
|
2090
|
+
dataSource: z.ZodEnum<["subgraph_native", "subgraph_aggregate", "swaps"]>;
|
|
2091
|
+
baseSubgraphEntity: z.ZodOptional<z.ZodEnum<["hourly", "daily"]>>;
|
|
2092
|
+
priceQuote: z.ZodEnum<["token0PerToken1", "token1PerToken0"]>;
|
|
2093
|
+
startTimeMs: z.ZodOptional<z.ZodNumber>;
|
|
2094
|
+
endTimeMs: z.ZodOptional<z.ZodNumber>;
|
|
2095
|
+
candleCount: z.ZodNumber;
|
|
2096
|
+
candles: z.ZodArray<z.ZodObject<{
|
|
2097
|
+
timestampMs: z.ZodNumber;
|
|
2098
|
+
open: z.ZodString;
|
|
2099
|
+
high: z.ZodString;
|
|
2100
|
+
low: z.ZodString;
|
|
2101
|
+
close: z.ZodString;
|
|
2102
|
+
volume: z.ZodOptional<z.ZodString>;
|
|
2103
|
+
}, "strip", z.ZodTypeAny, {
|
|
2104
|
+
high: string;
|
|
2105
|
+
low: string;
|
|
2106
|
+
timestampMs: number;
|
|
2107
|
+
open: string;
|
|
2108
|
+
close: string;
|
|
2109
|
+
volume?: string | undefined;
|
|
2110
|
+
}, {
|
|
2111
|
+
high: string;
|
|
2112
|
+
low: string;
|
|
2113
|
+
timestampMs: number;
|
|
2114
|
+
open: string;
|
|
2115
|
+
close: string;
|
|
2116
|
+
volume?: string | undefined;
|
|
2117
|
+
}>, "many">;
|
|
2118
|
+
fetchedAtMs: z.ZodNumber;
|
|
2119
|
+
warnings: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2120
|
+
}, "strict", z.ZodTypeAny, {
|
|
2121
|
+
symbol: string;
|
|
2122
|
+
chainId: number;
|
|
2123
|
+
poolReference: string;
|
|
2124
|
+
candles: {
|
|
2125
|
+
high: string;
|
|
2126
|
+
low: string;
|
|
2127
|
+
timestampMs: number;
|
|
2128
|
+
open: string;
|
|
2129
|
+
close: string;
|
|
2130
|
+
volume?: string | undefined;
|
|
2131
|
+
}[];
|
|
2132
|
+
dataSource: "subgraph_native" | "subgraph_aggregate" | "swaps";
|
|
2133
|
+
timeframe: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "6h" | "8h" | "12h" | "1d" | "2d" | "3d" | "1w" | "1M";
|
|
2134
|
+
candleCount: number;
|
|
2135
|
+
priceQuote: "token0PerToken1" | "token1PerToken0";
|
|
2136
|
+
fetchedAtMs: number;
|
|
2137
|
+
warnings?: string[] | undefined;
|
|
2138
|
+
startTimeMs?: number | undefined;
|
|
2139
|
+
endTimeMs?: number | undefined;
|
|
2140
|
+
baseSubgraphEntity?: "hourly" | "daily" | undefined;
|
|
2141
|
+
}, {
|
|
2142
|
+
symbol: string;
|
|
2143
|
+
poolReference: string;
|
|
2144
|
+
candles: {
|
|
2145
|
+
high: string;
|
|
2146
|
+
low: string;
|
|
2147
|
+
timestampMs: number;
|
|
2148
|
+
open: string;
|
|
2149
|
+
close: string;
|
|
2150
|
+
volume?: string | undefined;
|
|
2151
|
+
}[];
|
|
2152
|
+
dataSource: "subgraph_native" | "subgraph_aggregate" | "swaps";
|
|
2153
|
+
timeframe: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "6h" | "8h" | "12h" | "1d" | "2d" | "3d" | "1w" | "1M";
|
|
2154
|
+
candleCount: number;
|
|
2155
|
+
priceQuote: "token0PerToken1" | "token1PerToken0";
|
|
2156
|
+
fetchedAtMs: number;
|
|
2157
|
+
chainId?: unknown;
|
|
2158
|
+
warnings?: string[] | undefined;
|
|
2159
|
+
startTimeMs?: number | undefined;
|
|
2160
|
+
endTimeMs?: number | undefined;
|
|
2161
|
+
baseSubgraphEntity?: "hourly" | "daily" | undefined;
|
|
2162
|
+
}>;
|
|
2163
|
+
type McpUniswapV4FetchOhlcvInput = z.infer<typeof mcpUniswapV4FetchOhlcvInputSchema>;
|
|
2164
|
+
type McpUniswapV4FetchOhlcvOutput = z.infer<typeof mcpUniswapV4FetchOhlcvOutputSchema>;
|
|
1987
2165
|
|
|
1988
2166
|
/** Input for MCP tool `ctm_curve_dao_quote` → handler `curveDaoQuote`. */
|
|
1989
2167
|
declare const mcpCurveDaoQuoteInputSchema: z.ZodObject<{
|
|
@@ -2032,30 +2210,31 @@ declare const mcpCurveDaoBuildSwapMultisignInputSchema: z.ZodEffects<z.ZodEffect
|
|
|
2032
2210
|
executorAddress: z.ZodOptional<z.ZodString>;
|
|
2033
2211
|
chainDetail: z.ZodOptional<z.ZodObject<{
|
|
2034
2212
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
2035
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
2036
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2037
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
2038
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
2039
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
2040
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2213
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2214
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2215
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2216
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2217
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2218
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2041
2219
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
2042
2220
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
2043
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
2044
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2045
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
2046
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
2047
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
2048
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2221
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2222
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2223
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2224
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2225
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2226
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2049
2227
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
2050
2228
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
2051
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
2052
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2053
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
2054
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
2055
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
2056
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2229
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2230
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2231
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2232
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2233
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2234
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2057
2235
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
2058
2236
|
customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2237
|
+
expiryDate: z.ZodOptional<z.ZodNumber>;
|
|
2059
2238
|
} & {
|
|
2060
2239
|
tokenIn: z.ZodString;
|
|
2061
2240
|
tokenOut: z.ZodString;
|
|
@@ -2075,16 +2254,17 @@ declare const mcpCurveDaoBuildSwapMultisignInputSchema: z.ZodEffects<z.ZodEffect
|
|
|
2075
2254
|
keylist?: string[] | undefined;
|
|
2076
2255
|
ClientKeys?: Record<string, string> | undefined;
|
|
2077
2256
|
} | undefined;
|
|
2257
|
+
expiryDate?: number | undefined;
|
|
2078
2258
|
rpcUrl?: string | undefined;
|
|
2079
2259
|
executorAddress?: string | undefined;
|
|
2080
2260
|
chainDetail?: z.objectOutputType<{
|
|
2081
2261
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
2082
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
2083
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2084
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
2085
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
2086
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
2087
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2262
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2263
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2264
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2265
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2266
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2267
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2088
2268
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2089
2269
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
2090
2270
|
keyGenId?: string | undefined;
|
|
@@ -2102,16 +2282,17 @@ declare const mcpCurveDaoBuildSwapMultisignInputSchema: z.ZodEffects<z.ZodEffect
|
|
|
2102
2282
|
} | undefined;
|
|
2103
2283
|
useCustomGas?: unknown;
|
|
2104
2284
|
chainId?: unknown;
|
|
2285
|
+
expiryDate?: number | undefined;
|
|
2105
2286
|
rpcUrl?: string | undefined;
|
|
2106
2287
|
executorAddress?: string | undefined;
|
|
2107
2288
|
chainDetail?: z.objectInputType<{
|
|
2108
2289
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
2109
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
2110
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2111
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
2112
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
2113
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
2114
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2290
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2291
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2292
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2293
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2294
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2295
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2115
2296
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2116
2297
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
2117
2298
|
keyGenId?: string | undefined;
|
|
@@ -2129,16 +2310,17 @@ declare const mcpCurveDaoBuildSwapMultisignInputSchema: z.ZodEffects<z.ZodEffect
|
|
|
2129
2310
|
keylist?: string[] | undefined;
|
|
2130
2311
|
ClientKeys?: Record<string, string> | undefined;
|
|
2131
2312
|
} | undefined;
|
|
2313
|
+
expiryDate?: number | undefined;
|
|
2132
2314
|
rpcUrl?: string | undefined;
|
|
2133
2315
|
executorAddress?: string | undefined;
|
|
2134
2316
|
chainDetail?: z.objectOutputType<{
|
|
2135
2317
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
2136
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
2137
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2138
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
2139
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
2140
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
2141
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2318
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2319
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2320
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2321
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2322
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2323
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2142
2324
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2143
2325
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
2144
2326
|
keyGenId?: string | undefined;
|
|
@@ -2156,16 +2338,17 @@ declare const mcpCurveDaoBuildSwapMultisignInputSchema: z.ZodEffects<z.ZodEffect
|
|
|
2156
2338
|
keylist?: string[] | undefined;
|
|
2157
2339
|
ClientKeys?: Record<string, string> | undefined;
|
|
2158
2340
|
} | undefined;
|
|
2341
|
+
expiryDate?: number | undefined;
|
|
2159
2342
|
rpcUrl?: string | undefined;
|
|
2160
2343
|
executorAddress?: string | undefined;
|
|
2161
2344
|
chainDetail?: z.objectOutputType<{
|
|
2162
2345
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
2163
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
2164
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2165
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
2166
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
2167
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
2168
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2346
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2347
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2348
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2349
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2350
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2351
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2169
2352
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2170
2353
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
2171
2354
|
keyGenId?: string | undefined;
|
|
@@ -2452,30 +2635,31 @@ declare const mcpEulerV2IsolatedLendInputSchema: z.ZodEffects<z.ZodEffects<z.Zod
|
|
|
2452
2635
|
executorAddress: z.ZodOptional<z.ZodString>;
|
|
2453
2636
|
chainDetail: z.ZodOptional<z.ZodObject<{
|
|
2454
2637
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
2455
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
2456
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2457
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
2458
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
2459
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
2460
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2638
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2639
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2640
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2641
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2642
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2643
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2461
2644
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
2462
2645
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
2463
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
2464
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2465
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
2466
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
2467
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
2468
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2646
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2647
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2648
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2649
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2650
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2651
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2469
2652
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
2470
2653
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
2471
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
2472
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2473
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
2474
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
2475
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
2476
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2654
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2655
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2656
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2657
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2658
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2659
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2477
2660
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
2478
2661
|
customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2662
|
+
expiryDate: z.ZodOptional<z.ZodNumber>;
|
|
2479
2663
|
} & {
|
|
2480
2664
|
vault: z.ZodString;
|
|
2481
2665
|
assetAmountHuman: z.ZodString;
|
|
@@ -2493,16 +2677,17 @@ declare const mcpEulerV2IsolatedLendInputSchema: z.ZodEffects<z.ZodEffects<z.Zod
|
|
|
2493
2677
|
keylist?: string[] | undefined;
|
|
2494
2678
|
ClientKeys?: Record<string, string> | undefined;
|
|
2495
2679
|
} | undefined;
|
|
2680
|
+
expiryDate?: number | undefined;
|
|
2496
2681
|
rpcUrl?: string | undefined;
|
|
2497
2682
|
executorAddress?: string | undefined;
|
|
2498
2683
|
chainDetail?: z.objectOutputType<{
|
|
2499
2684
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
2500
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
2501
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2502
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
2503
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
2504
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
2505
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2685
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2686
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2687
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2688
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2689
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2690
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2506
2691
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2507
2692
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
2508
2693
|
keyGenId?: string | undefined;
|
|
@@ -2520,16 +2705,17 @@ declare const mcpEulerV2IsolatedLendInputSchema: z.ZodEffects<z.ZodEffects<z.Zod
|
|
|
2520
2705
|
} | undefined;
|
|
2521
2706
|
useCustomGas?: unknown;
|
|
2522
2707
|
chainId?: unknown;
|
|
2708
|
+
expiryDate?: number | undefined;
|
|
2523
2709
|
rpcUrl?: string | undefined;
|
|
2524
2710
|
executorAddress?: string | undefined;
|
|
2525
2711
|
chainDetail?: z.objectInputType<{
|
|
2526
2712
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
2527
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
2528
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2529
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
2530
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
2531
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
2532
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2713
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2714
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2715
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2716
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2717
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2718
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2533
2719
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2534
2720
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
2535
2721
|
keyGenId?: string | undefined;
|
|
@@ -2547,16 +2733,17 @@ declare const mcpEulerV2IsolatedLendInputSchema: z.ZodEffects<z.ZodEffects<z.Zod
|
|
|
2547
2733
|
keylist?: string[] | undefined;
|
|
2548
2734
|
ClientKeys?: Record<string, string> | undefined;
|
|
2549
2735
|
} | undefined;
|
|
2736
|
+
expiryDate?: number | undefined;
|
|
2550
2737
|
rpcUrl?: string | undefined;
|
|
2551
2738
|
executorAddress?: string | undefined;
|
|
2552
2739
|
chainDetail?: z.objectOutputType<{
|
|
2553
2740
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
2554
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
2555
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2556
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
2557
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
2558
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
2559
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2741
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2742
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2743
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2744
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2745
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2746
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2560
2747
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2561
2748
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
2562
2749
|
keyGenId?: string | undefined;
|
|
@@ -2574,16 +2761,17 @@ declare const mcpEulerV2IsolatedLendInputSchema: z.ZodEffects<z.ZodEffects<z.Zod
|
|
|
2574
2761
|
keylist?: string[] | undefined;
|
|
2575
2762
|
ClientKeys?: Record<string, string> | undefined;
|
|
2576
2763
|
} | undefined;
|
|
2764
|
+
expiryDate?: number | undefined;
|
|
2577
2765
|
rpcUrl?: string | undefined;
|
|
2578
2766
|
executorAddress?: string | undefined;
|
|
2579
2767
|
chainDetail?: z.objectOutputType<{
|
|
2580
2768
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
2581
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
2582
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2583
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
2584
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
2585
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
2586
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2769
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2770
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2771
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2772
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2773
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2774
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2587
2775
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2588
2776
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
2589
2777
|
keyGenId?: string | undefined;
|
|
@@ -2674,30 +2862,31 @@ declare const mcpMorphoVaultDepositInputSchema: z.ZodEffects<z.ZodEffects<z.ZodO
|
|
|
2674
2862
|
executorAddress: z.ZodOptional<z.ZodString>;
|
|
2675
2863
|
chainDetail: z.ZodOptional<z.ZodObject<{
|
|
2676
2864
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
2677
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
2678
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2679
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
2680
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
2681
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
2682
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2865
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2866
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2867
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2868
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2869
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2870
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2683
2871
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
2684
2872
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
2685
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
2686
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2687
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
2688
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
2689
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
2690
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2873
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2874
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2875
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2876
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2877
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2878
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2691
2879
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
2692
2880
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
2693
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
2694
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2695
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
2696
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
2697
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
2698
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2881
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2882
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2883
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2884
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2885
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2886
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2699
2887
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
2700
2888
|
customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2889
|
+
expiryDate: z.ZodOptional<z.ZodNumber>;
|
|
2701
2890
|
} & {
|
|
2702
2891
|
vaultAddress: z.ZodString;
|
|
2703
2892
|
underlyingAddress: z.ZodString;
|
|
@@ -2717,16 +2906,17 @@ declare const mcpMorphoVaultDepositInputSchema: z.ZodEffects<z.ZodEffects<z.ZodO
|
|
|
2717
2906
|
keylist?: string[] | undefined;
|
|
2718
2907
|
ClientKeys?: Record<string, string> | undefined;
|
|
2719
2908
|
} | undefined;
|
|
2909
|
+
expiryDate?: number | undefined;
|
|
2720
2910
|
rpcUrl?: string | undefined;
|
|
2721
2911
|
executorAddress?: string | undefined;
|
|
2722
2912
|
chainDetail?: z.objectOutputType<{
|
|
2723
2913
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
2724
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
2725
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2726
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
2727
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
2728
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
2729
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2914
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2915
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2916
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2917
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2918
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2919
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2730
2920
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2731
2921
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
2732
2922
|
keyGenId?: string | undefined;
|
|
@@ -2745,16 +2935,17 @@ declare const mcpMorphoVaultDepositInputSchema: z.ZodEffects<z.ZodEffects<z.ZodO
|
|
|
2745
2935
|
} | undefined;
|
|
2746
2936
|
useCustomGas?: unknown;
|
|
2747
2937
|
chainId?: unknown;
|
|
2938
|
+
expiryDate?: number | undefined;
|
|
2748
2939
|
rpcUrl?: string | undefined;
|
|
2749
2940
|
executorAddress?: string | undefined;
|
|
2750
2941
|
chainDetail?: z.objectInputType<{
|
|
2751
2942
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
2752
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
2753
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2754
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
2755
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
2756
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
2757
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2943
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2944
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2945
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2946
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2947
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2948
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2758
2949
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2759
2950
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
2760
2951
|
keyGenId?: string | undefined;
|
|
@@ -2773,16 +2964,17 @@ declare const mcpMorphoVaultDepositInputSchema: z.ZodEffects<z.ZodEffects<z.ZodO
|
|
|
2773
2964
|
keylist?: string[] | undefined;
|
|
2774
2965
|
ClientKeys?: Record<string, string> | undefined;
|
|
2775
2966
|
} | undefined;
|
|
2967
|
+
expiryDate?: number | undefined;
|
|
2776
2968
|
rpcUrl?: string | undefined;
|
|
2777
2969
|
executorAddress?: string | undefined;
|
|
2778
2970
|
chainDetail?: z.objectOutputType<{
|
|
2779
2971
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
2780
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
2781
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2782
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
2783
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
2784
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
2785
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2972
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2973
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2974
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2975
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2976
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2977
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2786
2978
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2787
2979
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
2788
2980
|
keyGenId?: string | undefined;
|
|
@@ -2801,16 +2993,17 @@ declare const mcpMorphoVaultDepositInputSchema: z.ZodEffects<z.ZodEffects<z.ZodO
|
|
|
2801
2993
|
keylist?: string[] | undefined;
|
|
2802
2994
|
ClientKeys?: Record<string, string> | undefined;
|
|
2803
2995
|
} | undefined;
|
|
2996
|
+
expiryDate?: number | undefined;
|
|
2804
2997
|
rpcUrl?: string | undefined;
|
|
2805
2998
|
executorAddress?: string | undefined;
|
|
2806
2999
|
chainDetail?: z.objectOutputType<{
|
|
2807
3000
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
2808
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
2809
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2810
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
2811
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
2812
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
2813
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3001
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3002
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3003
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3004
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3005
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3006
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2814
3007
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2815
3008
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
2816
3009
|
keyGenId?: string | undefined;
|
|
@@ -2840,30 +3033,31 @@ declare const mcpMorphoVaultWithdrawInputSchema: z.ZodEffects<z.ZodEffects<z.Zod
|
|
|
2840
3033
|
executorAddress: z.ZodOptional<z.ZodString>;
|
|
2841
3034
|
chainDetail: z.ZodOptional<z.ZodObject<{
|
|
2842
3035
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
2843
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
2844
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2845
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
2846
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
2847
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
2848
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3036
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3037
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3038
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3039
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3040
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3041
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2849
3042
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
2850
3043
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
2851
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
2852
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2853
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
2854
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
2855
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
2856
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3044
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3045
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3046
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3047
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3048
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3049
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2857
3050
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
2858
3051
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
2859
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
2860
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2861
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
2862
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
2863
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
2864
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3052
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3053
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3054
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3055
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3056
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3057
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2865
3058
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
2866
3059
|
customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3060
|
+
expiryDate: z.ZodOptional<z.ZodNumber>;
|
|
2867
3061
|
} & {
|
|
2868
3062
|
vaultAddress: z.ZodString;
|
|
2869
3063
|
amountHuman: z.ZodString;
|
|
@@ -2880,16 +3074,17 @@ declare const mcpMorphoVaultWithdrawInputSchema: z.ZodEffects<z.ZodEffects<z.Zod
|
|
|
2880
3074
|
keylist?: string[] | undefined;
|
|
2881
3075
|
ClientKeys?: Record<string, string> | undefined;
|
|
2882
3076
|
} | undefined;
|
|
3077
|
+
expiryDate?: number | undefined;
|
|
2883
3078
|
rpcUrl?: string | undefined;
|
|
2884
3079
|
executorAddress?: string | undefined;
|
|
2885
3080
|
chainDetail?: z.objectOutputType<{
|
|
2886
3081
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
2887
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
2888
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2889
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
2890
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
2891
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
2892
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3082
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3083
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3084
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3085
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3086
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3087
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2893
3088
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2894
3089
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
2895
3090
|
keyGenId?: string | undefined;
|
|
@@ -2906,16 +3101,17 @@ declare const mcpMorphoVaultWithdrawInputSchema: z.ZodEffects<z.ZodEffects<z.Zod
|
|
|
2906
3101
|
} | undefined;
|
|
2907
3102
|
useCustomGas?: unknown;
|
|
2908
3103
|
chainId?: unknown;
|
|
3104
|
+
expiryDate?: number | undefined;
|
|
2909
3105
|
rpcUrl?: string | undefined;
|
|
2910
3106
|
executorAddress?: string | undefined;
|
|
2911
3107
|
chainDetail?: z.objectInputType<{
|
|
2912
3108
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
2913
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
2914
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2915
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
2916
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
2917
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
2918
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3109
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3110
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3111
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3112
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3113
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3114
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2919
3115
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2920
3116
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
2921
3117
|
keyGenId?: string | undefined;
|
|
@@ -2932,16 +3128,17 @@ declare const mcpMorphoVaultWithdrawInputSchema: z.ZodEffects<z.ZodEffects<z.Zod
|
|
|
2932
3128
|
keylist?: string[] | undefined;
|
|
2933
3129
|
ClientKeys?: Record<string, string> | undefined;
|
|
2934
3130
|
} | undefined;
|
|
3131
|
+
expiryDate?: number | undefined;
|
|
2935
3132
|
rpcUrl?: string | undefined;
|
|
2936
3133
|
executorAddress?: string | undefined;
|
|
2937
3134
|
chainDetail?: z.objectOutputType<{
|
|
2938
3135
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
2939
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
2940
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2941
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
2942
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
2943
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
2944
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3136
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3137
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3138
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3139
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3140
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3141
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2945
3142
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2946
3143
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
2947
3144
|
keyGenId?: string | undefined;
|
|
@@ -2958,16 +3155,17 @@ declare const mcpMorphoVaultWithdrawInputSchema: z.ZodEffects<z.ZodEffects<z.Zod
|
|
|
2958
3155
|
keylist?: string[] | undefined;
|
|
2959
3156
|
ClientKeys?: Record<string, string> | undefined;
|
|
2960
3157
|
} | undefined;
|
|
3158
|
+
expiryDate?: number | undefined;
|
|
2961
3159
|
rpcUrl?: string | undefined;
|
|
2962
3160
|
executorAddress?: string | undefined;
|
|
2963
3161
|
chainDetail?: z.objectOutputType<{
|
|
2964
3162
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
2965
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
2966
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
2967
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
2968
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
2969
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
2970
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3163
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3164
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3165
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3166
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3167
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3168
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
2971
3169
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2972
3170
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
2973
3171
|
keyGenId?: string | undefined;
|
|
@@ -2996,30 +3194,31 @@ declare const mcpMorphoBlueCollateralDepositInputSchema: z.ZodEffects<z.ZodEffec
|
|
|
2996
3194
|
executorAddress: z.ZodOptional<z.ZodString>;
|
|
2997
3195
|
chainDetail: z.ZodOptional<z.ZodObject<{
|
|
2998
3196
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
2999
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
3000
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3001
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
3002
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
3003
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
3004
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3197
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3198
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3199
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3200
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3201
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3202
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3005
3203
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
3006
3204
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
3007
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
3008
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3009
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
3010
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
3011
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
3012
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3205
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3206
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3207
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3208
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3209
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3210
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3013
3211
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
3014
3212
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
3015
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
3016
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3017
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
3018
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
3019
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
3020
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3213
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3214
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3215
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3216
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3217
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3218
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3021
3219
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
3022
3220
|
customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3221
|
+
expiryDate: z.ZodOptional<z.ZodNumber>;
|
|
3023
3222
|
} & {
|
|
3024
3223
|
marketId: z.ZodString;
|
|
3025
3224
|
collateralToken: z.ZodString;
|
|
@@ -3038,16 +3237,17 @@ declare const mcpMorphoBlueCollateralDepositInputSchema: z.ZodEffects<z.ZodEffec
|
|
|
3038
3237
|
keylist?: string[] | undefined;
|
|
3039
3238
|
ClientKeys?: Record<string, string> | undefined;
|
|
3040
3239
|
} | undefined;
|
|
3240
|
+
expiryDate?: number | undefined;
|
|
3041
3241
|
rpcUrl?: string | undefined;
|
|
3042
3242
|
executorAddress?: string | undefined;
|
|
3043
3243
|
chainDetail?: z.objectOutputType<{
|
|
3044
3244
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
3045
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
3046
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3047
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
3048
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
3049
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
3050
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3245
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3246
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3247
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3248
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3249
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3250
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3051
3251
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3052
3252
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
3053
3253
|
keyGenId?: string | undefined;
|
|
@@ -3065,16 +3265,17 @@ declare const mcpMorphoBlueCollateralDepositInputSchema: z.ZodEffects<z.ZodEffec
|
|
|
3065
3265
|
} | undefined;
|
|
3066
3266
|
useCustomGas?: unknown;
|
|
3067
3267
|
chainId?: unknown;
|
|
3268
|
+
expiryDate?: number | undefined;
|
|
3068
3269
|
rpcUrl?: string | undefined;
|
|
3069
3270
|
executorAddress?: string | undefined;
|
|
3070
3271
|
chainDetail?: z.objectInputType<{
|
|
3071
3272
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
3072
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
3073
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3074
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
3075
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
3076
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
3077
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3273
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3274
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3275
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3276
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3277
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3278
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3078
3279
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3079
3280
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
3080
3281
|
keyGenId?: string | undefined;
|
|
@@ -3092,16 +3293,17 @@ declare const mcpMorphoBlueCollateralDepositInputSchema: z.ZodEffects<z.ZodEffec
|
|
|
3092
3293
|
keylist?: string[] | undefined;
|
|
3093
3294
|
ClientKeys?: Record<string, string> | undefined;
|
|
3094
3295
|
} | undefined;
|
|
3296
|
+
expiryDate?: number | undefined;
|
|
3095
3297
|
rpcUrl?: string | undefined;
|
|
3096
3298
|
executorAddress?: string | undefined;
|
|
3097
3299
|
chainDetail?: z.objectOutputType<{
|
|
3098
3300
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
3099
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
3100
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3101
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
3102
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
3103
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
3104
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3301
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3302
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3303
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3304
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3305
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3306
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3105
3307
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3106
3308
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
3107
3309
|
keyGenId?: string | undefined;
|
|
@@ -3119,16 +3321,17 @@ declare const mcpMorphoBlueCollateralDepositInputSchema: z.ZodEffects<z.ZodEffec
|
|
|
3119
3321
|
keylist?: string[] | undefined;
|
|
3120
3322
|
ClientKeys?: Record<string, string> | undefined;
|
|
3121
3323
|
} | undefined;
|
|
3324
|
+
expiryDate?: number | undefined;
|
|
3122
3325
|
rpcUrl?: string | undefined;
|
|
3123
3326
|
executorAddress?: string | undefined;
|
|
3124
3327
|
chainDetail?: z.objectOutputType<{
|
|
3125
3328
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
3126
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
3127
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3128
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
3129
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
3130
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
3131
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3329
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3330
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3331
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3332
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3333
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3334
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3132
3335
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3133
3336
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
3134
3337
|
keyGenId?: string | undefined;
|
|
@@ -3157,30 +3360,31 @@ declare const mcpMorphoBlueBorrowInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObj
|
|
|
3157
3360
|
executorAddress: z.ZodOptional<z.ZodString>;
|
|
3158
3361
|
chainDetail: z.ZodOptional<z.ZodObject<{
|
|
3159
3362
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
3160
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
3161
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3162
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
3163
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
3164
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
3165
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3363
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3364
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3365
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3366
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3367
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3368
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3166
3369
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
3167
3370
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
3168
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
3169
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3170
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
3171
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
3172
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
3173
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3371
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3372
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3373
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3374
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3375
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3376
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3174
3377
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
3175
3378
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
3176
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
3177
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3178
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
3179
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
3180
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
3181
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3379
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3380
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3381
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3382
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3383
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3384
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3182
3385
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
3183
3386
|
customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3387
|
+
expiryDate: z.ZodOptional<z.ZodNumber>;
|
|
3184
3388
|
} & {
|
|
3185
3389
|
marketId: z.ZodString;
|
|
3186
3390
|
loanToken: z.ZodString;
|
|
@@ -3197,16 +3401,17 @@ declare const mcpMorphoBlueBorrowInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObj
|
|
|
3197
3401
|
keylist?: string[] | undefined;
|
|
3198
3402
|
ClientKeys?: Record<string, string> | undefined;
|
|
3199
3403
|
} | undefined;
|
|
3404
|
+
expiryDate?: number | undefined;
|
|
3200
3405
|
rpcUrl?: string | undefined;
|
|
3201
3406
|
executorAddress?: string | undefined;
|
|
3202
3407
|
chainDetail?: z.objectOutputType<{
|
|
3203
3408
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
3204
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
3205
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3206
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
3207
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
3208
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
3209
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3409
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3410
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3411
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3412
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3413
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3414
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3210
3415
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3211
3416
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
3212
3417
|
keyGenId?: string | undefined;
|
|
@@ -3222,16 +3427,17 @@ declare const mcpMorphoBlueBorrowInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObj
|
|
|
3222
3427
|
} | undefined;
|
|
3223
3428
|
useCustomGas?: unknown;
|
|
3224
3429
|
chainId?: unknown;
|
|
3430
|
+
expiryDate?: number | undefined;
|
|
3225
3431
|
rpcUrl?: string | undefined;
|
|
3226
3432
|
executorAddress?: string | undefined;
|
|
3227
3433
|
chainDetail?: z.objectInputType<{
|
|
3228
3434
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
3229
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
3230
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3231
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
3232
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
3233
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
3234
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3435
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3436
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3437
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3438
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3439
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3440
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3235
3441
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3236
3442
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
3237
3443
|
keyGenId?: string | undefined;
|
|
@@ -3247,16 +3453,17 @@ declare const mcpMorphoBlueBorrowInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObj
|
|
|
3247
3453
|
keylist?: string[] | undefined;
|
|
3248
3454
|
ClientKeys?: Record<string, string> | undefined;
|
|
3249
3455
|
} | undefined;
|
|
3456
|
+
expiryDate?: number | undefined;
|
|
3250
3457
|
rpcUrl?: string | undefined;
|
|
3251
3458
|
executorAddress?: string | undefined;
|
|
3252
3459
|
chainDetail?: z.objectOutputType<{
|
|
3253
3460
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
3254
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
3255
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3256
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
3257
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
3258
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
3259
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3461
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3462
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3463
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3464
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3465
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3466
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3260
3467
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3261
3468
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
3262
3469
|
keyGenId?: string | undefined;
|
|
@@ -3272,16 +3479,17 @@ declare const mcpMorphoBlueBorrowInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObj
|
|
|
3272
3479
|
keylist?: string[] | undefined;
|
|
3273
3480
|
ClientKeys?: Record<string, string> | undefined;
|
|
3274
3481
|
} | undefined;
|
|
3482
|
+
expiryDate?: number | undefined;
|
|
3275
3483
|
rpcUrl?: string | undefined;
|
|
3276
3484
|
executorAddress?: string | undefined;
|
|
3277
3485
|
chainDetail?: z.objectOutputType<{
|
|
3278
3486
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
3279
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
3280
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3281
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
3282
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
3283
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
3284
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3487
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3488
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3489
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3490
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3491
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3492
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3285
3493
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3286
3494
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
3287
3495
|
keyGenId?: string | undefined;
|
|
@@ -3308,30 +3516,31 @@ declare const mcpMorphoBlueRepayInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObje
|
|
|
3308
3516
|
executorAddress: z.ZodOptional<z.ZodString>;
|
|
3309
3517
|
chainDetail: z.ZodOptional<z.ZodObject<{
|
|
3310
3518
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
3311
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
3312
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3313
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
3314
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
3315
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
3316
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3519
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3520
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3521
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3522
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3523
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3524
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3317
3525
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
3318
3526
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
3319
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
3320
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3321
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
3322
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
3323
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
3324
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3527
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3528
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3529
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3530
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3531
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3532
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3325
3533
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
3326
3534
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
3327
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
3328
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3329
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
3330
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
3331
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
3332
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3535
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3536
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3537
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3538
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3539
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3540
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3333
3541
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
3334
3542
|
customGasChainDetails: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
3543
|
+
expiryDate: z.ZodOptional<z.ZodNumber>;
|
|
3335
3544
|
} & {
|
|
3336
3545
|
marketId: z.ZodString;
|
|
3337
3546
|
loanToken: z.ZodString;
|
|
@@ -3348,16 +3557,17 @@ declare const mcpMorphoBlueRepayInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObje
|
|
|
3348
3557
|
keylist?: string[] | undefined;
|
|
3349
3558
|
ClientKeys?: Record<string, string> | undefined;
|
|
3350
3559
|
} | undefined;
|
|
3560
|
+
expiryDate?: number | undefined;
|
|
3351
3561
|
rpcUrl?: string | undefined;
|
|
3352
3562
|
executorAddress?: string | undefined;
|
|
3353
3563
|
chainDetail?: z.objectOutputType<{
|
|
3354
3564
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
3355
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
3356
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3357
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
3358
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
3359
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
3360
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3565
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3566
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3567
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3568
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3569
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3570
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3361
3571
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3362
3572
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
3363
3573
|
keyGenId?: string | undefined;
|
|
@@ -3373,16 +3583,17 @@ declare const mcpMorphoBlueRepayInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObje
|
|
|
3373
3583
|
} | undefined;
|
|
3374
3584
|
useCustomGas?: unknown;
|
|
3375
3585
|
chainId?: unknown;
|
|
3586
|
+
expiryDate?: number | undefined;
|
|
3376
3587
|
rpcUrl?: string | undefined;
|
|
3377
3588
|
executorAddress?: string | undefined;
|
|
3378
3589
|
chainDetail?: z.objectInputType<{
|
|
3379
3590
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
3380
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
3381
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3382
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
3383
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
3384
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
3385
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3591
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3592
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3593
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3594
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3595
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3596
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3386
3597
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3387
3598
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
3388
3599
|
keyGenId?: string | undefined;
|
|
@@ -3398,16 +3609,17 @@ declare const mcpMorphoBlueRepayInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObje
|
|
|
3398
3609
|
keylist?: string[] | undefined;
|
|
3399
3610
|
ClientKeys?: Record<string, string> | undefined;
|
|
3400
3611
|
} | undefined;
|
|
3612
|
+
expiryDate?: number | undefined;
|
|
3401
3613
|
rpcUrl?: string | undefined;
|
|
3402
3614
|
executorAddress?: string | undefined;
|
|
3403
3615
|
chainDetail?: z.objectOutputType<{
|
|
3404
3616
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
3405
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
3406
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3407
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
3408
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
3409
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
3410
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3617
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3618
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3619
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3620
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3621
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3622
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3411
3623
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3412
3624
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
3413
3625
|
keyGenId?: string | undefined;
|
|
@@ -3423,16 +3635,17 @@ declare const mcpMorphoBlueRepayInputSchema: z.ZodEffects<z.ZodEffects<z.ZodObje
|
|
|
3423
3635
|
keylist?: string[] | undefined;
|
|
3424
3636
|
ClientKeys?: Record<string, string> | undefined;
|
|
3425
3637
|
} | undefined;
|
|
3638
|
+
expiryDate?: number | undefined;
|
|
3426
3639
|
rpcUrl?: string | undefined;
|
|
3427
3640
|
executorAddress?: string | undefined;
|
|
3428
3641
|
chainDetail?: z.objectOutputType<{
|
|
3429
3642
|
legacy: z.ZodOptional<z.ZodBoolean>;
|
|
3430
|
-
gasLimit: z.ZodOptional<z.ZodNumber>;
|
|
3431
|
-
gasMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3432
|
-
gasPrice: z.ZodOptional<z.ZodNumber>;
|
|
3433
|
-
baseFee: z.ZodOptional<z.ZodNumber>;
|
|
3434
|
-
priorityFee: z.ZodOptional<z.ZodNumber>;
|
|
3435
|
-
baseFeeMultiplier: z.ZodOptional<z.ZodNumber>;
|
|
3643
|
+
gasLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3644
|
+
gasMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3645
|
+
gasPrice: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3646
|
+
baseFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3647
|
+
priorityFee: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3648
|
+
baseFeeMultiplier: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3436
3649
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3437
3650
|
customGasChainDetails?: Record<string, unknown> | undefined;
|
|
3438
3651
|
keyGenId?: string | undefined;
|
|
@@ -3465,7 +3678,7 @@ declare const mcpMorphoFetchEarnVaultsInputSchema: z.ZodObject<{
|
|
|
3465
3678
|
chainId: z.ZodEffects<z.ZodNumber, number, unknown>;
|
|
3466
3679
|
underlying: z.ZodOptional<z.ZodString>;
|
|
3467
3680
|
query: z.ZodOptional<z.ZodString>;
|
|
3468
|
-
limit: z.ZodOptional<z.ZodNumber>;
|
|
3681
|
+
limit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3469
3682
|
}, "strip", z.ZodTypeAny, {
|
|
3470
3683
|
chainId: number;
|
|
3471
3684
|
underlying?: string | undefined;
|
|
@@ -3475,7 +3688,7 @@ declare const mcpMorphoFetchEarnVaultsInputSchema: z.ZodObject<{
|
|
|
3475
3688
|
chainId?: unknown;
|
|
3476
3689
|
underlying?: string | undefined;
|
|
3477
3690
|
query?: string | undefined;
|
|
3478
|
-
limit?:
|
|
3691
|
+
limit?: unknown;
|
|
3479
3692
|
}>;
|
|
3480
3693
|
declare const mcpMorphoFetchEarnVaultsOutputSchema: z.ZodObject<{
|
|
3481
3694
|
vaults: z.ZodArray<z.ZodObject<{
|
|
@@ -3599,7 +3812,7 @@ declare const mcpMorphoFetchBlueMarketsInputSchema: z.ZodObject<{
|
|
|
3599
3812
|
collateral: z.ZodOptional<z.ZodString>;
|
|
3600
3813
|
loan: z.ZodOptional<z.ZodString>;
|
|
3601
3814
|
query: z.ZodOptional<z.ZodString>;
|
|
3602
|
-
limit: z.ZodOptional<z.ZodNumber>;
|
|
3815
|
+
limit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3603
3816
|
}, "strip", z.ZodTypeAny, {
|
|
3604
3817
|
chainId: number;
|
|
3605
3818
|
query?: string | undefined;
|
|
@@ -3609,7 +3822,7 @@ declare const mcpMorphoFetchBlueMarketsInputSchema: z.ZodObject<{
|
|
|
3609
3822
|
}, {
|
|
3610
3823
|
chainId?: unknown;
|
|
3611
3824
|
query?: string | undefined;
|
|
3612
|
-
limit?:
|
|
3825
|
+
limit?: unknown;
|
|
3613
3826
|
collateral?: string | undefined;
|
|
3614
3827
|
loan?: string | undefined;
|
|
3615
3828
|
}>;
|
|
@@ -3686,7 +3899,7 @@ type McpMorphoFetchBlueMarketsOutput = z.infer<typeof mcpMorphoFetchBlueMarketsO
|
|
|
3686
3899
|
declare const mcpEulerV2FetchLendVaultsInputSchema: z.ZodObject<{
|
|
3687
3900
|
chainId: z.ZodEffects<z.ZodNumber, number, unknown>;
|
|
3688
3901
|
underlyingAddress: z.ZodString;
|
|
3689
|
-
limit: z.ZodOptional<z.ZodNumber>;
|
|
3902
|
+
limit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
3690
3903
|
}, "strip", z.ZodTypeAny, {
|
|
3691
3904
|
chainId: number;
|
|
3692
3905
|
underlyingAddress: string;
|
|
@@ -3694,7 +3907,7 @@ declare const mcpEulerV2FetchLendVaultsInputSchema: z.ZodObject<{
|
|
|
3694
3907
|
}, {
|
|
3695
3908
|
underlyingAddress: string;
|
|
3696
3909
|
chainId?: unknown;
|
|
3697
|
-
limit?:
|
|
3910
|
+
limit?: unknown;
|
|
3698
3911
|
}>;
|
|
3699
3912
|
declare const mcpEulerV2FetchLendVaultsOutputSchema: z.ZodObject<{
|
|
3700
3913
|
vaults: z.ZodArray<z.ZodObject<{
|
|
@@ -4197,43 +4410,47 @@ declare const mcpGmxFetchMarketPricesOutputSchema: z.ZodObject<{
|
|
|
4197
4410
|
fetchedAtMs: z.ZodNumber;
|
|
4198
4411
|
}, "strip", z.ZodTypeAny, {
|
|
4199
4412
|
symbol: string;
|
|
4413
|
+
fetchedAtMs: number;
|
|
4200
4414
|
collateralSymbol: string;
|
|
4201
4415
|
collateralUsd: string | null;
|
|
4202
4416
|
indexLabel: string;
|
|
4203
4417
|
indexMarkUsd: string | null;
|
|
4204
4418
|
indexPerCollateral: string | null;
|
|
4205
|
-
fetchedAtMs: number;
|
|
4206
4419
|
}, {
|
|
4207
4420
|
symbol: string;
|
|
4421
|
+
fetchedAtMs: number;
|
|
4208
4422
|
collateralSymbol: string;
|
|
4209
4423
|
collateralUsd: string | null;
|
|
4210
4424
|
indexLabel: string;
|
|
4211
4425
|
indexMarkUsd: string | null;
|
|
4212
4426
|
indexPerCollateral: string | null;
|
|
4213
|
-
fetchedAtMs: number;
|
|
4214
4427
|
}>;
|
|
4215
4428
|
declare const mcpGmxFetchOhlcvInputSchema: z.ZodObject<{
|
|
4216
4429
|
chainId: z.ZodEffects<z.ZodNumber, number, unknown>;
|
|
4217
4430
|
symbol: z.ZodString;
|
|
4218
4431
|
timeframe: z.ZodOptional<z.ZodEnum<["1m", "5m", "15m", "1h", "4h", "1d", "1w", "1M"]>>;
|
|
4219
|
-
limit: z.ZodOptional<z.ZodNumber>;
|
|
4432
|
+
limit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
4220
4433
|
sort: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
|
|
4221
4434
|
}, "strip", z.ZodTypeAny, {
|
|
4222
4435
|
symbol: string;
|
|
4223
4436
|
chainId: number;
|
|
4224
4437
|
sort?: "asc" | "desc" | undefined;
|
|
4225
|
-
limit?: number | undefined;
|
|
4226
4438
|
timeframe?: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | undefined;
|
|
4439
|
+
limit?: number | undefined;
|
|
4227
4440
|
}, {
|
|
4228
4441
|
symbol: string;
|
|
4229
4442
|
chainId?: unknown;
|
|
4230
4443
|
sort?: "asc" | "desc" | undefined;
|
|
4231
|
-
limit?: number | undefined;
|
|
4232
4444
|
timeframe?: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | undefined;
|
|
4445
|
+
limit?: unknown;
|
|
4233
4446
|
}>;
|
|
4234
4447
|
declare const mcpGmxFetchOhlcvOutputSchema: z.ZodObject<{
|
|
4235
4448
|
symbol: z.ZodString;
|
|
4236
4449
|
timeframe: z.ZodEnum<["1m", "5m", "15m", "1h", "4h", "1d", "1w", "1M"]>;
|
|
4450
|
+
chainId: z.ZodEffects<z.ZodNumber, number, unknown>;
|
|
4451
|
+
startTimeMs: z.ZodOptional<z.ZodNumber>;
|
|
4452
|
+
endTimeMs: z.ZodOptional<z.ZodNumber>;
|
|
4453
|
+
candleCount: z.ZodNumber;
|
|
4237
4454
|
candles: z.ZodArray<z.ZodObject<{
|
|
4238
4455
|
timestampMs: z.ZodNumber;
|
|
4239
4456
|
timeLabel: z.ZodString;
|
|
@@ -4245,50 +4462,58 @@ declare const mcpGmxFetchOhlcvOutputSchema: z.ZodObject<{
|
|
|
4245
4462
|
high: string;
|
|
4246
4463
|
low: string;
|
|
4247
4464
|
timestampMs: number;
|
|
4248
|
-
timeLabel: string;
|
|
4249
4465
|
open: string;
|
|
4250
4466
|
close: string;
|
|
4467
|
+
timeLabel: string;
|
|
4251
4468
|
}, {
|
|
4252
4469
|
high: string;
|
|
4253
4470
|
low: string;
|
|
4254
4471
|
timestampMs: number;
|
|
4255
|
-
timeLabel: string;
|
|
4256
4472
|
open: string;
|
|
4257
4473
|
close: string;
|
|
4474
|
+
timeLabel: string;
|
|
4258
4475
|
}>, "many">;
|
|
4259
4476
|
}, "strip", z.ZodTypeAny, {
|
|
4260
4477
|
symbol: string;
|
|
4261
|
-
|
|
4478
|
+
chainId: number;
|
|
4262
4479
|
candles: {
|
|
4263
4480
|
high: string;
|
|
4264
4481
|
low: string;
|
|
4265
4482
|
timestampMs: number;
|
|
4266
|
-
timeLabel: string;
|
|
4267
4483
|
open: string;
|
|
4268
4484
|
close: string;
|
|
4485
|
+
timeLabel: string;
|
|
4269
4486
|
}[];
|
|
4487
|
+
timeframe: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M";
|
|
4488
|
+
candleCount: number;
|
|
4489
|
+
startTimeMs?: number | undefined;
|
|
4490
|
+
endTimeMs?: number | undefined;
|
|
4270
4491
|
}, {
|
|
4271
4492
|
symbol: string;
|
|
4272
|
-
timeframe: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M";
|
|
4273
4493
|
candles: {
|
|
4274
4494
|
high: string;
|
|
4275
4495
|
low: string;
|
|
4276
4496
|
timestampMs: number;
|
|
4277
|
-
timeLabel: string;
|
|
4278
4497
|
open: string;
|
|
4279
4498
|
close: string;
|
|
4499
|
+
timeLabel: string;
|
|
4280
4500
|
}[];
|
|
4501
|
+
timeframe: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M";
|
|
4502
|
+
candleCount: number;
|
|
4503
|
+
chainId?: unknown;
|
|
4504
|
+
startTimeMs?: number | undefined;
|
|
4505
|
+
endTimeMs?: number | undefined;
|
|
4281
4506
|
}>;
|
|
4282
4507
|
|
|
4283
4508
|
declare const mcpHyperliquidFetchMarketsInputSchema: z.ZodObject<{
|
|
4284
|
-
chainId: z.
|
|
4509
|
+
chainId: z.ZodDefault<z.ZodNumber>;
|
|
4285
4510
|
} & {
|
|
4286
4511
|
dex: z.ZodOptional<z.ZodString>;
|
|
4287
4512
|
}, "strip", z.ZodTypeAny, {
|
|
4288
4513
|
chainId: number;
|
|
4289
4514
|
dex?: string | undefined;
|
|
4290
4515
|
}, {
|
|
4291
|
-
chainId?:
|
|
4516
|
+
chainId?: number | undefined;
|
|
4292
4517
|
dex?: string | undefined;
|
|
4293
4518
|
}>;
|
|
4294
4519
|
declare const mcpHyperliquidFetchMarketsOutputSchema: z.ZodObject<{
|
|
@@ -4352,11 +4577,11 @@ declare const mcpHyperliquidFetchMarketsOutputSchema: z.ZodObject<{
|
|
|
4352
4577
|
}[];
|
|
4353
4578
|
}>;
|
|
4354
4579
|
declare const mcpHyperliquidSearchMarketsInputSchema: z.ZodObject<{
|
|
4355
|
-
chainId: z.
|
|
4580
|
+
chainId: z.ZodDefault<z.ZodNumber>;
|
|
4356
4581
|
} & {
|
|
4357
4582
|
query: z.ZodString;
|
|
4358
4583
|
dex: z.ZodOptional<z.ZodString>;
|
|
4359
|
-
limit: z.ZodOptional<z.ZodNumber>;
|
|
4584
|
+
limit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
4360
4585
|
}, "strip", z.ZodTypeAny, {
|
|
4361
4586
|
chainId: number;
|
|
4362
4587
|
query: string;
|
|
@@ -4364,8 +4589,8 @@ declare const mcpHyperliquidSearchMarketsInputSchema: z.ZodObject<{
|
|
|
4364
4589
|
dex?: string | undefined;
|
|
4365
4590
|
}, {
|
|
4366
4591
|
query: string;
|
|
4367
|
-
chainId?:
|
|
4368
|
-
limit?:
|
|
4592
|
+
chainId?: number | undefined;
|
|
4593
|
+
limit?: unknown;
|
|
4369
4594
|
dex?: string | undefined;
|
|
4370
4595
|
}>;
|
|
4371
4596
|
declare const mcpHyperliquidSearchMarketsOutputSchema: z.ZodObject<{
|
|
@@ -4441,7 +4666,7 @@ declare const mcpHyperliquidSearchMarketsOutputSchema: z.ZodObject<{
|
|
|
4441
4666
|
}[];
|
|
4442
4667
|
}>;
|
|
4443
4668
|
declare const mcpHyperliquidFetchOpenContextInputSchema: z.ZodObject<{
|
|
4444
|
-
chainId: z.
|
|
4669
|
+
chainId: z.ZodDefault<z.ZodNumber>;
|
|
4445
4670
|
} & {
|
|
4446
4671
|
executorAddress: z.ZodString;
|
|
4447
4672
|
coin: z.ZodString;
|
|
@@ -4454,7 +4679,7 @@ declare const mcpHyperliquidFetchOpenContextInputSchema: z.ZodObject<{
|
|
|
4454
4679
|
}, {
|
|
4455
4680
|
executorAddress: string;
|
|
4456
4681
|
coin: string;
|
|
4457
|
-
chainId?:
|
|
4682
|
+
chainId?: number | undefined;
|
|
4458
4683
|
dex?: string | undefined;
|
|
4459
4684
|
}>;
|
|
4460
4685
|
declare const mcpHyperliquidFetchOpenContextOutputSchema: z.ZodObject<{
|
|
@@ -4543,7 +4768,7 @@ declare const mcpHyperliquidFetchOpenContextOutputSchema: z.ZodObject<{
|
|
|
4543
4768
|
};
|
|
4544
4769
|
}>;
|
|
4545
4770
|
declare const mcpHyperliquidFetchPositionsInputSchema: z.ZodObject<{
|
|
4546
|
-
chainId: z.
|
|
4771
|
+
chainId: z.ZodDefault<z.ZodNumber>;
|
|
4547
4772
|
} & {
|
|
4548
4773
|
executorAddress: z.ZodString;
|
|
4549
4774
|
dex: z.ZodOptional<z.ZodString>;
|
|
@@ -4553,7 +4778,7 @@ declare const mcpHyperliquidFetchPositionsInputSchema: z.ZodObject<{
|
|
|
4553
4778
|
dex?: string | undefined;
|
|
4554
4779
|
}, {
|
|
4555
4780
|
executorAddress: string;
|
|
4556
|
-
chainId?:
|
|
4781
|
+
chainId?: number | undefined;
|
|
4557
4782
|
dex?: string | undefined;
|
|
4558
4783
|
}>;
|
|
4559
4784
|
declare const mcpHyperliquidFetchPositionsOutputSchema: z.ZodObject<{
|
|
@@ -4629,7 +4854,7 @@ declare const mcpHyperliquidFetchPositionsOutputSchema: z.ZodObject<{
|
|
|
4629
4854
|
}[];
|
|
4630
4855
|
}>;
|
|
4631
4856
|
declare const mcpHyperliquidFetchOpenOrdersInputSchema: z.ZodObject<{
|
|
4632
|
-
chainId: z.
|
|
4857
|
+
chainId: z.ZodDefault<z.ZodNumber>;
|
|
4633
4858
|
} & {
|
|
4634
4859
|
executorAddress: z.ZodString;
|
|
4635
4860
|
dex: z.ZodOptional<z.ZodString>;
|
|
@@ -4639,7 +4864,7 @@ declare const mcpHyperliquidFetchOpenOrdersInputSchema: z.ZodObject<{
|
|
|
4639
4864
|
dex?: string | undefined;
|
|
4640
4865
|
}, {
|
|
4641
4866
|
executorAddress: string;
|
|
4642
|
-
chainId?:
|
|
4867
|
+
chainId?: number | undefined;
|
|
4643
4868
|
dex?: string | undefined;
|
|
4644
4869
|
}>;
|
|
4645
4870
|
declare const mcpHyperliquidFetchOpenOrdersOutputSchema: z.ZodObject<{
|
|
@@ -4690,24 +4915,24 @@ declare const mcpHyperliquidFetchOpenOrdersOutputSchema: z.ZodObject<{
|
|
|
4690
4915
|
}[];
|
|
4691
4916
|
}>;
|
|
4692
4917
|
declare const mcpHyperliquidFetchMarketSnapshotInputSchema: z.ZodObject<{
|
|
4693
|
-
chainId: z.
|
|
4918
|
+
chainId: z.ZodDefault<z.ZodNumber>;
|
|
4694
4919
|
} & {
|
|
4695
4920
|
coin: z.ZodString;
|
|
4696
4921
|
interval: z.ZodOptional<z.ZodEnum<["1m", "3m", "5m", "15m", "30m", "1h", "2h", "4h", "8h", "12h", "1d", "3d", "1w", "1M"]>>;
|
|
4697
4922
|
dex: z.ZodOptional<z.ZodString>;
|
|
4698
|
-
candleLimit: z.ZodOptional<z.ZodNumber>;
|
|
4923
|
+
candleLimit: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
4699
4924
|
}, "strip", z.ZodTypeAny, {
|
|
4700
4925
|
chainId: number;
|
|
4701
4926
|
coin: string;
|
|
4927
|
+
interval?: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "8h" | "12h" | "1d" | "3d" | "1w" | "1M" | "3m" | undefined;
|
|
4702
4928
|
dex?: string | undefined;
|
|
4703
|
-
interval?: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | "3m" | "30m" | "2h" | "8h" | "12h" | "3d" | undefined;
|
|
4704
4929
|
candleLimit?: number | undefined;
|
|
4705
4930
|
}, {
|
|
4706
4931
|
coin: string;
|
|
4707
|
-
chainId?:
|
|
4932
|
+
chainId?: number | undefined;
|
|
4933
|
+
interval?: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "8h" | "12h" | "1d" | "3d" | "1w" | "1M" | "3m" | undefined;
|
|
4708
4934
|
dex?: string | undefined;
|
|
4709
|
-
|
|
4710
|
-
candleLimit?: number | undefined;
|
|
4935
|
+
candleLimit?: unknown;
|
|
4711
4936
|
}>;
|
|
4712
4937
|
declare const mcpHyperliquidFetchMarketSnapshotOutputSchema: z.ZodObject<{
|
|
4713
4938
|
snapshot: z.ZodObject<{
|
|
@@ -4748,17 +4973,17 @@ declare const mcpHyperliquidFetchMarketSnapshotOutputSchema: z.ZodObject<{
|
|
|
4748
4973
|
}, "strip", z.ZodTypeAny, {
|
|
4749
4974
|
high: string;
|
|
4750
4975
|
low: string;
|
|
4976
|
+
volume: string;
|
|
4751
4977
|
timestampMs: number;
|
|
4752
4978
|
open: string;
|
|
4753
4979
|
close: string;
|
|
4754
|
-
volume: string;
|
|
4755
4980
|
}, {
|
|
4756
4981
|
high: string;
|
|
4757
4982
|
low: string;
|
|
4983
|
+
volume: string;
|
|
4758
4984
|
timestampMs: number;
|
|
4759
4985
|
open: string;
|
|
4760
4986
|
close: string;
|
|
4761
|
-
volume: string;
|
|
4762
4987
|
}>>;
|
|
4763
4988
|
candles: z.ZodArray<z.ZodObject<{
|
|
4764
4989
|
timestampMs: z.ZodNumber;
|
|
@@ -4770,32 +4995,33 @@ declare const mcpHyperliquidFetchMarketSnapshotOutputSchema: z.ZodObject<{
|
|
|
4770
4995
|
}, "strip", z.ZodTypeAny, {
|
|
4771
4996
|
high: string;
|
|
4772
4997
|
low: string;
|
|
4998
|
+
volume: string;
|
|
4773
4999
|
timestampMs: number;
|
|
4774
5000
|
open: string;
|
|
4775
5001
|
close: string;
|
|
4776
|
-
volume: string;
|
|
4777
5002
|
}, {
|
|
4778
5003
|
high: string;
|
|
4779
5004
|
low: string;
|
|
5005
|
+
volume: string;
|
|
4780
5006
|
timestampMs: number;
|
|
4781
5007
|
open: string;
|
|
4782
5008
|
close: string;
|
|
4783
|
-
volume: string;
|
|
4784
5009
|
}>, "many">;
|
|
4785
5010
|
candleCount: z.ZodNumber;
|
|
4786
5011
|
}, "strip", z.ZodTypeAny, {
|
|
4787
|
-
coin: string;
|
|
4788
|
-
fetchedAtMs: number;
|
|
4789
5012
|
candles: {
|
|
4790
5013
|
high: string;
|
|
4791
5014
|
low: string;
|
|
5015
|
+
volume: string;
|
|
4792
5016
|
timestampMs: number;
|
|
4793
5017
|
open: string;
|
|
4794
5018
|
close: string;
|
|
4795
|
-
volume: string;
|
|
4796
5019
|
}[];
|
|
5020
|
+
interval: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "8h" | "12h" | "1d" | "3d" | "1w" | "1M" | "3m";
|
|
5021
|
+
candleCount: number;
|
|
5022
|
+
fetchedAtMs: number;
|
|
5023
|
+
coin: string;
|
|
4797
5024
|
dex: string | null;
|
|
4798
|
-
interval: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | "3m" | "30m" | "2h" | "8h" | "12h" | "3d";
|
|
4799
5025
|
midUsd: string;
|
|
4800
5026
|
livePrice: {
|
|
4801
5027
|
source: "markPx" | "midPx" | "allMids";
|
|
@@ -4808,25 +5034,25 @@ declare const mcpHyperliquidFetchMarketSnapshotOutputSchema: z.ZodObject<{
|
|
|
4808
5034
|
latestCandle: {
|
|
4809
5035
|
high: string;
|
|
4810
5036
|
low: string;
|
|
5037
|
+
volume: string;
|
|
4811
5038
|
timestampMs: number;
|
|
4812
5039
|
open: string;
|
|
4813
5040
|
close: string;
|
|
4814
|
-
volume: string;
|
|
4815
5041
|
} | null;
|
|
4816
|
-
candleCount: number;
|
|
4817
5042
|
}, {
|
|
4818
|
-
coin: string;
|
|
4819
|
-
fetchedAtMs: number;
|
|
4820
5043
|
candles: {
|
|
4821
5044
|
high: string;
|
|
4822
5045
|
low: string;
|
|
5046
|
+
volume: string;
|
|
4823
5047
|
timestampMs: number;
|
|
4824
5048
|
open: string;
|
|
4825
5049
|
close: string;
|
|
4826
|
-
volume: string;
|
|
4827
5050
|
}[];
|
|
5051
|
+
interval: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "8h" | "12h" | "1d" | "3d" | "1w" | "1M" | "3m";
|
|
5052
|
+
candleCount: number;
|
|
5053
|
+
fetchedAtMs: number;
|
|
5054
|
+
coin: string;
|
|
4828
5055
|
dex: string | null;
|
|
4829
|
-
interval: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | "3m" | "30m" | "2h" | "8h" | "12h" | "3d";
|
|
4830
5056
|
midUsd: string;
|
|
4831
5057
|
livePrice: {
|
|
4832
5058
|
source: "markPx" | "midPx" | "allMids";
|
|
@@ -4839,12 +5065,11 @@ declare const mcpHyperliquidFetchMarketSnapshotOutputSchema: z.ZodObject<{
|
|
|
4839
5065
|
latestCandle: {
|
|
4840
5066
|
high: string;
|
|
4841
5067
|
low: string;
|
|
5068
|
+
volume: string;
|
|
4842
5069
|
timestampMs: number;
|
|
4843
5070
|
open: string;
|
|
4844
5071
|
close: string;
|
|
4845
|
-
volume: string;
|
|
4846
5072
|
} | null;
|
|
4847
|
-
candleCount: number;
|
|
4848
5073
|
}>;
|
|
4849
5074
|
resolvedCoin: z.ZodString;
|
|
4850
5075
|
dex: z.ZodNullable<z.ZodString>;
|
|
@@ -4852,18 +5077,19 @@ declare const mcpHyperliquidFetchMarketSnapshotOutputSchema: z.ZodObject<{
|
|
|
4852
5077
|
resolvedCoin: string;
|
|
4853
5078
|
dex: string | null;
|
|
4854
5079
|
snapshot: {
|
|
4855
|
-
coin: string;
|
|
4856
|
-
fetchedAtMs: number;
|
|
4857
5080
|
candles: {
|
|
4858
5081
|
high: string;
|
|
4859
5082
|
low: string;
|
|
5083
|
+
volume: string;
|
|
4860
5084
|
timestampMs: number;
|
|
4861
5085
|
open: string;
|
|
4862
5086
|
close: string;
|
|
4863
|
-
volume: string;
|
|
4864
5087
|
}[];
|
|
5088
|
+
interval: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "8h" | "12h" | "1d" | "3d" | "1w" | "1M" | "3m";
|
|
5089
|
+
candleCount: number;
|
|
5090
|
+
fetchedAtMs: number;
|
|
5091
|
+
coin: string;
|
|
4865
5092
|
dex: string | null;
|
|
4866
|
-
interval: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | "3m" | "30m" | "2h" | "8h" | "12h" | "3d";
|
|
4867
5093
|
midUsd: string;
|
|
4868
5094
|
livePrice: {
|
|
4869
5095
|
source: "markPx" | "midPx" | "allMids";
|
|
@@ -4876,29 +5102,29 @@ declare const mcpHyperliquidFetchMarketSnapshotOutputSchema: z.ZodObject<{
|
|
|
4876
5102
|
latestCandle: {
|
|
4877
5103
|
high: string;
|
|
4878
5104
|
low: string;
|
|
5105
|
+
volume: string;
|
|
4879
5106
|
timestampMs: number;
|
|
4880
5107
|
open: string;
|
|
4881
5108
|
close: string;
|
|
4882
|
-
volume: string;
|
|
4883
5109
|
} | null;
|
|
4884
|
-
candleCount: number;
|
|
4885
5110
|
};
|
|
4886
5111
|
}, {
|
|
4887
5112
|
resolvedCoin: string;
|
|
4888
5113
|
dex: string | null;
|
|
4889
5114
|
snapshot: {
|
|
4890
|
-
coin: string;
|
|
4891
|
-
fetchedAtMs: number;
|
|
4892
5115
|
candles: {
|
|
4893
5116
|
high: string;
|
|
4894
5117
|
low: string;
|
|
5118
|
+
volume: string;
|
|
4895
5119
|
timestampMs: number;
|
|
4896
5120
|
open: string;
|
|
4897
5121
|
close: string;
|
|
4898
|
-
volume: string;
|
|
4899
5122
|
}[];
|
|
5123
|
+
interval: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "8h" | "12h" | "1d" | "3d" | "1w" | "1M" | "3m";
|
|
5124
|
+
candleCount: number;
|
|
5125
|
+
fetchedAtMs: number;
|
|
5126
|
+
coin: string;
|
|
4900
5127
|
dex: string | null;
|
|
4901
|
-
interval: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | "3m" | "30m" | "2h" | "8h" | "12h" | "3d";
|
|
4902
5128
|
midUsd: string;
|
|
4903
5129
|
livePrice: {
|
|
4904
5130
|
source: "markPx" | "midPx" | "allMids";
|
|
@@ -4911,42 +5137,41 @@ declare const mcpHyperliquidFetchMarketSnapshotOutputSchema: z.ZodObject<{
|
|
|
4911
5137
|
latestCandle: {
|
|
4912
5138
|
high: string;
|
|
4913
5139
|
low: string;
|
|
5140
|
+
volume: string;
|
|
4914
5141
|
timestampMs: number;
|
|
4915
5142
|
open: string;
|
|
4916
5143
|
close: string;
|
|
4917
|
-
volume: string;
|
|
4918
5144
|
} | null;
|
|
4919
|
-
candleCount: number;
|
|
4920
5145
|
};
|
|
4921
5146
|
}>;
|
|
4922
5147
|
declare const mcpHyperliquidFetchOhlcvInputSchema: z.ZodObject<{
|
|
4923
|
-
chainId: z.
|
|
5148
|
+
chainId: z.ZodDefault<z.ZodNumber>;
|
|
4924
5149
|
} & {
|
|
4925
5150
|
coin: z.ZodString;
|
|
4926
5151
|
interval: z.ZodOptional<z.ZodEnum<["1m", "3m", "5m", "15m", "30m", "1h", "2h", "4h", "8h", "12h", "1d", "3d", "1w", "1M"]>>;
|
|
4927
5152
|
dex: z.ZodOptional<z.ZodString>;
|
|
4928
|
-
lookbackDays: z.ZodOptional<z.ZodNumber>;
|
|
4929
|
-
lookbackHours: z.ZodOptional<z.ZodNumber>;
|
|
4930
|
-
startTimeMs: z.ZodOptional<z.ZodNumber>;
|
|
4931
|
-
endTimeMs: z.ZodOptional<z.ZodNumber>;
|
|
5153
|
+
lookbackDays: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
5154
|
+
lookbackHours: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
5155
|
+
startTimeMs: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
5156
|
+
endTimeMs: z.ZodEffects<z.ZodOptional<z.ZodPipeline<z.ZodNumber, z.ZodNumber>>, number | undefined, unknown>;
|
|
4932
5157
|
}, "strip", z.ZodTypeAny, {
|
|
4933
5158
|
chainId: number;
|
|
4934
5159
|
coin: string;
|
|
4935
|
-
dex?: string | undefined;
|
|
4936
|
-
interval?: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | "3m" | "30m" | "2h" | "8h" | "12h" | "3d" | undefined;
|
|
4937
|
-
lookbackDays?: number | undefined;
|
|
4938
|
-
lookbackHours?: number | undefined;
|
|
4939
5160
|
startTimeMs?: number | undefined;
|
|
4940
5161
|
endTimeMs?: number | undefined;
|
|
5162
|
+
interval?: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "8h" | "12h" | "1d" | "3d" | "1w" | "1M" | "3m" | undefined;
|
|
5163
|
+
lookbackDays?: number | undefined;
|
|
5164
|
+
lookbackHours?: number | undefined;
|
|
5165
|
+
dex?: string | undefined;
|
|
4941
5166
|
}, {
|
|
4942
5167
|
coin: string;
|
|
4943
|
-
chainId?:
|
|
5168
|
+
chainId?: number | undefined;
|
|
5169
|
+
startTimeMs?: unknown;
|
|
5170
|
+
endTimeMs?: unknown;
|
|
5171
|
+
interval?: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "8h" | "12h" | "1d" | "3d" | "1w" | "1M" | "3m" | undefined;
|
|
5172
|
+
lookbackDays?: unknown;
|
|
5173
|
+
lookbackHours?: unknown;
|
|
4944
5174
|
dex?: string | undefined;
|
|
4945
|
-
interval?: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | "3m" | "30m" | "2h" | "8h" | "12h" | "3d" | undefined;
|
|
4946
|
-
lookbackDays?: number | undefined;
|
|
4947
|
-
lookbackHours?: number | undefined;
|
|
4948
|
-
startTimeMs?: number | undefined;
|
|
4949
|
-
endTimeMs?: number | undefined;
|
|
4950
5175
|
}>;
|
|
4951
5176
|
declare const mcpHyperliquidFetchOhlcvOutputSchema: z.ZodObject<{
|
|
4952
5177
|
ohlcv: z.ZodObject<{
|
|
@@ -4967,17 +5192,17 @@ declare const mcpHyperliquidFetchOhlcvOutputSchema: z.ZodObject<{
|
|
|
4967
5192
|
}, "strip", z.ZodTypeAny, {
|
|
4968
5193
|
high: string;
|
|
4969
5194
|
low: string;
|
|
5195
|
+
volume: string;
|
|
4970
5196
|
timestampMs: number;
|
|
4971
5197
|
open: string;
|
|
4972
5198
|
close: string;
|
|
4973
|
-
volume: string;
|
|
4974
5199
|
}, {
|
|
4975
5200
|
high: string;
|
|
4976
5201
|
low: string;
|
|
5202
|
+
volume: string;
|
|
4977
5203
|
timestampMs: number;
|
|
4978
5204
|
open: string;
|
|
4979
5205
|
close: string;
|
|
4980
|
-
volume: string;
|
|
4981
5206
|
}>>;
|
|
4982
5207
|
candles: z.ZodArray<z.ZodObject<{
|
|
4983
5208
|
timestampMs: z.ZodNumber;
|
|
@@ -4989,68 +5214,68 @@ declare const mcpHyperliquidFetchOhlcvOutputSchema: z.ZodObject<{
|
|
|
4989
5214
|
}, "strip", z.ZodTypeAny, {
|
|
4990
5215
|
high: string;
|
|
4991
5216
|
low: string;
|
|
5217
|
+
volume: string;
|
|
4992
5218
|
timestampMs: number;
|
|
4993
5219
|
open: string;
|
|
4994
5220
|
close: string;
|
|
4995
|
-
volume: string;
|
|
4996
5221
|
}, {
|
|
4997
5222
|
high: string;
|
|
4998
5223
|
low: string;
|
|
5224
|
+
volume: string;
|
|
4999
5225
|
timestampMs: number;
|
|
5000
5226
|
open: string;
|
|
5001
5227
|
close: string;
|
|
5002
|
-
volume: string;
|
|
5003
5228
|
}>, "many">;
|
|
5004
5229
|
fetchedAtMs: z.ZodNumber;
|
|
5005
5230
|
}, "strip", z.ZodTypeAny, {
|
|
5006
|
-
coin: string;
|
|
5007
|
-
fetchedAtMs: number;
|
|
5008
5231
|
candles: {
|
|
5009
5232
|
high: string;
|
|
5010
5233
|
low: string;
|
|
5234
|
+
volume: string;
|
|
5011
5235
|
timestampMs: number;
|
|
5012
5236
|
open: string;
|
|
5013
5237
|
close: string;
|
|
5014
|
-
volume: string;
|
|
5015
5238
|
}[];
|
|
5239
|
+
startTimeMs: number;
|
|
5240
|
+
endTimeMs: number;
|
|
5241
|
+
interval: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "8h" | "12h" | "1d" | "3d" | "1w" | "1M" | "3m";
|
|
5242
|
+
candleCount: number;
|
|
5243
|
+
fetchedAtMs: number;
|
|
5244
|
+
coin: string;
|
|
5016
5245
|
dex: string | null;
|
|
5017
|
-
interval: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | "3m" | "30m" | "2h" | "8h" | "12h" | "3d";
|
|
5018
5246
|
latestCandle: {
|
|
5019
5247
|
high: string;
|
|
5020
5248
|
low: string;
|
|
5249
|
+
volume: string;
|
|
5021
5250
|
timestampMs: number;
|
|
5022
5251
|
open: string;
|
|
5023
5252
|
close: string;
|
|
5024
|
-
volume: string;
|
|
5025
5253
|
} | null;
|
|
5026
|
-
candleCount: number;
|
|
5027
|
-
startTimeMs: number;
|
|
5028
|
-
endTimeMs: number;
|
|
5029
5254
|
expectedBars: number;
|
|
5030
5255
|
}, {
|
|
5031
|
-
coin: string;
|
|
5032
|
-
fetchedAtMs: number;
|
|
5033
5256
|
candles: {
|
|
5034
5257
|
high: string;
|
|
5035
5258
|
low: string;
|
|
5259
|
+
volume: string;
|
|
5036
5260
|
timestampMs: number;
|
|
5037
5261
|
open: string;
|
|
5038
5262
|
close: string;
|
|
5039
|
-
volume: string;
|
|
5040
5263
|
}[];
|
|
5264
|
+
startTimeMs: number;
|
|
5265
|
+
endTimeMs: number;
|
|
5266
|
+
interval: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "8h" | "12h" | "1d" | "3d" | "1w" | "1M" | "3m";
|
|
5267
|
+
candleCount: number;
|
|
5268
|
+
fetchedAtMs: number;
|
|
5269
|
+
coin: string;
|
|
5041
5270
|
dex: string | null;
|
|
5042
|
-
interval: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | "3m" | "30m" | "2h" | "8h" | "12h" | "3d";
|
|
5043
5271
|
latestCandle: {
|
|
5044
5272
|
high: string;
|
|
5045
5273
|
low: string;
|
|
5274
|
+
volume: string;
|
|
5046
5275
|
timestampMs: number;
|
|
5047
5276
|
open: string;
|
|
5048
5277
|
close: string;
|
|
5049
|
-
volume: string;
|
|
5050
5278
|
} | null;
|
|
5051
|
-
candleCount: number;
|
|
5052
|
-
startTimeMs: number;
|
|
5053
|
-
endTimeMs: number;
|
|
5054
5279
|
expectedBars: number;
|
|
5055
5280
|
}>;
|
|
5056
5281
|
resolvedCoin: z.ZodString;
|
|
@@ -5059,63 +5284,63 @@ declare const mcpHyperliquidFetchOhlcvOutputSchema: z.ZodObject<{
|
|
|
5059
5284
|
resolvedCoin: string;
|
|
5060
5285
|
dex: string | null;
|
|
5061
5286
|
ohlcv: {
|
|
5062
|
-
coin: string;
|
|
5063
|
-
fetchedAtMs: number;
|
|
5064
5287
|
candles: {
|
|
5065
5288
|
high: string;
|
|
5066
5289
|
low: string;
|
|
5290
|
+
volume: string;
|
|
5067
5291
|
timestampMs: number;
|
|
5068
5292
|
open: string;
|
|
5069
5293
|
close: string;
|
|
5070
|
-
volume: string;
|
|
5071
5294
|
}[];
|
|
5295
|
+
startTimeMs: number;
|
|
5296
|
+
endTimeMs: number;
|
|
5297
|
+
interval: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "8h" | "12h" | "1d" | "3d" | "1w" | "1M" | "3m";
|
|
5298
|
+
candleCount: number;
|
|
5299
|
+
fetchedAtMs: number;
|
|
5300
|
+
coin: string;
|
|
5072
5301
|
dex: string | null;
|
|
5073
|
-
interval: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | "3m" | "30m" | "2h" | "8h" | "12h" | "3d";
|
|
5074
5302
|
latestCandle: {
|
|
5075
5303
|
high: string;
|
|
5076
5304
|
low: string;
|
|
5305
|
+
volume: string;
|
|
5077
5306
|
timestampMs: number;
|
|
5078
5307
|
open: string;
|
|
5079
5308
|
close: string;
|
|
5080
|
-
volume: string;
|
|
5081
5309
|
} | null;
|
|
5082
|
-
candleCount: number;
|
|
5083
|
-
startTimeMs: number;
|
|
5084
|
-
endTimeMs: number;
|
|
5085
5310
|
expectedBars: number;
|
|
5086
5311
|
};
|
|
5087
5312
|
}, {
|
|
5088
5313
|
resolvedCoin: string;
|
|
5089
5314
|
dex: string | null;
|
|
5090
5315
|
ohlcv: {
|
|
5091
|
-
coin: string;
|
|
5092
|
-
fetchedAtMs: number;
|
|
5093
5316
|
candles: {
|
|
5094
5317
|
high: string;
|
|
5095
5318
|
low: string;
|
|
5319
|
+
volume: string;
|
|
5096
5320
|
timestampMs: number;
|
|
5097
5321
|
open: string;
|
|
5098
5322
|
close: string;
|
|
5099
|
-
volume: string;
|
|
5100
5323
|
}[];
|
|
5324
|
+
startTimeMs: number;
|
|
5325
|
+
endTimeMs: number;
|
|
5326
|
+
interval: "1m" | "5m" | "15m" | "30m" | "1h" | "2h" | "4h" | "8h" | "12h" | "1d" | "3d" | "1w" | "1M" | "3m";
|
|
5327
|
+
candleCount: number;
|
|
5328
|
+
fetchedAtMs: number;
|
|
5329
|
+
coin: string;
|
|
5101
5330
|
dex: string | null;
|
|
5102
|
-
interval: "1m" | "5m" | "15m" | "1h" | "4h" | "1d" | "1w" | "1M" | "3m" | "30m" | "2h" | "8h" | "12h" | "3d";
|
|
5103
5331
|
latestCandle: {
|
|
5104
5332
|
high: string;
|
|
5105
5333
|
low: string;
|
|
5334
|
+
volume: string;
|
|
5106
5335
|
timestampMs: number;
|
|
5107
5336
|
open: string;
|
|
5108
5337
|
close: string;
|
|
5109
|
-
volume: string;
|
|
5110
5338
|
} | null;
|
|
5111
|
-
candleCount: number;
|
|
5112
|
-
startTimeMs: number;
|
|
5113
|
-
endTimeMs: number;
|
|
5114
5339
|
expectedBars: number;
|
|
5115
5340
|
};
|
|
5116
5341
|
}>;
|
|
5117
5342
|
declare const mcpHyperliquidFetchUsdClassBalancesInputSchema: z.ZodObject<{
|
|
5118
|
-
chainId: z.
|
|
5343
|
+
chainId: z.ZodDefault<z.ZodNumber>;
|
|
5119
5344
|
} & {
|
|
5120
5345
|
executorAddress: z.ZodString;
|
|
5121
5346
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5123,7 +5348,7 @@ declare const mcpHyperliquidFetchUsdClassBalancesInputSchema: z.ZodObject<{
|
|
|
5123
5348
|
executorAddress: string;
|
|
5124
5349
|
}, {
|
|
5125
5350
|
executorAddress: string;
|
|
5126
|
-
chainId?:
|
|
5351
|
+
chainId?: number | undefined;
|
|
5127
5352
|
}>;
|
|
5128
5353
|
declare const mcpHyperliquidFetchUsdClassBalancesOutputSchema: z.ZodObject<{
|
|
5129
5354
|
balances: z.ZodObject<{
|
|
@@ -5148,14 +5373,14 @@ declare const mcpHyperliquidFetchUsdClassBalancesOutputSchema: z.ZodObject<{
|
|
|
5148
5373
|
};
|
|
5149
5374
|
}>;
|
|
5150
5375
|
declare const mcpHyperliquidFetchVaultsInputSchema: z.ZodObject<{
|
|
5151
|
-
chainId: z.
|
|
5376
|
+
chainId: z.ZodDefault<z.ZodNumber>;
|
|
5152
5377
|
} & {
|
|
5153
5378
|
executorAddress: z.ZodOptional<z.ZodString>;
|
|
5154
5379
|
}, "strip", z.ZodTypeAny, {
|
|
5155
5380
|
chainId: number;
|
|
5156
5381
|
executorAddress?: string | undefined;
|
|
5157
5382
|
}, {
|
|
5158
|
-
chainId?:
|
|
5383
|
+
chainId?: number | undefined;
|
|
5159
5384
|
executorAddress?: string | undefined;
|
|
5160
5385
|
}>;
|
|
5161
5386
|
declare const mcpHyperliquidFetchVaultsOutputSchema: z.ZodObject<{
|
|
@@ -5191,7 +5416,7 @@ declare const mcpHyperliquidFetchVaultsOutputSchema: z.ZodObject<{
|
|
|
5191
5416
|
}[];
|
|
5192
5417
|
}>;
|
|
5193
5418
|
declare const mcpHyperliquidFetchUserVaultEquitiesInputSchema: z.ZodObject<{
|
|
5194
|
-
chainId: z.
|
|
5419
|
+
chainId: z.ZodDefault<z.ZodNumber>;
|
|
5195
5420
|
} & {
|
|
5196
5421
|
executorAddress: z.ZodString;
|
|
5197
5422
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5199,7 +5424,7 @@ declare const mcpHyperliquidFetchUserVaultEquitiesInputSchema: z.ZodObject<{
|
|
|
5199
5424
|
executorAddress: string;
|
|
5200
5425
|
}, {
|
|
5201
5426
|
executorAddress: string;
|
|
5202
|
-
chainId?:
|
|
5427
|
+
chainId?: number | undefined;
|
|
5203
5428
|
}>;
|
|
5204
5429
|
declare const mcpHyperliquidFetchUserVaultEquitiesOutputSchema: z.ZodObject<{
|
|
5205
5430
|
rows: z.ZodArray<z.ZodObject<{
|
|
@@ -5224,7 +5449,7 @@ declare const mcpHyperliquidFetchUserVaultEquitiesOutputSchema: z.ZodObject<{
|
|
|
5224
5449
|
}[];
|
|
5225
5450
|
}>;
|
|
5226
5451
|
declare const mcpHyperliquidFetchStakingSummaryInputSchema: z.ZodObject<{
|
|
5227
|
-
chainId: z.
|
|
5452
|
+
chainId: z.ZodDefault<z.ZodNumber>;
|
|
5228
5453
|
} & {
|
|
5229
5454
|
executorAddress: z.ZodString;
|
|
5230
5455
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5232,7 +5457,7 @@ declare const mcpHyperliquidFetchStakingSummaryInputSchema: z.ZodObject<{
|
|
|
5232
5457
|
executorAddress: string;
|
|
5233
5458
|
}, {
|
|
5234
5459
|
executorAddress: string;
|
|
5235
|
-
chainId?:
|
|
5460
|
+
chainId?: number | undefined;
|
|
5236
5461
|
}>;
|
|
5237
5462
|
declare const mcpHyperliquidFetchStakingSummaryOutputSchema: z.ZodObject<{
|
|
5238
5463
|
summary: z.ZodObject<{
|
|
@@ -5257,7 +5482,7 @@ declare const mcpHyperliquidFetchStakingSummaryOutputSchema: z.ZodObject<{
|
|
|
5257
5482
|
};
|
|
5258
5483
|
}>;
|
|
5259
5484
|
declare const mcpHyperliquidFetchDelegationsInputSchema: z.ZodObject<{
|
|
5260
|
-
chainId: z.
|
|
5485
|
+
chainId: z.ZodDefault<z.ZodNumber>;
|
|
5261
5486
|
} & {
|
|
5262
5487
|
executorAddress: z.ZodString;
|
|
5263
5488
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5265,7 +5490,7 @@ declare const mcpHyperliquidFetchDelegationsInputSchema: z.ZodObject<{
|
|
|
5265
5490
|
executorAddress: string;
|
|
5266
5491
|
}, {
|
|
5267
5492
|
executorAddress: string;
|
|
5268
|
-
chainId?:
|
|
5493
|
+
chainId?: number | undefined;
|
|
5269
5494
|
}>;
|
|
5270
5495
|
declare const mcpHyperliquidFetchDelegationsOutputSchema: z.ZodObject<{
|
|
5271
5496
|
delegations: z.ZodArray<z.ZodObject<{
|
|
@@ -5357,6 +5582,40 @@ declare const mcpHyperliquidUsdTransferInputSchema: z.ZodEffects<z.ZodObject<{}
|
|
|
5357
5582
|
}, unknown>, {
|
|
5358
5583
|
[x: string]: any;
|
|
5359
5584
|
}, unknown>;
|
|
5585
|
+
declare const mcpHyperliquidBridgeDepositInputSchema: z.ZodEffects<z.ZodObject<{} & {
|
|
5586
|
+
[x: string]: z.ZodTypeAny;
|
|
5587
|
+
}, "strip", z.ZodTypeAny, {
|
|
5588
|
+
[x: string]: any;
|
|
5589
|
+
}, {
|
|
5590
|
+
[x: string]: any;
|
|
5591
|
+
}> | z.ZodEffects<z.ZodObject<{} & {
|
|
5592
|
+
[x: string]: z.ZodTypeAny;
|
|
5593
|
+
}, "strip", z.ZodTypeAny, {
|
|
5594
|
+
[x: string]: any;
|
|
5595
|
+
}, {
|
|
5596
|
+
[x: string]: any;
|
|
5597
|
+
}>, {
|
|
5598
|
+
[x: string]: any;
|
|
5599
|
+
}, unknown>, {
|
|
5600
|
+
[x: string]: any;
|
|
5601
|
+
}, unknown>;
|
|
5602
|
+
declare const mcpHyperliquidBridgeWithdrawInputSchema: z.ZodEffects<z.ZodObject<{} & {
|
|
5603
|
+
[x: string]: z.ZodTypeAny;
|
|
5604
|
+
}, "strip", z.ZodTypeAny, {
|
|
5605
|
+
[x: string]: any;
|
|
5606
|
+
}, {
|
|
5607
|
+
[x: string]: any;
|
|
5608
|
+
}> | z.ZodEffects<z.ZodObject<{} & {
|
|
5609
|
+
[x: string]: z.ZodTypeAny;
|
|
5610
|
+
}, "strip", z.ZodTypeAny, {
|
|
5611
|
+
[x: string]: any;
|
|
5612
|
+
}, {
|
|
5613
|
+
[x: string]: any;
|
|
5614
|
+
}>, {
|
|
5615
|
+
[x: string]: any;
|
|
5616
|
+
}, unknown>, {
|
|
5617
|
+
[x: string]: any;
|
|
5618
|
+
}, unknown>;
|
|
5360
5619
|
declare const mcpHyperliquidVaultDepositInputSchema: z.ZodEffects<z.ZodObject<{} & {
|
|
5361
5620
|
[x: string]: z.ZodTypeAny;
|
|
5362
5621
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5459,6 +5718,23 @@ declare const mcpHyperliquidUndelegateInputSchema: z.ZodEffects<z.ZodObject<{} &
|
|
|
5459
5718
|
}, unknown>, {
|
|
5460
5719
|
[x: string]: any;
|
|
5461
5720
|
}, unknown>;
|
|
5721
|
+
declare const mcpHyperliquidUpdateLeverageInputSchema: z.ZodEffects<z.ZodObject<{} & {
|
|
5722
|
+
[x: string]: z.ZodTypeAny;
|
|
5723
|
+
}, "strip", z.ZodTypeAny, {
|
|
5724
|
+
[x: string]: any;
|
|
5725
|
+
}, {
|
|
5726
|
+
[x: string]: any;
|
|
5727
|
+
}> | z.ZodEffects<z.ZodObject<{} & {
|
|
5728
|
+
[x: string]: z.ZodTypeAny;
|
|
5729
|
+
}, "strip", z.ZodTypeAny, {
|
|
5730
|
+
[x: string]: any;
|
|
5731
|
+
}, {
|
|
5732
|
+
[x: string]: any;
|
|
5733
|
+
}>, {
|
|
5734
|
+
[x: string]: any;
|
|
5735
|
+
}, unknown>, {
|
|
5736
|
+
[x: string]: any;
|
|
5737
|
+
}, unknown>;
|
|
5462
5738
|
|
|
5463
5739
|
/** LLMs often pass "false"/"true" strings; Boolean("false") is true in JavaScript. */
|
|
5464
5740
|
declare function parseAgentBoolean(raw: unknown, defaultValue?: boolean): boolean;
|
|
@@ -5571,4 +5847,4 @@ declare function getAgentCatalog(): {
|
|
|
5571
5847
|
};
|
|
5572
5848
|
};
|
|
5573
5849
|
|
|
5574
|
-
export { type ChainDetailMcpInput, EVM_COMMON_PARAM_DOCS, type EvmMultisignCommonInput, type KeyGenMcpInput, MANAGEMENT_SIG_DOC, MCP_NON_SUBMIT_TOOL_NAMES, MCP_TOOL_DEFINITIONS, MCP_TOOL_INPUT_SCHEMAS, MCP_TOOL_OUTPUT_SCHEMAS, MULTISIGN_OUTPUT_DOC, MULTISIGN_SUBMIT_OUTPUT_DOC, type McpAaveV4DepositInput, type McpCurveDaoBuildSwapMultisignInput, type McpCurveDaoQuoteInput, type McpCurveDaoQuoteOutput, type McpEthenaStakeInput, type McpEulerV2FetchLendVaultsInput, type McpEulerV2FetchLendVaultsOutput, type McpEulerV2IsolatedLendInput, type McpJsonSchema, type McpLidoSubmitInput, type McpMapleDepositInput, type McpMorphoFetchBlueMarketsInput, type McpMorphoFetchBlueMarketsOutput, type McpMorphoFetchEarnVaultsInput, type McpMorphoFetchEarnVaultsOutput, type McpMorphoVaultDepositInput, type McpSchemaProperty, type McpSkyLockstakeStakeInput, type McpToolDefinition, type McpToolHandler, type McpToolInputMap, type McpToolName, type McpToolOutputMap, type McpUniswapV4BuildMintLiquidityMultisignInput, type McpUniswapV4BuildSwapMultisignInput, type McpUniswapV4CreateSwapInput, type McpUniswapV4CreateSwapOutput, type McpUniswapV4LpCreatePositionInput, type McpUniswapV4QuoteInput, type McpUniswapV4QuoteOutput, type MultisignOutput, PROTOCOL_SUPPORT_ADVISORS, type ProtocolSupportAdvisor, type SupportedTokenRow, type TokenFilterKind, chainDetailSchema, evmAddressSchema, evmMultisignCommonInputSchema, getAgentCatalog, getAgentCatalogForMcp, getMcpToolByName, getMcpToolDefinitions, getMcpToolInputSchema, getMcpToolOutputSchema, getProtocolDiscoverySummary, getProtocolSkill, getProtocolSupportAdvisor, getToolsForProtocol, jsonObjectSchema, keyGenSchema, listProtocolSupportAdvisorIds, listProtocolsWithSkills, mcpAaveV4BorrowInputSchema, mcpAaveV4DepositInputSchema, mcpAaveV4RepayInputSchema, mcpAaveV4WithdrawInputSchema, mcpCurveDaoBuildSwapMultisignInputSchema, mcpCurveDaoQuoteInputSchema, mcpCurveDaoQuoteOutputSchema, mcpEthenaClaimInputSchema, mcpEthenaCooldownInputSchema, mcpEthenaRedeemInputSchema, mcpEthenaStakeInputSchema, mcpEulerV2BorrowRepayInputSchema, mcpEulerV2CollateralDepositInputSchema, mcpEulerV2CollateralWithdrawInputSchema, mcpEulerV2FetchLendVaultsInputSchema, mcpEulerV2FetchLendVaultsOutputSchema, mcpEulerV2IsolatedBorrowInputSchema, mcpEulerV2IsolatedLendInputSchema, mcpEulerV2VaultWithdrawInputSchema, mcpGmxCancelInputSchema, mcpGmxDecreaseInputSchema, mcpGmxFetchGmApyInputSchema, mcpGmxFetchGmApyOutputSchema, mcpGmxFetchGmMarketsInputSchema, mcpGmxFetchGmMarketsOutputSchema, mcpGmxFetchMarketPricesInputSchema, mcpGmxFetchMarketPricesOutputSchema, mcpGmxFetchMarketsInputSchema, mcpGmxFetchMarketsOutputSchema, mcpGmxFetchOhlcvInputSchema, mcpGmxFetchOhlcvOutputSchema, mcpGmxFetchOrdersInputSchema, mcpGmxFetchOrdersOutputSchema, mcpGmxFetchPositionsInputSchema, mcpGmxFetchPositionsOutputSchema, mcpGmxFetchStakingPowerInputSchema, mcpGmxFetchStakingPowerOutputSchema, mcpGmxGmDepositInputSchema, mcpGmxGmWithdrawInputSchema, mcpGmxIncreaseInputSchema, mcpServerSubmitOutputSchema as mcpGmxMultisignOutputSchema, mcpGmxStakeGmxInputSchema, mcpGmxUnstakeGmxInputSchema, mcpHyperliquidCancelInputSchema, mcpHyperliquidCloseInputSchema, mcpHyperliquidDelegateInputSchema, mcpHyperliquidFetchDelegationsInputSchema, mcpHyperliquidFetchDelegationsOutputSchema, mcpHyperliquidFetchMarketSnapshotInputSchema, mcpHyperliquidFetchMarketSnapshotOutputSchema, mcpHyperliquidFetchMarketsInputSchema, mcpHyperliquidFetchMarketsOutputSchema, mcpHyperliquidFetchOhlcvInputSchema, mcpHyperliquidFetchOhlcvOutputSchema, mcpHyperliquidFetchOpenContextInputSchema, mcpHyperliquidFetchOpenContextOutputSchema, mcpHyperliquidFetchOpenOrdersInputSchema, mcpHyperliquidFetchOpenOrdersOutputSchema, mcpHyperliquidFetchPositionsInputSchema, mcpHyperliquidFetchPositionsOutputSchema, mcpHyperliquidFetchStakingSummaryInputSchema, mcpHyperliquidFetchStakingSummaryOutputSchema, mcpHyperliquidFetchUsdClassBalancesInputSchema, mcpHyperliquidFetchUsdClassBalancesOutputSchema, mcpHyperliquidFetchUserVaultEquitiesInputSchema, mcpHyperliquidFetchUserVaultEquitiesOutputSchema, mcpHyperliquidFetchVaultsInputSchema, mcpHyperliquidFetchVaultsOutputSchema, mcpHyperliquidLimitOrderInputSchema, mcpHyperliquidSearchMarketsInputSchema, mcpHyperliquidSearchMarketsOutputSchema, mcpHyperliquidStakeInputSchema, mcpHyperliquidUndelegateInputSchema, mcpHyperliquidUnstakeInputSchema, mcpHyperliquidUsdTransferInputSchema, mcpHyperliquidVaultDepositInputSchema, mcpHyperliquidVaultWithdrawInputSchema, mcpLidoClaimWithdrawalInputSchema, mcpLidoRequestWithdrawalsInputSchema, mcpLidoSubmitInputSchema, mcpLidoUnwrapWstEthInputSchema, mcpLidoWrapStEthInputSchema, mcpMapleDepositInputSchema, mcpMapleRequestRedeemInputSchema, mcpMorphoBlueBorrowInputSchema, mcpMorphoBlueCollateralDepositInputSchema, mcpMorphoBlueCollateralWithdrawInputSchema, mcpMorphoBlueRepayInputSchema, mcpMorphoFetchBlueMarketsInputSchema, mcpMorphoFetchBlueMarketsOutputSchema, mcpMorphoFetchEarnVaultsInputSchema, mcpMorphoFetchEarnVaultsOutputSchema, mcpMorphoMerklClaimInputSchema, mcpMorphoVaultDepositInputSchema, mcpMorphoVaultWithdrawInputSchema, mcpMultisignInput, multisignOutputSchema as mcpMultisignOutputSchema, mcpServerSubmitOutputSchema as mcpMultisignSubmitOutputSchema, mcpServerCommonInputSchema, mcpServerMultisignInput, mcpServerSubmitOutputSchema, mcpSkyLockstakeCloseInputSchema, mcpSkyLockstakeDrawInputSchema, mcpSkyLockstakeGetRewardInputSchema, mcpSkyLockstakeStakeInputSchema, mcpSkyLockstakeWipeInputSchema, mcpSkySusdsDepositInputSchema, mcpSkySusdsRedeemInputSchema, mcpUniswapV4BuildCollectFeesMultisignInputSchema, mcpUniswapV4BuildDecreaseLiquidityMultisignInputSchema, mcpUniswapV4BuildIncreaseLiquidityMultisignInputSchema, mcpUniswapV4BuildMintLiquidityMultisignInputSchema, mcpUniswapV4BuildSwapMultisignInputSchema, mcpUniswapV4CreateSwapInputSchema, mcpUniswapV4CreateSwapOutputSchema, mcpUniswapV4LpClaimInputSchema, mcpUniswapV4LpClaimOutputSchema, mcpUniswapV4LpCreatePositionInputSchema, mcpUniswapV4LpCreatePositionOutputSchema, mcpUniswapV4LpDecreaseInputSchema, mcpUniswapV4LpDecreaseOutputSchema, mcpUniswapV4LpIncreaseInputSchema, mcpUniswapV4LpIncreaseOutputSchema, mcpUniswapV4LpListPoolsInputSchema, mcpUniswapV4LpListPoolsOutputSchema, mcpUniswapV4LpListPositionsInputSchema, mcpUniswapV4LpListPositionsOutputSchema, mcpUniswapV4QuoteInputSchema, mcpUniswapV4QuoteOutputSchema, mcpUniswapV4RegisterPositionFromMintTxInputSchema, mcpUniswapV4RegisterPositionFromMintTxOutputSchema, mcpUniswapV4RegisterPositionNftInputSchema, mcpUniswapV4RegisterPositionNftOutputSchema, multisignOutputSchema, parseAgentBoolean, parseAgentEvmChainId, parseMcpToolInput, parseMcpToolOutput, parseMultisignBuilderOutput, uniswapQuoteTradeTypeSchema, zodSchemaToMcpJsonSchema };
|
|
5850
|
+
export { type ChainDetailMcpInput, EVM_COMMON_PARAM_DOCS, type EvmMultisignCommonInput, type KeyGenMcpInput, MANAGEMENT_SIG_DOC, MCP_NON_SUBMIT_TOOL_NAMES, MCP_TOOL_DEFINITIONS, MCP_TOOL_INPUT_SCHEMAS, MCP_TOOL_OUTPUT_SCHEMAS, MULTISIGN_OUTPUT_DOC, MULTISIGN_SUBMIT_OUTPUT_DOC, type McpAaveV4DepositInput, type McpCurveDaoBuildSwapMultisignInput, type McpCurveDaoQuoteInput, type McpCurveDaoQuoteOutput, type McpEthenaStakeInput, type McpEulerV2FetchLendVaultsInput, type McpEulerV2FetchLendVaultsOutput, type McpEulerV2IsolatedLendInput, type McpJsonSchema, type McpLidoSubmitInput, type McpMapleDepositInput, type McpMorphoFetchBlueMarketsInput, type McpMorphoFetchBlueMarketsOutput, type McpMorphoFetchEarnVaultsInput, type McpMorphoFetchEarnVaultsOutput, type McpMorphoVaultDepositInput, type McpSchemaProperty, type McpSkyLockstakeStakeInput, type McpToolDefinition, type McpToolHandler, type McpToolInputMap, type McpToolName, type McpToolOutputMap, type McpUniswapV4BuildMintLiquidityMultisignInput, type McpUniswapV4BuildSwapMultisignInput, type McpUniswapV4CreateSwapInput, type McpUniswapV4CreateSwapOutput, type McpUniswapV4FetchOhlcvInput, type McpUniswapV4FetchOhlcvOutput, type McpUniswapV4LpCreatePositionInput, type McpUniswapV4QuoteInput, type McpUniswapV4QuoteOutput, type MultisignOutput, PROTOCOL_SUPPORT_ADVISORS, type ProtocolSupportAdvisor, type SupportedTokenRow, type TokenFilterKind, chainDetailSchema, evmAddressSchema, evmMultisignCommonInputSchema, getAgentCatalog, getAgentCatalogForMcp, getMcpToolByName, getMcpToolDefinitions, getMcpToolInputSchema, getMcpToolOutputSchema, getProtocolDiscoverySummary, getProtocolSkill, getProtocolSupportAdvisor, getToolsForProtocol, jsonObjectSchema, keyGenSchema, listProtocolSupportAdvisorIds, listProtocolsWithSkills, mcpAaveV4BorrowInputSchema, mcpAaveV4DepositInputSchema, mcpAaveV4RepayInputSchema, mcpAaveV4WithdrawInputSchema, mcpCurveDaoBuildSwapMultisignInputSchema, mcpCurveDaoQuoteInputSchema, mcpCurveDaoQuoteOutputSchema, mcpEthenaClaimInputSchema, mcpEthenaCooldownInputSchema, mcpEthenaRedeemInputSchema, mcpEthenaStakeInputSchema, mcpEulerV2BorrowRepayInputSchema, mcpEulerV2CollateralDepositInputSchema, mcpEulerV2CollateralWithdrawInputSchema, mcpEulerV2FetchLendVaultsInputSchema, mcpEulerV2FetchLendVaultsOutputSchema, mcpEulerV2IsolatedBorrowInputSchema, mcpEulerV2IsolatedLendInputSchema, mcpEulerV2VaultWithdrawInputSchema, mcpGmxCancelInputSchema, mcpGmxDecreaseInputSchema, mcpGmxFetchGmApyInputSchema, mcpGmxFetchGmApyOutputSchema, mcpGmxFetchGmMarketsInputSchema, mcpGmxFetchGmMarketsOutputSchema, mcpGmxFetchMarketPricesInputSchema, mcpGmxFetchMarketPricesOutputSchema, mcpGmxFetchMarketsInputSchema, mcpGmxFetchMarketsOutputSchema, mcpGmxFetchOhlcvInputSchema, mcpGmxFetchOhlcvOutputSchema, mcpGmxFetchOrdersInputSchema, mcpGmxFetchOrdersOutputSchema, mcpGmxFetchPositionsInputSchema, mcpGmxFetchPositionsOutputSchema, mcpGmxFetchStakingPowerInputSchema, mcpGmxFetchStakingPowerOutputSchema, mcpGmxGmDepositInputSchema, mcpGmxGmWithdrawInputSchema, mcpGmxIncreaseInputSchema, mcpServerSubmitOutputSchema as mcpGmxMultisignOutputSchema, mcpGmxStakeGmxInputSchema, mcpGmxUnstakeGmxInputSchema, mcpHyperliquidBridgeDepositInputSchema, mcpHyperliquidBridgeWithdrawInputSchema, mcpHyperliquidCancelInputSchema, mcpHyperliquidCloseInputSchema, mcpHyperliquidDelegateInputSchema, mcpHyperliquidFetchDelegationsInputSchema, mcpHyperliquidFetchDelegationsOutputSchema, mcpHyperliquidFetchMarketSnapshotInputSchema, mcpHyperliquidFetchMarketSnapshotOutputSchema, mcpHyperliquidFetchMarketsInputSchema, mcpHyperliquidFetchMarketsOutputSchema, mcpHyperliquidFetchOhlcvInputSchema, mcpHyperliquidFetchOhlcvOutputSchema, mcpHyperliquidFetchOpenContextInputSchema, mcpHyperliquidFetchOpenContextOutputSchema, mcpHyperliquidFetchOpenOrdersInputSchema, mcpHyperliquidFetchOpenOrdersOutputSchema, mcpHyperliquidFetchPositionsInputSchema, mcpHyperliquidFetchPositionsOutputSchema, mcpHyperliquidFetchStakingSummaryInputSchema, mcpHyperliquidFetchStakingSummaryOutputSchema, mcpHyperliquidFetchUsdClassBalancesInputSchema, mcpHyperliquidFetchUsdClassBalancesOutputSchema, mcpHyperliquidFetchUserVaultEquitiesInputSchema, mcpHyperliquidFetchUserVaultEquitiesOutputSchema, mcpHyperliquidFetchVaultsInputSchema, mcpHyperliquidFetchVaultsOutputSchema, mcpHyperliquidLimitOrderInputSchema, mcpHyperliquidSearchMarketsInputSchema, mcpHyperliquidSearchMarketsOutputSchema, mcpHyperliquidStakeInputSchema, mcpHyperliquidUndelegateInputSchema, mcpHyperliquidUnstakeInputSchema, mcpHyperliquidUpdateLeverageInputSchema, mcpHyperliquidUsdTransferInputSchema, mcpHyperliquidVaultDepositInputSchema, mcpHyperliquidVaultWithdrawInputSchema, mcpLidoClaimWithdrawalInputSchema, mcpLidoRequestWithdrawalsInputSchema, mcpLidoSubmitInputSchema, mcpLidoUnwrapWstEthInputSchema, mcpLidoWrapStEthInputSchema, mcpMapleDepositInputSchema, mcpMapleRequestRedeemInputSchema, mcpMorphoBlueBorrowInputSchema, mcpMorphoBlueCollateralDepositInputSchema, mcpMorphoBlueCollateralWithdrawInputSchema, mcpMorphoBlueRepayInputSchema, mcpMorphoFetchBlueMarketsInputSchema, mcpMorphoFetchBlueMarketsOutputSchema, mcpMorphoFetchEarnVaultsInputSchema, mcpMorphoFetchEarnVaultsOutputSchema, mcpMorphoMerklClaimInputSchema, mcpMorphoVaultDepositInputSchema, mcpMorphoVaultWithdrawInputSchema, mcpMultisignInput, multisignOutputSchema as mcpMultisignOutputSchema, mcpServerSubmitOutputSchema as mcpMultisignSubmitOutputSchema, mcpServerCommonInputSchema, mcpServerMultisignInput, mcpServerSubmitOutputSchema, mcpSkyLockstakeCloseInputSchema, mcpSkyLockstakeDrawInputSchema, mcpSkyLockstakeGetRewardInputSchema, mcpSkyLockstakeStakeInputSchema, mcpSkyLockstakeWipeInputSchema, mcpSkySusdsDepositInputSchema, mcpSkySusdsRedeemInputSchema, mcpUniswapV4BuildCollectFeesMultisignInputSchema, mcpUniswapV4BuildDecreaseLiquidityMultisignInputSchema, mcpUniswapV4BuildIncreaseLiquidityMultisignInputSchema, mcpUniswapV4BuildMintLiquidityMultisignInputSchema, mcpUniswapV4BuildSwapMultisignInputSchema, mcpUniswapV4CreateSwapInputSchema, mcpUniswapV4CreateSwapOutputSchema, mcpUniswapV4FetchOhlcvInputSchema, mcpUniswapV4FetchOhlcvOutputSchema, mcpUniswapV4LpClaimInputSchema, mcpUniswapV4LpClaimOutputSchema, mcpUniswapV4LpCreatePositionInputSchema, mcpUniswapV4LpCreatePositionOutputSchema, mcpUniswapV4LpDecreaseInputSchema, mcpUniswapV4LpDecreaseOutputSchema, mcpUniswapV4LpIncreaseInputSchema, mcpUniswapV4LpIncreaseOutputSchema, mcpUniswapV4LpListPoolsInputSchema, mcpUniswapV4LpListPoolsOutputSchema, mcpUniswapV4LpListPositionsInputSchema, mcpUniswapV4LpListPositionsOutputSchema, mcpUniswapV4QuoteInputSchema, mcpUniswapV4QuoteOutputSchema, mcpUniswapV4RegisterPositionFromMintTxInputSchema, mcpUniswapV4RegisterPositionFromMintTxOutputSchema, mcpUniswapV4RegisterPositionNftInputSchema, mcpUniswapV4RegisterPositionNftOutputSchema, multisignOutputSchema, parseAgentBoolean, parseAgentEvmChainId, parseMcpToolInput, parseMcpToolOutput, parseMultisignBuilderOutput, uniswapQuoteTradeTypeSchema, zodSchemaToMcpJsonSchema };
|