hardhat-deploy
Advanced tools
Comparing version 0.11.40 to 0.11.41
@@ -579,3 +579,3 @@ "use strict"; | ||
// copy existing deployment from specified netwotk into localhost deployment folder | ||
fs_extra_1.default.copy(path_1.default.join(hre.config.paths.deployments, networkName), path_1.default.join(hre.config.paths.deployments, 'localhost')); | ||
await fs_extra_1.default.copy(path_1.default.join(hre.config.paths.deployments, networkName), path_1.default.join(hre.config.paths.deployments, 'localhost')); | ||
} | ||
@@ -582,0 +582,0 @@ nodeTaskArgs.log = !nodeTaskArgs.silent; |
{ | ||
"name": "hardhat-deploy", | ||
"version": "0.11.40", | ||
"version": "0.11.41", | ||
"description": "Hardhat Plugin For Replicable Deployments And Tests", | ||
@@ -5,0 +5,0 @@ "repository": "github:wighawag/hardhat-deploy", |
@@ -783,3 +783,3 @@ import './type-extensions'; | ||
// copy existing deployment from specified netwotk into localhost deployment folder | ||
fs.copy( | ||
await fs.copy( | ||
path.join(hre.config.paths.deployments, networkName), | ||
@@ -786,0 +786,0 @@ path.join(hre.config.paths.deployments, 'localhost') |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11884210
1507