From 77270dca1e2457d17d0ffe588c4c93a51e4925b3 Mon Sep 17 00:00:00 2001 From: Pascal Marco Caversaccio Date: Tue, 21 Jan 2025 16:24:35 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20Add=20to=20`README`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pascal Marco Caversaccio --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e984d64..0c03c597 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ src ├── math — "Standard Mathematical Utility Functions" ├── merkle_proof_verification — "Merkle Tree Proof Verification Functions" ├── multicall — "Multicall Functions" + ├── pausable — "Pausable Functions" ├── interfaces │ ├── IERC1271 — "EIP-1271 Interface Definition" │ └── IERC5267 — "EIP-5267 Interface Definition" @@ -98,7 +99,8 @@ src ├── eip712_domain_separator_mock — "`eip712_domain_separator` Module Reference Implementation" ├── math_mock — "`math` Module Reference Implementation" ├── merkle_proof_verification_mock — "`merkle_proof_verification` Module Reference Implementation" - └── multicall_mock — "`multicall` Module Reference Implementation" + ├── multicall_mock — "`multicall` Module Reference Implementation" + └── pausable_mock — "`pausable` Module Reference Implementation" ``` ## 🎛 Installation