You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The storage location constants currently have a different naming style compared to other constants in the library. For example, a typical constant in the library is named like TYPE_HASH, following the uppercase snake case convention. However, the storage location constants are not adhering to this pattern.
The storage location constants currently have a different naming style compared to other constants in the library. For example, a typical constant in the library is named like
TYPE_HASH
, following the uppercase snake case convention. However, the storage location constants are not adhering to this pattern.Some examples are:
EIP712StorageLocation
should beEIP712_STORAGE_LOCATION
OwnableStorageLocation
should beOWNABLE_STORAGE_LOCATION
The text was updated successfully, but these errors were encountered: