Commit 3e76e6b7 authored by Theprotocolwhisperer's avatar Theprotocolwhisperer

Unused imports

parent b53dc726
...@@ -3,8 +3,7 @@ import assert from 'assert' ...@@ -3,8 +3,7 @@ import assert from 'assert'
import { ethers, Contract } from 'ethers' import { ethers, Contract } from 'ethers'
import { Provider } from '@ethersproject/abstract-provider' import { Provider } from '@ethersproject/abstract-provider'
import { Signer } from '@ethersproject/abstract-signer' import { Signer } from '@ethersproject/abstract-signer'
import { sleep, awaitCondition, getChainId } from '@eth-optimism/core-utils' import { sleep, getChainId } from '@eth-optimism/core-utils'
import { HttpNetworkConfig } from 'hardhat/types'
export interface DictatorConfig { export interface DictatorConfig {
globalConfig: { globalConfig: {
......
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