From af416f9c1cdb3ea958e8663e6cb6b3837d495247 Mon Sep 17 00:00:00 2001 From: 0xpeluche <110820448+0xpeluche@users.noreply.github.com> Date: Tue, 24 Sep 2024 14:39:40 +0200 Subject: [PATCH] Fix: KnitFinance, small fix (#11734) --- projects/knitfinance/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/knitfinance/index.js b/projects/knitfinance/index.js index 56a821106a98..81226c1fbcb0 100644 --- a/projects/knitfinance/index.js +++ b/projects/knitfinance/index.js @@ -51,8 +51,8 @@ module.exports = { }; function addChain(chain) { + module.exports.deadFrom = "2023-02-01" module.exports[chain] = { - deadFrom: "2023-02-01", tvl: async () => { const balances = {} const key = chainConfig[chain];