Skip to content

Commit 7bc35d8

Browse files
Adds in the <data> to the tranfserTemplate XML
1 parent 288cba4 commit 7bc35d8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/templates/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Extract the following information about the requested token transfer:
99
- Amount to transfer (only number without coin symbol, e.g., "0.1")
1010
- Recipient address (must be a valid Ethereum address)
1111
- Token symbol or address (if not a native token transfer)
12+
- Additional data/calldata (if any is included)
1213
1314
Respond with an XML block containing only the extracted values. Use null for any values that cannot be determined.
1415
@@ -17,6 +18,7 @@ Respond with an XML block containing only the extracted values. Use null for any
1718
<amount>string | null</amount>
1819
<toAddress>string | null</toAddress>
1920
<token>string | null</token>
21+
<data>string | null</data>
2022
</response>
2123
2224
IMPORTANT: Your response must ONLY contain the <response></response> XML block above. Do not include any text, thinking, or reasoning before or after this XML block. Start your response immediately with <response> and end with </response>.

0 commit comments

Comments
 (0)