From 1e1459071fb392521bb678cd7ccb0d4c9f17a504 Mon Sep 17 00:00:00 2001 From: Andrey Date: Thu, 22 Feb 2024 03:10:11 +0200 Subject: [PATCH] Add logos. --- moonstreamapi/moonstreamapi/admin/subscription_types.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/moonstreamapi/moonstreamapi/admin/subscription_types.py b/moonstreamapi/moonstreamapi/admin/subscription_types.py index 80d5ff5c..65cf1ecd 100644 --- a/moonstreamapi/moonstreamapi/admin/subscription_types.py +++ b/moonstreamapi/moonstreamapi/admin/subscription_types.py @@ -101,7 +101,7 @@ CANONICAL_SUBSCRIPTION_TYPES = { blockchain="arbitrum_nova", choices=["input:address", "tag:erc721"], description="Contracts events and tx_calls of contract of Arbitrum Nova blockchain.", - icon_url="https://s3.amazonaws.com/static.simiotics.com/moonstream/assets/ethereum/eth-diamond-purple.png", + icon_url="https://s3.amazonaws.com/static.simiotics.com/moonstream/assets/arbitrum-nova-token-logo.png", stripe_product_id=None, stripe_price_id=None, active=True, @@ -112,7 +112,7 @@ CANONICAL_SUBSCRIPTION_TYPES = { blockchain="arbitrum_sepolia", choices=["input:address", "tag:erc721"], description="Contracts events and tx_calls of contract of Arbitrum Sepolia blockchain.", - icon_url="https://s3.amazonaws.com/static.simiotics.com/moonstream/assets/ethereum/eth-diamond-purple.png", + icon_url="https://s3.amazonaws.com/static.simiotics.com/moonstream/assets/arbitrum-sepolia-token-logo.png", stripe_product_id=None, stripe_price_id=None, active=True, @@ -123,7 +123,7 @@ CANONICAL_SUBSCRIPTION_TYPES = { blockchain="xai", choices=["input:address", "tag:erc721"], description="Contracts events and tx_calls of contract of Xai blockchain.", - icon_url="https://s3.amazonaws.com/static.simiotics.com/moonstream/assets/ethereum/eth-diamond-purple.png", + icon_url="https://s3.amazonaws.com/static.simiotics.com/moonstream/assets/xai-token-logo.png", stripe_product_id=None, stripe_price_id=None, active=True,