reaper fix

This commit is contained in:
slasher125
2023-03-02 21:41:59 +04:00
parent 9062358742
commit 8860f73408
2 changed files with 9 additions and 1 deletions

View File

@@ -46,7 +46,13 @@ const main = async () => {
}
}
}
return data;
return data.filter(
(p) =>
![
'0x152d62dccc2c7c7930c4483cc2a24fefd23c24c2-fantom',
'0x5427f192137405e6a4143d1c3321359bab2dbd87-fantom',
].includes(p.pool)
);
};

View File

@@ -48,6 +48,8 @@ const excludePools = [
'0x19D3364A399d251E894aC732651be8B0E4e85001', // ydai
'0x09AA7178049Ba617119425A80faeee12dBe121de', // weth on klap
'0x5f18C75AbDAe578b483E5F43f12a39cF75b973a9', // old usdc vault on yearn
'0x152d62dccc2c7c7930c4483cc2a24fefd23c24c2-fantom',
'0x5427f192137405e6a4143d1c3321359bab2dbd87-fantom',
];
const boundaries = {