We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be0b7ec commit 831ba2aCopy full SHA for 831ba2a
2 files changed
examples/11-automated-refunds/manifest.yaml
@@ -4,6 +4,6 @@ description: Refunds clients based on past orders
4
inputs:
5
- chainId: uint32
6
- token: string
7
- - amount: string # Amount in wei (as string)
+ - amount: string # e.g., '1.5' = 1.5 of the given token
8
- recipient: address
9
- maxFee: string # e.g., '0.01' = 0.01 of the given token
examples/14-fee-collection/manifest.yaml
@@ -3,6 +3,5 @@ name: Collect Task
3
description: Swaps all user tokens for USDC and sends the USDC to a recipient
- chainId: int32
- - tokensCsv: string
- slippageBps: uint16 # e.g., 50 = 0.50%
0 commit comments