Skip to content

Commit

Permalink
Remove signTypedData version V2
Browse files Browse the repository at this point in the history
This version was never documented or supported. In effect if anyone was
using this, they were using `V3`.
  • Loading branch information
Gudahtt committed Sep 9, 2021
1 parent a00aea5 commit 5e1d441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ interface EIP712TypedData {
value: any;
}

export type Version = 'V1' | 'V2' | 'V3' | 'V4';
export type Version = 'V1' | 'V3' | 'V4';

export interface EthEncryptedData {
version: string;
Expand Down

0 comments on commit 5e1d441

Please sign in to comment.