Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzhen1997 committed Nov 5, 2024
1 parent 8b9566c commit 3815a4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions selectors.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ func ChainIdFromName(name string) (uint64, error) {
return 0, err
}

// assume chain family is evm and chain id can be converted to uint64
parseInt, err := strconv.ParseUint(chainID, 10, 64)
if err != nil {
return 0, err
Expand Down

0 comments on commit 3815a4e

Please sign in to comment.