Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions blockscout/envs/common-frontend.env
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ NEXT_PUBLIC_AD_TEXT_PROVIDER=none
NEXT_PUBLIC_FEATURED_NETWORKS=
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID=0bcd4c7ef4545c3ed95149192d4d06aa
NEXT_PUBLIC_OG_IMAGE_URL=file:///app/public/static/kadena_evm_og_image.png
NEXT_PUBLIC_VIEWS_BLOCK_HIDDEN_FIELDS=[\"total_reward\"]
Copy link
Contributor

@javadkh2 javadkh2 Aug 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you dont need to escape "

Suggested change
NEXT_PUBLIC_VIEWS_BLOCK_HIDDEN_FIELDS=[\"total_reward\"]
NEXT_PUBLIC_VIEWS_BLOCK_HIDDEN_FIELDS=["total_reward"]