Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
connorwstein committed Nov 6, 2024
1 parent 41daf87 commit 5e8d626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selectors.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const (
)

func GetSelectorFamily(selector uint64) (string, error) {
if _, exist := evmChainIdToChainSelector[selector]; exist {
if _, exist := evmChainsBySelector[selector]; exist {
return FamilyEVM, nil
}
if _, exist := solanaChainIdBySelector[selector]; exist {
Expand Down

0 comments on commit 5e8d626

Please sign in to comment.