Skip to content

Commit

Permalink
Improve Base Camp Invalid chain ID error (#349) (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
twynne20 committed Mar 11, 2024
1 parent 6c18122 commit 0d5de81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/base-docs/src/utils/nft-exercise-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 0d5de81

Please sign in to comment.