diff --git a/wagmi.config.ts b/wagmi.config.ts index f384754f..c92ed9e0 100644 --- a/wagmi.config.ts +++ b/wagmi.config.ts @@ -25,7 +25,7 @@ const blockExplorerApiUrls: Record = { // 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]: '', };