From d88451a09cab304a3c8f452f158a009c6af19acb Mon Sep 17 00:00:00 2001 From: Moray Grieve Date: Wed, 18 Oct 2023 09:02:50 +0100 Subject: [PATCH] Lock hh-deploy version to fix compatibility --- 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"