Skip to content

Commit

Permalink
Added optimism-goerli to AlchemyProvider (#3246).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Aug 9, 2022
1 parent 7645cb0 commit f1cb0d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/providers/src.ts/alchemy-provider.ts
Expand Up @@ -88,6 +88,9 @@ export class AlchemyProvider extends UrlJsonRpcProvider {
case "optimism-kovan":
host = "opt-kovan.g.alchemy.com/v2/";
break;
case "optimism-goerli":
host = "opt-goerli.g.alchemy.com/v2/"
break;
default:
logger.throwArgumentError("unsupported network", "network", arguments[0]);
}
Expand Down

0 comments on commit f1cb0d2

Please sign in to comment.