Skip to content

Commit

Permalink
Adds types
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1995 committed Sep 11, 2023
1 parent b13ea49 commit 196e05e
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 196e05e

Please sign in to comment.