Skip to content

Commit

Permalink
Export verifyTypedData in utils (#687).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Oct 20, 2020
1 parent 116cc89 commit a21202c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ethers/src.ts/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { computePublicKey, recoverPublicKey, SigningKey } from "@ethersproject/s
import { formatBytes32String, nameprep, parseBytes32String, _toEscapedUtf8String, toUtf8Bytes, toUtf8CodePoints, toUtf8String, Utf8ErrorFuncs } from "@ethersproject/strings";
import { computeAddress, parse as parseTransaction, recoverAddress, serialize as serializeTransaction } from "@ethersproject/transactions";
import { commify, formatEther, parseEther, formatUnits, parseUnits } from "@ethersproject/units";
import { verifyMessage } from "@ethersproject/wallet";
import { verifyMessage, verifyTypedData } from "@ethersproject/wallet";
import { _fetchData, fetchJson, poll } from "@ethersproject/web";

////////////////////////
Expand Down Expand Up @@ -160,6 +160,7 @@ export {
recoverPublicKey,

verifyMessage,
verifyTypedData,

mnemonicToEntropy,
entropyToMnemonic,
Expand Down

0 comments on commit a21202c

Please sign in to comment.