diff --git a/packages/plugin-evm/src/templates/index.ts b/packages/plugin-evm/src/templates/index.ts index 18b440f2cea..8c89bcbc4b9 100644 --- a/packages/plugin-evm/src/templates/index.ts +++ b/packages/plugin-evm/src/templates/index.ts @@ -5,7 +5,7 @@ export const transferTemplate = `Given the recent messages and wallet informatio {{walletInfo}} Extract the following information about the requested transfer: -- Chain to execute on: Must be one of ["ethereum", "base", ...] (like in viem/chains) +- Chain to execute on (like in viem/chains) - Amount to transfer: Must be a string representing the amount in ETH (only number without coin symbol, e.g., "0.1") - Recipient address: Must be a valid Ethereum address starting with "0x" - Token symbol or address (if not native token): Optional, leave as null for ETH transfers