From dcc19f498f43bbb3b4b5fc0c2f797c5a8f451f80 Mon Sep 17 00:00:00 2001 From: Andrey Dolgolev Date: Thu, 17 Mar 2022 15:58:04 +0200 Subject: [PATCH] Activate ethereum subscription type. --- backend/moonstreamapi/admin/subscription_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/moonstreamapi/admin/subscription_types.py b/backend/moonstreamapi/admin/subscription_types.py index 4349b392..c8fe3f00 100644 --- a/backend/moonstreamapi/admin/subscription_types.py +++ b/backend/moonstreamapi/admin/subscription_types.py @@ -25,7 +25,7 @@ CANONICAL_SUBSCRIPTION_TYPES = { icon_url="https://s3.amazonaws.com/static.simiotics.com/moonstream/assets/ethereum/eth-diamond-purple.png", stripe_product_id=None, stripe_price_id=None, - active=False, + active=True, ), "polygon_smartcontract": SubscriptionTypeResourceData( id="polygon_smartcontract",