Skip to content

Commit 0bfb246

Browse files
committed
Try if initialize is necessary
1 parent 9337160 commit 0bfb246

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/Deploy.gnosh.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
address deployerAddress
1414
) public returns (KeyperSetManager) {
1515
KeyperSetManager ksm = new KeyperSetManager(deployerAddress);
16+
ksm.initialize(deployerAddress, deployerAddress);
1617

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

0 commit comments

Comments
 (0)