Subscriptions map handle from moonstream types

pull/1085/head
kompotkot 2024-06-11 20:36:55 +00:00
rodzic 3582ed0c6e
commit e7ea4a5535
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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",