We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f95c2db commit e5f6733Copy full SHA for e5f6733
script/Deploy.service.s.sol
@@ -13,6 +13,7 @@ contract Deploy is Script {
13
) public returns (KeyperSetManager) {
14
KeyperSetManager ksm = new KeyperSetManager(deployerAddress);
15
ksm.initialize(deployerAddress, deployerAddress);
16
+ console.log("keyper set manager initialised");
17
18
// add bootstrap keyper set
19
KeyperSet fakeKeyperset = new KeyperSet();
0 commit comments