Skip to content

Commit

Permalink
fix: incorrect hex EIP-191 regex length (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
IdrisHanafi committed Jul 5, 2023
1 parent 608001d commit c009a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schemas/base-types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ bytes256:
bytes65:
title: 65 hex encoded bytes
type: string
pattern: ^0x[0-9a-f]{65}$
pattern: ^0x[0-9a-f]{130}$
uint:
title: hex encoded unsigned integer
type: string
Expand Down

0 comments on commit c009a52

Please sign in to comment.