-
Notifications
You must be signed in to change notification settings - Fork 348
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
build: script for public holesky testnet #578
Conversation
"EIGENImpl": "0x083bC9e0DCF2C3e13E24686e5202232995578c5a", | ||
"bEIGENImpl": "0x4500927874Ad41538c1bEF2F5278E7a86DF6bce8", | ||
"eigenStrategy": "0x43252609bff8a13dFe5e057097f2f45A24387a84", | ||
"eigenStrategyImpl": "0x94650e09a471CEF96e7966cabf26718FBf352697" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is all of this token stuff added?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was needed to fix the deploy scripts since you added the token address checks to the ExistingDeploymentParser
script helper
@@ -45,7 +45,16 @@ | |||
"strategyManager": "0xdfB5f6CE42aAA7830E94ECFCcAd411beF4d4D5b6", | |||
"strategyManagerImplementation": "0x59f766A603C53f3AC8Be43bBe158c1519b193a18", | |||
"rewardsCoordinator": "0x0000000000000000000000000000000000000000", | |||
"rewardsCoordinatorImplementation": "0x0000000000000000000000000000000000000000" | |||
"rewardsCoordinatorImplementation": "0x0000000000000000000000000000000000000000", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are you question marking the diff here? the whole line is marked as a diff because a comma was added at the end :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls respond
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The script being used will be
Deploy_Test_RewardsCoordinator.s.sol
for deployment.The main thing to review are the config values under
Deploy_RewardsCoordinator.holesky.config.json