Skip to content

Commit

Permalink
deployer: log address manager address (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
tynes authored Oct 27, 2020
1 parent 3c3aa6b commit fa5a259
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/contracts/bin/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit fa5a259

Please sign in to comment.