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' ...@@ -4,6 +4,7 @@ import * as dotenv from 'dotenv'
import { ethers } from 'ethers' import { ethers } from 'ethers'
// Hardhat plugins // Hardhat plugins
import '@eth-optimism/hardhat-deploy-config'
import '@nomiclabs/hardhat-ethers' import '@nomiclabs/hardhat-ethers'
import '@nomiclabs/hardhat-waffle' import '@nomiclabs/hardhat-waffle'
import '@nomiclabs/hardhat-etherscan' import '@nomiclabs/hardhat-etherscan'
...@@ -12,7 +13,6 @@ import '@typechain/hardhat' ...@@ -12,7 +13,6 @@ import '@typechain/hardhat'
import 'hardhat-deploy' import 'hardhat-deploy'
import 'hardhat-gas-reporter' import 'hardhat-gas-reporter'
import 'hardhat-output-validator' import 'hardhat-output-validator'
import '@eth-optimism/hardhat-deploy-config'
// Hardhat tasks // Hardhat tasks
import './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