Commit da1dad42 authored by Kelvin Fichter's avatar Kelvin Fichter

fix: correct import to avoid lint issue

parent c19eebab
...@@ -4,10 +4,9 @@ import { expect } from '../../../../setup' ...@@ -4,10 +4,9 @@ import { expect } from '../../../../setup'
import { ethers } from 'hardhat' import { ethers } from 'hardhat'
import { Signer, ContractFactory, Contract } from 'ethers' import { Signer, ContractFactory, Contract } from 'ethers'
import { smoddit } from '@eth-optimism/smock' import { smoddit } from '@eth-optimism/smock'
import { getContractInterface } from '@eth-optimism/contracts'
/* Internal Imports */ /* Internal Imports */
import { predeploys } from '../../../../../src' import { predeploys, getContractInterface } from '../../../../../src'
describe('OVM_L2StandardTokenFactory', () => { describe('OVM_L2StandardTokenFactory', () => {
let signer: Signer let signer: Signer
......
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