From a8b1c210d1d05c252f09e39b85924d5f76cbff15 Mon Sep 17 00:00:00 2001 From: Razvan Gabriel Date: Sat, 1 Feb 2025 15:48:46 +0200 Subject: [PATCH] fix(templates): step label instead of month in stepper templates --- templates/2025-02/unlockSteps-duration-template.csv | 4 ++-- templates/2025-02/unlockSteps-range-template.csv | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/2025-02/unlockSteps-duration-template.csv b/templates/2025-02/unlockSteps-duration-template.csv index aebf408..7609171 100644 --- a/templates/2025-02/unlockSteps-duration-template.csv +++ b/templates/2025-02/unlockSteps-duration-template.csv @@ -1,5 +1,5 @@ Note: check out the docs at https://docs.sablier.com/csv to learn more address,amount,duration,steps,initial 0xf31b00e025584486f7c37Cf0AE0073c97c12c634,100,2 years 20 days,4,at start -0xf31b00e025584486f7c37Cf0AE0073c97c12c634,422.85,20 days 8 hours,5,end of first month -0xf31b00e025584486f7c37Cf0AE0073c97c12c634,1337,2 years 4 hours,6,end of first month \ No newline at end of file +0xf31b00e025584486f7c37Cf0AE0073c97c12c634,422.85,20 days 8 hours,5,end of first step +0xf31b00e025584486f7c37Cf0AE0073c97c12c634,1337,2 years 4 hours,6,end of first step \ No newline at end of file diff --git a/templates/2025-02/unlockSteps-range-template.csv b/templates/2025-02/unlockSteps-range-template.csv index a5cc6cf..7750a16 100644 --- a/templates/2025-02/unlockSteps-range-template.csv +++ b/templates/2025-02/unlockSteps-range-template.csv @@ -1,5 +1,5 @@ Note: check out the docs at https://docs.sablier.com/csv to learn more address,amount,start,end,steps,initial 0xf31b00e025584486f7c37Cf0AE0073c97c12c634,100,2024-01-12 16:15,2026-01-24 16:15,7,at start -0xf31b00e025584486f7c37Cf0AE0073c97c12c634,422.85,2023-01-12 16:15,2026-06-12 16:15,6,end of first month +0xf31b00e025584486f7c37Cf0AE0073c97c12c634,422.85,2023-01-12 16:15,2026-06-12 16:15,6,end of first step 0xf31b00e025584486f7c37Cf0AE0073c97c12c634,1337,2024-01-12 16:15,2026-11-12 16:15,5,at start \ No newline at end of file