Update componens for chainlib erc20 split

This commit is contained in:
Louis Holbrook
2021-05-02 17:11:03 +00:00
parent e71b2411d0
commit 5d3d773f41
11 changed files with 29 additions and 29 deletions

View File

@@ -2,7 +2,6 @@
import logging
# external imports
from chainlib.eth.erc20 import ERC20
from chainlib.eth.address import (
to_checksum_address,
)
@@ -13,6 +12,7 @@ from cic_eth_registry.error import (
NotAContractError,
ContractMismatchError,
)
from eth_erc20 import ERC20
# local imports
from .base import TagSyncFilter