-
Notifications
You must be signed in to change notification settings - Fork 105
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
Programmatic configuration of safe master copy #102
Programmatic configuration of safe master copy #102
Comments
Perhaps running some SQL commands to set the database values would suffice? |
Sure, you can use some SQL or a Django management script to achieve that |
Ended up sharing a migration through docker volumes which sets default values. As this is a bit hacky I will change that into a manage.py custom command which should allow to insert a safe master copy through the CLI. Want me to add a PR for that? All in all it worked out fine, the infra is now running in our GH actions and the API tests run against it nicely ❤️ 🙏 |
Sure thing
Good to hear that! |
Closing this due inactivity |
@Uxio0 Better late than never I guess!😉 Submitted a PR but wasn't able to run tests locally (see comment on PR). The new command works fine in our CI though |
Hi team!👋 I'm using safe-infrastructure in a github workflow together with a hardhat node and I have trouble with the required manual configuration steps. Locally I'm using the txs admin UI to set the safe master copy address. Is there a (convenient) way to configure the safe master copy address programmatically?
The text was updated successfully, but these errors were encountered: