Skip to content
This repository has been archived by the owner on Apr 11, 2021. It is now read-only.

ethereum-optimism/plugins

Repository files navigation

@eth-optimism/plugins

What is this?

A collection of useful JavaScript/TypeScript tooling plugins that you might need when building on top of Optimistic Ethereum!

What kind of plugins are we talking about?

Plugins for hardhat

@eth-optimism/plugins/hardhat/compiler

Automatically compiles your Solidity contracts with the OVM compiler. Defaults to Solidity version 0.7.6, but also has support for 0.5.16 and 0.6.12. Full README available here.