diff --git a/apps/base-docs/src/utils/nft-exercise-data.js b/apps/base-docs/src/utils/nft-exercise-data.js index 4a10f84828..31464b7a40 100644 --- a/apps/base-docs/src/utils/nft-exercise-data.js +++ b/apps/base-docs/src/utils/nft-exercise-data.js @@ -156,7 +156,7 @@ function useNFTData() { deployments = baseSepoliaDeployments; break; default: - throw new Error(`Invalid chain ID: ${chain?.id}`); + throw new Error(`Unsupported network (Chain ID: ${chain?.id}). Please connect to Base Sepolia.`); break; }