gelato:cancel-withdrawal
Put a settled withdrawal request back into the Gelato Gas Tank instead of withdrawing it (on Polygon). Needs the same merkle proof as gelato:withdraw — fetched from the 1Balance API, or given with --proof and --total.
⚗️ Experimental — available at next.evmcrispr.com.
Syntax
Section titled “Syntax”gelato:cancel-withdrawal <amount> <token>Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
amount | number | USDC amount (6 decimals) |
token | token-symbol | USDC |
- Same proof as
gelato:withdraw; use it to keep funds in the tank after a settled request you no longer want to take out.
Examples
Section titled “Examples”# TODO: add examples