Skip to content

Commit

Permalink
Update docs/docs/guides/wallet/tx-types.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alex  <luu.alex98@gmail.com>
  • Loading branch information
SantiagoDevRel and luu-alex authored Jul 16, 2024
1 parent 00a6299 commit b7a848e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/guides/wallet/tx-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A Legacy Transaction refers to a transaction that was created using an older ver
```ts
import { Web3 } from "web3";

const web3 = new Web3("https://rpc2.sepolia.org");
const web3 = new Web3("https://rpc2.sepolia.org"); // RPC node url

async function txLegacy() {
const wallet = web3.eth.wallet.add("YOUR_PRIVATE_KEY"); // make sure you have funds
Expand Down

0 comments on commit b7a848e

Please sign in to comment.