Skip to content

Commit

Permalink
Merge pull request wighawag#418 from carletex/patch-1
Browse files Browse the repository at this point in the history
Add Sepolia network
  • Loading branch information
wighawag authored Feb 3, 2023
2 parents 0c969e9 + 1a475b5 commit b607da8
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 @@ -229,6 +229,9 @@ export async function submitSources(
case '43114':
host = 'https://api.snowtrace.io';
break;
case '11155111':
host = 'https://api-sepolia.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 b607da8

Please sign in to comment.