Commit bdaef384 authored by Mark Tyneway's avatar Mark Tyneway

contracts: reorder hh config imports

parent 1eb4cba8
......@@ -4,6 +4,7 @@ import * as dotenv from 'dotenv'
import { ethers } from 'ethers'
// Hardhat plugins
import '@eth-optimism/hardhat-deploy-config'
import '@nomiclabs/hardhat-ethers'
import '@nomiclabs/hardhat-waffle'
import '@nomiclabs/hardhat-etherscan'
......@@ -12,7 +13,6 @@ import '@typechain/hardhat'
import 'hardhat-deploy'
import 'hardhat-gas-reporter'
import 'hardhat-output-validator'
import '@eth-optimism/hardhat-deploy-config'
// Hardhat tasks
import './tasks'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment