diff --git a/src/BaseStrategy.sol b/src/BaseStrategy.sol index 2622a88..2d929ef 100644 --- a/src/BaseStrategy.sol +++ b/src/BaseStrategy.sol @@ -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