Skip to content

Commit

Permalink
Remove DexEVM protocol and update __all__ in __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Feb 11, 2024
1 parent 462e6c1 commit cbda811
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 73 deletions.
2 changes: 1 addition & 1 deletion dxsp/protocols/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from dxsp.protocols.uniswap import DexUniswap
from dxsp.protocols.zerox import DexZeroX

__all__ = ["DexUniswap", "DexZeroX", "DexKwenta", "DexEVM"]
__all__ = ["DexUniswap", "DexZeroX", "DexKwenta"]
72 changes: 0 additions & 72 deletions dxsp/protocols/evm.py

This file was deleted.

0 comments on commit cbda811

Please sign in to comment.