@nomicfoundation/hardhat-viem 2.1.2 → 2.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,7 +15,7 @@ Note: This plugin relies on the Viem library, so familiarity with [Viem's docume
15
15
  ## Installation
16
16
 
17
17
  ```bash
18
- npm install --save-dev @nomicfoundation/hardhat-viem viem
18
+ npm install --save-dev @nomicfoundation/hardhat-viem@hh2 viem
19
19
  ```
20
20
 
21
21
  And add the following statement to your `hardhat.config.js`:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nomicfoundation/hardhat-viem",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "Hardhat plugin for viem",
5
5
  "homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-viem",
6
6
  "repository": {