From 2c9c53f161488e4814ec0dc886070c847e3cd633 Mon Sep 17 00:00:00 2001 From: Matt Curtis Date: Tue, 17 Oct 2023 14:17:44 +0100 Subject: [PATCH] try locking hh-deploy version --- contracts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/package.json b/contracts/package.json index bf44fd869e..9d7b0f6751 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -16,7 +16,7 @@ "@solidstate/hardhat-bytecode-exporter": "^1.1.1", "hardhat": "~2.12.4", "hardhat-abi-exporter": "^2.10.1", - "hardhat-deploy": "~0.11.22", + "hardhat-deploy": "0.11.22", "node-docker-api": "^1.1.22", "ts-node": "~10.9.1", "typescript": "^4.9.4"