Skip to content

Commit

Permalink
feat(extension-chrome): fix mock service type not correct
Browse files Browse the repository at this point in the history
  • Loading branch information
IronLu233 committed Mar 28, 2023
1 parent 17c4eb5 commit f8bdea0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ export const mockPlatformService: PlatformService = /* istanbul ignore next */ {
requestSignData: async () => ({ password: MOCK_PLATFORM_PASSWORD }),
requestSignTransaction: async () => ({ password: MOCK_PLATFORM_PASSWORD }),
navigateToInitWallet: async () => {},
getActiveSiteInfo: async () => undefined,
};

0 comments on commit f8bdea0

Please sign in to comment.