Skip to content

Commit

Permalink
Merge branch 'main' into add-steth
Browse files Browse the repository at this point in the history
  • Loading branch information
marktoda authored Feb 21, 2025
2 parents 7f4b055 + a6e9621 commit 51a661e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ If you are building hooks, it may be useful to inherit from the `BaseHook` contr

```solidity
import {BaseHook} from 'v4-periphery/src/base/hooks/BaseHook.sol';
import {BaseHook} from 'v4-periphery/src/utils/BaseHook.sol';
contract CoolHook is BaseHook {
// Override the hook callbacks you want on your hook
Expand Down

0 comments on commit 51a661e

Please sign in to comment.