From 835df7c9e85cab0eb431ca90e309fde00e1d2c0a Mon Sep 17 00:00:00 2001 From: jkaylight Date: Fri, 27 Sep 2024 07:50:57 +0100 Subject: [PATCH 1/2] fix: correct wrong URL for the sepolia RPC URL --- content/80.troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/80.troubleshooting.md b/content/80.troubleshooting.md index 59b6f096..b50463cc 100644 --- a/content/80.troubleshooting.md +++ b/content/80.troubleshooting.md @@ -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. From e9ef531a6ebd7c82ecdfc54af5eed1c01080049a Mon Sep 17 00:00:00 2001 From: jkaylight Date: Sat, 28 Sep 2024 03:21:00 +0100 Subject: [PATCH 2/2] fix: change sepolia RPC URL to its tag --- content/80.troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/80.troubleshooting.md b/content/80.troubleshooting.md index b50463cc..e23a7431 100644 --- a/content/80.troubleshooting.md +++ b/content/80.troubleshooting.md @@ -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](https://sepolia.era.zksync.dev). +correct endpoint for the L2 network is: [ZKsync Sepolia Explorer](%%zk_testnet_rpc_url%%). 2. **Transaction hash and block tag**: Use the correct transaction hash and block tag when fetching transaction details.