-
Notifications
You must be signed in to change notification settings - Fork 346
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: pepe deploy script and config cleanup #697
Conversation
wadealexc
commented
Aug 20, 2024
- removes a lot of old configs and scripts
- cleans up mainnet config and deploy folder
Rather than creating new config/address files each deploy/upgrade, we can update the existing files. I also added a (This all needs to be documented in a |
|
674d719
to
8a5f094
Compare
"addresses": { | ||
"avsDirectory": "0x135dda560e946695d6f155dacafc6f1f25c1f5af", | ||
"avsDirectoryImplementation": "0xdabdb3cd346b7d5f5779b0b614ede1cc9dcba5b7", | ||
"beaconOracle": "0x343907185b71aDF0eBa9567538314396aa985442", |
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.
noting beaconOracle and DWR addresses not needed after this upgrade
|
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
|
|