Skip to content

Conversation

@phessophissy
Copy link
Contributor

Summary

Fixed a typo in the README.md Usage example where the Etherscan URL path incorrectly used /address/ instead of /tx/ for the transaction link.

Changes

  • Before: // https://etherscan.io/address/0x2fc205711fc933ef6e5bcc0bf6e6a9bfc220b2d8073aea4f41305882f485669d
  • After: // https://etherscan.io/tx/0x2fc205711fc933ef6e5bcc0bf6e6a9bfc220b2d8073aea4f41305882f485669d

Why

The URL is referencing a transaction hash, so it should use Etherscan's /tx/ path (for transactions), not /address/ (which is for wallet/contract addresses).

The comment in the Usage example incorrectly used /address/ instead of /tx/ for the transaction URL.
@hzhu
Copy link
Member

hzhu commented Jan 26, 2026

Thanks @phessophissy!

Copy link
Member

@hzhu hzhu left a comment

Choose a reason for hiding this comment

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

Thanks @phessophissy

@hzhu hzhu merged commit 9070f56 into 0xProject:main Jan 26, 2026
@hzhu
Copy link
Member

hzhu commented Jan 26, 2026

Thanks for following CONVENTIONAL_COMMITS 🙏🏽

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.

2 participants