Skip to content

Commit 5ed3fa4

Browse files
maxsam4pabloruiz55
authored andcommitted
Improved deploy info (#330)
1 parent 43689cc commit 5ed3fa4

File tree

1 file changed

+19
-22
lines changed

1 file changed

+19
-22
lines changed

migrations/2_deploy_contracts.js

Lines changed: 19 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -293,32 +293,29 @@ module.exports = function (deployer, network, accounts) {
293293
}).then(() => {
294294
console.log('\n');
295295
console.log(`
296-
--------------------- Polymath Network Smart Contracts: ---------------------
297-
PolymathRegistry: ${PolymathRegistry.address}
298-
SecurityTokenRegistryProxy: ${SecurityTokenRegistryProxy.address}
299-
SecurityTokenRegistry: ${SecurityTokenRegistry.address}
300-
ModuleRegistry: ${ModuleRegistry.address}
301-
ModuleRegistryProxy: ${ModuleRegistryProxy.address}
302-
FeatureRegistry: ${FeatureRegistry.address}
296+
----------------------- Polymath Network Smart Contracts: -----------------------
297+
PolymathRegistry: ${PolymathRegistry.address}
298+
SecurityTokenRegistry (Proxy): ${SecurityTokenRegistryProxy.address}
299+
ModuleRegistry (Proxy): ${ModuleRegistryProxy.address}
300+
FeatureRegistry: ${FeatureRegistry.address}
303301
304-
ETHOracle: ${ETHOracle}
305-
POLYOracle: ${POLYOracle}
302+
ETHOracle: ${ETHOracle}
303+
POLYOracle: ${POLYOracle}
306304
307-
STFactory: ${STFactory.address}
308-
GeneralTransferManagerFactory: ${GeneralTransferManagerFactory.address}
309-
GeneralPermissionManagerFactory: ${GeneralPermissionManagerFactory.address}
305+
STFactory: ${STFactory.address}
306+
GeneralTransferManagerFactory: ${GeneralTransferManagerFactory.address}
307+
GeneralPermissionManagerFactory: ${GeneralPermissionManagerFactory.address}
310308
311-
CappedSTOFactory: ${CappedSTOFactory.address}
312-
USDTieredSTOFactory: ${USDTieredSTOFactory.address}
313-
USDTieredSTOProxyFactory: ${USDTieredSTOProxyFactory.address}
309+
CappedSTOFactory: ${CappedSTOFactory.address}
310+
USDTieredSTOFactory: ${USDTieredSTOFactory.address}
311+
USDTieredSTOProxyFactory: ${USDTieredSTOProxyFactory.address}
314312
315-
CountTransferManagerFactory: ${CountTransferManagerFactory.address}
316-
PercentageTransferManagerFactory: ${PercentageTransferManagerFactory.address}
317-
ManualApprovalTransferManagerFactory:
318-
${ManualApprovalTransferManagerFactory.address}
319-
EtherDividendCheckpointFactory: ${EtherDividendCheckpointFactory.address}
320-
ERC20DividendCheckpointFactory: ${ERC20DividendCheckpointFactory.address}
321-
-----------------------------------------------------------------------------
313+
CountTransferManagerFactory: ${CountTransferManagerFactory.address}
314+
PercentageTransferManagerFactory: ${PercentageTransferManagerFactory.address}
315+
ManualApprovalTransferManagerFactory: ${ManualApprovalTransferManagerFactory.address}
316+
EtherDividendCheckpointFactory: ${EtherDividendCheckpointFactory.address}
317+
ERC20DividendCheckpointFactory: ${ERC20DividendCheckpointFactory.address}
318+
---------------------------------------------------------------------------------
322319
`);
323320
console.log('\n');
324321
// -------- END OF POLYMATH NETWORK Configuration -------//

0 commit comments

Comments
 (0)