Skip to content

Commit

Permalink
Add authors
Browse files Browse the repository at this point in the history
  • Loading branch information
kadenzipfel committed Oct 23, 2024
1 parent 01ee3ca commit e9fcc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Doppler.sol
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ int24 constant MAX_TICK_SPACING = 30;
uint256 constant MAX_PRICE_DISCOVERY_SLUGS = 10;

/// @title Doppler
/// @author TODO
/// @author kadenzipfel, kinrezC, clemlak, aadams, and Alexangelj
contract Doppler is BaseHook {
using PoolIdLibrary for PoolKey;
using StateLibrary for IPoolManager;
Expand Down

0 comments on commit e9fcc44

Please sign in to comment.