-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(templates): step label instead of month in stepper templates
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
0xf31b00e025584486f7c37Cf0AE0073c97c12c634,422.85,20 days 8 hours,5,end of first step | ||
0xf31b00e025584486f7c37Cf0AE0073c97c12c634,1337,2 years 4 hours,6,end of first step |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |