diff --git a/src/etherscan.ts b/src/etherscan.ts index 4d02e855..be86726a 100644 --- a/src/etherscan.ts +++ b/src/etherscan.ts @@ -241,6 +241,9 @@ export async function submitSources( case '11155111': host = 'https://api-sepolia.etherscan.io'; break; + case '11155420': + host = 'https://api-sepolia-optimistic.etherscan.io'; + break; default: return logError( `Network with chainId: ${chainId} not supported. You can specify the url manually via --api-url .`