From 5585b073ec41c3f9c6a5b06f4631cda1c6810d4a Mon Sep 17 00:00:00 2001 From: Santiago Trujillo Zuluaga Date: Wed, 26 Jun 2024 12:36:18 +0300 Subject: [PATCH] Added hackathon plugins --- src/pluginList.ts | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/pluginList.ts b/src/pluginList.ts index 7694463..27f2f6a 100644 --- a/src/pluginList.ts +++ b/src/pluginList.ts @@ -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 }[];