Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.

Commit 8ad9337

Browse files
authored
Update lodestar regex (#38)
1 parent 4c45643 commit 8ad9337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prepare_training_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"Teku": [r".*[Tt]eku", r"RP-[A-Z]?T v[0-9]*\.[0-9]*\.[0-9]*.*"],
2121
"Nimbus": [r".*[Nn]imbus", r"RP-[A-Z]?N v[0-9]*\.[0-9]*\.[0-9]*.*"],
2222
"Prysm": [r".*[Pp]rysm", "prylabs", r"RP-[A-Z]?P v[0-9]*\.[0-9]*\.[0-9]*.*"],
23-
"Lodestar": [r".*[Ll]odestar"],
23+
"Lodestar": [r".*[Ll]odestar", r"[A-Z]{2}[a-z0-9]{4}LS[a-z0-9]{4}"],
2424
}
2525

2626
REGEX = {

0 commit comments

Comments
 (0)