From 6a98f6162e74835fa7e5c56a6b1adbf458c7cb05 Mon Sep 17 00:00:00 2001 From: phessophissy Date: Tue, 23 Dec 2025 00:15:53 +0100 Subject: [PATCH] docs: fix etherscan URL path from /address/ to /tx/ The comment in the Usage example incorrectly used /address/ instead of /tx/ for the transaction URL. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a055d2d..807f6f5 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ async function main() { const RPC_URL = `https://eth-mainnet.g.alchemy.com/v2/${process.env.ALCHEMY_API_KEY}`; // You can pass any transaction hash that you got after submitted a 0x transaction: - // https://etherscan.io/address/0x2fc205711fc933ef6e5bcc0bf6e6a9bfc220b2d8073aea4f41305882f485669d + // https://etherscan.io/tx/0x2fc205711fc933ef6e5bcc0bf6e6a9bfc220b2d8073aea4f41305882f485669d const transactionHash = `0x2fc205711fc933ef6e5bcc0bf6e6a9bfc220b2d8073aea4f41305882f485669d`; const publicClient = createPublicClient({