Skip to content

Commit

Permalink
Add optimism-kovan to EtherscanProvider (#3135).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Jul 14, 2022
1 parent ab43e7d commit 4d3e586
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/providers/src.ts/etherscan-provider.ts
Expand Up @@ -183,6 +183,8 @@ export class EtherscanProvider extends BaseProvider{
return "https:/\/api-goerli.etherscan.io";
case "optimism":
return "https:/\/api-optimistic.etherscan.io";
case "optimism-kovan":
return "https:/\/api-kovan-optimistic.etherscan.io";
default:
}

Expand Down

0 comments on commit 4d3e586

Please sign in to comment.