safe-global / safe-modules

A collection of modules that can be used with the Safe contract
GNU Lesser General Public License v3.0
140 stars 73 forks source link

Use Safe Singleton Factory for Deployments #473

Closed nlordell closed 3 weeks ago

nlordell commented 1 month ago

Context / issue

Currently, all our deployments are done using the CREATE2 deployer at 0x4e59b44847b379578588920ca78fbf26c0b4956c. We should change our modules to use the Safe singleton factory, just like we do for our core contracts.

Affected modules:

Make sure to update the expected address and include this in the CHANGELOG for the respective projects.

remedcu commented 3 weeks ago

Closed by #477