Skip to content

Commit

Permalink
Added goerli to AlchemyProvider.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed May 5, 2020
1 parent 89a7ad8 commit 86670eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/providers/src.ts/alchemy-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ export class AlchemyProvider extends UrlJsonRpcProvider {
case "rinkeby":
host = "eth-rinkeby.alchemyapi.io/jsonrpc/";
break;
case "goerli":
host = "eth-goerli.alchemyapi.io/jsonrpc/";
break;
case "kovan":
host = "eth-kovan.alchemyapi.io/jsonrpc/";
break;
Expand Down

0 comments on commit 86670eb

Please sign in to comment.