Skip to content

Fix Etherscan link URL parameter#12

Open
brnunes wants to merge 1 commit into
metrom-xyz:mainfrom
brnunes:fix/etherscan-link-parameter
Open

Fix Etherscan link URL parameter#12
brnunes wants to merge 1 commit into
metrom-xyz:mainfrom
brnunes:fix/etherscan-link-parameter

Conversation

@brnunes
Copy link
Copy Markdown

@brnunes brnunes commented Feb 3, 2026

Summary

Fixes a malformed URL in the Etherscan link at the bottom of the page.

Changes

  • Added missing = sign after the a query parameter in the Etherscan URL
  • The link now correctly resolves to ?a=0x000000000000000000000000000000000000dEaD instead of ?a0x000000000000000000000000000000000000dEaD

Impact

Without this fix, the Etherscan link doesn't properly filter transactions to the dead address, making it harder for users to verify the burn transactions directly from the footer link.

Test Plan

  • Verified the URL format is now correct with the = sign
  • Tested the link opens correctly in browser to the filtered view

🤖 Generated with Claude Code

Add missing equals sign in Etherscan URL query parameter. The link was
using ?a instead of ?a=, resulting in a malformed URL that didn't
properly filter transactions to the dead address.

Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Feb 3, 2026

@brnunes is attempting to deploy a commit to the 0xvenky's projects Team on Vercel.

A member of the Team first needs to authorize it.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Feb 3, 2026

⚠️ No Changeset found

Latest commit: 0c53253

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant