包详细信息

@nomicfoundation/hardhat-utils

NomicFoundation254.9kMIT3.0.5

Utilities for Hardhat and its plugins

ethereum, smart-contracts, hardhat

自述文件

hardhat-utils

⚠️ This package is an internal Hardhat component and it's not meant to be used directly.

This package contains utilities used by Hardhat 3 and its plugins.

更新日志

@nomicfoundation/hardhat-utils

3.0.5

Patch Changes

  • d45234d: Fixed Etherscan verification failures by removing hardcoded v1 API URLs from chain descriptors (#7623). Also enhanced config resolution to support partial overrides in block explorer configurations for future extensibility.

3.0.4

Patch Changes

  • d1969e7: Added support for showing gas statistics after running nodejs tests (#7472).

3.0.3

Patch Changes

  • d821a0a: Fix npm artifact cleanup on windows (#7459)
  • b13620a: Add compilation progress spinner to show build progress (#7460)

3.0.2

Patch Changes

  • 8c1cb1e: Fixed peer dependencies for Hardhat so rpc utils can be loaded (#7415)

3.0.1

Patch Changes

  • 49cc9ba: Load resolved global options into environment variables during tests (#7305)
  • 8d3b16c: Support for custom compilers (#7130)
  • a475780: Added automatic proxy detection for hardhat-verify and fixed case-insensitive proxy environment variables for network requests (#7407)

3.0.0

Major Changes

  • 29cc141: First release of Hardhat 3!