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

build: script for public holesky testnet #578

Merged
merged 6 commits into from
Jun 5, 2024
Merged

Conversation

8sunyuan
Copy link
Collaborator

@8sunyuan 8sunyuan commented Jun 3, 2024

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

@8sunyuan 8sunyuan requested review from gpsanant and ypatil12 June 3, 2024 22:09
@8sunyuan 8sunyuan mentioned this pull request Jun 3, 2024
README.md Outdated Show resolved Hide resolved
"EIGENImpl": "0x083bC9e0DCF2C3e13E24686e5202232995578c5a",
"bEIGENImpl": "0x4500927874Ad41538c1bEF2F5278E7a86DF6bce8",
"eigenStrategy": "0x43252609bff8a13dFe5e057097f2f45A24387a84",
"eigenStrategyImpl": "0x94650e09a471CEF96e7966cabf26718FBf352697"
Copy link
Contributor

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?

Copy link
Collaborator Author

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",
Copy link
Contributor

Choose a reason for hiding this comment

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

?

Copy link
Collaborator

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

Copy link
Contributor

@gpsanant gpsanant left a comment

Choose a reason for hiding this comment

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

pls respond

Copy link
Collaborator

@wadealexc wadealexc left a comment

Choose a reason for hiding this comment

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

LGTM

@8sunyuan 8sunyuan merged commit a888a1c into dev Jun 5, 2024
16 checks passed
@8sunyuan 8sunyuan deleted the deploy-rewards-coordinator branch June 5, 2024 16:14
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