Skip to content

Commit

Permalink
Remove API key console log
Browse files Browse the repository at this point in the history
  • Loading branch information
portdeveloper committed Sep 16, 2024
1 parent aeba45f commit 004065b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/nextjs/utils/abi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const getEtherscanApiKey = (chainId: number): string => {
};

const apiKey = apiKeys[chainId];
console.log("API key for chain", chainId, ":", apiKey);

if (!apiKey) {
console.warn(`No API key found for chain ID ${chainId}`);
Expand Down

0 comments on commit 004065b

Please sign in to comment.