Skip to content

Commit

Permalink
fix: correct network name
Browse files Browse the repository at this point in the history
  • Loading branch information
janek26 authored Dec 28, 2021
1 parent f2fe113 commit 66e14c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/provider/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { BigNumberish, toBN, toHex } from '../utils/number';
import { compressProgram, formatSignature, randomAddress } from '../utils/stark';
import { ProviderInterface } from './interface';

type NetworkName = 'mainnet-alpha' | 'georli-alpha';
type NetworkName = 'mainnet-alpha' | 'goerli-alpha';

type ProviderOptions =
| {
Expand Down

0 comments on commit 66e14c9

Please sign in to comment.