@nomicfoundation/hardhat-ignition-viem
Advanced tools
Comparing version 0.15.6 to 0.15.7
@@ -7,2 +7,14 @@ # Changelog | ||
## 0.15.7 - 2024-10-24 | ||
### Added | ||
- New CLI command `ignition transactions` to list all transactions sent for a given deployment ID, @zoeyTM ([#821](https://github.com/NomicFoundation/hardhat-ignition/pull/821)) | ||
- Module parameters can now be set at the global level using `$global`, @zoeyTM ([#819](https://github.com/NomicFoundation/hardhat-ignition/pull/819)) | ||
### Fixed | ||
- Gas fields are now properly set for Optimistic BNB, @zoeyTM ([#826](https://github.com/NomicFoundation/hardhat-ignition/pull/826)) | ||
- Corrected resolution of artifacts when using fully qualified names in deployment modules, @kanej ([#822](https://github.com/NomicFoundation/hardhat-ignition/pull/822)) | ||
## 0.15.6 - 2024-09-25 | ||
@@ -9,0 +21,0 @@ |
{ | ||
"name": "@nomicfoundation/hardhat-ignition-viem", | ||
"version": "0.15.6", | ||
"version": "0.15.7", | ||
"license": "MIT", | ||
@@ -33,4 +33,4 @@ "author": "Nomic Foundation", | ||
"viem": "^2.7.6", | ||
"@nomicfoundation/hardhat-ignition": "^0.15.6", | ||
"@nomicfoundation/ignition-core": "^0.15.6" | ||
"@nomicfoundation/hardhat-ignition": "^0.15.7", | ||
"@nomicfoundation/ignition-core": "^0.15.7" | ||
}, | ||
@@ -37,0 +37,0 @@ "scripts": { |
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
36750