We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e25877c commit 9070f56Copy full SHA for 9070f56
README.md
@@ -185,7 +185,7 @@ async function main() {
185
const RPC_URL = `https://eth-mainnet.g.alchemy.com/v2/${process.env.ALCHEMY_API_KEY}`;
186
187
// You can pass any transaction hash that you got after submitted a 0x transaction:
188
- // https://etherscan.io/address/0x2fc205711fc933ef6e5bcc0bf6e6a9bfc220b2d8073aea4f41305882f485669d
+ // https://etherscan.io/tx/0x2fc205711fc933ef6e5bcc0bf6e6a9bfc220b2d8073aea4f41305882f485669d
189
const transactionHash = `0x2fc205711fc933ef6e5bcc0bf6e6a9bfc220b2d8073aea4f41305882f485669d`;
190
191
const publicClient = createPublicClient({
0 commit comments