Skip to content

Commit c6c6346

Browse files
authored
Dev test (#418)
* 1 * 2
1 parent 26dd146 commit c6c6346

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
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.
44

5-
## Contributing
65

7-
If you’re interested in contributing please see the [contribution guidelines](https://github.com/Uniswap/v4-periphery/blob/main/CONTRIBUTING.md)!
86

97
## Local Deployment and Usage
108

@@ -14,7 +12,6 @@ To utilize the contracts and deploy to a local testnet, you can install the code
1412
forge install https://github.com/Uniswap/v4-periphery
1513
```
1614

17-
If you are building hooks, it may be useful to inherit from the `BaseHook` contract:
1815

1916
```solidity
2017

0 commit comments

Comments
 (0)