From 3276e4fd34cb06b0f92be947f7eab08e9f6b8168 Mon Sep 17 00:00:00 2001 From: Xi Zhang <4441690+aefhm@users.noreply.github.com> Date: Wed, 31 Jan 2024 17:39:10 -0600 Subject: [PATCH] Update Hardhat version --- docs/dapp/opl/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dapp/opl/setup.md b/docs/dapp/opl/setup.md index c1ec92ac47..6ee6b8bc28 100644 --- a/docs/dapp/opl/setup.md +++ b/docs/dapp/opl/setup.md @@ -30,7 +30,7 @@ Let's create a new Hardhat project. :::info -Currently we are compatible with Hardhat up to `2.16`. You may need to +Currently we are compatible with Hardhat up to `2.19`. You may need to specify the version of Hardhat to install. :::