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

Use SafeSingeltonFactory by default for new deployments #460

Closed
rmeissner opened this issue Dec 16, 2022 · 1 comment
Closed

Use SafeSingeltonFactory by default for new deployments #460

rmeissner opened this issue Dec 16, 2022 · 1 comment
Assignees
Milestone

Comments

@rmeissner
Copy link
Member

Currently the contract use the https://github.com/Arachnid/deterministic-deployment-proxy by default. This contract is not available on all networks (considering only fully evm compatible networks). Therefore the default should be https://github.com/gnosis/safe-singleton-factory. Also deployment should throw an error if the factory is not available for a specific network (currently it falls back to the default).

@mmv08
Copy link
Member

mmv08 commented Dec 25, 2022

Implemented in #469

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