Skip to content

Commit 66e14c9

Browse files
authored
fix: correct network name
1 parent f2fe113 commit 66e14c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/provider/default.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { BigNumberish, toBN, toHex } from '../utils/number';
1919
import { compressProgram, formatSignature, randomAddress } from '../utils/stark';
2020
import { ProviderInterface } from './interface';
2121

22-
type NetworkName = 'mainnet-alpha' | 'georli-alpha';
22+
type NetworkName = 'mainnet-alpha' | 'goerli-alpha';
2323

2424
type ProviderOptions =
2525
| {

0 commit comments

Comments
 (0)