Skip to content

Commit

Permalink
contracts: remove dead config
Browse files Browse the repository at this point in the history
  • Loading branch information
tynes committed Jun 22, 2021
1 parent 3b68b4c commit 0c6436c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/contracts/src/connect-contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ interface L1Contracts {
canonicalTransactionChain: Contract
executionManager: Contract
fraudVerifier: Contract
ethGateway: Contract
multiMessageRelayer: Contract
stateCommitmentChain: Contract
xDomainMessengerProxy: Contract
l1EthGatewayProxy: Contract
bondManager: Contract
}

Expand Down Expand Up @@ -74,7 +72,6 @@ export const connectL1Contracts = async (
),
executionManager: toEthersContract(l1ContractData.OVM_ExecutionManager),
fraudVerifier: toEthersContract(l1ContractData.OVM_FraudVerifier),
ethGateway: toEthersContract(l1ContractData.OVM_L1ETHGateway),
multiMessageRelayer: toEthersContract(
l1ContractData.OVM_L1MultiMessageRelayer
),
Expand All @@ -84,7 +81,6 @@ export const connectL1Contracts = async (
xDomainMessengerProxy: toEthersContract(
l1ContractData.Proxy__OVM_L1CrossDomainMessenger
),
l1EthGatewayProxy: toEthersContract(l1ContractData.Proxy__OVM_L1ETHGateway),
// TODO: update this with actual bond manager when its ready
bondManager: toEthersContract(l1ContractData.mockOVM_BondManager),
}
Expand Down

0 comments on commit 0c6436c

Please sign in to comment.