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,