Skip to content

Commit

Permalink
fixing lint
Browse files Browse the repository at this point in the history
  • Loading branch information
eshelB committed Oct 9, 2024
1 parent 2714dac commit aa9c6c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class FhenixHardhatRuntimeEnvironment extends FhenixClient {
) {
const isHardhat = hre?.network?.config?.chainId === 31337;

let superArgs: InstanceParams = {
const superArgs: InstanceParams = {
ignoreErrors: true,
provider: new MockProvider(),
skipPubKeyFetch: isHardhat,
Expand Down

0 comments on commit aa9c6c2

Please sign in to comment.