Skip to content

Commit

Permalink
Added hackathon plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiagoDevRel authored Jun 26, 2024
1 parent 1fe718d commit 5585b07
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/pluginList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,17 @@ export default [
{
name : "web3-plugin-contracts",
isFeatured : false
}
},
{
name : "web3-plugin-sign",
isFeatured : false
},
{
name : "plugin-web3js-avalanche",
isFeatured : false
},
{
name : "web3-plugin-eas",
isFeatured : false
},
] as { name: string; isFeatured: boolean }[];

0 comments on commit 5585b07

Please sign in to comment.