Update contract migrations and cic-cache to chainlib erc20 split

This commit is contained in:
nolash
2021-05-02 16:22:17 +02:00
parent 2e66e48dd6
commit ef1e1658f7
6 changed files with 14 additions and 14 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