Skip to content

Commit e89f353

Browse files
authored
Update: Injera (#16732)
1 parent 30d3460 commit e89f353

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

projects/injera/index.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ async function addRedBankTvl(balances, chain) {
2121
}
2222

2323
module.exports = {
24+
deadFrom: '2025-09-01',
2425
timetravel: false,
2526
methodology: 'For Injective chain, sum token balances in Bank/Credit Manager smart contracts to approximate net deposits, plus vault underlying assets held',
26-
injective: {
27-
tvl: injectiveTVL,
28-
},
27+
injective: { tvl: injectiveTVL },
2928
};

0 commit comments

Comments
 (0)