Skip to content

Commit

Permalink
Update detector.go
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesJUDITH authored Nov 25, 2024
1 parent 334dd33 commit 8161b9c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions berachain-eth-exporter/internal/detector/detector.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,11 @@ func NewClientDetector() *ClientDetector {
},
},
"Erigon": {
signatures: []string{"erigon", "thorax/erigon", "erigontech/erigon"},
signatures: []string{"erigon"},
versions: []*regexp.Regexp{
regexp.MustCompile(`(?i)erigon/v?([\d\.]+)`),
regexp.MustCompile(`(?i)erigon_([\d\.]+)`),
regexp.MustCompile(`(?i)thorax/erigon:v([\d\.]+)`),
regexp.MustCompile(`(?i)erigontech/erigon:v([\d\.]+)`),
regexp.MustCompile(`(?i)erigon/(v[\d\.]+)`),
},
},
"Besu": {
Expand Down

0 comments on commit 8161b9c

Please sign in to comment.