Skip to content

Commit

Permalink
feat: add adaptor for flapdotsh (#11272)
Browse files Browse the repository at this point in the history
  • Loading branch information
flapguy authored Aug 13, 2024
1 parent 49cfb6c commit 8c4b92c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions projects/flapdotsh/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
const { sumTokensExport } = require("../helper/unwrapLPs");
const coreAssets = require("../helper/coreAssets.json");

const portal = [
"0xe2ce6ab80874fa9fa2aae65d277dd6b8e65c9de0",
];

const tokens = [coreAssets.null];

module.exports = {
bsc: {
tvl: sumTokensExport({ owners: portal, tokens })
},
};

0 comments on commit 8c4b92c

Please sign in to comment.