@nomicfoundation/hardhat-viem 2.1.1 → 2.1.2

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 +3 -3
  2. package/package.json +6 -2
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![npm](https://img.shields.io/npm/v/@nomicfoundation/hardhat-viem.svg)](https://www.npmjs.com/package/@nomicfoundation/hardhat-viem) [![hardhat](https://hardhat.org/buidler-plugin-badge.svg?1)](https://hardhat.org)
1
+ [![npm](https://img.shields.io/npm/v/@nomicfoundation/hardhat-viem.svg)](https://www.npmjs.com/package/@nomicfoundation/hardhat-viem) [![hardhat](https://v2.hardhat.org/buidler-plugin-badge.svg?1)](https://hardhat.org)
2
2
 
3
3
  # hardhat-viem
4
4
 
@@ -30,7 +30,7 @@ Or, if you are using TypeScript, add this to your `hardhat.config.ts`:
30
30
  import "@nomicfoundation/hardhat-viem";
31
31
  ```
32
32
 
33
- **Note:** you might want to pin Viem-related dependencies because Viem does not strictly follow semantic versioning for type changes. You can read more [here](https://hardhat.org/hardhat-runner/docs/advanced/using-viem#managing-types-and-version-stability).
33
+ **Note:** you might want to pin Viem-related dependencies because Viem does not strictly follow semantic versioning for type changes. You can read more [here](https://v2.hardhat.org/hardhat-runner/docs/advanced/using-viem#managing-types-and-version-stability).
34
34
 
35
35
  ## Required plugins
36
36
 
@@ -266,4 +266,4 @@ There are no additional steps you need to take for this plugin to work.
266
266
 
267
267
  Install it and access Viem through the Hardhat Runtime Environment anywhere you need it (tasks, scripts, tests, etc).
268
268
 
269
- Read the documentation on the [Hardhat Runtime Environment](https://hardhat.org/hardhat-runner/docs/advanced/hardhat-runtime-environment) to learn how to access the HRE in different ways to use Viem from anywhere the HRE is accessible.
269
+ Read the documentation on the [Hardhat Runtime Environment](https://v2.hardhat.org/hardhat-runner/docs/advanced/hardhat-runtime-environment) to learn how to access the HRE in different ways to use Viem from anywhere the HRE is accessible.
package/package.json CHANGED
@@ -1,9 +1,13 @@
1
1
  {
2
2
  "name": "@nomicfoundation/hardhat-viem",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "Hardhat plugin for viem",
5
5
  "homepage": "https://github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-viem",
6
- "repository": "github:nomicfoundation/hardhat",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/NomicFoundation/hardhat",
9
+ "directory": "packages/hardhat-viem"
10
+ },
7
11
  "author": "Nomic Foundation",
8
12
  "license": "MIT",
9
13
  "main": "index.js",