diff --git a/examples/oft/package.json b/examples/oft/package.json index 304dd2790..b7d4a1458 100644 --- a/examples/oft/package.json +++ b/examples/oft/package.json @@ -24,7 +24,6 @@ "hardhat": "^2.19.2", "hardhat-contract-sizer": "^2.10.0", "hardhat-deploy": "^0.11.43", - "hardhat-deploy-ethers": "^0.4.1", "prettier": "^3.1.0", "solhint": "^4.0.0", "ts-node": "^10.9.1", diff --git a/packages/ua-utils-evm-hardhat-test/hardhat.config.ts b/packages/ua-utils-evm-hardhat-test/hardhat.config.ts index 3b5080e82..2c14c94f5 100644 --- a/packages/ua-utils-evm-hardhat-test/hardhat.config.ts +++ b/packages/ua-utils-evm-hardhat-test/hardhat.config.ts @@ -1,5 +1,4 @@ import 'hardhat-deploy' -import 'hardhat-deploy-ethers' import assert from 'assert' import { withLayerZeroArtifacts } from '@layerzerolabs/utils-evm-hardhat' import { EndpointId } from '@layerzerolabs/lz-definitions' diff --git a/packages/ua-utils-evm-hardhat-test/package.json b/packages/ua-utils-evm-hardhat-test/package.json index 8cee8830b..481affb4d 100644 --- a/packages/ua-utils-evm-hardhat-test/package.json +++ b/packages/ua-utils-evm-hardhat-test/package.json @@ -41,7 +41,6 @@ "ethers": "^5.7.0", "hardhat": "^2.19.2", "hardhat-deploy": "^0.11.22", - "hardhat-deploy-ethers": "^0.4.1", "sinon": "^17.0.1", "ts-node": "^10.9.1", "typescript": "^5.2.2" diff --git a/yarn.lock b/yarn.lock index a1dbf5a7a..9f953ce72 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6812,11 +6812,6 @@ hardhat-contract-sizer@^2.10.0: cli-table3 "^0.6.0" strip-ansi "^6.0.0" -hardhat-deploy-ethers@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/hardhat-deploy-ethers/-/hardhat-deploy-ethers-0.4.1.tgz#dd70b0cc413ed99e98994047b383a004cf1c14f8" - integrity sha512-RM6JUcD0dOCjemxnKLtK7XQQI7NWn+LxF5qicGYax0PtWayEUXAewOb4WIHZ/yearhj+s2t6dL0MnHyLTENwJg== - hardhat-deploy@^0.11.22, hardhat-deploy@^0.11.43: version "0.11.43" resolved "https://registry.npmjs.org/hardhat-deploy/-/hardhat-deploy-0.11.43.tgz"