From 2da10d106592769d42a26ed21e48c946504e4794 Mon Sep 17 00:00:00 2001 From: Aleks Wojewoda <66192641+alekswoje@users.noreply.github.com> Date: Thu, 19 Dec 2024 04:54:41 -0800 Subject: [PATCH] add fomogame to matchain (#12713) Co-authored-by: Aleks Wojewoda <66192641+Lawnmoers@users.noreply.github.com> --- projects/fomogame/index.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 projects/fomogame/index.js diff --git a/projects/fomogame/index.js b/projects/fomogame/index.js new file mode 100644 index 000000000000..2f60bd52dfb3 --- /dev/null +++ b/projects/fomogame/index.js @@ -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] }), + }, +};