From f3de328a7e34f900b06b82252a7c833e11fa3f89 Mon Sep 17 00:00:00 2001 From: smol-ninja Date: Thu, 12 Dec 2024 19:59:11 +0530 Subject: [PATCH] style: prettier --- docs/apps/guides/01-csv-support.mdx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/apps/guides/01-csv-support.mdx b/docs/apps/guides/01-csv-support.mdx index bf9356f..a2227a0 100644 --- a/docs/apps/guides/01-csv-support.mdx +++ b/docs/apps/guides/01-csv-support.mdx @@ -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