Skip to content

Commit

Permalink
fix: correct wrong URL for the sepolia RPC URL
Browse files Browse the repository at this point in the history
  • Loading branch information
entuziaz committed Sep 27, 2024
1 parent b2330b5 commit 835df7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/80.troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ functionalities, here are detailed solutions and best practices to ensure a smoo
If you encounter issues using the JavaScript SDK during the installation, refer to the troubleshooting steps:

1. **Network selection**: Ensure you are using the Layer 2 (L2) network instead of Layer 1 (L1) Sepolia. The
correct endpoint for the L2 network is: [ZKsync Sepolia Explorer](%%zk_testnet_block_explorer_url%%/).
correct endpoint for the L2 network is: [ZKsync Sepolia Explorer](https://sepolia.era.zksync.dev).

2. **Transaction hash and block tag**: Use the correct transaction hash and block tag when fetching transaction details.

Expand Down

0 comments on commit 835df7c

Please sign in to comment.