Skip to content

Commit 493a365

Browse files
authored
1 parent b99340b commit 493a365

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/pluginList.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ export default [
7474
{
7575
name : "@chainsafe/web3-plugin-starknet",
7676
isFeatured : true
77+
},
78+
{
79+
name: "web3-plugin-graphql",
80+
isFeatured: false
7781
}
7882
] as { name: string; isFeatured: boolean }[];
7983

0 commit comments

Comments
 (0)