
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@metis.io/hardhat-mvm
Advanced tools
A plugin that brings OVM compiler support to Hardhat projects.
yarn add --dev @eth-optimism/hardhat-ovm
Next, import the plugin inside your hardhat.config.js
:
// hardhat.config.js
require("@eth-optimism/hardhat-ovm")
Or if using TypeScript:
// hardhat.config.ts
import "@eth-optimism/hardhat-ovm"
By default, this plugin will use OVM compiler version 0.7.6.
Configure this plugin by adding an ovm
field to your Hardhat config:
// hardhat.config.js
require("@eth-optimism/hardhat-ovm")
module.exports = {
ovm: {
solcVersion: 'X.Y.Z' // Your version goes here.
}
}
This package also has typings so it won't break your Hardhat config if you're using TypeScript.
FAQs
A plugin that brings OVM compiler support to Hardhat projects.
The npm package @metis.io/hardhat-mvm receives a total of 1 weekly downloads. As such, @metis.io/hardhat-mvm popularity was classified as not popular.
We found that @metis.io/hardhat-mvm demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.