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

[BUG] Sozo doesn't generate overlays for mainnet #2495

Open
0xMugen opened this issue Oct 3, 2024 · 0 comments
Open

[BUG] Sozo doesn't generate overlays for mainnet #2495

0xMugen opened this issue Oct 3, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@0xMugen
Copy link

0xMugen commented Oct 3, 2024

Describe the bug
When deploying to mainnet the Overlays aren't automatically applied, so you have to manually apply write access to the system contracts

To Reproduce
This happend while I was following the https://github.com/rsodre/512karat readme guide to deploy on sepolia/mainnet

Expected behavior
A overlays/mainnet file is expected to appear. So that the mainnet deployment behaves the same way as in local testing
Re-running sozo -P mainnet migrate apply doesn't fix the issue.

Additional context
The current work around is manually authorising read/write access to the contracts via sozo

example:

sozo auth grant writer ns:octoguns,actions --world 0x7447477a7c852c946f0b8d13ebdfe0db9e78f3de60ab799320691502b4d32a3
@0xMugen 0xMugen added the bug Something isn't working label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant