Skip to content

Commit

Permalink
fix: path rpc test to release
Browse files Browse the repository at this point in the history
  • Loading branch information
tabaktoni committed Nov 10, 2022
1 parent f21e91c commit a1dafad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/provider/sequencer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export class SequencerProvider implements ProviderInterface {

private responseParser = new SequencerAPIResponseParser();

constructor(optionsOrProvider: SequencerProviderOptions = { network: 'goerli-alpha' }) {
constructor(optionsOrProvider: SequencerProviderOptions = { network: 'goerli-alpha-2' }) {
if ('network' in optionsOrProvider) {
this.baseUrl = SequencerProvider.getNetworkFromName(optionsOrProvider.network);
this.chainId = SequencerProvider.getChainIdFromBaseUrl(this.baseUrl);
Expand Down

0 comments on commit a1dafad

Please sign in to comment.