Skip to content

Commit

Permalink
Added ORA plugin to pluginList.ts (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
hadzija7 authored Jul 30, 2024
1 parent 827d2d7 commit 11b82da
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 @@ -78,6 +78,10 @@ export default [
{
name: "web3-plugin-graphql",
isFeatured: false
},
{
name: "@ora-io/web3-plugin-ora",
isFeatured: false
}
] as { name: string; isFeatured: boolean }[];


0 comments on commit 11b82da

Please sign in to comment.