This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@eth-optimism/hardhat-ovm
TypeScript icon, indicating that this package has built-in type declarations

0.2.4 • Public • Published

@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.

/@eth-optimism/hardhat-ovm/

    Package Sidebar

    Install

    npm i @eth-optimism/hardhat-ovm

    Weekly Downloads

    336

    Version

    0.2.4

    License

    MIT

    Unpacked Size

    20.7 kB

    Total Files

    10

    Last publish

    Collaborators

    • optibot
    • kelvinfichter