We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7614ace commit a558bffCopy full SHA for a558bff
fees/silo-finance-v2/index.ts
@@ -49,7 +49,12 @@ const subgraphMapping: SubgraphMapping = {
49
// Some silos started to represent bad debt because of a token price drop,
50
// so we will filter out these silos from the data
51
const badDebtSiloMapping: BadDebtSiloMapping = {
52
- [CHAIN.ETHEREUM]: [],
+ [CHAIN.ETHEREUM]: [
53
+ {
54
+ silo: '0x1dE3bA67Da79A81Bc0c3922689c98550e4bd9bc2',
55
+ timestamp: 1762128000, // 2025-11-03
56
+ }
57
+ ],
58
[CHAIN.ARBITRUM]: [
59
{
60
silo: '0xacb7432a4bb15402ce2afe0a7c9d5b738604f6f9',
0 commit comments