From ac435c373f715ebc8d2d4b4514616a103f887698 Mon Sep 17 00:00:00 2001 From: g1nt0ki <99907941+g1nt0ki@users.noreply.github.com> Date: Wed, 5 Nov 2025 15:13:01 +0100 Subject: [PATCH] flap: track xlayer --- projects/flapdotsh/index.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/projects/flapdotsh/index.js b/projects/flapdotsh/index.js index 289eb41a3..db544d574 100644 --- a/projects/flapdotsh/index.js +++ b/projects/flapdotsh/index.js @@ -1,5 +1,6 @@ const { sumTokensExport } = require("../helper/unwrapLPs"); const coreAssets = require("../helper/coreAssets.json"); +const ADDRESSES = require('../helper/coreAssets.json') const portal = [ "0xe2ce6ab80874fa9fa2aae65d277dd6b8e65c9de0", @@ -11,4 +12,7 @@ module.exports = { bsc: { tvl: sumTokensExport({ owners: portal, tokens }) }, + xlayer: { + tvl: sumTokensExport({ owner: '0xb30D8c4216E1f21F27444D2FfAee3ad577808678', tokens: [ADDRESSES.null, ADDRESSES.xlayer.WOKB, '0x779ded0c9e1022225f8e0630b35a9b54be713736'] }), + }, }; \ No newline at end of file