Skip to content

Commit

Permalink
Fix mock interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Cashmaney committed Aug 6, 2024
1 parent 48d670a commit 77d85f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class FhenixHardhatRuntimeEnvironment extends FhenixClient {
export class MockProvider {
public async send(
method: string,
params: any[] | Record<string, any>,
params: any[] | unknown,
): Promise<any> {
return new Promise((resolve, reject) => {
reject("provider not initialized");
Expand Down

0 comments on commit 77d85f8

Please sign in to comment.