Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
spsjvc committed Dec 20, 2023
1 parent 26aa33d commit 53b399e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wagmi.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const blockExplorerApiUrls: Record<ParentChainId, string> = {
// testnet
[sepolia.id]: 'https://api-sepolia.etherscan.io/api',
[arbitrumSepolia.id]: 'https://api-sepolia.arbiscan.io/api',
// local nitro-testnode / fine to omit these as skip abi fetch
// local nitro-testnode / fine to omit these as we skip abi fetch
[nitroTestnodeL1.id]: '',
[nitroTestnodeL2.id]: '',
};
Expand Down

0 comments on commit 53b399e

Please sign in to comment.