From f17be1f62c3085ad61b2d5e0c391b4e86dc32b7d Mon Sep 17 00:00:00 2001 From: tj Date: Wed, 21 Feb 2024 10:59:14 +0000 Subject: [PATCH] Meridian: update supported networks --- projects/meridian/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/meridian/index.js b/projects/meridian/index.js index 8295193588..9c2d836b9f 100644 --- a/projects/meridian/index.js +++ b/projects/meridian/index.js @@ -4,4 +4,5 @@ module.exports = { methodology: "Deposited ETH and TLOS on the Base and Telos network", base: { tvl: getLiquityTvl("0x56a901FdF67FC52e7012eb08Cfb47308490A982C") }, telos: { tvl: getLiquityTvl("0xb1F92104E1Ad5Ed84592666EfB1eB52b946E6e68") }, + fuse: { tvl: getLiquityTvl("0xCD413fC3347cE295fc5DB3099839a203d8c2E6D9") }, }; \ No newline at end of file