New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@metis.io/hardhat-mvm

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metis.io/hardhat-mvm

A plugin that brings OVM compiler support to Hardhat projects.

  • 0.2.7
  • latest
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

@eth-optimism/hardhat-ovm

A plugin that brings OVM compiler support to Hardhat projects.

Installation

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"

Configuration

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

Package last updated on 08 Oct 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc