diff --git a/src/utils/signature/hashTypedData.ts b/src/utils/signature/hashTypedData.ts index a70c248927..32bd4b899f 100644 --- a/src/utils/signature/hashTypedData.ts +++ b/src/utils/signature/hashTypedData.ts @@ -100,7 +100,10 @@ export function hashDomain({ }) } -export type HashStructErrorType = EncodeDataErrorType | Keccak256ErrorType | ErrorType +export type HashStructErrorType = + | EncodeDataErrorType + | Keccak256ErrorType + | ErrorType export function hashStruct({ data,