From bd3c1aeee78db8dc89bf552b6e5c56b16e1773e8 Mon Sep 17 00:00:00 2001 From: zkvm Date: Tue, 31 Dec 2024 17:29:48 +0800 Subject: [PATCH] tweak of evm transfer template --- packages/plugin-evm/src/templates/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugin-evm/src/templates/index.ts b/packages/plugin-evm/src/templates/index.ts index 68c6be91d73..3bd01797ec8 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