We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to deploy a diamond using Gnosis Safe, and would like to inspect the transactions before they are submitted.
I would like to know if there is a way to 'dump' the transaction payload, so I can go in safe and submit it there.
Alternatively, if you tell me where the ideal spot for this to be implemented, I'll do it on a branch and push a merge request.
Thanks
The text was updated successfully, but these errors were encountered:
The best would be to create a signer protocol that would support outputing the tx data and then asking the user for the final tx hash to wait on:
hardhat-deploy/src/helpers.ts
Line 1644 in e0ffcf9
Sorry, something went wrong.
No branches or pull requests
I'm trying to deploy a diamond using Gnosis Safe, and would like to inspect the transactions before they are submitted.
I would like to know if there is a way to 'dump' the transaction payload, so I can go in safe and submit it there.
Alternatively, if you tell me where the ideal spot for this to be implemented, I'll do it on a branch and push a merge request.
Thanks
The text was updated successfully, but these errors were encountered: