kopia lustrzana https://github.com/bugout-dev/moonstream
Update versions.
rodzic
72cbf96fc6
commit
d86a6fe410
|
@ -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",
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
Moonstream library and API version.
|
||||
"""
|
||||
|
||||
MOONSTREAMAPI_VERSION = "0.4.4"
|
||||
MOONSTREAMAPI_VERSION = "0.4.5"
|
||||
|
|
|
@ -1 +1 @@
|
|||
0.0.13
|
||||
0.0.14
|
||||
|
|
Ładowanie…
Reference in New Issue