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

deployer: log address manager address (#37)

parent 3c3aa6b1
......@@ -58,6 +58,7 @@ const FORCE_INCLUSION_PERIOD_SECONDS = env.FORCE_INCLUSION_PERIOD_SECONDS || (30
throw new Error(`Contract deployment failed: ${failedDeployments.join(',')}`);
const out = {};
out.AddressManager = AddressManager.address;
for (const [name, contract] of Object.entries(result.contracts)) {
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