diff --git a/crawlers/mooncrawl/mooncrawl/moonworm_crawler/cli.py b/crawlers/mooncrawl/mooncrawl/moonworm_crawler/cli.py index 8c7f8743..c6f48fb3 100644 --- a/crawlers/mooncrawl/mooncrawl/moonworm_crawler/cli.py +++ b/crawlers/mooncrawl/mooncrawl/moonworm_crawler/cli.py @@ -6,9 +6,9 @@ from urllib.parse import urlparse, urlunparse import requests -from moonstreamdb.subscriptions import blockchain_type_to_subscription_type from moonstreamdbv3.db import MoonstreamDBEngine, MoonstreamDBIndexesEngine from moonstreamtypes.blockchain import AvailableBlockchainType +from moonstreamtypes.subscriptions import blockchain_type_to_subscription_type from web3 import Web3 from web3.middleware import geth_poa_middleware diff --git a/crawlers/mooncrawl/setup.py b/crawlers/mooncrawl/setup.py index d9754065..189dbcec 100644 --- a/crawlers/mooncrawl/setup.py +++ b/crawlers/mooncrawl/setup.py @@ -39,7 +39,7 @@ setup( "fastapi", "moonstreamdb>=0.4.4", "moonstreamdb-v3>=0.0.9", - "moonstream-types>=0.0.1", + "moonstream-types>=0.0.2", "moonstream>=0.1.1", "moonworm[moonstream]>=0.6.2", "humbug",