🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

hardhat-plugin-noop

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hardhat-plugin-noop

Enable use of @nomicfoundation/hardhat-verify without adding main hardhat dependency

0.0.1
latest
Source
npm
Version published
Maintainers
0
Created
Source

hardhat-plugin-noop

The hardhat-verify package is useful to reuse outside of Hardhat for other applications that wish to submit Solidity contract sources to Etherscan, Sourcify, and Blockscan but its dependency on the main hardhat package is a superfluous.

This package can be loaded in a package.json file like this:

{
  "dependencies": {
    "@nomicfoundation/hardhat-verify": "^2.0.8",
    "hardhat": "npm:hardhat-plugin-noop@0.0.1"
  }
}

License

MIT

FAQs

Package last updated on 05 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts