Skip to content

Commit

Permalink
Remove etherspot client for now
Browse files Browse the repository at this point in the history
  • Loading branch information
plusminushalf committed Dec 12, 2024
1 parent f13b35b commit 74824a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 108 deletions.
15 changes: 0 additions & 15 deletions packages/permissionless/clients/decorators/etherspot.ts

This file was deleted.

93 changes: 0 additions & 93 deletions packages/permissionless/clients/etherspot.ts

This file was deleted.

5 changes: 5 additions & 0 deletions packages/permissionless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
"import": "./_esm/actions/pimlico.js",
"default": "./_cjs/actions/pimlico.js"
},
"./actions/etherspot": {
"types": "./_types/actions/etherspot.d.ts",
"import": "./_esm/actions/etherspot.js",
"default": "./_cjs/actions/etherspot.js"
},
"./actions/smartAccount": {
"types": "./_types/actions/smartAccount.d.ts",
"import": "./_esm/actions/smartAccount.js",
Expand Down

0 comments on commit 74824a4

Please sign in to comment.