Skip to content

Commit

Permalink
Update docs on supported flavor of signTypedData
Browse files Browse the repository at this point in the history
Vanilla `eth_signTypedData` was marked as unsupported in NomicFoundation#1189, in favor of the v4 version. This PR updates the docs to reflect that.
  • Loading branch information
spalladino authored and jacobrosenthal committed Apr 29, 2021
1 parent c5c5d35 commit a8e966f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hardhat-network/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ To customise it, take a look at [the configuration section](/config/README.md#ha
- `eth_pendingTransactions`
- `eth_sendRawTransaction`
- `eth_sendTransaction`
- `eth_signTypedData`
- `eth_signTypedData_v4`
- `eth_sign`
- `eth_subscribe`
- `eth_syncing`
Expand Down

0 comments on commit a8e966f

Please sign in to comment.