Skip to content

Conversation

@loga4
Copy link
Contributor

@loga4 loga4 commented Nov 10, 2025

No description provided.

@loga4 loga4 changed the base branch from testnet-3 to feature/review November 12, 2025 02:27
Copy link

Copilot AI commented Nov 12, 2025

@avsetsin I've opened a new pull request, #57, to work on those changes. Once the pull request is ready, I'll request review from you.


function initialize(address _owner) external initializer {
__ReentrancyGuard_init();
__Ownable_init(_owner);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can it be fixed STRATEGY address instead of ownable? doesn't look like there will be owner changes

import {Address} from "@openzeppelin/contracts/utils/Address.sol";
import {IStrategyCallForwarder} from "src/interfaces/IStrategyCallForwarder.sol";

contract StrategyCallForwarder is

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a simple contract, so looks like it can be deployed without proxy

Base automatically changed from feature/review to testnet-3 November 12, 2025 10:50
@avsetsin avsetsin merged commit 25ecb4a into testnet-3 Nov 12, 2025
5 checks passed
@avsetsin avsetsin deleted the feat/strategy3 branch November 12, 2025 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants