@@ -12,6 +12,46 @@ import { HyperdriveLP } from "../internal/HyperdriveLP.sol";
1212import { HyperdriveShort } from "../internal/HyperdriveShort.sol " ;
1313import { HyperdriveStorage } from "../internal/HyperdriveStorage.sol " ;
1414
15+ /// ______ __ _________ _____
16+ /// ___ / / /____ ___________________________ /_________(_)__ ______
17+ /// __ /_/ /__ / / /__ __ \ _ \_ ___/ __ /__ ___/_ /__ | / / _ \
18+ /// _ __ / _ /_/ /__ /_/ / __/ / / /_/ / _ / _ / __ |/ // __/
19+ /// /_/ /_/ _\__, / _ ___/\___//_/ \__,_/ /_/ /_/ _____/ \___/
20+ /// /____/ /_/
21+ /// XXX ++ ++ XXX
22+ /// ############ XXXXX ++0+ +0++ XXXXX ###########
23+ /// ##////////////######## ++00++ ++00++ ########///////////##
24+ /// ##////////////########## ++000++ ++000++ ##########///////////##
25+ /// ##%%%%%%///// ###### ++0000+ +0000++ ###### /////%%%%%%##
26+ /// %%%%%%%%&& ## ++0000+ +0000++ ## &&%%%%%%%%%
27+ /// %&&& ## +o000+ +000o+ ## &&&%
28+ /// ## ++00+- -+00++ ##
29+ /// #% ++0+ +0++ %#
30+ /// ###-:Oo.++++.oO:-###
31+ /// ##: 00++++++00 :##
32+ /// #S###########* 0++00+++00++0 *##########S#
33+ /// #S % $ 0+++0 $ % S#
34+ /// #S ---------- %+++++:#:+++++%----------- S#
35+ /// #S ------------- %++++: ### :++++%------------ S#
36+ /// S ---------------%++++*\ | /*++++%------------- S
37+ /// #S --------------- %++++ ~W~ ++++%666--o UUUU o- S#
38+ /// #S? --------------- %+++++~+++++%&&&8 o \ / o ?S#
39+ /// ?*????**+++;::,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,::;+++**????*?
40+ /// #?+////////////////////////////////////////////////////////////////+?#
41+ /// #;;;;;//////////////////////////////////////////////////////////////;;;;;#
42+ /// S;;;;;;;;;//////////////////////////////////////////////////////////;;;;;;;;;S
43+ /// /;;;;;;;;;;;///////////////////////////////////////////////////////;;;;;;;;;;;;\
44+ /// |||OOOOOOOO||OOOOOOOO=========== __ ___ ===========OOOOOOOO||OOOOOOOO|||
45+ /// |||OOOOOOOO||OOOOOOOO===========| \[__ | \ /===========OOOOOOOO||OOOOOOOO|||
46+ /// |||OOOOOOOO||OOOOOOOO===========|__/[___|___ \/ ===========OOOOOOOO||OOOOOOOO|||
47+ /// ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
48+ /// |||////////000000000000\\\\\\\\|:::::::::::::::|////////00000000000\\\\\\\\\\|||
49+ /// SSS\\\\\\\\000000000000////////|:::::0x666:::::|\\\\\\\\00000000000//////////SSS
50+ /// SSS|||||||||||||||||||||||||||||:::::::::::::::||||||||||||||||||||||||||||||SSS
51+ /// SSSSSSSS|_______________|______________||_______________|______________|SSSSSSSS
52+ /// SSSSSSSS SSSSSSSS
53+ /// SSSSSSSS SSSSSSSS
54+ ///
1555/// @author DELV
1656/// @title Hyperdrive
1757/// @notice A fixed-rate AMM that mints bonds on demand for longs and shorts.
@@ -31,16 +71,16 @@ abstract contract Hyperdrive is
3171 /// functions.
3272 address public immutable target0;
3373
34- /// @notice The target1 address. This is a logic contract that contains all
35- /// some stateful functions.
74+ /// @notice The target1 address. This is a logic contract that contains
75+ /// stateful functions.
3676 address public immutable target1;
3777
38- /// @notice The target2 address. This is a logic contract that contains all
39- /// some stateful functions.
78+ /// @notice The target2 address. This is a logic contract that contains
79+ /// stateful functions.
4080 address public immutable target2;
4181
42- /// @notice The target3 address. This is a logic contract that contains all
43- /// some stateful functions.
82+ /// @notice The target3 address. This is a logic contract that contains
83+ /// stateful functions.
4484 address public immutable target3;
4585
4686 /// @notice The target4 address. This is a logic contract that contains all
0 commit comments