Skip to content

Commit

Permalink
Add ZKSync plugin (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
avkos authored Mar 7, 2024
1 parent cd87d66 commit 8db3368
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.idea
4 changes: 4 additions & 0 deletions src/pluginList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,8 @@ export default [
name : "@chainsafe/web3-plugin-eip4337",
isFeatured : true
},
{
name : "web3-plugin-zksync",
isFeatured : true
}
] as { name: string; isFeatured: boolean }[];

0 comments on commit 8db3368

Please sign in to comment.