From 068f71e7158f3b8db4bc122f0926a1a48627e055 Mon Sep 17 00:00:00 2001 From: DaMandal0rian <3614052+DaMandal0rian@users.noreply.github.com> Date: Sat, 21 Dec 2024 16:12:52 +0300 Subject: [PATCH] update icon on frontend (#20) --- docker-compose/envs/common-frontend.env | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docker-compose/envs/common-frontend.env b/docker-compose/envs/common-frontend.env index 109f0836cfad..d34b036c698d 100644 --- a/docker-compose/envs/common-frontend.env +++ b/docker-compose/envs/common-frontend.env @@ -13,9 +13,10 @@ NEXT_PUBLIC_APP_PROTOCOL=https NEXT_PUBLIC_HOMEPAGE_CHARTS=['daily_txs'] NEXT_PUBLIC_VISUALIZE_API_HOST=http://localhost:8081 NEXT_PUBLIC_IS_TESTNET=true -NEXT_PUBLIC_NETWORK_LOGO=https://static.r2.autonomys.xyz/logo.svg -NEXT_PUBLIC_NETWORK_ICON=https://static.r2.autonomys.xyz/logo-small.svg -NEXT_PUBLIC_NETWORK_ICON_DARK=https://static.r2.autonomys.xyz/logo-small.svg +NEXT_PUBLIC_NETWORK_LOGO=https://raw.githubusercontent.com/autonomys/blockscout-frontend/refs/heads/subspace-frontend/public/icons/Autonomys_RGB_Lockup_Color.svg +NEXT_PUBLIC_NETWORK_LOGO_DARK=https://github.com/autonomys/blockscout-frontend/blob/subspace-frontend/public/icons/Autonomys_RGB_Lockup_Color_Inverted.svg +NEXT_PUBLIC_NETWORK_ICON=https://raw.githubusercontent.com/autonomys/blockscout-frontend/refs/heads/subspace-frontend/public/icons/Autonomys_RGB_Mark_Color.svg +NEXT_PUBLIC_NETWORK_ICON_DARK=https://raw.githubusercontent.com/autonomys/blockscout-frontend/refs/heads/subspace-frontend/public/icons/Autonomys_RGB_Mark_White.svg NEXT_PUBLIC_HOMEPAGE_PLATE_TEXT_COLOR=rgb(255, 255, 255) NEXT_PUBLIC_API_WEBSOCKET_PROTOCOL=wss NEXT_PUBLIC_WEB3_WALLETS=['metamask']