Skip to content

Commit

Permalink
πŸ“ Update README and Milady (#1216)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectorized authored Dec 7, 2024
1 parent 090b173 commit 9cbe33b
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 @@ -63,6 +63,7 @@ utils
β”œβ”€ ERC1967Factory β€” "Factory for deploying and managing ERC1967 proxy contracts"
β”œβ”€ ERC1967FactoryConstants β€” "The address and bytecode of the canonical ERC1967Factory"
β”œβ”€ EfficientHashLib β€” "Library for efficiently performing keccak256 hashes"
β”œβ”€ EnumerableMapLib β€” "Library for managing enumerable maps in storage"
β”œβ”€ EnumerableSetLib β€” "Library for managing enumerable sets in storage"
β”œβ”€ FixedPointMathLib β€” "Arithmetic library with operations for fixed-point numbers"
β”œβ”€ GasBurnerLib β€” "Library for burning gas without reverting"
Expand Down
1 change: 1 addition & 0 deletions src/Milady.sol
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import "./utils/EIP712.sol";
import "./utils/ERC1967Factory.sol";
import "./utils/ERC1967FactoryConstants.sol";
import "./utils/EfficientHashLib.sol";
import "./utils/EnumerableMapLib.sol";
import "./utils/EnumerableSetLib.sol";
import "./utils/FixedPointMathLib.sol";
import "./utils/GasBurnerLib.sol";
Expand Down

0 comments on commit 9cbe33b

Please sign in to comment.