pull/616/head
kompotkot 2022-05-26 13:43:49 +00:00
rodzic 9776db79d6
commit 3e7b566c63
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -37,7 +37,7 @@ logger = logging.getLogger(__name__)
subscription_ids_by_blockchain = {
"ethereum": ["ethereum_blockchain", "ethereum_smartcontract"],
"polygon": ["polygon_blockchain", "polygon_smartcontract"],
"xdai": ["xdai_blockchain", "xdai_smartcontract"]
"xdai": ["xdai_blockchain", "xdai_smartcontract"],
}
blockchain_by_subscription_id = {