Skip to content

Gas tracker: bug fixes and improvements #2792

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 23, 2025
Merged

Gas tracker: bug fixes and improvements #2792

merged 3 commits into from
Jun 23, 2025

Conversation

tom2drum
Copy link
Collaborator

Description and Related Issue(s)

Proposed Changes

The default value for NEXT_PUBLIC_GAS_TRACKER_UNITS for testnets has been changed from ['usd', 'gwei'] to ['gwei'].

Checklist for PR author

  • I have tested these changes locally.
  • I added tests to cover any new functionality, following this guide
  • Whenever I fix a bug, I include a regression test to ensure that the bug does not reappear silently.
  • If I have added, changed, renamed, or removed an environment variable
    • I updated the list of environment variables in the documentation
    • I made the necessary changes to the validator script according to the guide
    • I added "ENVs" label to this pull request

@tom2drum tom2drum added the ENVs label Jun 19, 2025
@tom2drum tom2drum requested a review from isstuev June 19, 2025 17:56
@github-actions github-actions bot added enhancement New feature or request bug Something isn't working labels Jun 19, 2025
@tom2drum tom2drum merged commit 95eba28 into main Jun 23, 2025
20 of 21 checks passed
@tom2drum tom2drum deleted the tom2drum/issue-2781 branch June 23, 2025 17:25
ayv8er pushed a commit to ayv8er/blockscout-frontend that referenced this pull request Jul 18, 2025
* Gas tracker page: hide `Gas price history` if chart is not enabled

Fixes blockscout#2781

* change default value for NEXT_PUBLIC_GAS_TRACKER_UNITS for testnets

* fix env for pw tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request ENVs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Gas tracker page: hide Gas price history if chart is not enabled Gas tracker: change default ENV value for testnets
2 participants