From 3eccc959ebdd3f91d9d32a51fc299eebbb943ac7 Mon Sep 17 00:00:00 2001 From: g1ntoki <99907941+g1nt0ki@users.noreply.github.com> Date: Tue, 10 Sep 2024 11:08:07 +0200 Subject: [PATCH] track https://www.treehouse.finance #11572 --- projects/treehouse/index.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 projects/treehouse/index.js diff --git a/projects/treehouse/index.js b/projects/treehouse/index.js new file mode 100644 index 0000000000..3379c86c8c --- /dev/null +++ b/projects/treehouse/index.js @@ -0,0 +1,9 @@ +const ADDRESSES = require('../helper/coreAssets.json'); +const { sumTokensExport } = require('../helper/unwrapLPs'); + +module.exports = { + start: 1725926400, // Tuesday, September 10, 2024 12:00:00 AM + ethereum: { + tvl: sumTokensExport({ owner: '0x551d155760ae96050439AD24Ae98A96c765d761B', tokens: [ADDRESSES.ethereum.WSTETH], }), + } +} \ No newline at end of file