Skip to content

Commit

Permalink
Merge pull request #512 from cruzdanilo/op-sepolia
Browse files Browse the repository at this point in the history
🔧 etherscan: add op-sepolia support
  • Loading branch information
wighawag authored Mar 23, 2024
2 parents 06694c1 + 7abb003 commit e372789
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/etherscan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 <url>.`
Expand Down

0 comments on commit e372789

Please sign in to comment.