Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
fix(curve): Filter out hacked crypto pool (#3077)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpoulin committed Nov 22, 2023
1 parent b17bdd4 commit 5e7321e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/apps/curve/ethereum/curve.crypto-pool.token-fetcher.ts
Expand Up @@ -6,4 +6,6 @@ import { CurveCryptoPoolTokenFetcher } from '../common/curve.crypto-pool.token-f
export class EthereumCurveCryptoPoolTokenFetcher extends CurveCryptoPoolTokenFetcher {
groupLabel = 'Pools';
registryAddress = '0x8f942c20d02befc377d41445793068908e2250d0';

blacklistedSwapAddresses = ['0xed4064f376cb8d68f770fb1ff088a3d0f3ff5c4d'];
}

0 comments on commit 5e7321e

Please sign in to comment.