From 7674f23cfc1d8658e838d85bdb11ba02492d941f Mon Sep 17 00:00:00 2001 From: Razvan Gabriel Date: Mon, 27 Jan 2025 16:28:01 +0200 Subject: [PATCH] feat: new templates for 2025 q1 --- templates/2025-01/cliff-duration-template.csv | 5 +++++ templates/2025-01/cliff-range-template.csv | 5 +++++ templates/2025-01/unlockCliff-duration-template.csv | 5 +++++ templates/2025-01/unlockCliff-range-template.csv | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 templates/2025-01/cliff-duration-template.csv create mode 100644 templates/2025-01/cliff-range-template.csv create mode 100644 templates/2025-01/unlockCliff-duration-template.csv create mode 100644 templates/2025-01/unlockCliff-range-template.csv diff --git a/templates/2025-01/cliff-duration-template.csv b/templates/2025-01/cliff-duration-template.csv new file mode 100644 index 0000000..ae48b36 --- /dev/null +++ b/templates/2025-01/cliff-duration-template.csv @@ -0,0 +1,5 @@ +Note: check out docs at https://docs.sablier.com/csv to learn more +address,amount,duration,cliffDuration,cliffAmount +0xf31b00e025584486f7c37Cf0AE0073c97c12c634,100,2 years 20 days,1 years 45 days 6 hours,50 +0xf31b00e025584486f7c37Cf0AE0073c97c12c634,422.85,1 years 20 days,45 days,120 +0xf31b00e025584486f7c37Cf0AE0073c97c12c634,1337,20 days,10 hours,999 \ No newline at end of file diff --git a/templates/2025-01/cliff-range-template.csv b/templates/2025-01/cliff-range-template.csv new file mode 100644 index 0000000..6b0ad87 --- /dev/null +++ b/templates/2025-01/cliff-range-template.csv @@ -0,0 +1,5 @@ +Note: check out docs at https://docs.sablier.com/csv to learn more +address,amount,start,end,cliffEnd,cliffAmount +0xf31b00e025584486f7c37Cf0AE0073c97c12c634,100,2024-01-12 16:15,2026-01-24 16:15,2024-01-23 16:15,50 +0xf31b00e025584486f7c37Cf0AE0073c97c12c634,422.85,2023-01-12 16:15,2026-06-12 16:15,2024-06-11 16:15,120 +0xf31b00e025584486f7c37Cf0AE0073c97c12c634,1337,2024-01-12 16:15,2026-11-12 16:15,2024-11-11 16:15,999 \ No newline at end of file diff --git a/templates/2025-01/unlockCliff-duration-template.csv b/templates/2025-01/unlockCliff-duration-template.csv new file mode 100644 index 0000000..7857f9f --- /dev/null +++ b/templates/2025-01/unlockCliff-duration-template.csv @@ -0,0 +1,5 @@ +Note: check out docs at https://docs.sablier.com/csv to learn more +address,amount,duration,cliffDuration,unlock,cliffAmount +0xf31b00e025584486f7c37Cf0AE0073c97c12c634,100,2 years 20 days,1 years 45 days 6 hours,80, 10 +0xf31b00e025584486f7c37Cf0AE0073c97c12c634,422.85,2 years 20 days,1 years 45 days 6 hours,80, 10 +0xf31b00e025584486f7c37Cf0AE0073c97c12c634,1337,2 years 20 days,1 years 45 days 6 hours,80, 10 \ No newline at end of file diff --git a/templates/2025-01/unlockCliff-range-template.csv b/templates/2025-01/unlockCliff-range-template.csv new file mode 100644 index 0000000..42617b3 --- /dev/null +++ b/templates/2025-01/unlockCliff-range-template.csv @@ -0,0 +1,5 @@ +Note: check out docs at https://docs.sablier.com/csv to learn more +address,amount,start,end,cliffEnd,unlock,cliffAmount +0xf31b00e025584486f7c37Cf0AE0073c97c12c634,100,2024-01-12 16:15,2026-01-24 16:15,2024-01-23 16:15,80,10 +0xf31b00e025584486f7c37Cf0AE0073c97c12c634,422.85,2023-01-12 16:15,2026-06-12 16:15,2024-06-11 16:15,80,10 +0xf31b00e025584486f7c37Cf0AE0073c97c12c634,1337,2024-01-12 16:15,2026-11-12 16:15,2024-11-11 16:15,80,10 \ No newline at end of file