From 9077ff6b7420d4cacaedd1424f5441ce1ec94573 Mon Sep 17 00:00:00 2001 From: Luke Van Seters Date: Thu, 5 Aug 2021 11:57:53 -0400 Subject: [PATCH] Also remove constants --- mev_inspect/strategies/arbitrage.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mev_inspect/strategies/arbitrage.py b/mev_inspect/strategies/arbitrage.py index e109fff..2d4a370 100644 --- a/mev_inspect/strategies/arbitrage.py +++ b/mev_inspect/strategies/arbitrage.py @@ -7,10 +7,6 @@ from mev_inspect.schemas.swaps import Swap from mev_inspect.swaps import get_swaps -UNISWAP_V2_PAIR_ABI_NAME = "UniswapV2Pair" -UNISWAP_V3_POOL_ABI_NAME = "UniswapV3Pool" - - def get_arbitrages(traces: List[ClassifiedTrace]) -> List[Arbitrage]: get_transaction_hash = lambda t: t.transaction_hash traces_by_transaction = groupby(