From 71db8c9de814b11f0deb7059dc8f0c0209e8a689 Mon Sep 17 00:00:00 2001 From: Chris Gerber Date: Wed, 15 Jan 2025 12:22:07 -0800 Subject: [PATCH] Update cdp-agentkit-core/typescript/src/actions/morpho/deposit.ts Co-authored-by: John Peterson <98187317+John-peterson-coinbase@users.noreply.github.com> --- cdp-agentkit-core/typescript/src/actions/morpho/deposit.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdp-agentkit-core/typescript/src/actions/morpho/deposit.ts b/cdp-agentkit-core/typescript/src/actions/morpho/deposit.ts index be294892d..52ca32231 100644 --- a/cdp-agentkit-core/typescript/src/actions/morpho/deposit.ts +++ b/cdp-agentkit-core/typescript/src/actions/morpho/deposit.ts @@ -17,7 +17,7 @@ This tool allows depositing assets into a Morpho Vault. It takes: - 0.1 WETH - 0.01 WETH - receiver: The address to receive the shares -- token_address: The address of the token to approve +- tokenAddress: The address of the token to approve `; /**