Skip to content

Commit

Permalink
Making privateKeyProvider mandatory
Browse files Browse the repository at this point in the history
as it is also required by Modal
  • Loading branch information
shahbaz17 committed Feb 2, 2024
1 parent 17405b0 commit e6d705d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/base/src/core/IWeb3Auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ export interface Web3AuthNoModalOptions {
/**
* Private key provider for your chain namespace
*/
privateKeyProvider?: IBaseProvider<string>;
privateKeyProvider: IBaseProvider<string>;
}

0 comments on commit e6d705d

Please sign in to comment.