From f6d5cc3af52b3ad01ac233b57ccfcf1e9b2c70dd Mon Sep 17 00:00:00 2001 From: Sara Reynolds Date: Thu, 12 Dec 2024 12:41:40 -0500 Subject: [PATCH 1/2] 1 --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 2322db2f..66539874 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,7 @@ Uniswap v4 is a new automated market maker protocol that provides extensibility and customizability to pools. `v4-periphery` hosts the logic that builds on top of the core pool logic like hook contracts, position managers, and even possibly libraries needed for integrations. The `v4-periphery` contracts in this repository are still in development and further periphery contracts have not yet been built. -## Contributing -If you’re interested in contributing please see the [contribution guidelines](https://github.com/Uniswap/v4-periphery/blob/main/CONTRIBUTING.md)! ## Local Deployment and Usage From 148d03413e64778b230a6e2e0220f5a8ff3f9441 Mon Sep 17 00:00:00 2001 From: Sara Reynolds Date: Thu, 12 Dec 2024 12:41:58 -0500 Subject: [PATCH 2/2] 2 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 66539874..398323dc 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ To utilize the contracts and deploy to a local testnet, you can install the code forge install https://github.com/Uniswap/v4-periphery ``` -If you are building hooks, it may be useful to inherit from the `BaseHook` contract: ```solidity