Skip to content

Commit

Permalink
add fomogame to matchain (#12713)
Browse files Browse the repository at this point in the history
Co-authored-by: Aleks Wojewoda <[email protected]>
  • Loading branch information
alekswoje and alekswoje authored Dec 19, 2024
1 parent dcc5083 commit 2da10d1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions projects/fomogame/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
const { sumTokensExport } = require("../helper/unwrapLPs");
const coreAssets = require("../helper/coreAssets.json");
const Fomo3D = [
"0xba8be5277A06D2635553b331eAa0BCB6f4bDB809"
];

module.exports = {
methodology: "TVL includes a Fomo3D farm contracts",
matchain: {
tvl: sumTokensExport({ owners: Fomo3D, tokens: [coreAssets.null] }),
},
};

0 comments on commit 2da10d1

Please sign in to comment.