We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2fe113 commit 66e14c9Copy full SHA for 66e14c9
src/provider/default.ts
@@ -19,7 +19,7 @@ import { BigNumberish, toBN, toHex } from '../utils/number';
19
import { compressProgram, formatSignature, randomAddress } from '../utils/stark';
20
import { ProviderInterface } from './interface';
21
22
-type NetworkName = 'mainnet-alpha' | 'georli-alpha';
+type NetworkName = 'mainnet-alpha' | 'goerli-alpha';
23
24
type ProviderOptions =
25
| {
0 commit comments