intentDepositToSlow
Deposit tokens or ETH into a SLOW contract with a timelock delay by specifying chain, token, recipient, amount, and delay in seconds.
Instructions
Deposit tokens or ETH into SLOW contract with a timelock
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | The amount to deposit in human readable format (e.g. for 0.01 ETH use 0.01) | |
| chainId | Yes | The chainId to execute the intent on. | |
| delay | Yes | The timelock delay in seconds | |
| to | Yes | The recipient address | |
| token | Yes | The token address to deposit (use 0x0000000000000000000000000000000000000000 for ETH) |