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

feat(relay-kit): Tests for using passkey with 4337 #846

Closed tmjssz closed 1 week ago

tmjssz commented 2 weeks ago

What it solves

Resolves #792

How this PR fixes it

Adding tests for using passkeys with the Safe4337Pack.

tmjssz commented 2 weeks ago

There are a duplicated passkey(s).ts file. Perhaps a renaming?

Ahh yes, I missed that. It actually didn't happen due to renaming, but because Leo and me did both move the passkey utils out to another file. I just didn't notice the difference in the passkey(s) file name. I removed passkey.ts now.