Commit 7f54e47c authored by elenadimitrova's avatar elenadimitrova Committed by Kelvin Fichter

Fix batchsubmitter unit test. Fix provided by @smartcontracts

parent 677e85a6
......@@ -165,6 +165,11 @@ describe('BatchSubmitter', () => {
await unwrapped_OVM_CanonicalTransactionChain.init()
await AddressManager.setAddress(
'OVM_CanonicalTransactionChain',
unwrapped_OVM_CanonicalTransactionChain.address
)
await AddressManager.setAddress(
'CanonicalTransactionChain',
unwrapped_OVM_CanonicalTransactionChain.address
......@@ -185,6 +190,11 @@ describe('BatchSubmitter', () => {
await unwrapped_OVM_StateCommitmentChain.init()
await AddressManager.setAddress(
'OVM_StateCommitmentChain',
unwrapped_OVM_StateCommitmentChain.address
)
await AddressManager.setAddress(
'StateCommitmentChain',
unwrapped_OVM_StateCommitmentChain.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