Skip to content

Commit 0e51a3d

Browse files
authored
Update sdk-trace-txns.mdx
1 parent daa99bd commit 0e51a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/app-developers/tutorials/sdk-trace-txns.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Since viem is a [Node.js](https://nodejs.org/en/) library, you'll need to create
4444

4545
## Add RPC URLs to your environment
4646

47-
You'll be using the `getTransactionReceipt` function from the viem library during this tutorial. This function use event queries to retrieve the receipt for a deposit or withdrawal.
47+
You'll be using the `getTransactionReceipt` function from the viem library during this tutorial. This function uses event queries to retrieve the receipt for a deposit or withdrawal.
4848
Since this function uses large event queries, you'll need to use an RPC provider like [Alchemy](https://alchemy.com) that supports indexed event queries.
4949
Grab an L1 and L2 RPC URL for Sepolia and OP Sepolia, respectively.
5050

0 commit comments

Comments
 (0)