Skip to content

Commit

Permalink
chore: add deployed address
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlagonia committed Sep 24, 2024
1 parent e90ecb8 commit 6e12ce0
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;
0x254A93feff3BEeF9cA004E913bB5443754e8aB19;

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

0 comments on commit 6e12ce0

Please sign in to comment.