Skip to content

Commit e5f6733

Browse files
shutter-service: added log
1 parent f95c2db commit e5f6733

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/Deploy.service.s.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ contract Deploy is Script {
1313
) public returns (KeyperSetManager) {
1414
KeyperSetManager ksm = new KeyperSetManager(deployerAddress);
1515
ksm.initialize(deployerAddress, deployerAddress);
16+
console.log("keyper set manager initialised");
1617

1718
// add bootstrap keyper set
1819
KeyperSet fakeKeyperset = new KeyperSet();

0 commit comments

Comments
 (0)