Commit 6a8db132 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

deployment: register the sequencer address correctly (#40)

parent 87d016e1
...@@ -61,7 +61,7 @@ export const makeContractDeployConfig = async ( ...@@ -61,7 +61,7 @@ export const makeContractDeployConfig = async (
typeof sequencer === 'string' typeof sequencer === 'string'
? sequencer ? sequencer
: await sequencer.getAddress() : await sequencer.getAddress()
await AddressManager.setAddress('Sequencer', sequencerAddress) await AddressManager.setAddress('OVM_Sequencer', sequencerAddress)
}, },
}, },
OVM_StateCommitmentChain: { OVM_StateCommitmentChain: {
......
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