Skip to content

Commit 9070f56

Browse files
authored
docs: fix etherscan URL path from /address/ to /tx/ (#96)
The comment in the Usage example incorrectly used /address/ instead of /tx/ for the transaction URL.
1 parent e25877c commit 9070f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ async function main() {
185185
const RPC_URL = `https://eth-mainnet.g.alchemy.com/v2/${process.env.ALCHEMY_API_KEY}`;
186186

187187
// You can pass any transaction hash that you got after submitted a 0x transaction:
188-
// https://etherscan.io/address/0x2fc205711fc933ef6e5bcc0bf6e6a9bfc220b2d8073aea4f41305882f485669d
188+
// https://etherscan.io/tx/0x2fc205711fc933ef6e5bcc0bf6e6a9bfc220b2d8073aea4f41305882f485669d
189189
const transactionHash = `0x2fc205711fc933ef6e5bcc0bf6e6a9bfc220b2d8073aea4f41305882f485669d`;
190190

191191
const publicClient = createPublicClient({

0 commit comments

Comments
 (0)