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 9337160 commit 0bfb246Copy full SHA for 0bfb246
script/Deploy.gnosh.s.sol
@@ -13,6 +13,7 @@ contract Deploy is Script {
13
address deployerAddress
14
) public returns (KeyperSetManager) {
15
KeyperSetManager ksm = new KeyperSetManager(deployerAddress);
16
+ ksm.initialize(deployerAddress, deployerAddress);
17
18
// add bootstrap keyper set
19
KeyperSet fakeKeyperset = new KeyperSet();
0 commit comments