You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Of course, sorry I should have done this in the first place: Professionally deployed smart contracts that have admin- or upgrade capabilities should not be governed or deployed by a single wallet, but instead a multisig account. Doing so is right now only supported by either using polkadot.js/apps or custom scripting as far as I know.
The process looks like the following:
You initiate the deployment transaction on one machine (probably by passing a special flag/function to indicate that it's an "unfinished" multisig transaction.
Copy over the call-data hash to all necessary signatory machines and continue/finish the transaction there.
Would be nice to make this possible within contracts-ui as well.
wottpal
changed the title
Support Contract Deployments with a Multisig
Support Contract Deployments & Interactions with a Multisig
Oct 21, 2023
No description provided.
The text was updated successfully, but these errors were encountered: