Skip to content

Commit

Permalink
update icon on frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
DaMandal0rian committed Dec 21, 2024
1 parent 9c42aeb commit a755ab5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose/envs/common-frontend.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ 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/favicon/safari-pinned-tab.svg
NEXT_PUBLIC_NETWORK_ICON=https://raw.githubusercontent.com/autonomys/blockscout-frontend/refs/heads/subspace-frontend/public/favicon/safari-pinned-tab.svg
NEXT_PUBLIC_NETWORK_ICON_DARK=https://raw.githubusercontent.com/autonomys/blockscout-frontend/refs/heads/subspace-frontend/public/favicon/safari-pinned-tab.svg
NEXT_PUBLIC_HOMEPAGE_PLATE_TEXT_COLOR=rgb(255, 255, 255)
NEXT_PUBLIC_API_WEBSOCKET_PROTOCOL=wss
NEXT_PUBLIC_WEB3_WALLETS=['metamask']
Expand Down

0 comments on commit a755ab5

Please sign in to comment.