Skip to content

Commit

Permalink
style: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
smol-ninja committed Dec 12, 2024
1 parent 3f551df commit f3de328
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/apps/guides/01-csv-support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -120,19 +120,19 @@ the app itself. We suggest double-checking in the Sablier app that the dates hav

:::

| Column | Description | Examples |
| :------------- | :------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------ |
| address | String - recipient's address | `0x12...AB` |
| amount | Number - the amount that will be streamed | `100`, `2500`, `42161` or any other valid amount. |
| duration | Duration type - string that denotes the duration of the stream | `1 year 20 days`, `3 years 20 days 4 hours` |
| start | Date type - string that denotes the start date of the stream | `2024-02-24 16:15`, `2026-02-14 17:25` |
| end | Date type - string that denotes the end date of the stream | `2024-02-24 16:15`, `2026-02-14 17:25` |
| cliffDuration | Duration type - string that denotes the cliff duration of the stream | `2 years 20 days`, `3 years 20 days 4 hours` |
| cliffEnd | Date type - string that denotes the cliff end date of the stream | `2024-02-24 16:15`, `2026-02-14 17:25` |
| months | Number - the number of months for the unlock monthly | `4`, `5`, `12` or any other valid integer. |
| steps | Number - the number of steps for the unlock in steps | `4`, `5`, `12` or any other valid integer. |
| unlock | Number - the amount that will be initially unlocked | `100`, `2500`, `42161` or any other valid amount. |
| initial | Initial unlock type - wether the first unlock should occur at the stream start date or at the end of the first month | `at start` or `end of first month` |
| Column | Description | Examples |
| :------------ | :------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------ |
| address | String - recipient's address | `0x12...AB` |
| amount | Number - the amount that will be streamed | `100`, `2500`, `42161` or any other valid amount. |
| duration | Duration type - string that denotes the duration of the stream | `1 year 20 days`, `3 years 20 days 4 hours` |
| start | Date type - string that denotes the start date of the stream | `2024-02-24 16:15`, `2026-02-14 17:25` |
| end | Date type - string that denotes the end date of the stream | `2024-02-24 16:15`, `2026-02-14 17:25` |
| cliffDuration | Duration type - string that denotes the cliff duration of the stream | `2 years 20 days`, `3 years 20 days 4 hours` |
| cliffEnd | Date type - string that denotes the cliff end date of the stream | `2024-02-24 16:15`, `2026-02-14 17:25` |
| months | Number - the number of months for the unlock monthly | `4`, `5`, `12` or any other valid integer. |
| steps | Number - the number of steps for the unlock in steps | `4`, `5`, `12` or any other valid integer. |
| unlock | Number - the amount that will be initially unlocked | `100`, `2500`, `42161` or any other valid amount. |
| initial | Initial unlock type - wether the first unlock should occur at the stream start date or at the end of the first month | `at start` or `end of first month` |

## Airstreams: Create

Expand Down

0 comments on commit f3de328

Please sign in to comment.