File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ export class Provider implements ProviderInterface {
4040
4141 public gatewayUrl : string ;
4242
43- constructor ( optionsOrProvider : ProviderOptions | Provider = { network : 'georli -alpha' } ) {
43+ constructor ( optionsOrProvider : ProviderOptions | Provider = { network : 'goerli -alpha' } ) {
4444 if ( optionsOrProvider instanceof Provider ) {
4545 this . baseUrl = optionsOrProvider . baseUrl ;
4646 this . feederGatewayUrl = optionsOrProvider . feederGatewayUrl ;
@@ -60,7 +60,7 @@ export class Provider implements ProviderInterface {
6060 switch ( name ) {
6161 case 'mainnet-alpha' :
6262 return 'https://alpha-mainnet.starknet.io' ;
63- case 'georli -alpha' :
63+ case 'goerli -alpha' :
6464 default :
6565 return 'https://alpha4.starknet.io' ;
6666 }
You can’t perform that action at this time.
0 commit comments