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

Is there a flag to output deployment transaction details ? #556

Open
jdbertron opened this issue Sep 10, 2024 · 1 comment
Open

Is there a flag to output deployment transaction details ? #556

jdbertron opened this issue Sep 10, 2024 · 1 comment

Comments

@jdbertron
Copy link

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

@wighawag
Copy link
Owner

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:

async function getFrom(from: string): Promise<{

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants