Skip to content

Commit

Permalink
Edit Milady and README
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectorized committed Oct 27, 2024
1 parent c02615b commit d9ce06f
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 @@ -54,6 +54,7 @@ utils
├─ SignatureCheckerLib — "Library for verification of ECDSA and ERC1271 signatures"
├─ ECDSA — "Library for verification of ECDSA signatures"
├─ P256 — "Gas optimized P256 wrapper"
├─ WebAuthn — "WebAuthn helper"
├─ EIP712 — "Contract for EIP-712 typed structured data hashing and signing"
├─ DeploylessPredeployQueryer — "Deployless queryer for predeploys"
├─ ERC1967Factory — "Factory for deploying and managing ERC1967 proxy contracts"
Expand Down
1 change: 1 addition & 0 deletions src/Milady.sol
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ import "./utils/SafeTransferLib.sol";
import "./utils/SignatureCheckerLib.sol";
import "./utils/UUPSUpgradeable.sol";
import "./utils/UpgradeableBeacon.sol";
import "./utils/WebAuthn.sol";
import "./utils/ext/delegatexyz/DelegateCheckerLib.sol";

library Milady {
Expand Down

0 comments on commit d9ce06f

Please sign in to comment.