[OP Stack Deployment] <How to set a Multi-Signature Admin account> #140
-
Did you check the documentation?
Did you check for duplicate questions?
Issue DescriptionIn the
For Admin, The current config only can set But I want to set the Admin to Multi-Signature account like Gnosis Safe. How to do this? Thank you very much if there is a example. LogsNo response Additional InformationNo response FeedbackNo response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
I am not very familiar with how to deploy op-stack to the production environment. My immature understanding is that we can transfer ownership, and this can be accomplished through a contract call. The link provided is to a potentially relevant contract. Please patiently wait for responses from others. CC @sbvegan https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/deployments/goerli/AddressManager.json |
Beta Was this translation helpful? Give feedback.
-
You'll notice that in the step 2 of the Generate Addresses portion of the tutorial, you're creating environment variables for the following wallet.sh script. What this is doing is creating testing EOAs with foundry's cast. If you want to use a multi-sig wallet instead. You need to manually do so for this step and any of the following steps that require these generated EOAs. |
Beta Was this translation helpful? Give feedback.
-
Hey @zhwindy, We hope your recent question was resolved to your satisfaction. Your feedback is invaluable and helps us improve our support services. Could you spare a moment to fill out a short feedback survey. Thank you for helping us improve our developer community. |
Beta Was this translation helpful? Give feedback.
Here's the high level guide here: https://docs.optimism.io/builders/chain-operators/management/key-management