Skip to content

Commit

Permalink
Improved deploy info (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsam4 authored and pabloruiz55 committed Oct 10, 2018
1 parent 43689cc commit 5ed3fa4
Showing 1 changed file with 19 additions and 22 deletions.
41 changes: 19 additions & 22 deletions migrations/2_deploy_contracts.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,32 +293,29 @@ module.exports = function (deployer, network, accounts) {
}).then(() => {
console.log('\n');
console.log(`
--------------------- Polymath Network Smart Contracts: ---------------------
PolymathRegistry: ${PolymathRegistry.address}
SecurityTokenRegistryProxy: ${SecurityTokenRegistryProxy.address}
SecurityTokenRegistry: ${SecurityTokenRegistry.address}
ModuleRegistry: ${ModuleRegistry.address}
ModuleRegistryProxy: ${ModuleRegistryProxy.address}
FeatureRegistry: ${FeatureRegistry.address}
----------------------- Polymath Network Smart Contracts: -----------------------
PolymathRegistry: ${PolymathRegistry.address}
SecurityTokenRegistry (Proxy): ${SecurityTokenRegistryProxy.address}
ModuleRegistry (Proxy): ${ModuleRegistryProxy.address}
FeatureRegistry: ${FeatureRegistry.address}
ETHOracle: ${ETHOracle}
POLYOracle: ${POLYOracle}
ETHOracle: ${ETHOracle}
POLYOracle: ${POLYOracle}
STFactory: ${STFactory.address}
GeneralTransferManagerFactory: ${GeneralTransferManagerFactory.address}
GeneralPermissionManagerFactory: ${GeneralPermissionManagerFactory.address}
STFactory: ${STFactory.address}
GeneralTransferManagerFactory: ${GeneralTransferManagerFactory.address}
GeneralPermissionManagerFactory: ${GeneralPermissionManagerFactory.address}
CappedSTOFactory: ${CappedSTOFactory.address}
USDTieredSTOFactory: ${USDTieredSTOFactory.address}
USDTieredSTOProxyFactory: ${USDTieredSTOProxyFactory.address}
CappedSTOFactory: ${CappedSTOFactory.address}
USDTieredSTOFactory: ${USDTieredSTOFactory.address}
USDTieredSTOProxyFactory: ${USDTieredSTOProxyFactory.address}
CountTransferManagerFactory: ${CountTransferManagerFactory.address}
PercentageTransferManagerFactory: ${PercentageTransferManagerFactory.address}
ManualApprovalTransferManagerFactory:
${ManualApprovalTransferManagerFactory.address}
EtherDividendCheckpointFactory: ${EtherDividendCheckpointFactory.address}
ERC20DividendCheckpointFactory: ${ERC20DividendCheckpointFactory.address}
-----------------------------------------------------------------------------
CountTransferManagerFactory: ${CountTransferManagerFactory.address}
PercentageTransferManagerFactory: ${PercentageTransferManagerFactory.address}
ManualApprovalTransferManagerFactory: ${ManualApprovalTransferManagerFactory.address}
EtherDividendCheckpointFactory: ${EtherDividendCheckpointFactory.address}
ERC20DividendCheckpointFactory: ${ERC20DividendCheckpointFactory.address}
---------------------------------------------------------------------------------
`);
console.log('\n');
// -------- END OF POLYMATH NETWORK Configuration -------//
Expand Down

0 comments on commit 5ed3fa4

Please sign in to comment.