From 9e3de7855bb249b9497b2b5f090ac7b704d0113b Mon Sep 17 00:00:00 2001 From: Xi Zhang <4441690+aefhm@users.noreply.github.com> Date: Sat, 16 Mar 2024 18:51:02 -0500 Subject: [PATCH] Update supported version of Hardhat --- 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. :::