Skip to content

Commit

Permalink
Add Uniswap Plugin to Plugin List
Browse files Browse the repository at this point in the history
  • Loading branch information
danforbes committed Apr 23, 2024
1 parent a70a7dc commit 2a52dab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pluginList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,12 @@ export default [
name : "web3-plugin-zksync",
isFeatured : true
},
{
{
name : "@namespace-ens/web3-plugin-ens",
isFeatured : false
},
{
name : "web3-uniswap-plugin",
isFeatured : false
}
] as { name: string; isFeatured: boolean }[];

0 comments on commit 2a52dab

Please sign in to comment.