Skip to content

Commit

Permalink
Update scripts/utils/mineBlockIfOnLocalFork.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jérémy (James) Toussaint <[email protected]>
  • Loading branch information
Le-Caignec and jeremyjams authored Jan 10, 2025
1 parent 51a4471 commit 4f56bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/utils/mineBlockIfOnLocalFork.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as helpers from '@nomicfoundation/hardhat-network-helpers';
import { env } from '../../config/env';

/**
* This function is used to force mining if we are one a local fork
* This function is used to mine one bock if we are on a local fork
*/
export async function mineBlockIfOnLocalFork() {
if (env.IS_LOCAL_FORK) {
Expand Down

0 comments on commit 4f56bf7

Please sign in to comment.