@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.
- package/README.md +1 -1
- 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