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:
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:
EIP712StorageLocationshould beEIP712_STORAGE_LOCATIONOwnableStorageLocationshould beOWNABLE_STORAGE_LOCATION