Skip to content

Commit

Permalink
Merge pull request #1604 from zkvm/fix-plugin-evm-transfer-action
Browse files Browse the repository at this point in the history
fix: tweak transfer template of plugin-evm
  • Loading branch information
shakkernerd authored Dec 31, 2024
2 parents 2077d6b + a551daa commit 66c66fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-evm/src/templates/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66c66fd

Please sign in to comment.