Skip to content

Commit

Permalink
Fix: KnitFinance, small fix (DefiLlama#11734)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpeluche authored and Adolf998 committed Sep 29, 2024
1 parent 0339e5a commit d980cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/knitfinance/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit d980cd3

Please sign in to comment.