Do a better job of updating the create script

This commit is contained in:
nolash
2021-02-20 20:28:14 +01:00
parent d8adcd47e1
commit fdb16130a2
5 changed files with 13 additions and 8 deletions

View File

@@ -6,10 +6,13 @@
# standard imports
import logging
# third-party imports
# external imports
import celery
from cic_registry.chain import ChainSpec
#from cic_registry.chain import ChainSpec
from cic_registry import CICRegistry
from chainlib.chain import ChainSpec
# local imports
from cic_eth.eth.factory import TxFactory
from cic_eth.db.enum import LockEnum