Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

cleanup: Remove mockOVM_ECDSAContractAccount #378

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

3 changes: 0 additions & 3 deletions src/contract-deployment/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,6 @@ export const makeContractDeployConfig = async (
OVM_ProxySequencerEntrypoint: {
factory: getContractFactory('OVM_ProxySequencerEntrypoint'),
},
mockOVM_ECDSAContractAccount: {
factory: getContractFactory('mockOVM_ECDSAContractAccount'),
},
OVM_BondManager: {
factory: getContractFactory('mockOVM_BondManager'),
params: [AddressManager.address],
Expand Down
1 change: 0 additions & 1 deletion src/contract-dumps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ export const makeStateDump = async (cfg: RollupDeployConfig): Promise<any> => {
'OVM_ExecutionManager',
'OVM_StateManager',
'OVM_ETH',
'mockOVM_ECDSAContractAccount',
],
deployOverrides: {},
waitForReceipts: false,
Expand Down