Add zksync era smartcontract subscription type.

pull/909/head
Andrey 2023-08-29 02:48:47 +03:00
rodzic a65f1559bf
commit 561ff35f13
1 zmienionych plików z 11 dodań i 0 usunięć

Wyświetl plik

@ -72,6 +72,17 @@ CANONICAL_SUBSCRIPTION_TYPES = {
stripe_price_id=None,
active=True,
),
"zksync_era_smartcontract": SubscriptionTypeResourceData(
id="zksync_era_smartcontract",
name="zkSync Era smartcontract",
blockchain="zksync_era",
choices=["input:address", "tag:erc721"],
description="Contracts events and tx_calls of contract of zkSync Era blockchain.",
icon_url="https://s3.amazonaws.com/static.simiotics.com/moonstream/assets/zksync-era-testnet-token-logo.png",
stripe_product_id=None,
stripe_price_id=None,
active=True,
),
"zksync_era_testnet_smartcontract": SubscriptionTypeResourceData(
id="zksync_era_testnet_smartcontract",
name="zkSync Era testnet smartcontract",