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",