Skip to content

Commit

Permalink
Merge pull request #76 from 0xJurassicPunk/readme-updates
Browse files Browse the repository at this point in the history
docs: README update
  • Loading branch information
0xJurassicPunk authored Feb 1, 2023
2 parents d91c5ea + 708f49e commit a0a09ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ It also contains generic contract interfaces (for EIP/ERC) that can be used.
| Name | Description | Type | Latest version |
| ------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | -------- | -------------- |
| OwnableTwoSteps | Contract for managing ownership of a smart contract. The transfer of ownership is done in a 2-step process. | Contract | 2.5.0 |
| SignatureChecker | Contract for verifying the validity of a signature for EOA (64-byte, 65-byte signatures) and EIP-1271. | Contract | 2.4.4 |
| SignatureCheckerCalldata | Contract for verifying the validity of a (calldata) signature for EOA (64-byte, 65-byte signatures) and EIP-1271. | Contract | 3.0.0 |
| SignatureCheckerMemory | Contract for verifying the validity of a (memory) signature for EOA (64-byte, 65-byte signatures) and EIP-1271. | Contract | 3.0.0 |
| ReentrancyGuard | Contract with a modifier to prevent reentrancy calls. | Contract | 2.4.4 |
| PackedReentrancyGuard | Contract with a modifier to prevent reentrancy calls. Adapted from ReentrancyGuard. | Contract | 2.5.1 |
| LowLevelETHTransfer | Low-level call function to transfer ETH | Contract | 2.4.4 |
Expand Down

0 comments on commit a0a09ce

Please sign in to comment.