Commit 9530e0b2 authored by Karl Floersch's avatar Karl Floersch Committed by GitHub

Merge pull request #12 from ethereum-optimism/bug/deploy-fix

bufix: deploy script
parents 2afd1957 19db4f28
......@@ -104,10 +104,6 @@ export const makeContractDeployConfig = async (
OVM_StateManagerFactory: {
factory: getContractFactory('OVM_StateManagerFactory'),
},
OVM_L1ToL2TransactionQueue: {
factory: getContractFactory('OVM_L1ToL2TransactionQueue'),
params: [AddressManager.address],
},
OVM_FraudVerifier: {
factory: getContractFactory('OVM_FraudVerifier'),
params: [AddressManager.address],
......
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