You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add a warning to Hardhat utils indicating it is internal
The `hardhat-utils` package is internal to Hardhat. It can be used from
external plugins, but we do not commit to keeping major versions of
utils inline with Hardhat.
Put another way, if we need to make breaking changes to the util APIs
for a patch update of Hardhat, we will.
> **Warning:** This package is **internal** to Hardhat, its **API is considered internal** and may change without notice i.e. we may push breaking changes in a `hardhat-utils` major version bump to support a patch change in Hardhat.
4
+
3
5
This package contains utilities used by Hardhat 3 and its plugins.
4
6
5
7
This package is internal to Hardhat and should not be used directly.
0 commit comments