safe-global / safe-core-sdk

The Safe{Core} SDK allows builders to add account abstraction functionality into their apps.
https://docs.safe.global/sdk/overview
MIT License
242 stars 177 forks source link

[Passkeys] Fetch contract addresses from `safe-modules-deployments` #850

Open dasanra opened 2 weeks ago

dasanra commented 2 weeks ago

Context / issue

Currently the Passkey contract addresses are hardcoded and only available for Sepolia. When the contracts are finally audited and deployed we should change to @safe-global/safe-modules-deployments as the source of truth.

Proposed solution