Skip to content

Commit

Permalink
πŸ“ Update Milady and README for DynamicArrayLib (#1074)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectorized authored Sep 16, 2024
1 parent 65d2a2c commit bff9bb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ utils
β”œβ”€ Multicallable β€” "Contract that enables a single call to call multiple methods on itself"
β”œβ”€ GasBurnerLib β€” "Library for burning gas without reverting"
β”œβ”€ SafeTransferLib β€” "Safe ERC20/ETH transfer lib that handles missing return values"
β”œβ”€ DynamicArrayLib β€” "Library for memory arrays with automatic capacity resizing"
β”œβ”€ DynamicBufferLib β€” "Library for buffers with automatic capacity resizing"
β”œβ”€ EfficientHashLib β€” "Library for efficiently performing keccak256 hashes"
β”œβ”€ MetadataReaderLib β€” "Library for reading contract metadata robustly"
Expand Down
1 change: 1 addition & 0 deletions src/Milady.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import "./utils/Base64.sol";
import "./utils/CREATE3.sol";
import "./utils/DateTimeLib.sol";
import "./utils/DeploylessPredeployQueryer.sol";
import "./utils/DynamicArrayLib.sol";
import "./utils/DynamicBufferLib.sol";
import "./utils/ECDSA.sol";
import "./utils/EIP712.sol";
Expand Down

0 comments on commit bff9bb8

Please sign in to comment.