Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: finalize verification script #148

Merged
merged 3 commits into from
Aug 10, 2024

Conversation

johnnyonline
Copy link
Member

No description provided.

@danoctavian
Copy link
Contributor

Can we move these checks:

    require(
        address(deployment.eigenStrategyManager.ynEigen()) == address(deployment.ynEigen),
        "eigenStrategyManager: ynEigen INVALID"
    );
    console.log("\u2705 eigenStrategyManager: ynEigen - Value:", address(deployment.eigenStrategyManager.ynEigen()));
    
    to a verifyEigenStrategyManagerDependencies function?
    
    It's not part of system parameters, there's a few more like this

@danoctavian danoctavian merged commit 621e04f into feature/yneigen Aug 10, 2024
1 check passed
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.

2 participants