Skip to content

Commit 831ba2a

Browse files
committed
chore: remove unused input and fix comment
1 parent be0b7ec commit 831ba2a

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

examples/11-automated-refunds/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ description: Refunds clients based on past orders
44
inputs:
55
- chainId: uint32
66
- token: string
7-
- amount: string # Amount in wei (as string)
7+
- amount: string # e.g., '1.5' = 1.5 of the given token
88
- recipient: address
99
- maxFee: string # e.g., '0.01' = 0.01 of the given token

examples/14-fee-collection/manifest.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ name: Collect Task
33
description: Swaps all user tokens for USDC and sends the USDC to a recipient
44
inputs:
55
- chainId: int32
6-
- tokensCsv: string
76
- slippageBps: uint16 # e.g., 50 = 0.50%
87
- recipient: address

0 commit comments

Comments
 (0)