safe-global / safe-modules

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

Daimo deployment update #481

Closed remedcu closed 3 months ago

remedcu commented 3 months ago

The latest version of the passkey module uses safe-singleton-factory for deployment, but we use the official deployment from here which uses the Deterministic method.

This issue captures the work for deploying Daimo with the Deterministic approach while keeping the rest of the deployment as it is (Daimo should not be deployed twice, just once with the Deterministic approach).

More context: https://github.com/safe-global/safe-modules/pull/477#discussion_r1713852370