Skip to content

Commit a558bff

Browse files
committed
fix silo spike
1 parent 7614ace commit a558bff

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

fees/silo-finance-v2/index.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,12 @@ const subgraphMapping: SubgraphMapping = {
4949
// Some silos started to represent bad debt because of a token price drop,
5050
// so we will filter out these silos from the data
5151
const badDebtSiloMapping: BadDebtSiloMapping = {
52-
[CHAIN.ETHEREUM]: [],
52+
[CHAIN.ETHEREUM]: [
53+
{
54+
silo: '0x1dE3bA67Da79A81Bc0c3922689c98550e4bd9bc2',
55+
timestamp: 1762128000, // 2025-11-03
56+
}
57+
],
5358
[CHAIN.ARBITRUM]: [
5459
{
5560
silo: '0xacb7432a4bb15402ce2afe0a7c9d5b738604f6f9',

0 commit comments

Comments
 (0)