Skip to content

Commit

Permalink
Merge pull request #1594 from Web3Auth/fix/provider-types
Browse files Browse the repository at this point in the history
Adds types
  • Loading branch information
chaitanyapotti authored Sep 11, 2023
2 parents b13ea49 + 196e05e commit 0552fd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/base/src/adapter/IAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export interface IBaseProvider<T> extends IProvider {
setupProvider(provider: T): Promise<void>;
addChain(chainConfig: CustomChainConfig): void;
switchChain(params: { chainId: string }): Promise<void>;
updateProviderEngineProxy(provider: SafeEventEmitterProvider): void;
}

export interface IAdapter<T> extends SafeEventEmitter {
Expand Down

0 comments on commit 0552fd5

Please sign in to comment.