Commit c346e5bb authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

deployer: add more addresses to the output (#41)

parent 6a8db132
...@@ -59,6 +59,8 @@ const FORCE_INCLUSION_PERIOD_SECONDS = env.FORCE_INCLUSION_PERIOD_SECONDS || (30 ...@@ -59,6 +59,8 @@ const FORCE_INCLUSION_PERIOD_SECONDS = env.FORCE_INCLUSION_PERIOD_SECONDS || (30
const out = {}; const out = {};
out.AddressManager = AddressManager.address; out.AddressManager = AddressManager.address;
out.OVM_Sequencer = await sequencer.getAddress()
out.Deployer = await signer.getAddress()
for (const [name, contract] of Object.entries(result.contracts)) { for (const [name, contract] of Object.entries(result.contracts)) {
out[name] = contract.address; out[name] = contract.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