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

Deploy CacheManager to L2 and L3 #65

Merged
merged 6 commits into from
Jun 26, 2024
Merged

Deploy CacheManager to L2 and L3 #65

merged 6 commits into from
Jun 26, 2024

Conversation

gvladika
Copy link
Collaborator

@gvladika gvladika commented Jun 18, 2024

Deploy CacheManager and enable it on L2 and L3 by calling nitro-contracts' action
Set initial chain owners on L2 and L3 to be l2owner and l3owner accounts

Resolves BLK-170

@gvladika gvladika requested review from tsahee and gzeoneth June 18, 2024 07:52
@@ -378,7 +378,7 @@ function writeL3ChainConfig(argv: any) {
"AllowDebugPrecompiles": true,
"DataAvailabilityCommittee": false,
"InitialArbOSVersion": 30,
"InitialChainOwner": "0x0000000000000000000000000000000000000000",
"InitialChainOwner": argv.l2owner,
Copy link
Member

Choose a reason for hiding this comment

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

wonder if this changing the rollup creation salt and thus address would cause issue downstream

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

not 100% sure, but I think in most places/repos we moved away from hard-coded addresses and instead get them by parsing files

Copy link
Collaborator

@tsahee tsahee left a comment

Choose a reason for hiding this comment

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

LGTM

@tsahee tsahee merged commit 9dc0588 into release Jun 26, 2024
1 check passed
@tsahee tsahee deleted the cache-manager-deploy branch August 8, 2024 22:12
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