Skip to content

Commit

Permalink
Update keyring request types
Browse files Browse the repository at this point in the history
  • Loading branch information
david0xd committed Oct 9, 2024
1 parent e0132ff commit 8301727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/snaps-simulation/src/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export type SnapHelpers = {
* @returns The response.
*/
onKeyringRequest(
keyringRequest?: Partial<KeyringOptions>,
keyringRequest: KeyringOptions,
): Promise<SnapResponseWithoutInterface>;

/**
Expand Down
2 changes: 1 addition & 1 deletion packages/snaps-simulation/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ export type Snap = {
* @returns The response.
*/
onKeyringRequest(
keyringRequest: Partial<KeyringOptions>,
keyringRequest: KeyringOptions,
): Promise<SnapResponseWithoutInterface>;

/**
Expand Down

0 comments on commit 8301727

Please sign in to comment.