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 0bfb246 commit 594b8a1Copy full SHA for 594b8a1
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
+ // otherwise we're not authorized:
17
ksm.initialize(deployerAddress, deployerAddress);
18
19
// add bootstrap keyper set
0 commit comments