Skip to content

Commit

Permalink
feat: deprecating Sequencer provider
Browse files Browse the repository at this point in the history
  • Loading branch information
tabaktoni committed Aug 29, 2023
1 parent 384db9f commit 94e02fa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/provider/sequencer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ const defaultOptions = {
network: NetworkName.SN_GOERLI2,
blockIdentifier: BlockTag.pending,
};

/**
* @deprecated Feeder gateway will be removed during October 2023, as Network is switching to P2P Nodes.
* Use RPC Provider or Default provider (Default provider will be RPC Provider with public nodes and common interface/response)
*/
export class SequencerProvider implements ProviderInterface {
public baseUrl: string;

Expand Down

0 comments on commit 94e02fa

Please sign in to comment.