From 4f56bf73d190be51cc47da1dea7a64463dc287a0 Mon Sep 17 00:00:00 2001 From: Robin Le Caignec <72495599+Le-Caignec@users.noreply.github.com> Date: Fri, 10 Jan 2025 17:20:48 +0700 Subject: [PATCH] Update scripts/utils/mineBlockIfOnLocalFork.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jérémy (James) Toussaint <33313130+jeremyjams@users.noreply.github.com> --- scripts/utils/mineBlockIfOnLocalFork.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/utils/mineBlockIfOnLocalFork.ts b/scripts/utils/mineBlockIfOnLocalFork.ts index 322fd57..6bc2faf 100644 --- a/scripts/utils/mineBlockIfOnLocalFork.ts +++ b/scripts/utils/mineBlockIfOnLocalFork.ts @@ -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) {