Update versions.

pull/1112/head
Andrey 2024-07-22 14:21:34 +03:00
rodzic 72cbf96fc6
commit d86a6fe410
3 zmienionych plików z 13 dodań i 2 usunięć

Wyświetl plik

@ -29,6 +29,17 @@ CANONICAL_SUBSCRIPTION_TYPES = {
stripe_price_id=None,
active=True,
),
"ethereum_sepolia_smartcontract": SubscriptionTypeResourceData(
id="ethereum_sepolia_smartcontract",
name="Ethereum Sepolia smartcontracts",
blockchain="ethereum_sepolia",
choices=["input:address", "tag:erc721"],
description="Contracts events and tx_calls of contract of Ethereum Sepolia blockchain",
icon_url="https://static.simiotics.com/moonstream/assets/ethereum/eth-diamond-purple.png",
stripe_product_id=None,
stripe_price_id=None,
active=True,
),
"polygon_smartcontract": SubscriptionTypeResourceData(
id="polygon_smartcontract",
name="Polygon smartcontracts",

Wyświetl plik

@ -2,4 +2,4 @@
Moonstream library and API version.
"""
MOONSTREAMAPI_VERSION = "0.4.4"
MOONSTREAMAPI_VERSION = "0.4.5"

Wyświetl plik

@ -1 +1 @@
0.0.13
0.0.14