Skip to content

Conversation

dylanlott
Copy link

@dylanlott dylanlott commented Sep 11, 2025

Add deployRollupSafeInstance function for deploying a Gnosis SAFE to the rollup.

Copy link
Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

address singleton = 0x2f2965efaCFc64Fb85dF1902260eB25C0c996195;
address fallbackHandler = 0xe59838EB7f251489b50940BD640326215420B936;

SafeSetup memory setup = SafeSetup({
Copy link
Member

@prestwich prestwich Sep 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style only:
would it be clearer as

SafeSetup memory setup;
setup.owners = owners;
setup.threshold = threshold;
setup.fallbackHandler = fallbackHandler;
setup.saltNonce = saltNonce;

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

Successfully merging this pull request may close these issues.

2 participants