Skip to content

Commit 7d31577

Browse files
committed
Rename script, fix examples
1 parent f08cf1d commit 7d31577

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

script/premint/generate_premint_csv.py renamed to script/premint/generate_batch_renewals.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
Script to generate a CSV file with token ids and 5-year duration for premint names.
44
55
# Default 5-year duration
6-
python3 generate_premint_csv.py one_year_premints
6+
python3 generate_batch_renewals.py premint1
77
88
# Custom 1-year duration
9-
python3 generate_premint_csv.py one_year_premints -d 1
9+
python3 generate_batch_renewals.py premint1 -d 1
1010
1111
# Custom 2.5-year duration with custom output
12-
python3 generate_premint_csv.py one_year_premints -o custom.csv --duration 2.5
12+
python3 generate_batch_renewals.py premint1 -o premint1_batch.csv --duration 2.5
1313
1414
# Show help
15-
python3 generate_premint_csv.py --help
15+
python3 generate_batch_renewals.py --help
1616
"""
1717

1818
import csv

0 commit comments

Comments
 (0)