Skip to content

Commit

Permalink
fix(contracts): import predeploys (#982)
Browse files Browse the repository at this point in the history
* fix(contracts): import predeploys

* fix: lint
  • Loading branch information
maurelian authored May 28, 2021
1 parent 85da497 commit 95ccef5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/contracts/src/contract-deployment/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { Overrides } from '@ethersproject/contracts'

/* Internal Imports */
import { getContractFactory } from '../contract-defs'
import { predeploys } from '../predeploys'

export interface RollupDeployConfig {
deploymentSigner: Signer
Expand Down

0 comments on commit 95ccef5

Please sign in to comment.