Skip to content

Commit

Permalink
chore: add deployed tokenized strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlagonia committed Apr 8, 2024
1 parent cf791a6 commit 7bf1870
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/BaseStrategy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,8 @@ abstract contract BaseStrategy {
* This address should be the same for every strategy, never be adjusted
* and always be checked before any integration with the Strategy.
*/
// NOTE: This is a holder address based on expected deterministic location for testing
address public constant tokenizedStrategyAddress =
0x2e234DAe75C793f67A35089C9d99245E1C58470b;
0xBB51273D6c746910C7C06fe718f30c936170feD0;

/*//////////////////////////////////////////////////////////////
IMMUTABLES
Expand Down

0 comments on commit 7bf1870

Please sign in to comment.