Skip to content

Commit

Permalink
Update lodestar regex (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
ensi321 authored Dec 11, 2024
1 parent 4c45643 commit 8ad9337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare_training_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"Teku": [r".*[Tt]eku", r"RP-[A-Z]?T v[0-9]*\.[0-9]*\.[0-9]*.*"],
"Nimbus": [r".*[Nn]imbus", r"RP-[A-Z]?N v[0-9]*\.[0-9]*\.[0-9]*.*"],
"Prysm": [r".*[Pp]rysm", "prylabs", r"RP-[A-Z]?P v[0-9]*\.[0-9]*\.[0-9]*.*"],
"Lodestar": [r".*[Ll]odestar"],
"Lodestar": [r".*[Ll]odestar", r"[A-Z]{2}[a-z0-9]{4}LS[a-z0-9]{4}"],
}

REGEX = {
Expand Down

0 comments on commit 8ad9337

Please sign in to comment.