Skip to content

Commit

Permalink
adding superfluid web3 plugin to the plugin list (#41)
Browse files Browse the repository at this point in the history
### Superfluid Web3 Plugin

The Superfluid Web3.js Plugin extends the capabilities of the Web3.js
library to interact seamlessly with the [Superfluid
Protocol](https://superfluid.finance/). This plugin provides convenient
methods for interacting with the Superfluid protocol contracts.

- Repository: https://github.com/Salmandabbakuti/web3-plugin-superfluid
- NPM Package: https://www.npmjs.com/package/web3-plugin-superfluid
  • Loading branch information
Salmandabbakuti authored Nov 27, 2023
1 parent 9e0e238 commit c45a9ad
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 @@ -23,4 +23,8 @@ export default [
name: "@conx3/web3-plugin-aurora",
isFeatured: false
},
] as {name: string, isFeatured: boolean}[];
{
name: "web3-plugin-superfluid",
isFeatured: false
}
] as { name: string; isFeatured: boolean }[];

0 comments on commit c45a9ad

Please sign in to comment.