From ccef2daf5ee0ae1b5b91b6a957f4825459437e27 Mon Sep 17 00:00:00 2001 From: Andrey Date: Tue, 7 Mar 2023 14:20:26 +0200 Subject: [PATCH] Add wyrm icon. --- backend/moonstreamapi/admin/subscription_types.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/moonstreamapi/admin/subscription_types.py b/backend/moonstreamapi/admin/subscription_types.py index a2a67b0e..22ebc04d 100644 --- a/backend/moonstreamapi/admin/subscription_types.py +++ b/backend/moonstreamapi/admin/subscription_types.py @@ -62,7 +62,7 @@ CANONICAL_SUBSCRIPTION_TYPES = { name="Wyrm smartcontract", choices=["input:address", "tag:erc721"], description="Contracts events and tx_calls of contract of Wyrm blockchain.", - icon_url="https://s3.amazonaws.com/static.simiotics.com/moonstream/assets/xdai-token-logo.png", + icon_url="https://s3.amazonaws.com/static.simiotics.com/moonstream/assets/great-wyrm-network-logo.png", stripe_product_id=None, stripe_price_id=None, active=True, @@ -112,7 +112,7 @@ CANONICAL_SUBSCRIPTION_TYPES = { name="Wyrm transactions", choices=["input:address", "tag:erc721"], description="Wyrm chain transactions subscription.", - icon_url="https://s3.amazonaws.com/static.simiotics.com/moonstream/assets/xdai-token-logo.png", + icon_url="https://s3.amazonaws.com/static.simiotics.com/moonstream/assets/great-wyrm-network-logo.png", stripe_product_id=None, stripe_price_id=None, active=True,