Skip to content

Commit

Permalink
Deprecate SafeSignerLaunchpad
Browse files Browse the repository at this point in the history
This PR removes the `SafeSignerLaunchpad` as we can provide a better
developer experience with just the `SafeWebAuthnSharedSigner` contract
when working with ERC-4337.
  • Loading branch information
nlordell committed Jun 10, 2024
1 parent c8daebb commit bad527c
Show file tree
Hide file tree
Showing 54 changed files with 268 additions and 4,504 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_passkey_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
cache: pnpm
- run: |
pnpm install
pnpm run -F "{examples/4337-passkeys}" lint
pnpm run -F "{examples/4337-passkeys}" build
pnpm run --filter "@safe-global/safe-modules-example-4337-passkeys" lint
pnpm run --filter "@safe-global/safe-modules-example-4337-passkeys" build
env:
VITE_WC_CLOUD_PROJECT_ID: ${{ secrets.VITE_WC_CLOUD_PROJECT_ID }}
VITE_WC_4337_BUNDLER_URL: ${{ secrets.VITE_WC_4337_BUNDLER_URL }}
5 changes: 3 additions & 2 deletions examples/4337-passkeys-singleton-signer/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@safe-global/safe-modules-example-4337-passkeys-singleton-signer",
"name": "@safe-global/safe-modules-example-4337-passkeys",
"private": true,
"version": "0.0.0",
"type": "module",
Expand All @@ -13,7 +13,8 @@
"dependencies": {
"@account-abstraction/contracts": "0.7.0",
"@safe-global/safe-4337": "0.3.0",
"@safe-global/safe-passkey": "0.2.0-alpha.1",
"@safe-global/safe-contracts": "^1.4.1-build.0",
"@safe-global/safe-passkey": "workspace:0.2.0-alpha.2",
"@web3modal/ethers": "^4.1.11",
"ethers": "^6.12.1",
"react": "^18.3.1",
Expand Down
5 changes: 0 additions & 5 deletions examples/4337-passkeys/.env.example

This file was deleted.

14 changes: 0 additions & 14 deletions examples/4337-passkeys/.eslintrc.cjs

This file was deleted.

24 changes: 0 additions & 24 deletions examples/4337-passkeys/.gitignore

This file was deleted.

41 changes: 0 additions & 41 deletions examples/4337-passkeys/README.md

This file was deleted.

13 changes: 0 additions & 13 deletions examples/4337-passkeys/index.html

This file was deleted.

32 changes: 0 additions & 32 deletions examples/4337-passkeys/package.json

This file was deleted.

21 changes: 0 additions & 21 deletions examples/4337-passkeys/public/safe-logo.svg

This file was deleted.

3 changes: 0 additions & 3 deletions examples/4337-passkeys/src/components/ConnectButton.tsx

This file was deleted.

9 changes: 0 additions & 9 deletions examples/4337-passkeys/src/components/ConnectWallet.tsx

This file was deleted.

48 changes: 0 additions & 48 deletions examples/4337-passkeys/src/components/MissingAccountFundsCard.tsx

This file was deleted.

Loading

0 comments on commit bad527c

Please sign in to comment.