Commit 19db4f28 authored by Mark Tyneway's avatar Mark Tyneway

bufix: deploy script

parent 2afd1957
......@@ -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